/* Film photography page styles — extracted from inline <style> for caching & smaller HTML. */
/* ===== SEO & SEMANTIC STYLES ===== */
.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* ===== FILM VS DIGITAL COMPARISON STYLES ===== */
.comparison-slider-container {
    max-width: 1000px;
    margin: 0 auto;
}

.comparison-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.comparison-images {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.comparison-image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comparison-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison-image-item .progressive-image,
.comparison-image-item .progressive-image > img,
.medium-hero-image .progressive-image,
.medium-hero-image .progressive-image > img,
.medium-grid-image .progressive-image,
.medium-grid-image .progressive-image > img,
.film-35mm-large .progressive-image,
.film-35mm-large .progressive-image > img,
.film-35mm-small .progressive-image,
.film-35mm-small .progressive-image > img,
.film-35mm-feature .progressive-image,
.film-35mm-feature .progressive-image > img,
.slide-film-hero .progressive-image,
.slide-film-hero .progressive-image > img,
.slide-film-grid-item .progressive-image,
.slide-film-grid-item .progressive-image > img,
.timeline-image-placeholder .progressive-image,
.timeline-image-placeholder .progressive-image > img,
.pricing-image-placeholder .progressive-image,
.pricing-image-placeholder .progressive-image > img,
.scene-image-container .progressive-image,
.scene-image-container .progressive-image > img,
.photo-image-container .progressive-image,
.photo-image-container .progressive-image > img,
.comparison-image-container .progressive-image,
.comparison-image-container .progressive-image > img,
.fp-gallery-cover .progressive-image,
.fp-gallery-cover .progressive-image > img {
    width: 100%;
    height: 100%;
}

.comparison-image-item .progressive-image > img,
.medium-hero-image .progressive-image > img,
.medium-grid-image .progressive-image > img,
.film-35mm-large .progressive-image > img,
.film-35mm-small .progressive-image > img,
.film-35mm-feature .progressive-image > img,
.slide-film-hero .progressive-image > img,
.slide-film-grid-item .progressive-image > img,
.timeline-image-placeholder .progressive-image > img,
.pricing-image-placeholder .progressive-image > img,
.scene-image-container .progressive-image > img,
.photo-image-container .progressive-image > img,
.fp-gallery-cover .progressive-image > img {
    object-fit: cover;
}

.comparison-image-container .progressive-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.comparison-image-container .progressive-image > img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fp-gallery-cover .progressive-image {
    aspect-ratio: 3 / 4;
}

.film-image {
    clip-path: inset(0 50% 0 0);
}

.digital-image {
    clip-path: inset(0 0 0 50%);
}

.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    cursor: col-resize;
    z-index: 10;
    transform: translateX(-50%);
}

.slider-line {
    width: 2px;
    height: 100%;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.slider-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: var(--text-primary);
}

.image-label {
    position: absolute;
    bottom: 20px;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.film-label {
    left: 20px;
}

.digital-label {
    right: 20px;
}

.label-text {
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.25rem;
}

.label-details {
    font-size: 0.95rem;
    opacity: 0.9;
}

.benefit-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
}

.film-benefits {
    border-color: #11181b;
}

.digital-benefits {
    border-color: #e74c3c;
}

.benefit-card h4 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.film-benefits .fas.fa-check {
    color: #11181b;
}

.digital-benefits .fas.fa-times {
    color: #e74c3c;
}

/* ===== FILM FORMATS SECTION STYLES ===== */
.format-section {
    padding: 4rem 0;
}

.format-divider {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 5rem 0;
    opacity: 0.5;
}

.format-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.slide-film-heading {
    background: #11181b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.format-intro {
    font-size: 1.2rem;
    line-height: 2;
    color: #555;
    max-width: 900px;
    margin: 0 auto 3rem;
}

/* Format Examples - Alternating Layout */
.format-example {
    position: relative;
    margin-bottom: 2rem;
}

.format-example .row {
    align-items: center;
}

.format-example .col-lg-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.format-image-wrapper {
    position: relative;
    max-width: 400px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.format-image-wrapper:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

/* Image alignment alternation */
.format-example:nth-child(odd) .order-lg-2 .format-image-wrapper {
    margin-left: auto;
    margin-right: 2rem;
}

.format-example:nth-child(even) .col-lg-6:first-child .format-image-wrapper {
    margin-left: 2rem;
    margin-right: auto;
}

.format-example:nth-child(odd) .order-lg-1 .format-image-wrapper {
    margin-left: auto;
    margin-right: 2rem;
}

/* Medium Format - 6:7 Aspect Ratio */
.medium-format-ratio {
    aspect-ratio: 6 / 7;
    max-width: 350px;
}

.medium-format-ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 35mm Format - 2:3 Aspect Ratio (Portrait) */
.format-35mm-ratio {
    aspect-ratio: 2 / 3;
    max-width: 350px;
}

.format-35mm-ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slide Film - 3:2 Aspect Ratio (Landscape) */
.slide-film-ratio {
    aspect-ratio: 3 / 2;
    max-width: 450px;
}

.slide-film-ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Image Placeholders */
.image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #11181b;
    color: white;
    text-align: center;
    padding: 2rem;
}

.medium-format-placeholder {
    background: #11181b;
}

.format-35mm-placeholder {
    background: #11181b;
}

.slide-film-placeholder {
    background: var(--surface-secondary);
}

.placeholder-content h4 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.placeholder-content p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.placeholder-content small {
    font-size: 0.85rem;
    opacity: 0.8;
}

.placeholder-content i {
    opacity: 0.7;
}

/* Text Blurbs */
.format-blurb {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.format-blurb-left {
    padding-right: 1rem;
}

.format-blurb-right {
    padding-left: 1rem;
}

.format-blurb p {
    font-size: 1.25rem;
    line-height: 1.85;
    color: #444;
    font-style: italic;
    position: relative;
    margin: 0;
}

.format-blurb-left p {
    text-align: right;
    border-right: 2px solid #11181b;
    padding-right: 1.5rem;
}

.format-blurb-right p {
    text-align: left;
    border-left: 2px solid #11181b;
    padding-left: 1.5rem;
}

/* Slide Film Features Grid */
.slide-film-features-grid {
    margin: 2rem 0;
}

.feature-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: white;
    border-radius: 8px;
    border-left: 2px solid #11181b;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.feature-highlight:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.feature-highlight i {
    color: var(--text-primary);
    font-size: 1.5rem;
}

.feature-highlight strong {
    display: block;
    font-size: 1.25rem;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.feature-highlight p {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Bonus Badge */
.bonus-badge-large {
    background: #11181b;
    color: white;
    padding: 1rem 2rem;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.2rem;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(17, 24, 27, 0.12);
    animation: pulse-glow 2s ease-in-out infinite;
}

.bonus-badge-large i {
    margin-right: 0.5rem;
    animation: star-rotate 3s linear infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(17, 24, 27, 0.12);
    }
    50% {
        box-shadow: 0 4px 25px rgba(17, 24, 27, 0.18);
    }
}

@keyframes star-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .format-heading {
        font-size: 1.75rem;
    }

    .format-intro {
        font-size: 1rem;
    }

    .format-example .col-lg-6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .format-blurb {
        padding: 1.5rem;
        min-height: auto;
    }

    .format-blurb-left,
    .format-blurb-right {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .format-blurb p {
        font-size: 1.2rem;
        text-align: left !important;
    }

    .format-blurb-left p {
        border-right: none;
        border-left: 2px solid #11181b;
        padding-right: 0;
        padding-left: 1.5rem;
    }

    .format-image-wrapper {
        margin-bottom: 1.5rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .medium-format-ratio {
        max-width: 300px;
    }

    .format-35mm-ratio {
        max-width: 400px;
    }

    .medium-hero-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .medium-hero-text-card {
        bottom: 20px;
        padding: 1.5rem;
        max-width: 400px;
    }
    
    .medium-hero-text-card p {
        font-size: 1.1rem;
    }
    
    .medium-floating-card {
        position: static;
        margin-top: 1.5rem;
        max-width: 100%;
    }
    
    .film-35mm-overlay {
        position: static;
        margin-top: 1.5rem;
        max-width: 100%;
        background: rgba(51, 51, 51, 0.80);
    }
    
    .slide-film-bg-wrapper {
        padding: 3rem 0;
        border-radius: 12px;
    }
    
    .slide-viewer-callout-enhanced {
        padding: 2rem;
    }
    
    .slide-viewer-callout-enhanced h4 {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .format-heading {
        font-size: 1.8rem;
    }

    .bonus-badge-large {
        font-size: 1rem;
        padding: 0.85rem 1.5rem;
    }

    .format-example .col-lg-6 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .format-image-wrapper {
        margin-bottom: 1rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .medium-format-ratio {
        max-width: 250px;
    }

    .format-35mm-ratio {
        max-width: 350px;
    }

    .format-intro {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 2rem;
    }
    
    .medium-hero-image {
        max-width: 100%;
    }
    
    .medium-hero-text-card {
        position: static;
        transform: none;
        margin-top: 1.5rem;
        max-width: 100%;
    }
    
    .medium-hero-text-card p {
        font-size: 1rem;
    }
    
    .film-35mm-large,
    .film-35mm-small,
    .film-35mm-feature {
        max-width: 100%;
    }
    
    .slide-film-bg-wrapper {
        padding: 2rem 0;
        border-radius: 8px;
        margin: -1rem 0;
    }
    
    .slide-film-hero,
    .slide-film-grid-item {
        max-width: 100%;
    }
    
    .slide-viewer-callout-enhanced {
        padding: 1.5rem;
    }
    
    .slide-viewer-callout-enhanced h4 {
        font-size: 1.4rem;
    }
    
    .slide-viewer-icon {
        font-size: 2.5rem;
    }
}


/* ===== MEDIUM FORMAT REDESIGN STYLES ===== */
/* Medium Format Hero */
.medium-hero-wrapper {
    max-width: 900px;
    margin: 0 auto 4rem;
    position: relative;
}

.medium-hero-image {
    aspect-ratio: 6 / 7;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.medium-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.medium-hero-image:hover img {
    transform: scale(1.03);
}

.medium-hero-text-card {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: calc(100% - 4rem);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.medium-hero-text-card p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: var(--text-primary);
    margin: 0;
    font-style: italic;
}

/* Medium Format Grid */
.medium-grid-item {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.medium-grid-image {
    aspect-ratio: 6 / 7;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.medium-grid-image:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}

.medium-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.medium-grid-image:hover img {
    transform: scale(1.05);
}

.medium-floating-card {
    position: absolute;
    bottom: 20px;
    max-width: 280px;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.medium-grid-item:nth-child(1) .medium-floating-card {
    right: 20px;
}

.medium-grid-item:nth-child(2) .medium-floating-card {
    left: 20px;
}

.medium-floating-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    margin: 0;
    font-style: italic;
}

/* ===== 35MM FILM REDESIGN STYLES ===== */
/* 35mm Documentary Grid */
.film-35mm-large,
.film-35mm-small,
.film-35mm-feature {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.film-35mm-large:hover,
.film-35mm-small:hover,
.film-35mm-feature:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}

.film-35mm-large {
    max-width: 650px;
    aspect-ratio: 2 / 3;
}

.film-35mm-small {
    max-width: 350px;
    aspect-ratio: 2 / 3;
    margin: 0 auto;
}

.film-35mm-feature {
    max-width: 500px;
    aspect-ratio: 2 / 3;
    margin: 0 auto;
}

.film-35mm-large img,
.film-35mm-small img,
.film-35mm-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.film-35mm-large:hover img,
.film-35mm-small:hover img,
.film-35mm-feature:hover img {
    transform: scale(1.03);
}

/* 35mm Text Overlays */
.film-35mm-overlay {
    position: absolute;
    padding: 1.5rem;
    background: rgba(51, 51, 51, 0.80);
    backdrop-filter: blur(8px);
    color: white;
    border-radius: 8px;
    max-width: 320px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.film-35mm-overlay p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0;
    color: #f7f7f7;
}

.overlay-bottom-left {
    bottom: 20px;
    left: 20px;
}

.overlay-top-right {
    top: 20px;
    right: 20px;
}

.overlay-bottom-center {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/* ===== SLIDE FILM REDESIGN STYLES ===== */
/* Slide Film Premium Background */
.slide-film-bg-wrapper {
    background: var(--surface-secondary);
    padding: 5rem 0;
    border-radius: 20px;
    margin: -2rem 0;
}

.slide-film-hero {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 56px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.slide-film-hero:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 64px rgba(0, 0, 0, 0.25);
}

.slide-film-hero img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.slide-film-hero:hover img {
    transform: scale(1.04);
}

.slide-film-grid-item {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.slide-film-grid-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 48px rgba(0, 0, 0, 0.2);
}

.slide-film-grid-item img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.slide-film-grid-item:hover img {
    transform: scale(1.05);
}

/* Enhanced Slide Viewer Callout */
.slide-viewer-callout-enhanced {
    max-width: 700px;
    margin: 0 auto;
    padding: 3rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.slide-viewer-callout-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #11181b;
}

.slide-viewer-callout-enhanced h4 {
    font-size: 2rem;
    font-weight: 700;
    background: #11181b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.slide-viewer-callout-enhanced p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

.slide-viewer-icon {
    font-size: 3rem;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    animation: gentle-pulse 2.5s ease-in-out infinite;
}

@keyframes gentle-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.85;
    }
}

/* ===== SCROLL ANIMATION STYLES ===== */
/* Scroll Animation Base */
.scroll-reveal {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-reveal.revealed {
    opacity: 1;
}

/* Fade Up Animation */
.fade-up {
    transform: translateY(40px);
}

.fade-up.revealed {
    transform: translateY(0);
}

/* Fade Left Animation */
.fade-left {
    transform: translateX(40px);
}

.fade-left.revealed {
    transform: translateX(0);
}

/* Fade Right Animation */
.fade-right {
    transform: translateX(-40px);
}

.fade-right.revealed {
    transform: translateX(0);
}

/* Staggered Animation Delays */
.scroll-reveal:nth-child(1) {
    transition-delay: 0.1s;
}

.scroll-reveal:nth-child(2) {
    transition-delay: 0.2s;
}

.scroll-reveal:nth-child(3) {
    transition-delay: 0.3s;
}

/* Fallback for reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .scroll-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .medium-hero-image:hover img,
    .slide-film-hero:hover img {
        transform: none;
    }
}
/* ===== TIMELINE STYLES ===== */
.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: rgba(17, 24, 27, 0.15);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
}

.timeline-icon {
    width: 80px;
    height: 80px;
    background: #11181b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 8px 30px rgba(17, 24, 27, 0.12);
    z-index: 2;
    position: relative;
}

.timeline-content {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    margin: 0 2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.timeline-image-placeholder {
    margin-bottom: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
}

.timeline-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.timeline-item:nth-child(odd) .timeline-content {
    text-align: left;
}

.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.timeline-header h4 {
    margin: 0;
    color: var(--text-primary);
    font-size: 1.3rem;
}

.timeline-duration {
    background: #11181b;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

.timeline-features {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.feature-tag {
    background: #f8f9fa;
    color: #6c757d;
    padding: 0.3rem 0.8rem;
    border-radius: 12px;
    font-size: 0.8rem;
    border: 1px solid #e9ecef;
}

.timeline-callout {
    background: #11181b;
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    margin-top: 3rem;
}

.callout-content h5 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

/* ===== COMPACT PRICING STYLES ===== */
.pricing-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-section {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.pricing-image-placeholder {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.pricing-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.section-header-compact {
    text-align: center;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f8f9fa;
    padding-bottom: 1rem;
}

.section-header-compact h3 {
    margin: 0 0 0.5rem 0;
    color: var(--text-primary);
    font-size: 1.3rem;
}

.section-header-compact h3 i {
    color: var(--text-primary);
    margin-right: 0.5rem;
}

.section-header-compact p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.pricing-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pricing-option {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.pricing-option:hover {
    border-color: #11181b;
    background: #f0f8ff;
}

.pricing-option.popular-compact {
    border-color: #11181b;
    background: #f0f8ff;
}

.pricing-option.premium-compact {
    border-color: #11181b;
    background: #f0fff4;
}

.pricing-option.luxury-compact {
    border-color: #f39c12;
    background: #fff9f0;
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.option-header h4 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.badge-small {
    background: #11181b;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 500;
}

.premium-compact .badge-small {
    background: #11181b;
}

.luxury-compact .badge-small {
    background: #f39c12;
}

.price-compact {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
}

.option-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.count {
    font-weight: 600;
    color: var(--text-primary);
}

.per-image {
    color: #6c757d;
    background: white;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    font-size: 0.8rem;
}

.option-features {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
}

.pricing-summary {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    margin-top: 3rem;
}

.value-highlight {
    background: #11181b;
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.highlight-text {
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.highlight-subtext {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline-container::before {
        left: 20px;
    }

    .timeline-item {
        flex-direction: row !important;
        text-align: left !important;
        margin-left: 60px;
    }

    .timeline-icon {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
        position: absolute;
        left: -80px;
    }

    .timeline-content {
        margin: 0;
    }

    .timeline-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .comparison-images {
        height: 300px;
    }

    .image-label {
        position: static;
        margin-top: 1rem;
        background: rgba(0, 0, 0, 0.9);
    }

    /* Compact pricing mobile styles */
    .pricing-grid-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .pricing-section {
        padding: 1rem;
    }

    .option-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .option-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .option-features {
        font-size: 0.8rem;
    }
}

@media (min-width: 1200px) {
    .pricing-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== ENHANCED FILM STOCK COMPARISON TOOL STYLES ===== */
.film-comparison-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.comparison-tool-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f0f0f0;
}

.comparison-tool-header .title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.comparison-tool-header .lead {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 2rem;
}

/* Benefit Tags */
.comparison-benefits {
    margin-top: 1.5rem;
}

.benefit-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.benefit-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #11181b;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(17, 24, 27, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(17, 24, 27, 0.15);
}

.benefit-tag i {
    font-size: 0.9rem;
}

/* ===== PROGRESS STEPS ===== */
.progress-steps-container {
    margin-bottom: 3rem;
}

.progress-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
}

.step {
    display: flex;
    align-items: center;
    color: #ccc;
    font-weight: 500;
    transition: all 0.3s ease;
}

.step.active {
    color: #11181b;
}

.step.completed {
    color: #11181b;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.step.active .step-number {
    background: #11181b;
    color: white;
}

.step.completed .step-number {
    background: #11181b;
    color: white;
}

.step-connector {
    width: 60px;
    height: 2px;
    background: #f0f0f0;
    margin: 0 1rem;
    transition: all 0.3s ease;
}

.step.completed + .step-connector {
    background: #11181b;
}

.step-text {
    font-size: 0.95rem;
    font-weight: 500;
}

/* ===== SELECTION SECTIONS ===== */
.selection-section {
    margin-bottom: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: all;
}

.selection-section.active {
    border-color: #11181b;
    background: #f0f8ff;
    opacity: 1;
    pointer-events: all;
}

.selection-section:not(.active) {
    opacity: 0.7;
}

.section-header {
    text-align: center;
    margin-bottom: 1rem;
}

.section-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #11181b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin: 0 auto 0.75rem;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.section-description {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

/* Scroll hint */
.scroll-hint {
    text-align: center;
    color: #999;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.scroll-hint i {
    font-size: 0.7rem;
}

/* ===== ENHANCED SCENE CARDS ===== */
.scene-grid {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    padding: 1rem 0;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.scene-grid::-webkit-scrollbar {
    height: 8px;
}

.scene-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.scene-grid::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.enhanced-scene-card {
    flex: 0 0 280px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.enhanced-scene-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: #11181b;
}

.enhanced-scene-card.selected {
    border-color: #11181b;
    box-shadow: 0 8px 20px rgba(17, 24, 27, 0.10);
    transform: translateY(-2px);
}

.scene-image-container {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.scene-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.enhanced-scene-card:hover .scene-image {
    transform: scale(1.05);
}

.scene-selected-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #11181b;
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.enhanced-scene-card.selected .scene-selected-badge {
    opacity: 1;
    transform: scale(1);
}

.scene-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    padding: 1.5rem 1rem 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.enhanced-scene-card:hover .scene-overlay {
    opacity: 1;
}

.scene-overlay-content h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.scene-overlay-content p {
    font-size: 0.85rem;
    opacity: 0.9;
    margin: 0;
}

.scene-info {
    padding: 1.25rem;
}

.scene-info h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.scene-info p {
    color: #666;
    margin-bottom: 0.75rem;
    line-height: 1.5;
    font-size: 1rem;
}

.scene-meta {
    display: flex;
    gap: 1rem;
}

.meta-item {
    font-size: 0.8rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.meta-item i {
    color: #11181b;
}

/* Transition Feedback */
.transition-feedback {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #11181b;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(17, 24, 27, 0.12);
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.3s ease;
    animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ===== ENHANCED PHOTO SELECTION ===== */
.enhanced-photo-strip {
    display: none;
    gap: 1rem;
    overflow-x: auto;
    padding: 1rem 0;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.enhanced-photo-strip.active {
    display: flex;
}

.enhanced-photo-strip::-webkit-scrollbar {
    height: 6px;
}

.enhanced-photo-strip::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.enhanced-photo-strip::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.enhanced-photo-card {
    flex: 0 0 140px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    position: relative;
}

.enhanced-photo-card:hover {
    border-color: #11181b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.enhanced-photo-card.selected {
    border-color: #11181b;
    box-shadow: 0 4px 12px rgba(17, 24, 27, 0.10);
    transform: translateY(-1px);
}

.photo-image-container {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.photo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.enhanced-photo-card:hover .photo-image {
    transform: scale(1.03);
}

.photo-selected-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #11181b;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.enhanced-photo-card.selected .photo-selected-badge {
    opacity: 1;
    transform: scale(1);
}

.enhanced-photo-card .photo-info {
    padding: 0.75rem;
    text-align: center;
}

.enhanced-photo-card .photo-info h4 {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
    line-height: 1.2;
}

.enhanced-photo-card .stock-count {
    font-size: 0.75rem;
    color: #888;
}

/* ===== ENHANCED COMPARISON DISPLAY ===== */
.enhanced-comparison-display {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #e0e0e0;
}

/* Fixed layout container - consistent size for all orientations */
.comparison-layout-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    min-height: 600px;
}

/* Remove the dynamic layout changes - keep consistent stacked layout */
.comparison-layout-container.landscape,
.comparison-layout-container.portrait,
.comparison-layout-container.fixed-layout {
    grid-template-columns: 1fr;
}

.comparison-header {
    background: #11181b;
    color: white;
    padding: 2.5rem;
    text-align: center;
}

.comparison-title-section h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    /* Explicit light color: the global h1-h3 rule otherwise paints this
       dark on the dark header banner. */
    color: #fbf9f6;
}

.comparison-title-section h4 {
    font-size: 1.3rem;
    opacity: 0.9;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #fbf9f6;
}

.comparison-title-section p {
    opacity: 0.8;
    font-size: 1rem;
    margin: 0;
    color: #fbf9f6;
}

.comparison-image-container {
    position: relative;
    height: 500px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
}

/* Blurred fill behind the contained image: the viewer window stays the same
   size for portrait and landscape frames, and the letterbox bars show a
   blurred cover-fit copy of the current photo instead of flat background. */
.comparison-image-backdrop {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.comparison-image-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(24px) saturate(1.05);
    transform: scale(1.12);
    opacity: 0.85;
}

/* The viewer image itself always letterboxes (contain), never crops —
   outranks the global .progressive-image.has-placeholder cover rule. */
.comparison-image-container .progressive-image.has-placeholder .progressive-image-full {
    object-fit: contain;
}

.photo-comparison-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.photo-comparison-images.active {
    opacity: 1;
}

.enhanced-film-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.enhanced-film-image.active {
    opacity: 1;
}

.comparison-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    display: block;
}

.film-info-overlay {
    position: relative;
    background: #11181b;
    color: white;
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(44, 62, 80, 0.3);
    transition: all 0.3s ease;
    z-index: 5;
}

/* Arrow Navigation Controls */
.film-navigation-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.arrow-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.arrow-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

.arrow-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
}

.arrow-btn:disabled:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.film-counter {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.film-info-content h3 {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    text-align: center;
}

#current-film-name {
    color: #f8f9fa !important;
}

.film-info-content p {
    margin-bottom: 1.25rem;
    opacity: 0.9;
    line-height: 1.5;
    text-align: center;
}

/* Compact inline specs */
.film-specs-inline {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.spec-badge {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Camera settings (optional) */
.camera-settings {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.setting-item {
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Legacy specs grid - keeping for compatibility */
.film-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
}

.spec-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.spec-label {
    font-size: 0.85rem;
    opacity: 0.8;
    font-weight: 500;
}

.spec-value {
    font-size: 0.95rem;
    font-weight: 600;
}

/* ===== ENHANCED FILM CONTROLS ===== */
.enhanced-film-controls {
    background: #f8f9fa;
    padding: 2.5rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 1rem;
}

.enhanced-photo-controls {
    display: none;
}

.enhanced-photo-controls.active {
    display: block;
}

.controls-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.controls-header h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.controls-header p {
    color: #666;
    margin: 0 0 1rem 0;
}

.controls-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #888;
    background: #f8f9fa;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid #e9ecef;
}

.stat-item i {
    color: #11181b;
}

/* Compact instruction panel */
.comparison-instructions {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    margin-top: 1rem;
}

.instruction-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.instruction-icon {
    width: 50px;
    height: 50px;
    background: #11181b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.instruction-content h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    color: var(--text-primary);
}

.instruction-content p {
    margin: 0 0 0.5rem 0;
    color: #666;
    font-size: 1rem;
}

.keyboard-hint {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.keyboard-hint kbd {
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 2px #ffffff;
    color: #495057;
    display: inline-block;
    font-family: monospace;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.25rem 0.4rem;
    white-space: nowrap;
}

.enhanced-film-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.enhanced-film-btn {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.enhanced-film-btn:hover {
    border-color: #11181b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.enhanced-film-btn.active {
    border-color: #11181b;
    background: #11181b;
    color: white;
    box-shadow: 0 6px 20px rgba(17, 24, 27, 0.12);
}

.btn-content {
    position: relative;
    z-index: 2;
}

.btn-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.btn-details {
    font-size: 0.95rem;
    opacity: 0.8;
    line-height: 1.4;
}

.enhanced-film-btn.active .btn-details {
    opacity: 0.9;
}

.no-examples-state {
    text-align: center;
    padding: 3rem;
    color: #666;
}

.no-examples-state i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #ccc;
}

.no-examples-state h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #888;
}

.no-examples-state p {
    margin: 0;
}

/* ===== FEATURE HIGHLIGHTS ===== */
.comparison-features {
    margin-top: 3rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-highlight {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

.feature-highlight:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-highlight .feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: #11181b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.6rem;
}

.feature-highlight h4 {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
}

.feature-highlight p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .enhanced-scene-card {
        flex: 0 0 240px;
    }
    
    .enhanced-photo-card {
        flex: 0 0 120px;
    }
    
    .enhanced-film-buttons {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .film-specs-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

@media (max-width: 768px) {
    .film-comparison-wrapper {
        padding: 0 1rem;
    }

    .comparison-tool-header .title h2 {
        font-size: 2rem;
    }

    .benefit-tags {
        gap: 0.5rem;
    }

    .benefit-tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .controls-stats {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .progress-steps {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    
    .step-connector {
        display: none;
    }
    
    .selection-section {
        padding: 1rem;
    }
    
    .enhanced-scene-card {
        flex: 0 0 200px;
    }
    
    .scene-image-container {
        height: 120px;
    }
    
    .scene-info {
        padding: 1rem;
    }
    
    .scene-info h3 {
        font-size: 1rem;
    }
    
    .scene-info p {
        font-size: 0.85rem;
    }
    
    .enhanced-photo-card {
        flex: 0 0 110px;
    }
    
    .photo-image-container {
        height: 80px;
    }
    
    .enhanced-photo-card .photo-info {
        padding: 0.5rem;
    }
    
    .enhanced-photo-card .photo-info h4 {
        font-size: 0.8rem;
    }
    
    .enhanced-film-buttons {
        grid-template-columns: 1fr;
    }
    
    .comparison-header {
        padding: 2rem 1.5rem;
    }
    
    .comparison-title-section h3 {
        font-size: 1.6rem;
    }
    
    .comparison-image-container {
        height: 350px;
    }

    .comparison-layout-container {
        min-height: 450px;
    }

    /* Maintain stacked layout on mobile */
    .comparison-layout-container,
    .comparison-layout-container.landscape,
    .comparison-layout-container.portrait {
        grid-template-columns: 1fr;
    }

    .film-info-overlay {
        margin-top: 1rem;
        padding: 1.5rem;
    }

    .film-info-content h3 {
        font-size: 1.3rem;
    }

    .film-specs-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .film-navigation-arrows {
        gap: 1rem;
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
    }

    .arrow-btn {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .film-counter {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .film-specs-inline {
        gap: 0.5rem;
    }

    .spec-badge {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }

    .instruction-card {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .instruction-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .enhanced-film-controls {
        padding: 2rem 1.5rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .scroll-hint {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .enhanced-scene-card {
        flex: 0 0 160px;
    }
    
    .scene-image-container {
        height: 100px;
    }
    
    .scene-info {
        padding: 0.75rem;
    }
    
    .scene-info h3 {
        font-size: 0.9rem;
    }
    
    .scene-info p {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    
    .enhanced-photo-card {
        flex: 0 0 90px;
    }
    
    .photo-image-container {
        height: 65px;
    }
    
    .enhanced-photo-card .photo-info {
        padding: 0.4rem;
    }
    
    .enhanced-photo-card .photo-info h4 {
        font-size: 0.75rem;
    }
    
    .enhanced-photo-card .stock-count {
        font-size: 0.7rem;
    }
    
    .comparison-image-container {
        min-height: 500px;
    }
    
    .section-title {
        font-size: 1.1rem;
    }
    
    .enhanced-film-btn {
        padding: 1rem;
    }
    
    .btn-name {
        font-size: 0.9rem;
    }
    
    .btn-details {
        font-size: 0.8rem;
    }
    
    .scroll-hint {
        font-size: 0.7rem;
    }
    
    .meta-item {
        font-size: 0.75rem;
    }
}

/* ===== GALLERIES SECTION ===== */
.galleries-section {
    padding: 4rem 0;
    background: var(--surface-secondary);
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-icon {
    color: #11181b;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.galleries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.gallery-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.gallery-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #f8f9fa;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.05);
}

.gallery-placeholder {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
}

.gallery-placeholder i {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 2rem 1.5rem 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.gallery-date {
    font-size: 0.9rem;
    color: #e9ecef;
    margin-bottom: 0.75rem;
}

.gallery-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #f8f9fa;
    margin-bottom: 1rem;
}

.view-gallery-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #11181b;
    transition: color 0.2s ease;
}

.view-gallery-btn:hover {
    color: #2980b9;
}

.galleries-footer {
    text-align: center;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #11181b;
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    color: white;
}

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

    .section-title {
        font-size: 2rem;
    }

    .gallery-image-container {
        height: 200px;
    }

    .gallery-overlay {
        position: static;
        background: white;
        color: var(--text-primary);
        transform: none;
        padding: 1.5rem;
    }

    .gallery-title {
        color: var(--text-primary);
    }

    .gallery-date {
        color: #666;
    }

    .gallery-text {
        color: #666;
    }
}

/* ===== APERTURE & SLATE EDITORIAL OVERRIDES ===== */

/* Page background */
main { background-color: var(--surface-primary); }

/* Hero eyebrow */
.fp-eyebrow {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 2rem;
}

/* Hero typography */
#film-header h1 {
    font-family: var(--font-serif) !important;
    font-size: clamp(4rem, 10vw, 8rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.04em !important;
    line-height: 0.95 !important;
    color: #fff !important;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

#film-header h3 {
    font-family: var(--font-sans) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.08em !important;
    color: rgba(255,255,255,0.7) !important;
    margin-bottom: 3rem;
}

/* Section backgrounds */
#film-intro { background-color: var(--surface-primary) !important; padding: 10rem 0 !important; }
#film-vs-digital { background-color: var(--surface-secondary) !important; padding: 10rem 0 !important; }
#film-formats { background-color: var(--surface-primary) !important; padding: 10rem 0 !important; }
#film-stock-comparison { background-color: var(--surface-secondary) !important; padding: 10rem 0 !important; }
#film-aesthetic { background-color: var(--surface-primary) !important; padding: 10rem 0 !important; }
#film-timeline { background-color: var(--surface-secondary) !important; padding: 10rem 0 !important; }
#film-pricing { background-color: var(--surface-primary) !important; padding: 10rem 0 !important; }
.galleries-section { background: var(--surface-secondary) !important; padding: 10rem 0 !important; }

/* Editorial section headings */
#film-intro .title h2,
#film-vs-digital h2,
#film-aesthetic .title h2,
#film-timeline h2,
#film-pricing h2,
#film-stock-comparison .title h2,
#film-formats h2 {
    font-family: var(--font-serif) !important;
    font-weight: 400 !important;
    letter-spacing: -0.03em !important;
    color: var(--text-primary) !important;
}

/* Intro lead text */
#film-intro p.lead,
.format-intro {
    font-family: var(--font-serif) !important;
    font-style: italic !important;
    color: var(--text-secondary) !important;
    font-size: 1.3rem !important;
    line-height: 1.7 !important;
}

/* Format headings */
.format-heading {
    font-family: var(--font-serif) !important;
    font-weight: 400 !important;
    color: var(--text-primary) !important;
    letter-spacing: -0.03em !important;
}

.slide-film-heading {
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    color: var(--text-primary) !important;
}

/* Comparison slider — preserve #comparison-slider JS, restyle visuals */
.comparison-wrapper {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.image-label {
    background: transparent !important;
    backdrop-filter: none !important;
    border-radius: 0 !important;
    padding: 0.5rem 1rem !important;
}

.label-text {
    font-family: var(--font-serif) !important;
    font-style: italic !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.75) !important;
    display: block !important;
    margin-bottom: 0 !important;
}

.label-details { display: none !important; }

.slider-line {
    width: 1px !important;
    background: rgba(255,255,255,0.8) !important;
    box-shadow: none !important;
}

.slider-circle {
    width: 20px !important;
    height: 20px !important;
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.6) !important;
    box-shadow: none !important;
    color: white !important;
    font-size: 0.5rem !important;
}

/* Benefit cards */
.benefit-card {
    background-color: var(--surface-primary) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(17,24,27,0.08) !important;
}
.film-benefits { border-left: 2px solid var(--text-primary) !important; }
.digital-benefits { border-color: rgba(17,24,27,0.08) !important; }

/* Aesthetic / Feature cards — 3-column editorial grid */
.aesthetic-features .feature-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    counter-reset: feature-num;
}

.aesthetic-features .feature-card {
    background-color: var(--surface-primary) !important;
    border: 1px solid rgba(17,24,27,0.07) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 3rem !important;
    position: relative !important;
    overflow: visible !important;
    counter-increment: feature-num;
}

.aesthetic-features .feature-card::before {
    content: counter(feature-num, decimal-leading-zero);
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-family: var(--font-serif);
    font-size: 3rem;
    font-weight: 400;
    color: var(--text-primary);
    opacity: 0.05;
    line-height: 1;
    pointer-events: none;
}

.aesthetic-features .feature-card .feature-icon i,
.comparison-features .feature-highlight .feature-icon i {
    color: var(--text-primary) !important;
}

.aesthetic-features .feature-card .feature-icon {
    background: none !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    justify-content: flex-start !important;
    margin: 0 0 1.5rem !important;
    color: var(--text-primary) !important;
    font-size: 1.25rem !important;
    opacity: 0.5;
}

.aesthetic-features .feature-card h3 {
    font-family: var(--font-serif) !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    color: var(--text-primary) !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 1rem !important;
}

.aesthetic-features .feature-card p {
    font-family: var(--font-sans) !important;
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    color: var(--text-secondary) !important;
}

@media (max-width: 900px) {
    .aesthetic-features .feature-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 600px) {
    .aesthetic-features .feature-grid { grid-template-columns: 1fr !important; }
}

/* Format image wrappers — clean/flat */
.format-image-wrapper,
.medium-hero-image,
.medium-grid-image,
.slide-film-hero,
.slide-film-grid-item,
.film-35mm-large,
.film-35mm-small,
.film-35mm-feature {
    border-radius: 0 !important;
    box-shadow: none !important;
}
.format-image-wrapper:hover,
.medium-grid-image:hover,
.slide-film-hero:hover,
.slide-film-grid-item:hover,
.film-35mm-large:hover,
.film-35mm-small:hover,
.film-35mm-feature:hover { box-shadow: none !important; }

.medium-hero-text-card,
.medium-floating-card {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: rgba(251,249,246,0.9) !important;
}
.medium-hero-text-card p,
.medium-floating-card p {
    font-family: var(--font-serif) !important;
    color: var(--text-primary) !important;
}

.film-35mm-overlay {
    border-radius: 0 !important;
    background: rgba(17,24,27,0.75) !important;
}

.slide-film-bg-wrapper {
    background: var(--surface-secondary) !important;
    border-radius: 0 !important;
}

.slide-viewer-callout-enhanced {
    border-radius: 0 !important;
    box-shadow: none !important;
}
.slide-viewer-callout-enhanced::before { background: var(--text-primary) !important; }
.slide-viewer-callout-enhanced h4 {
    font-family: var(--font-serif) !important;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    color: var(--text-primary) !important;
    font-weight: 400 !important;
    font-size: 1.75rem !important;
}

.format-blurb-left p { border-right-color: var(--text-primary) !important; }
.format-blurb-right p { border-left-color: var(--text-primary) !important; }

/* Slide film features */
.feature-highlight { border-left-color: var(--text-primary) !important; border-radius: 0 !important; box-shadow: none !important; }
.feature-highlight:hover { box-shadow: none !important; }
.feature-highlight i { color: var(--text-secondary) !important; }

/* Timeline */
.timeline-container::before { background: rgba(17,24,27,0.08) !important; width: 1px !important; }
.timeline-icon { background: var(--text-primary) !important; box-shadow: none !important; border-radius: 0 !important; }
.timeline-content { background: var(--surface-primary) !important; border: 1px solid rgba(17,24,27,0.07) !important; border-radius: 0 !important; box-shadow: none !important; }
.timeline-duration { background: var(--text-primary) !important; border-radius: 0 !important; }
.timeline-callout { background: var(--text-primary) !important; border-radius: 0 !important; }
.feature-tag { background: var(--surface-secondary) !important; border-color: rgba(17,24,27,0.08) !important; color: var(--text-secondary) !important; border-radius: 0 !important; }

/* Pricing */
.pricing-section { background: var(--surface-primary) !important; border-radius: 0 !important; box-shadow: none !important; border: 1px solid rgba(17,24,27,0.07) !important; }
.pricing-option { background: var(--surface-secondary) !important; border-radius: 0 !important; }
.pricing-option:hover,
.pricing-option.popular-compact,
.pricing-option.premium-compact,
.pricing-option.luxury-compact { border-color: var(--text-primary) !important; background: var(--surface-secondary) !important; }
.price-compact { font-family: var(--font-serif) !important; font-size: 1.75rem !important; font-weight: 400 !important; color: var(--text-primary) !important; }
.badge-small,
.premium-compact .badge-small,
.luxury-compact .badge-small { background: var(--text-primary) !important; border-radius: 0 !important; }
.pricing-summary { background: var(--surface-primary) !important; border-radius: 0 !important; box-shadow: none !important; border: 1px solid rgba(17,24,27,0.07) !important; }
.value-highlight { background: var(--text-primary) !important; border-radius: 0 !important; }

/* Film stock comparison tool */
.comparison-tool-header .title h2 { font-family: var(--font-serif) !important; font-weight: 400 !important; color: var(--text-primary) !important; }
.benefit-tag { background: transparent !important; border: 1px solid rgba(17,24,27,0.12) !important; color: var(--text-secondary) !important; box-shadow: none !important; border-radius: 0 !important; }
.benefit-tag:hover { border-color: var(--text-primary) !important; box-shadow: none !important; transform: none !important; }
.selection-section { background: var(--surface-primary) !important; border-radius: 0 !important; border: 1px solid rgba(17,24,27,0.07) !important; }
.selection-section.active { border-color: var(--text-primary) !important; background: var(--surface-primary) !important; }
.section-icon { background: none !important; border-radius: 0 !important; width: auto !important; height: auto !important; color: var(--text-primary) !important; font-size: 1.4rem !important; }
.enhanced-comparison-display { background: var(--surface-primary) !important; border-radius: 0 !important; border: 1px solid rgba(17,24,27,0.07) !important; box-shadow: none !important; }
.comparison-header { background: var(--text-primary) !important; }
.film-info-overlay { background: var(--text-primary) !important; border-radius: 0 !important; box-shadow: none !important; }
.enhanced-scene-card { border-radius: 0 !important; box-shadow: none !important; border: 1px solid rgba(17,24,27,0.10) !important; }
.enhanced-scene-card:hover,
.enhanced-scene-card.selected { border-color: var(--text-primary) !important; box-shadow: none !important; transform: none !important; }
.enhanced-photo-card { border-radius: 0 !important; }
.enhanced-photo-card:hover,
.enhanced-photo-card.selected { border-color: var(--text-primary) !important; box-shadow: none !important; transform: none !important; }
.enhanced-film-btn { border-radius: 0 !important; }
.enhanced-film-btn:hover { border-color: var(--text-primary) !important; box-shadow: none !important; }
.enhanced-film-btn.active { background: var(--text-primary) !important; border-color: var(--text-primary) !important; box-shadow: none !important; }
.comparison-instructions { background: var(--surface-secondary) !important; border-radius: 0 !important; }
.instruction-icon { background: var(--text-primary) !important; border-radius: 0 !important; }

/* Comparison features highlights */
.comparison-features .feature-highlight { background: var(--surface-primary) !important; border-radius: 0 !important; box-shadow: none !important; border: 1px solid rgba(17,24,27,0.07) !important; border-left: 1px solid rgba(17,24,27,0.07) !important; }
.comparison-features .feature-highlight .feature-icon { background: none !important; width: auto !important; height: auto !important; border-radius: 0 !important; color: var(--text-primary) !important; font-size: 1.4rem !important; }
.comparison-features .feature-highlight h4 { font-family: var(--font-serif) !important; font-weight: 400 !important; color: var(--text-primary) !important; }
.comparison-features .feature-highlight p { font-family: var(--font-sans) !important; color: var(--text-secondary) !important; }

/* ── Film Galleries Section ───────────────────────────────────────────── */
.fp-galleries-section {
    background-color: var(--surface-secondary);
    padding: 10rem 5%;
}

.fp-galleries-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(17,24,27,0.08);
}

.fp-galleries-eyebrow {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-secondary);
    opacity: 0.6;
    margin-bottom: 1rem;
}

.fp-galleries-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    margin: 0;
    line-height: 1;
}

.fp-galleries-all-link {
    flex-shrink: 0;
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(17,24,27,0.25);
    padding-bottom: 4px;
    transition: border-color 0.3s ease;
    white-space: nowrap;
}

.fp-galleries-all-link:hover { border-bottom-color: var(--text-primary); }

/* Staggered 3-column grid */
.fp-galleries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 4rem;
    align-items: start;
}

.fp-gallery-item:nth-child(2) { margin-top: 8rem; }
.fp-gallery-item:nth-child(3) { margin-top: 4rem; }

/* Individual item */
.fp-gallery-item {
    text-decoration: none;
    color: inherit;
    display: block;
    opacity: 0;
    transition: opacity 1.1s ease;
}

.fp-gallery-item.visible { opacity: 1; }

.fp-gallery-cover { overflow: hidden; }

.fp-gallery-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.fp-gallery-item:hover .fp-gallery-img { transform: scale(1.03); }

.fp-gallery-placeholder {
    width: 100%;
    aspect-ratio: 3 / 4;
    background-color: var(--surface-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 2rem;
    opacity: 0.2;
}

.fp-gallery-details { padding: 1.75rem 0 0; }

.fp-gallery-meta {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-secondary);
    opacity: 0.6;
    margin-bottom: 0.75rem;
}

.fp-gallery-name {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: var(--text-primary);
    margin: 0 0 1.25rem;
    line-height: 1.15;
}

.fp-gallery-link {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(17,24,27,0.2);
    padding-bottom: 3px;
    transition: border-color 0.3s ease;
}

.fp-gallery-item:hover .fp-gallery-link { border-bottom-color: var(--text-primary); }

@media (max-width: 900px) {
    .fp-galleries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 3rem;
    }
    .fp-gallery-item:nth-child(2) { margin-top: 5rem; }
    .fp-gallery-item:nth-child(3) { margin-top: 0; }
    .fp-galleries-header { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
    .fp-galleries-grid { grid-template-columns: 1fr; gap: 4rem; }
    .fp-gallery-item:nth-child(2),
    .fp-gallery-item:nth-child(3) { margin-top: 0; }
}

/* ── Aperture & Slate — Film Photography Editorial Overrides ── */

.film-page-container {
  background-color: var(--surface-primary);
}

/* Hero typography */
.fp-hero-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(4rem, 10vw, 8rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  line-height: 0.9 !important;
}

.fp-hero-sub {
  font-family: var(--font-sans) !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3em !important;
  font-weight: 400 !important;
  margin-top: 1.5rem !important;
  opacity: 0.85;
}

/* Philosophy / intro section */
.fp-philosophy-section {
  padding: 12rem 0;
}

.fp-philosophy-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 6rem;
  align-items: start;
}

.fp-philosophy-heading {
  font-family: var(--font-serif) !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
  color: var(--text-primary) !important;
  font-style: italic;
  margin: 0;
}

.fp-philosophy-body {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--text-secondary);
}

/* Section eyebrow / heading / lead reuse */
.fp-section-eyebrow {
  display: block;
  font-family: var(--font-sans);
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--text-tertiary);
  margin-bottom: 1.5rem;
}

.fp-section-heading {
  font-family: var(--font-serif) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
  color: var(--text-primary) !important;
  line-height: 1.1 !important;
  margin-bottom: 1.5rem !important;
}

.fp-section-lead {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

/* Comparison slider — editorial labels */
.fp-label-serif {
  font-family: var(--font-serif) !important;
  font-style: italic !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.fp-label-meta {
  font-family: var(--font-sans) !important;
  font-size: 0.65rem !important;
  opacity: 0.6 !important;
  letter-spacing: 0.05em !important;
}

/* Remove heavy shadow from comparison wrapper */
.comparison-wrapper {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Format headings */
.format-heading {
  font-family: var(--font-serif) !important;
  font-size: clamp(1.8rem, 3vw, 2.5rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
  font-style: italic !important;
  color: var(--text-primary) !important;
}

/* Stock cards */
.stock-card {
  padding: 2rem 0;
  transition: opacity 0.4s ease;
}
.stock-card:hover { opacity: 0.8; }

/* Curator's Manifesto */
.manifesto-section {
  background-color: var(--surface-accent);
  color: var(--surface-primary);
  padding: 15rem 10%;
  text-align: center;
}

.manifesto-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(2.5rem, 6vw, 4rem);
  max-width: 900px;
  margin: 0 auto 3rem;
  line-height: 1.2;
  color: var(--surface-primary);
}

.manifesto-attribution {
  font-family: var(--font-sans);
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  opacity: 0.55;
  color: var(--surface-primary);
}

/* Responsive */
@media (max-width: 768px) {
  .fp-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .fp-philosophy-section { padding: 7rem 0; }
  .manifesto-section { padding: 8rem 8%; }
  .fp-hero-title { font-size: clamp(3rem, 14vw, 5rem) !important; }
}

/* ── Aperture & Slate — Curator's Light Table (Film Formats) ── */

/* Section background — warm off-white surface */
#film-formats {
  background-color: var(--surface-secondary) !important;
  padding: 12rem 5% !important;
}

/* ── Medium Format: The Anchor ── */
/* Borderless print with deep atmospheric shadow */
.medium-hero-image {
  border-radius: 0 !important;
  box-shadow: 0 40px 100px -30px rgba(17, 24, 27, 0.25) !important;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.medium-hero-image:hover {
  transform: scale(1.015) !important;
  box-shadow: 0 40px 100px -30px rgba(17, 24, 27, 0.25) !important;
}
.medium-hero-image:hover img { transform: none !important; }

.medium-grid-image {
  border-radius: 0 !important;
  box-shadow: 0 40px 80px -20px rgba(17, 24, 27, 0.2) !important;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.medium-grid-image:hover {
  transform: scale(1.015) !important;
  box-shadow: 0 40px 80px -20px rgba(17, 24, 27, 0.2) !important;
}
.medium-grid-image:hover img { transform: none !important; }

/* Italic serif captions on medium format cards */
.medium-hero-text-card p,
.medium-floating-card p {
  font-family: var(--font-serif) !important;
  font-style: italic !important;
  color: var(--text-primary) !important;
}

/* ── 35mm: The Documentary ── */
/* Borderless with 1px inner inset border (film strip edge) */
.film-35mm-large,
.film-35mm-small,
.film-35mm-feature {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.film-35mm-large::after,
.film-35mm-small::after,
.film-35mm-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 27, 0.18);
  pointer-events: none;
  z-index: 2;
}
.film-35mm-large:hover,
.film-35mm-small:hover,
.film-35mm-feature:hover {
  box-shadow: none !important;
  transform: none !important;
}

/* 35mm overlay text in serif italic */
.film-35mm-overlay p {
  font-family: var(--font-serif) !important;
  font-style: italic !important;
  font-size: 1rem !important;
}

/* ── Slide Film: The Artifact (Polaroid) ── */
/* Strip away gradient wrapper */
.slide-film-bg-wrapper {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Hero image as a large Polaroid */
.slide-film-hero {
  background: #ffffff !important;
  padding: 1.5rem 1.5rem 4rem !important;
  border-radius: 2px !important;
  overflow: visible !important;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.12) !important;
  transition: transform 0.5s ease !important;
}
.slide-film-hero:hover {
  transform: translateY(-8px) rotate(0deg) !important;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.18) !important;
}
.slide-film-hero img {
  aspect-ratio: unset !important;
  height: auto !important;
  object-fit: cover !important;
}
.slide-film-hero:hover img { transform: none !important; }

/* Grid items as tilted Polaroid prints */
.slide-film-grid-item {
  background: #ffffff !important;
  padding: 1.5rem 1.5rem 5rem !important;
  border-radius: 2px !important;
  overflow: visible !important;
  box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.12) !important;
  transition: transform 0.5s ease, box-shadow 0.5s ease !important;
}
.slide-film-grid-item img {
  aspect-ratio: unset !important;
  height: auto !important;
  display: block !important;
}
/* Alternating organic tilts */
.fade-right.slide-film-grid-item {
  transform: rotate(-1.8deg) !important;
}
.fade-left.slide-film-grid-item {
  transform: rotate(1.5deg) !important;
}
.slide-film-grid-item:hover {
  transform: rotate(0deg) translateY(-10px) !important;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.18) !important;
}

/* Handwritten-style label at bottom of Polaroid white border */
.slide-film-grid-item::after {
  content: attr(data-label);
  display: block;
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.8rem;
  color: var(--text-secondary);
  opacity: 0.6;
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  #film-formats { padding: 7rem 5% !important; }
  .slide-film-grid-item,
  .fade-right.slide-film-grid-item,
  .fade-left.slide-film-grid-item { transform: none !important; }
}

/* Film page 2026 polish layer */
#film-header {
  position: relative;
  isolation: isolate;
}

#film-header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.28) 58%, rgba(0, 0, 0, 0.12) 100%),
    radial-gradient(circle at 18% 42%, rgba(255, 255, 255, 0.14), transparent 26rem);
  pointer-events: none;
}

#film-header .header-content {
  max-width: 920px;
  padding-top: 8rem;
}

.fp-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 0.65rem;
  margin-bottom: 1.4rem;
}

.fp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2.4rem;
}

.fp-primary-cta,
.fp-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.95rem 1.35rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.fp-primary-cta {
  background: var(--surface-primary);
  color: var(--text-primary);
  border: 1px solid var(--surface-primary);
}

.fp-secondary-cta {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.fp-primary-cta:hover,
.fp-secondary-cta:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.fp-primary-cta:hover {
  background: #fff;
  color: #000;
}

.fp-secondary-cta:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.fp-service-overview {
  position: relative;
  z-index: 4;
  margin: -5.5rem auto 0;
  padding: 0 6vw 5rem;
}

.fp-overview-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.45fr);
  gap: 3rem;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem);
  background: rgba(251, 249, 246, 0.96);
  border: 1px solid rgba(17, 24, 27, 0.1);
  box-shadow: 0 30px 90px -60px rgba(17, 24, 27, 0.65);
  backdrop-filter: blur(18px);
}

.fp-overview-intro h2 {
  max-width: 580px;
  margin: 0 0 1.2rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.04;
  color: var(--text-primary);
}

.fp-overview-intro p,
.fp-pricing-bridge p {
  max-width: 680px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-secondary);
}

.fp-overview-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(17, 24, 27, 0.12);
  border: 1px solid rgba(17, 24, 27, 0.12);
}

.fp-overview-point {
  min-height: 230px;
  padding: 1.5rem;
  background: var(--surface-primary);
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.fp-overview-point:hover {
  background: #fff;
  color: inherit;
  text-decoration: none;
  transform: translateY(-3px);
}

.fp-overview-point span {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--text-secondary);
}

.fp-overview-point strong {
  display: block;
  margin-top: auto;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--text-primary);
}

.fp-overview-point small {
  display: block;
  margin-top: 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

#film-vs-digital,
#film-aesthetic,
#film-timeline {
  background: var(--surface-primary) !important;
}

#film-pricing {
  background: var(--surface-secondary) !important;
}

#film-vs-digital.py-7,
#film-aesthetic.py-7,
#film-timeline.py-7,
#film-pricing.py-7 {
  padding-top: clamp(5.5rem, 8vw, 9rem) !important;
  padding-bottom: clamp(5.5rem, 8vw, 9rem) !important;
}

.comparison-wrapper {
  border: 1px solid rgba(17, 24, 27, 0.14);
}

.image-label {
  border-radius: 0 !important;
  background: rgba(17, 24, 27, 0.74) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.benefit-card,
.feature-card,
.timeline-content,
.pricing-section,
.pricing-option,
.instruction-card,
.enhanced-scene-card,
.enhanced-photo-card {
  border-radius: 0 !important;
}

.benefit-card,
.timeline-content,
.pricing-section,
.pricing-option,
.instruction-card {
  box-shadow: none !important;
  border: 1px solid rgba(17, 24, 27, 0.12) !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.benefit-card h4,
.feature-card h3,
.timeline-header h4,
.section-header-compact h3,
.pricing-option h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--text-primary);
}

.benefit-list li,
.timeline-content p,
.section-header-compact p,
.option-features,
.option-details,
.instruction-card p {
  color: var(--text-secondary);
}

.progress-steps-container,
.comparison-instructions,
.comparison-features {
  margin-top: 3rem;
}

.benefit-tag,
.step-number,
.feature-tag,
.badge-small,
.spec-badge,
.timeline-duration {
  border-radius: 999px !important;
}

.fp-pricing-bridge {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: flex-end;
  margin: 0;
  padding: clamp(4rem, 8vw, 7rem) 6vw;
  background: var(--surface-accent);
  color: var(--surface-primary);
}

.fp-pricing-bridge h2 {
  max-width: 780px;
  margin: 0 0 1.2rem;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1;
  color: var(--surface-primary);
}

.fp-pricing-bridge .fp-section-eyebrow,
.fp-pricing-bridge p {
  color: rgba(251, 249, 246, 0.72);
}

.fp-pricing-bridge .fp-primary-cta {
  flex-shrink: 0;
}

.pricing-grid-container {
  display: grid;
  gap: 2rem;
}

.pricing-section {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.pricing-options {
  gap: 1rem;
}

.pricing-option {
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.pricing-option:hover {
  transform: translateY(-3px);
  background: #fff !important;
}

.price-compact {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--text-primary);
}

.pricing-summary {
  border-radius: 0 !important;
  background: var(--surface-primary) !important;
  border: 1px solid rgba(17, 24, 27, 0.12);
  box-shadow: none !important;
}

.value-highlight {
  border-radius: 0 !important;
  background: transparent !important;
  border: 1px solid rgba(17, 24, 27, 0.18);
  color: var(--text-primary) !important;
}

@media (max-width: 1100px) {
  .fp-overview-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  #film-header .header-content {
    padding-top: 7rem;
  }

  .fp-service-overview {
    margin-top: 0;
    padding: 0 1rem 4rem;
  }

  .fp-overview-panel {
    padding: 2rem 1.2rem;
  }

  .fp-overview-points {
    grid-template-columns: 1fr;
  }

  .fp-overview-point {
    min-height: auto;
    gap: 2.5rem;
  }

  .fp-pricing-bridge {
    display: block;
  }

  .fp-pricing-bridge .fp-primary-cta {
    margin-top: 2rem;
  }
}

@media (max-width: 620px) {
  #film-header {
    background-attachment: scroll !important;
  }

  .fp-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fp-primary-cta,
  .fp-secondary-cta {
    width: 100%;
  }

  .film-label,
  .digital-label {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .digital-label {
    bottom: auto;
    top: 12px;
  }
}

/* ── Editorial pass: wizard steps, badges, icons & placeholders ── */
.section-header-compact h3 i {
    background: none !important;
    -webkit-text-fill-color: var(--text-secondary) !important;
    color: var(--text-secondary) !important;
}

.bonus-badge-large {
    background: var(--text-primary) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    animation: none !important;
    font-family: var(--font-sans) !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

.bonus-badge-large i {
    animation: none !important;
}

.step-number {
    border-radius: 0 !important;
    font-family: var(--font-sans) !important;
}

.step.active .step-number,
.step.completed .step-number {
    background: var(--text-primary) !important;
    color: #fff !important;
}

.step.active,
.step.completed {
    color: var(--text-primary) !important;
}

.step.completed + .step-connector {
    background: var(--text-primary) !important;
}

.scene-selected-badge,
.photo-selected-badge,
.transition-feedback {
    background: var(--text-primary) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.meta-item i,
.stat-item i {
    color: var(--text-secondary) !important;
}

.image-placeholder,
.medium-format-placeholder,
.format-35mm-placeholder,
.slide-film-placeholder {
    background: var(--surface-secondary) !important;
    color: var(--text-secondary) !important;
    border: 1px solid rgba(17, 24, 27, 0.10) !important;
    border-radius: 0 !important;
}

.image-placeholder .placeholder-content i {
    color: var(--text-secondary) !important;
    opacity: 0.6;
}

.view-gallery-btn,
.view-all-btn {
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--font-sans) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
}

/* ── Nostalgic Collage layer — editorial scrapbook flow ── */

/* Collage overlaps intentionally break container bounds; clip instead of scrolling */
.film-page-container {
    overflow-x: hidden;
    overflow-x: clip;
}

/* Let whitespace separate the format stories instead of rules */
.format-divider { display: none !important; }
#film-formats .format-section { position: relative; margin-bottom: 16rem !important; }
#film-formats .format-section:last-of-type { margin-bottom: 0 !important; }
#film-formats .format-intro {
    max-width: 62rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Generous breathing room between page chapters */
#film-vs-digital,
#film-stock-comparison,
#film-aesthetic,
#film-timeline,
#film-pricing {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
}

/* Floating "sticker" ephemera — line-art doodles and handwritten notes */
.fp-sticker {
    position: absolute;
    z-index: 6;
    pointer-events: none;
    display: none;
    color: var(--text-primary);
    opacity: 0.35;
}

.fp-sticker-note {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--text-secondary);
    opacity: 0.7;
    white-space: nowrap;
}

/* Uploaded PNG stickers render at full opacity with their own aspect ratio. */
img.fp-sticker {
    height: auto;
    opacity: 1;
    object-fit: contain;
}

/* The note spots carried no width when they were text — give images one. */
img.fp-note-medium,
img.fp-note-35mm {
    width: 16rem;
}

/* Polaroid frames keep their 3:2 window even before the low-res
   placeholder loads (the full image is absolutely positioned) */
.slide-film-hero .progressive-image,
.slide-film-grid-item .progressive-image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.slide-film-hero .progressive-image > img,
.slide-film-grid-item .progressive-image > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* ── Simplified film stock comparison tool ── */

/* Numbered editorial step labels replace the icon/step-header chrome */
.fp-step-label {
    font-family: var(--font-serif) !important;
    font-size: 2.2rem !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em;
    color: var(--text-primary) !important;
    margin: 0 0 2.5rem !important;
}

.fp-step-num {
    font-family: var(--font-sans);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--text-secondary);
    opacity: 0.55;
    margin-right: 1.2rem;
}

/* Selection areas become open editorial blocks instead of bordered panels */
.selection-section {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 6rem !important;
}
.selection-section:not(.active) { opacity: 1 !important; }

/* One-line hint under the stock arrows */
.fp-stock-hint {
    font-family: var(--font-sans);
    font-size: 1.1rem;
    text-align: center;
    opacity: 0.55;
    margin: 0.75rem 0 0;
}
.fp-stock-hint kbd {
    font-family: var(--font-sans);
    font-size: 1rem;
    border: 1px solid currentColor;
    border-radius: 2px;
    padding: 0 0.4rem;
}

/* ── Slide viewer callout: quiet editorial aside instead of a card ── */
.slide-viewer-callout-enhanced {
    max-width: 62rem !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-top: 1px solid rgba(17, 24, 27, 0.15) !important;
    border-bottom: 1px solid rgba(17, 24, 27, 0.15) !important;
    padding: 4.5rem 2rem !important;
    overflow: visible !important;
}
.slide-viewer-callout-enhanced::before { display: none !important; }

.fp-callout-eyebrow {
    display: block;
    font-family: var(--font-sans);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-secondary);
    opacity: 0.6;
    margin-bottom: 1.8rem;
}

.slide-viewer-callout-enhanced h4 {
    font-size: 2.6rem !important;
    font-style: italic !important;
    margin-bottom: 1.8rem !important;
}

.slide-viewer-callout-enhanced p {
    font-family: var(--font-sans);
    font-size: 1.4rem !important;
    line-height: 1.8 !important;
    color: var(--text-secondary) !important;
}

@media (min-width: 992px) {
    .fp-sticker { display: block; }

    /* No Bootstrap grid is loaded on this site, so the collage rows
       get a real two-column grid of their own at desktop widths */
    .fp-medium-cluster,
    .fp-35mm-collage,
    .fp-slide-cluster {
        display: grid;
        align-items: start;
    }
    .fp-medium-cluster > [class*="col-"],
    .fp-35mm-collage > [class*="col-"],
    .fp-35mm-feature-row > [class*="col-"],
    .fp-slide-cluster > [class*="col-"] {
        position: relative;
        min-width: 0;
    }

    /* ── Medium format: offset anchor with tipped-in caption ── */
    .medium-hero-wrapper { max-width: 100rem !important; }
    .medium-hero-image { margin: 0 0 0 4% !important; }
    .medium-hero-text-card {
        left: auto !important;
        right: 10% !important;
        bottom: 4rem !important;
        max-width: 40rem !important;
        width: auto !important;
        transform: rotate(-1.5deg) !important;
    }
    .fp-sticker-canister {
        width: 54px;
        top: -4rem;
        right: 5%;
        transform: rotate(9deg);
    }

    /* Two-print cluster: staggered heights, corner overlap */
    .fp-medium-cluster {
        grid-template-columns: 1fr 1fr;
        margin-top: -3rem;
    }
    .fp-medium-cluster > .col-lg-6:first-child { z-index: 2; }
    .fp-medium-cluster > .col-lg-6:first-child .medium-grid-item {
        max-width: 42rem !important;
        margin: 0 2rem 0 auto !important;
    }
    .fp-medium-cluster > .col-lg-6:last-child .medium-grid-item {
        max-width: 47rem !important;
        margin: 14rem auto 0 -6rem !important;
    }
    .fp-medium-cluster .medium-grid-image {
        box-shadow: 0 40px 80px -20px rgba(17, 24, 27, 0.28) !important;
    }
    /* Captions hang off the print edges like taped notes */
    .fp-medium-cluster > .col-lg-6:first-child .medium-floating-card {
        right: -3rem !important;
        left: auto !important;
        bottom: 3rem !important;
        transform: rotate(1.4deg);
    }
    .fp-medium-cluster > .col-lg-6:last-child .medium-floating-card {
        left: -3.5rem !important;
        right: auto !important;
        bottom: 4rem !important;
        transform: rotate(-1.6deg);
    }
    .fp-note-medium { top: -6rem; left: 34%; transform: rotate(-2deg); }

    /* ── 35mm: overlapping documentary pair, feature pulled up into it ── */
    .fp-35mm-collage { grid-template-columns: 2fr 1fr; }
    .fp-35mm-collage .film-35mm-large {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    /* Caption moves to the top-left corner the overlaps leave clear */
    .fp-35mm-collage .film-35mm-large .film-35mm-overlay {
        bottom: auto !important;
        top: 20px !important;
        left: 20px !important;
    }
    .fp-35mm-collage > .col-lg-4 { z-index: 3; }
    .fp-35mm-collage .film-35mm-small {
        margin: 22rem 0 0 -9rem !important;
        max-width: 34rem !important;
        box-shadow: 0 35px 70px -18px rgba(17, 24, 27, 0.35) !important;
    }
    .fp-sticker-strip {
        width: 26px;
        top: 8rem;
        right: 12%;
        transform: rotate(-6deg);
    }

    .fp-35mm-feature-row {
        margin-top: -16rem;
        position: relative;
        z-index: 4;
    }
    .fp-35mm-feature-row .film-35mm-feature {
        margin: 0 auto 0 16% !important;
        max-width: 44rem !important;
        box-shadow: 0 35px 70px -18px rgba(17, 24, 27, 0.3) !important;
    }
    .fp-note-35mm { bottom: -5rem; left: 40%; transform: rotate(-2deg); }

    /* ── Slide film: scattered polaroids overlapping at the center ── */
    .slide-film-hero { transform: rotate(-0.6deg) !important; }
    .fp-slide-cluster { grid-template-columns: 1fr 1fr; }
    .fp-slide-cluster > .col-lg-6:first-child { z-index: 2; }
    .fp-slide-cluster > .col-lg-6:first-child .slide-film-grid-item {
        max-width: 46rem !important;
        margin: 0 -2.5rem 0 auto !important;
    }
    .fp-slide-cluster > .col-lg-6:last-child .slide-film-grid-item {
        max-width: 46rem !important;
        margin: 12rem auto 0 -2.5rem !important;
    }
    .fp-sticker-sun {
        width: 56px;
        top: 2rem;
        left: 18%;
        transform: rotate(12deg);
    }
}
