/* ==========================================================================
   CSS VARIABLES & DESIGN TOKENS
   ========================================================================== */
:root {
    /* Color Palette matching reference image */
    --bg-primary: #FBF8F2;
    /* Warm Ivory Parchment */
    --bg-sand: #FBF8F2;
    /* Sand/Tan color */
    --bg-light: #FBF8F2;
    /* Light Cream */
    --bg-burgundy: #5B161B;
    /* Rich Burgundy */
    --bg-burgundy-dark: #420F13;
    /* Dark Burgundy */

    --accent-red: #C5272F;
    /* Logo Red */
    --accent-burgundy: #92000c;
    /* Burgundy Heading & Button */
    --accent-gold: #B68A43;
    /* Gold Accent */
    --text-heading: #1C1917;
    /* Dark Charcoal */
    --text-body: #57534E;
    /* Muted Body Text */

    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Inter', sans-serif;

    /* Typography Scale */
    --font-size-h1: 64px;
    --font-size-h2: 48px;
    --font-size-h3: 24px;
    --font-size-body: 18px;
    --font-size-small: 14px;
    --font-size-label: 11px;
    --font-size-btn: 13px;

    --container-width: 1380px;
    --section-padding: 90px;

    /* Standard 8px Spacing Scale */
    --space-1: 8px;
    --space-2: 16px;
    --space-3: 24px;
    --space-4: 32px;
    --space-5: 40px;
    --space-6: 48px;
    --space-8: 64px;
    --space-12: 96px;
    --space-16: 128px;

    /* Responsive Section Vertical Padding System */
    --padding-section-y: 90px;
    --padding-section-y-laptop: 80px;
    --padding-section-y-tablet: 65px;
    --padding-section-y-mobile: 55px;
}

/* Ownership / monetization replacement: two separate luxury editorial sections */
.ownership-story-redesign {
    display: block !important;
    width: 100%;
    background: #FCFAF6;
}

.ownership-story-redesign>.grid-panel {
    display: none;
}

.ownership-editorial {
    --asset-gold: #D4A762;
    --asset-ink: #111;
    --asset-muted: #555;
    position: relative;
    overflow: hidden;
    background: #FCFAF6;
    color: var(--asset-ink);
}

.ownership-story-framework,
.ownership-business-asset {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 60px var(--space-5);
    overflow: hidden;
    background: transparent;
}

.ownership-story-framework::before,
.ownership-business-asset::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.05;
    background: radial-gradient(circle at 50% 50%, #D4A762 0%, transparent 65%);
}

.ownership-editorial-header {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto 68px;
    text-align: center;
}

/* Removed .ownership-editorial-header span to let .section-eyebrow-red take effect */

.ownership-editorial-header h2 {
    margin: 0;
    font: 500 clamp(43px, 5.2vw, 72px)/1.08 var(--font-heading);
    letter-spacing: -.035em;
    color: var(--asset-ink);
}

.ownership-timeline {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 54px;
}

.ownership-timeline-card {
    position: relative;
    min-height: 300px;
    box-sizing: border-box;
    padding: 34px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(212, 167, 98, .6);
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(66, 42, 10, .08), 0 3px 10px rgba(212, 167, 98, .1);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.ownership-timeline-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 54px;
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 167, 98, .25), var(--asset-gold), rgba(212, 167, 98, .25));
}

.ownership-timeline-card:not(:last-child)::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: -59px;
    width: 10px;
    height: 10px;
    border: 2px solid #FCFAF6;
    border-radius: 50%;
    background: var(--asset-gold);
    box-shadow: 0 0 0 2px rgba(212, 167, 98, .2), 0 0 16px rgba(212, 167, 98, .38);
    z-index: 2;
    animation: asset-pulse 2.8s ease-in-out infinite;
}

.ownership-timeline-card i,
.ownership-benefits i {
    color: var(--asset-gold);
    font: 400 58px/1 var(--font-heading);
    font-style: normal;
    margin-bottom: var(--space-3);
    transition: transform .35s ease;
}

.ownership-timeline-card h3,
.ownership-benefits h3 {
    margin: 0 0 12px;
    color: var(--asset-ink);
    font: 600 25px/1.1 var(--font-heading);
}

.ownership-timeline-card p,
.ownership-benefits p {
    margin: 0;
    color: var(--asset-muted);
    font: 13px/1.6 var(--font-body);
}

.ownership-timeline-card:hover,
.ownership-benefits article:hover {
    transform: translateY(-10px);
    border-color: rgba(184, 143, 58, 0.75);
    box-shadow: 0 25px 50px rgba(184, 143, 58, 0.22);
}

.ownership-timeline-card:hover i,
.ownership-benefits article:hover i {
    transform: rotate(6deg) scale(1.06);
}

.ownership-business-asset {
    margin-top: 0;
    padding-top: 70px;
}

.ownership-asset-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: var(--space-4);
    align-items: stretch;
}

.ownership-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ownership-benefits article {
    min-height: 175px;
    box-sizing: border-box;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(250, 246, 238, 0.8) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(184, 143, 58, 0.3);
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(184, 143, 58, 0.08);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.ownership-benefits i {
    font-size: 38px;
    margin-bottom: 12px;
    color: #B68A43;
    font-style: normal;
}

.ownership-benefits h3 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 700;
    color: #1C1917;
    margin-bottom: 8px;
}

.ownership-benefits p {
    font-family: var(--font-body);
    font-size: 13px;
    color: #5C554D;
    line-height: 1.45;
    margin: 0;
}

.ownership-office-image {
    min-height: 642px;
    border: 1px solid rgba(212, 167, 98, .56);
    border-radius: 24px;
    background: linear-gradient(90deg, rgba(20, 15, 7, .1), transparent 38%), url('assets/global_boardroom.jpg') center / cover;
    box-shadow: 0 18px 38px rgba(66, 42, 10, .12);
    animation: asset-kenburns 15s ease-in-out infinite alternate, asset-light 8s ease-in-out infinite;
}

.ownership-timeline.reveal-scale.in-view .ownership-timeline-card,
.ownership-asset-layout.reveal-scale.in-view .ownership-benefits article {
    animation: asset-rise .7s both;
}

.ownership-timeline-card:nth-child(2),
.ownership-benefits article:nth-child(2) {
    animation-delay: .1s !important
}

.ownership-timeline-card:nth-child(3),
.ownership-benefits article:nth-child(3) {
    animation-delay: .2s !important
}

.ownership-timeline-card:nth-child(4),
.ownership-benefits article:nth-child(4) {
    animation-delay: .3s !important
}

.ownership-benefits article:nth-child(5) {
    animation-delay: .4s !important
}

.ownership-benefits article:nth-child(6) {
    animation-delay: .5s !important
}

@keyframes asset-rise {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes asset-pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(212, 167, 98, .08), 0 0 18px rgba(212, 167, 98, .55)
    }
}

@keyframes asset-kenburns {
    from {
        background-size: 100%, 100%
    }

    to {
        background-size: 100%, 108%
    }
}

@keyframes asset-light {
    50% {
        filter: brightness(1.06) saturate(1.04)
    }
}

@media(max-width:960px) {

    .ownership-story-framework,
    .ownership-business-asset {
        padding: 50px 32px
    }

    .ownership-timeline {
        grid-template-columns: 1fr;
        max-width: 470px;
        margin: 0 auto;
        gap: 24px
    }

    .ownership-timeline-card:not(:last-child)::after {
        left: 50%;
        top: 100%;
        width: 1px;
        height: 24px
    }

    .ownership-timeline-card:not(:last-child)::before {
        top: calc(100% + 19px);
        right: auto;
        left: calc(50% - 5px)
    }

    .ownership-asset-layout {
        grid-template-columns: 1fr
    }

    .ownership-office-image {
        min-height: 520px;
        order: 2
    }

    .ownership-benefits {
        order: 1
    }
}

@media(max-width:600px) {

    .ownership-story-framework,
    .ownership-business-asset {
        padding: 40px 22px
    }

    .ownership-editorial-header {
        margin-bottom: 48px
    }

    .ownership-editorial-header h2 {
        font-size: 42px
    }

    .ownership-benefits {
        grid-template-columns: 1fr
    }

    .ownership-office-image {
        min-height: 400px
    }
}

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background-color: #FCFAF6;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

/* Global Fixed Background Image Layer (Does Not Move On Scroll) */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: -10;
    background-image: linear-gradient(rgba(252, 250, 246, 0.65), rgba(252, 250, 246, 0.65)), url('assets/cinematic-paper-background.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--space-5);
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.1;
}

.italic-serif {
    font-style: italic;
}

.red-subtitle {
    display: block;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    color: var(--accent-red);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: var(--space-3);
}

.red-subtitle.light-gold {
    color: var(--accent-gold);
}

.panel-h2 {
    font-size: 3rem;
    margin-bottom: var(--space-4);
}

.dark-text-mode,
.dark-text-mode h2,
.dark-text-mode h3,
.dark-text-mode p {
    color: var(--bg-primary);
}

/* ==========================================================================
   SCROLL REVEAL ANIMATIONS
   ========================================================================== */
.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-scale {
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

.reveal-scale.in-view {
    opacity: 1;
    transform: scale(1);
}

.reveal-scale.in-view .ff-studio-img {
    transform: scale(1);
}

/* Stagger Delays */
.delay-1 {
    transition-delay: 120ms;
}

.delay-2 {
    transition-delay: 240ms;
}

.delay-3 {
    transition-delay: 360ms;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px 0;
    z-index: 100;
}

.nav-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.header-logo-img {
    height: 28px !important;
    max-height: 28px !important;
    width: auto !important;
    max-width: 150px !important;
    display: block;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo-link:hover .header-logo-img {
    opacity: 0.9;
    transform: scale(1.03);
}

.logo {
    display: flex;
    flex-direction: column;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.1;
}

.logo-red {
    color: var(--accent-red);
    font-weight: 700;
}

.logo-sub {
    color: var(--text-heading);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
}

.nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
}

.nav-links a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #262421;
    text-transform: uppercase;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: var(--accent-burgundy);
}

.btn-nav-pill {
    background: linear-gradient(180deg, #6B1D24 0%, #461115 100%);
    color: #FFFFFF;
    padding: 10px 24px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 14px rgba(107, 29, 36, 0.35);
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-nav-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(107, 29, 36, 0.5);
}

/* ==========================================================================
   HERO SECTION (Matching Reference Image)
   ========================================================================== */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: var(--bg-primary);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-artwork-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-artwork-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

/* Luxurious smooth horizontal gradient overlay blending ivory background into golden skyline & founder portrait */
.artwork-gradient-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #FBF8F2 0%, rgba(251, 248, 242, 0.85) 30%, rgba(251, 248, 242, 0.4) 65%, rgba(251, 248, 242, 0) 100%);
    pointer-events: none;
}

.hero-container {
    position: relative;
    z-index: 10;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 100px 40px;
    width: 100%;
}

.hero-text-content {
    max-width: 540px;
}

.hero-h1 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
    font-weight: 500;
    color: var(--text-heading);
    line-height: 1.05;
    margin-bottom: var(--space-3);
    letter-spacing: -0.01em;
}

.text-burgundy-italic {
    color: var(--accent-burgundy);
    font-style: italic;
    font-weight: 500;
}

/* Ornament Divider (-- ❖ --) */
.ornament-divider {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 28px 0;
}

.ornament-divider .div-line {
    flex: 1;
    height: 1px;
    background-color: #D6CBB9;
}

.ornament-divider .div-diamond {
    margin: 0 16px;
    color: #8C7B65;
    font-size: 10px;
}

.hero-subheading {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--text-heading);
    margin-bottom: var(--space-2);
    line-height: 1.3;
}

.hero-description {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 14px;
    max-width: 520px;
}

.text-burgundy-highlight {
    color: var(--accent-burgundy);
    font-weight: 600;
}

.hero-streaming-partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.7);
    border: 1.5px solid #C5A065;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(197, 160, 101, 0.12);
    margin: 10px 0 28px 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hero-streaming-partner-badge .hsp-label {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #9B682D;
    text-transform: uppercase;
}

.hero-streaming-partner-badge .hsp-value {
    font-family: var(--font-heading);
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--accent-burgundy);
}

.hero-cta-wrap {
    margin-top: 5px;
}

.btn-burgundy-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, #6B1D24 0%, #461115 100%);
    color: #FFFFFF;
    padding: 16px 36px;
    font-family: var(--font-body);
    font-size: var(--font-size-btn);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 20px rgba(107, 29, 36, 0.35);
    transition: all 0.3s ease;
}

.btn-burgundy-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(107, 29, 36, 0.5);
    background: linear-gradient(180deg, #7C222A 0%, #541419 100%);
}

.btn-burgundy-pill .arrow,
.btn-burgundy-pill .btn-arrow {
    transition: transform 0.3s ease;
}

.btn-burgundy-pill:hover .arrow,
.btn-burgundy-pill:hover .btn-arrow {
    transform: translateX(5px);
}

/* ==========================================================================
   FEATURE FILM SECTION (Introduction Section)
   ========================================================================== */
.feature-film-section {
    background-color: transparent;
    /* Warm ivory parchment background */
    padding: var(--padding-section-y) 0;
}

.ff-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
}

.ff-top {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.ff-text {
    flex: 0 0 42%;
    max-width: 480px;
}

.ff-heading {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: #1A1A1A;
    margin-bottom: var(--space-4);
    text-align: left;
}

.text-burgundy-highlight-journey {
    color: #6b0207;
    /* Deep Burgundy Accent */
    font-style: italic;
    font-weight: 600;
}

.ff-p {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #000000;
    margin-bottom: var(--space-3);
    max-width: 460px;
    text-align: left;
}

.ff-p strong {
    color: #000000;
    font-weight: 600;
}

/* Right column cinematic image and overlapping cards */
.ff-visual-wrap {
    flex: 0 0 58%;
    position: relative;
    padding-bottom: 40px;
}

.ff-image-box {
    width: 100%;
    height: 440px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.ff-studio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlapping cards container */
.ff-cards-overlay {
    position: absolute;
    bottom: -40px;
    /* Overlaps bottom portion */
    left: 2.5%;
    width: 95%;
    display: flex;
    gap: 16px;
    z-index: 10;
}

.ff-card-item {
    position: relative;
    flex: 1;
    height: 160px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(250, 246, 238, 0.8) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(184, 143, 58, 0.3);
    box-shadow: 0 15px 35px rgba(184, 143, 58, 0.08);
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}

.ff-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(182, 138, 67, 0.22);
    border-color: rgba(182, 138, 67, 0.75);
}

.ff-card-item:hover .card-icon-wrap {
    transform: scale(1.1);
}

@keyframes goldBorderFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.card-icon-wrap {
    flex: 0 0 auto;
    color: #B68A43;
    transition: transform 0.35s ease;
}

.card-icon-wrap svg {
    width: 38px;
    height: 38px;
}

.card-info {
    flex: 0 0 auto;
}

.card-info h4 {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.35;
    color: #1C1917;
    margin-bottom: 6px;
}

.card-info p {
    font-family: var(--font-body);
    font-size: 13px;
    color: #5C554D;
    line-height: 1.45;
}

/* ==========================================================================
   SECTION 1: WHY STORIES WIN
   ========================================================================== */
.why-stories-section {
    background-color: transparent;
    /* Warm Ivory */
    padding: calc(var(--padding-section-y) * 0.5) 0;

}

.why-stories-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
}

.why-stories-top {
    display: flex;
    gap: 70px;
    align-items: center;
}

.why-stories-text {
    flex: 0 0 54%;
    max-width: 660px;
}

.nobr-line {
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .nobr-line {
        white-space: normal;
    }
}

.section-eyebrow-red {
    font-family: var(--font-body);
    font-size: var(--font-size-label);
    font-weight: 700;
    letter-spacing: 2px;
    color: #6f0208;
    text-transform: uppercase;
    display: block;
    margin-bottom: var(--space-2);
}

.why-stories-h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 600;
    line-height: 1.2;
    color: #1A1A1A;
    margin-bottom: var(--space-3);
}

.why-stories-p {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-body);
    max-width: 480px;
}

/* Cinematic Image Container */
.why-stories-video-wrap {
    flex: 0 0 55%;
}

.cinematic-image-box {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(181, 141, 75, 0.35);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.cinematic-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.cinematic-image-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.16);
}

.cinematic-image-box:hover .cinematic-hero-img {
    transform: scale(1.04);
}


/* ==========================================================================
   SECTION 2: WHAT WE CREATE (LUXURY EDITORIAL CATALOGUE)
   ========================================================================== */
.what-we-create-section {
    background-color: transparent;
    /* Warm Ivory Background */
    padding: calc(var(--padding-section-y) * 0.5) 0;

}

.what-we-create-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-header-centered {
    text-align: center;
    margin-bottom: var(--space-3);
}

.section-eyebrow-gold {
    font-family: var(--font-body);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #B68A43;
    /* Gold accent */
    text-transform: uppercase;
    display: block;
}

.gold-diamond-divider {
    color: #B68A43;
    font-size: 8px;
    margin: 4px 0;
}

.centered-section-h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 600;
    color: #222222;
    line-height: 1.05;
    margin-top: 4px;
}

.creation-cards-grid {
    display: flex;
    gap: 32px;
}

.create-card-item {
    flex: 1;
    height: auto;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E8DED3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
    display: flex;
    flex-direction: row;
}

.card-founder-grad {
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EE 45%, #F4EAD9 100%);
}

.card-brand-grad {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8F4EA 45%, #EFE3CE 100%);
}

.card-ambient-glow {
    position: absolute;
    top: -30%;
    right: -20%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(225, 195, 145, 0.45) 0%, rgba(225, 195, 145, 0) 70%);
    pointer-events: none;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.create-card-item:hover .card-ambient-glow {
    transform: scale(1.25);
    opacity: 0.9;
}

.create-card-content {
    position: relative;
    z-index: 2;
    height: auto;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex: 1;
    box-sizing: border-box;
}

.card-label-gold {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #B68A43;
    text-transform: uppercase;
}

.create-card-title {
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 400;
    line-height: 1.0;
    color: #1E1E1E;
    margin-top: 4px;
    margin-bottom: 6px;
}

.card-thin-line {
    width: 100%;
    height: 1px;
    background: #E8DED3;
    margin-bottom: 8px;
}

.create-card-desc {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 8px;
    max-width: 100%;
}

/* Metadata Row */
.card-metadata-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 10px 14px;
    background: rgba(129, 0, 0, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(232, 222, 211, 0.3);
    border-radius: 10px;
    box-sizing: border-box;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.meta-icon {
    color: #ffffff;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.meta-icon svg {
    width: 16px;
    height: 16px;
}

.meta-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.meta-title {
    font-family: var(--font-body);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
}

.meta-val {
    font-family: var(--font-body);
    font-size: 8.5px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Luxury Outline Button */
.btn-luxury-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 20px;
    border: 1.5px solid #B68A43;
    border-radius: 6px;
    background: transparent;
    color: #B68A43;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-luxury-outline .btn-arrow {
    transition: transform 0.3s ease;
}

.btn-luxury-outline:hover {
    background: #B68A43;
    color: #FFFFFF;
    border-color: #B68A43;
    box-shadow: 0 6px 20px rgba(182, 138, 67, 0.3);
}

.btn-luxury-outline:hover .btn-arrow {
    transform: translateX(5px);
}

.create-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.12);
    border-color: #B68A43;
}

.create-card-item:hover .create-card-img {
    transform: scale(1.05);
}

.create-card-img-wrap {
    flex: 1;
    position: relative;
    min-height: 250px;
    overflow: hidden;
}

.create-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* ==========================================================================
   SECTION 3: WHY DIGIKORE (LUXURY 2x2 GLASS CARD GRID)
   ========================================================================== */
.why-digikore-section {
    background-color: transparent;
    /* Warm Ivory */
    padding: var(--padding-section-y) 0;

}

.why-digikore-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.why-digikore-grid {
    display: flex;
    gap: 70px;
    align-items: center;
}

.why-digikore-left {
    flex: 0 0 42%;
    max-width: 500px;
}

.why-digikore-h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 600;
    line-height: 1.15;
    color: #1A1A1A;
    margin-top: 8px;
    margin-bottom: var(--space-2);
}

.why-digikore-p {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-body);
    margin-top: 14px;
}

.why-digikore-p strong {
    color: var(--text-heading);
    font-weight: 600;
}

/* Read More / Read Less Toggle */
.read-more-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    color: #B88A3B;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0 4px;
    margin-left: 6px;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.read-more-toggle:hover {
    color: #6B1D24;
}

.read-more-toggle .toggle-arrow {
    font-size: 13px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.read-more-expand-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}

.read-more-expand-wrapper.is-open {
    max-height: 500px;
    opacity: 1;
}

/* 2x2 Stat Cards Grid */
.why-digikore-right {
    flex: 0 0 58%;
}

.stat-cards-2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.luxury-stat-card {
    position: relative;
    height: 160px;
    border-radius: 18px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EE 45%, #F4EAD9 100%);
    border: 1px solid #E8DED3;
    box-shadow: 0 12px 35px rgba(182, 138, 67, 0.1), 0 4px 15px rgba(0, 0, 0, 0.03);
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}

/* Shimmer Light Reflection */
.card-shimmer {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent 42%,
            rgba(255, 225, 175, 0.35) 50%,
            transparent 58%);
    transform: rotate(25deg) translateY(-100%);
    animation: goldShimmerSweep 6s infinite cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

@keyframes goldShimmerSweep {
    0% {
        transform: rotate(25deg) translateY(-100%);
    }

    25% {
        transform: rotate(25deg) translateY(100%);
    }

    100% {
        transform: rotate(25deg) translateY(100%);
    }
}

.card-icon-gold {
    color: #B68A43;
    margin-bottom: 8px;
    transition: transform 0.35s ease;
}

.card-icon-gold svg {
    width: 32px;
    height: 32px;
}

.stat-val {
    font-family: var(--font-body);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #1E1E1E;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.stat-desc {
    font-family: var(--font-body);
    font-size: 11px;
    color: #000000;
    line-height: 1.35;
}

.luxury-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(182, 138, 67, 0.22);
    border-color: rgba(182, 138, 67, 0.75);
}

.luxury-stat-card:hover .card-icon-gold {
    transform: scale(1.1);
}


/* ==========================================================================
   SECTION 4: GLOBAL DISTRIBUTION (WORLD MAP & FLOATING PLATFORMS)
   ========================================================================== */
.global-distribution-section {
    background-color: transparent;
    /* Warm Ivory */
    padding: calc(var(--padding-section-y) * 0.5) 0;

}

.global-distribution-container {
    margin: 0 auto;
}

.global-dist-grid {
    display: flex;
    gap: 60px;
    align-items: center;
    padding-bottom: 40px;
}

.global-dist-left {
    flex: 0 0 40%;
    max-width: 480px;
}

.global-dist-h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 600;
    line-height: 1.08;
    color: #1E1E1E;
    margin-top: 8px;
    margin-bottom: var(--space-2);
}

.global-dist-p {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-body);
    margin-top: 14px;
    margin-bottom: var(--space-4);
}

/* Luxury Gold Pill Button */
.btn-gold-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 56px;
    padding: 0 32px;
    background: linear-gradient(135deg, #B68A43 0%, #A07432 100%);
    border-radius: 28px;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(182, 138, 67, 0.35);
    transition: all 0.35s ease;
}

.btn-gold-pill:hover {
    background: linear-gradient(135deg, #A07432 0%, #886024 100%);
    box-shadow: 0 15px 40px rgba(182, 138, 67, 0.5);
    transform: translateY(-2px);
}

.btn-gold-pill:hover .btn-arrow {
    transform: translateX(6px);
}

/* World Map Wrapper */
.global-dist-right {
    flex: 0 0 60%;
}

.world-map-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.world-map-bg-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.85;
    filter: drop-shadow(0 10px 30px rgba(182, 138, 67, 0.15));
}

/* Floating Platform Cards */
.floating-platform-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(182, 138, 67, 0.4);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08), 0 0 15px rgba(182, 138, 67, 0.12);
    font-family: var(--font-body);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1E1E1E;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: default;
    white-space: nowrap;
    z-index: 5;
}

.platform-icon {
    color: #B68A43;
    display: flex;
    align-items: center;
}

.platform-icon svg {
    width: 18px;
    height: 18px;
}

/* Independent Floating Keyframe Animations */
.float-card-1 {
    top: 6%;
    left: 12%;
    animation: floatAnim1 5s ease-in-out infinite;
}

.float-card-2 {
    top: 8%;
    right: 4%;
    animation: floatAnim2 6s ease-in-out infinite;
}

.float-card-3 {
    bottom: 30%;
    left: 2%;
    animation: floatAnim3 4.5s ease-in-out infinite;
}

.float-card-4 {
    bottom: 4%;
    left: 36%;
    animation: floatAnim4 5.5s ease-in-out infinite;
}

.float-card-5 {
    bottom: 22%;
    right: 2%;
    animation: floatAnim5 4.8s ease-in-out infinite;
}

@keyframes floatAnim1 {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes floatAnim2 {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(6px);
    }
}

@keyframes floatAnim3 {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes floatAnim4 {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(8px);
    }
}

@keyframes floatAnim5 {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }
}

.floating-platform-card:hover {
    transform: translateY(-10px) scale(1.05) !important;
    box-shadow: 0 25px 50px rgba(182, 138, 67, 0.3);
    border-color: #B68A43;
}

/* ==========================================================================
   DIGIKORE ORIGINALS BLOCK (FOUNDER BRAND FILM LIGHT EDITORIAL THEME)
   ========================================================================== */
.fbf-digikore-originals-section {
    position: relative;
    padding: calc(var(--padding-section-y) * 0.4) 0 calc(var(--padding-section-y) * 0.7);
    background-color: transparent;
    overflow: hidden;
}

.fbf-digikore-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--space-4);
}

.fbf-digikore-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.fbf-digikore-left {
    display: flex;
    flex-direction: column;
}

.fbf-digikore-title {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 600;
    line-height: 1.1;
    color: #1E1E1E;
    margin-top: 8px;
    margin-bottom: var(--space-2);
}

.text-burgundy-italic {
    font-family: var(--font-heading);
    font-style: italic;
    color: var(--accent-burgundy);
    font-weight: 500;
}

.fbf-digikore-desc {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    color: #57534E;
    margin-top: 14px;
    margin-bottom: var(--space-4);
    max-width: 580px;
}

.fbf-follow-wrapper {
    margin-bottom: 12px;
}

.fbf-follow-label {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #B68A43;
    display: block;
}

.fbf-social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 560px;
    width: 100%;
}

.fbf-social-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(182, 138, 67, 0.38);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 0 15px rgba(182, 138, 67, 0.08);
    text-decoration: none;
    color: #1E1E1E;
    transition: all 0.35s ease;
    cursor: pointer;
}

.fbf-social-card:hover {
    background: #FFFFFF;
    border-color: #B68A43;
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(182, 138, 67, 0.22);
    color: #1E1E1E;
}

.fbf-social-icon-orb {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(182, 138, 67, 0.08);
    border: 1px solid rgba(182, 138, 67, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.fbf-social-card:hover .fbf-social-icon-orb {
    transform: scale(1.08);
    background: rgba(182, 138, 67, 0.15);
    border-color: #B68A43;
    box-shadow: 0 0 10px rgba(182, 138, 67, 0.2);
}

.fbf-social-name {
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #1E1E1E;
}

/* Right Flank: Brand Logo Showcase Frame */
.fbf-digikore-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.fbf-brand-logo-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    background: #FFFFFF;
    border: 1.5px solid rgba(182, 138, 67, 0.35);
    border-radius: 24px;
    box-shadow: none;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.fbf-brand-logo-frame:hover {
    transform: translateY(-5px);
    border-color: #B68A43;
    box-shadow: none;
}

.fbf-frame-ambient-glow {
    display: none;
}

.fbf-brand-logo-img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 280px;
    height: auto;
    object-fit: contain;
    display: block;
    filter: none;
    transition: transform 0.35s ease;
}

.fbf-brand-logo-frame:hover .fbf-brand-logo-img {
    transform: scale(1.04);
    filter: none;
}

@media (max-width: 991px) {
    .fbf-digikore-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .fbf-digikore-left {
        align-items: center;
    }

    .fbf-digikore-desc {
        margin: 14px auto 24px;
    }

    .fbf-social-grid {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .fbf-social-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .fbf-brand-logo-frame {
        padding: 36px 24px;
    }
}

@media (max-width: 991px) {
    .fbf-digikore-card {
        padding: 40px 28px;
    }

    .fbf-digikore-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: center;
    }

    .fbf-digikore-left {
        align-items: center;
    }

    .fbf-digikore-eyebrow-row {
        align-items: center;
    }

    .fbf-digikore-desc {
        margin: 0 auto 20px;
    }

    .fbf-social-grid {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .fbf-social-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .fbf-brand-logo-frame {
        padding: 32px 20px;
    }
}

/* ==========================================================================
   SECTION 5: LUXURY DISTRIBUTION & HOLLYWOOD PEDIGREE
   ========================================================================== */
.luxury-distribution-pedigree-section {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    /* center full width */
    background-color: transparent;
    /* Warm Ivory */
    padding: calc(var(--padding-section-y) * 0.5) 0;

    overflow: hidden;
}

.watermark-map-bg {
    position: absolute;
    inset: 0;
    background-image: url('assets/global.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.08;
    filter: blur(1px);
    pointer-events: none;
}

.radial-gold-glow {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(circle, rgba(225, 195, 145, 0.3) 0%, rgba(251, 248, 242, 0) 70%);
    pointer-events: none;
}

.luxury-dist-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    z-index: 2;
}

.dist-editorial-header,
.pedigree-editorial-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-lead-p {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    max-width: 680px;
    margin: 16px auto 0 auto;
}

/* 4 Floating Glass Statistics Cards */
.dist-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 70px;
}

.glass-stat-card {
    position: relative;
    height: 175px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(250, 246, 238, 0.8) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(184, 143, 58, 0.3);
    box-shadow: 0 15px 35px rgba(184, 143, 58, 0.08);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}

.stat-number-gold {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 600;
    color: #B68A43;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.stat-label-title {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1E1E1E;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.stat-subtext {
    font-family: var(--font-body);
    font-size: 12px;
    color: #6A6258;
}

.glass-stat-card:hover {
    transform: translateY(-10px);
    border-color: rgba(184, 143, 58, 0.75);
    box-shadow: 0 25px 50px rgba(184, 143, 58, 0.22);
}

/* Floating OTT Logos Showcase */
.ott-logos-wrapper {
    margin-bottom: 0px;
}

.ott-logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ott-logo-card {
    height: 110px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(250, 246, 238, 0.8) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(184, 143, 58, 0.3);
    box-shadow: 0 15px 35px rgba(184, 143, 58, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    cursor: default;
}

.brand-logo-img {
    max-width: 85%;
    max-height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
    transition: transform 0.35s ease;
}

.ott-logo-card:hover {
    transform: translateY(-10px);
    border-color: rgba(184, 143, 58, 0.75);
    box-shadow: 0 25px 50px rgba(184, 143, 58, 0.22);
}

.ott-logo-card:hover .brand-logo-img {
    transform: scale(1.08);
}

/* Gold Section Divider */
.section-gold-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    margin: 80px 0;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(184, 143, 58, 0.4) 50%, transparent 100%);
}

.divider-diamond {
    color: #B68A43;
    font-size: 14px;
}

/* 5 Premium Hollywood Showcase Cards */
.hollywood-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--space-3);
    margin-top: 50px;
}

.hollywood-showcase-card {
    position: relative;
    height: 170px;
    border-radius: 22px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EE 50%, #F4EAD9 100%);
    border: 1px solid rgba(184, 143, 58, 0.3);
    box-shadow: 0 15px 40px rgba(184, 143, 58, 0.08);
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}

.movie-logo-img {
    max-width: 85%;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: var(--space-2);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.12));
    transition: transform 0.35s ease;
}

.tiny-gold-tag {
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #B68A43;
    text-transform: uppercase;
}

.hollywood-showcase-card:hover {
    transform: translateY(-8px);
    border-color: #B68A43;
    box-shadow: 0 25px 50px rgba(184, 143, 58, 0.22);
}

.hollywood-showcase-card:hover .movie-logo-img {
    transform: scale(1.08);
}

/* ==========================================================================
   SPLIT GRID SYSTEM
   ========================================================================== */
.split-grid {
    display: flex;
    width: 100%;
}

.grid-panel {
    flex: 1;
    display: flex;
    justify-content: center;
}

.panel-inner {
    width: 100%;
    max-width: 720px;
    padding: 100px 80px;
}

/* Panel Backgrounds */
.bg-light {
    background-color: var(--bg-light);
}

.bg-sand {
    background-color: var(--bg-sand);
}

.bg-burgundy {
    background-color: var(--bg-burgundy);
}

.bg-white {
    background-color: var(--bg-white);
}

.bg-image-dark {
    background-image: url('assets/ai.png');
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.85);
}

.relative-z {
    position: relative;
    z-index: 2;
}

/* Grid specific contents */
/* WHY STORIES WIN */
.icon-columns-3 {
    display: flex;
    justify-content: space-between;
    gap: var(--space-3);
    margin-top: 60px;
}

.col-item {
    text-align: center;
    flex: 1;
}

.circle-icon {
    width: 80px;
    height: 80px;
    background: var(--bg-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--accent-red);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.circle-icon svg {
    width: 32px;
    height: 32px;
}

.col-item h4 {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: var(--space-2);
}

.col-item p {
    font-size: 13px;
    color: var(--text-muted);
}

/* WHAT WE CREATE */
.creation-cards {
    display: flex;
    gap: 24px;
    margin-top: 40px;
}

.c-card {
    flex: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 400px;
}

.c-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
    padding: var(--space-4);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.c-overlay h3 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 10px;
}

.c-desc {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: var(--space-2);
    font-family: var(--font-body);
}

.c-overlay ul {
    list-style: none;
    font-size: 12px;
    opacity: 0.8;
    line-height: 1.8;
}

/* WHY DIGIKORE */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
    margin-top: 40px;
}

.stat-item {
    background: var(--bg-primary);
    padding: var(--space-4);
    border-radius: 6px;
    border: 1px solid #E0DCD3;
    text-align: center;
}

.s-icon {
    color: var(--accent-gold);
    margin-bottom: var(--space-2);
}

.s-icon svg {
    width: 32px;
    height: 32px;
}

.stat-item h4 {
    font-family: var(--font-body);
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.stat-item p {
    font-size: 12px;
    color: var(--text-muted);
}

/* GLOBAL DISTRIBUTION */
.dist-layout {
    margin-top: 40px;
}

.map-col {
    position: relative;
    margin-bottom: var(--space-5);
}

.w-map {
    width: 100%;
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.map-banner {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-gold);
    color: white;
    padding: 8px 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    white-space: nowrap;
}

.dist-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dist-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.dist-list svg {
    width: 24px;
    height: 24px;
    color: var(--accent-gold);
}

/* STORY FRAMEWORK */
.framework-timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}

.ft-step {
    text-align: center;
    flex: 1;
}

.ft-circle {
    width: 60px;
    height: 60px;
    background: var(--accent-gold);
    color: white;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-circle.active {
    background: var(--accent-red);
}

.ft-circle svg {
    width: 24px;
    height: 24px;
}

.ft-step h5 {
    font-family: var(--font-body);
    font-size: 12px;
    margin-bottom: 10px;
}

.ft-step p {
    font-size: 12px;
    color: var(--text-muted);
}

.ft-arrow {
    font-size: 20px;
    color: var(--accent-gold);
    margin-top: 20px;
}

/* MORE THAN A MOVIE */
.asset-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
    margin-top: 40px;
}

.a-item {
    background: var(--bg-primary);
    border: 1px solid #E0DCD3;
    padding: 30px 20px;
    text-align: center;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.a-icon {
    color: var(--accent-gold);
    margin-bottom: var(--space-2);
}

.a-icon svg {
    width: 28px;
    height: 28px;
}

/* OWNED BY YOU */
.own-grid {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: var(--space-5);
}

.o-item {
    text-align: center;
}

.o-icon {
    color: var(--accent-gold);
    margin-bottom: var(--space-2);
}

.o-icon svg {
    width: 32px;
    height: 32px;
}

.o-item h3 {
    font-size: 2rem;
    color: var(--accent-gold);
    margin-bottom: 8px;
}

.o-item p {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.own-footer {
    font-size: 13px;
    text-align: center;
    opacity: 0.8;
    font-style: italic;
}

/* MONETIZATION */
.monetize-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
    margin-top: 40px;
    margin-bottom: var(--space-5);
}

.m-col {
    text-align: center;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.m-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--accent-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: var(--accent-gold);
    background: var(--bg-primary);
}

.m-icon svg {
    width: 20px;
    height: 20px;
}

.monetize-footer {
    font-size: 12px;
    text-align: center;
    color: var(--text-muted);
}

/* AI PROD / WHO IS FOR */
.ai-list {
    list-style: none;
    margin-top: 40px;
    font-size: 15px;
    margin-bottom: 60px;
}

.ai-list li {
    margin-bottom: var(--space-2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-list li::before {
    content: '•';
    color: var(--accent-gold);
    font-size: 20px;
}

.ai-circle-badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: var(--font-heading);
    color: white;
}

.who-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}

.w-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 120px;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.w-icon {
    color: var(--accent-gold);
    margin-bottom: var(--space-2);
}

.w-icon svg {
    width: 32px;
    height: 32px;
}

/* ==========================================================================
   INVESTMENT
   ========================================================================== */
.investment-section {
    background-color: var(--bg-primary);
    padding: var(--padding-section-y) 0;
}

.inv-box {
    display: flex;
    align-items: center;
    border: 1px solid #E0DCD3;
    border-radius: 6px;
    padding: var(--space-5);
    margin: 40px 0 20px;
}

.inv-left {
    padding-right: 60px;
}

.inv-small {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--text-muted);
}

.inv-price {
    font-size: 4rem;
    color: var(--accent-red);
    line-height: 1;
    margin-top: 10px;
}

.inv-divider {
    width: 1px;
    height: 100px;
    background: #E0DCD3;
    margin: 0 40px;
}

.inv-right {
    flex: 1;
}

.timeline-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-4);
}

.t-step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.t-dot {
    width: 12px;
    height: 12px;
    background: var(--bg-primary);
    border: 2px solid var(--accent-gold);
    border-radius: 50%;
    margin: 0 auto 12px;
}

.t-arrow {
    font-size: 24px;
    color: var(--accent-gold);
    line-height: 12px;
    margin-bottom: var(--space-2);
}

.t-step h5 {
    font-family: var(--font-body);
    font-size: 11px;
    margin-bottom: 4px;
}

.t-step span {
    font-size: 11px;
    color: var(--text-muted);
}

.t-line {
    flex: 1;
    height: 1px;
    background: var(--accent-gold);
    margin: 0 10px;
    align-self: flex-start;
    margin-top: 6px;
}

.timeline-total {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.timeline-disclaimer {
    font-size: 11px;
    color: var(--text-muted);
    font-style: italic;
    text-align: center;
}

/* ==========================================================================
   FINAL HERO & FOOTER
   ========================================================================== */
.final-hero-section {
    position: relative;
    padding: var(--padding-section-y) 0;
    background-image: url('assets/environment.png');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

.final-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(69, 18, 22, 0.95), rgba(69, 18, 22, 0.6));
}

.final-content {
    position: relative;
    z-index: 2;
}

.final-text-box {
    max-width: 800px;
    margin: 0 auto;
}

.final-title {
    font-size: 4rem;
    color: white;
    margin-bottom: var(--space-3);
}

.final-text-box p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: var(--space-5);
}

.final-subtext {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 20px;
    font-style: italic;
}

.footer {
    background: var(--bg-burgundy);
    color: white;
    padding: 60px 0 20px;
}

.footer-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
    margin-bottom: var(--space-3);
}

.f-logo .logo-red {
    color: white;
    font-size: 20px;
}

.f-links {
    display: flex;
    gap: 60px;
}

.link-col a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-bottom: var(--space-2);
}

.link-col a:hover {
    color: white;
}

.f-contact .email-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--accent-gold);
    font-size: 14px;
}

.f-social a {
    color: white;
}

.footer-bottom {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   DESKTOP COMPONENT SECTIONS
   ========================================================================== */

/* ==========================================================================
   SECTION 6: STANDALONE LUXURY STORY FRAMEWORK
   ========================================================================== */
.section-framework-editorial {
    background: transparent;
    padding: var(--padding-section-y) 0;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    /* center full width */
    overflow: hidden;

}

.section-framework-editorial::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(184, 137, 61, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.luxury-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--space-5);
}

.framework-two-col {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 60px;
    align-items: center;
}

.framework-left-content {
    padding-right: 20px;
}

.section-eyebrow-red {
    display: inline-block;
    font-family: var(--font-body);
    font-size: var(--font-size-label);
    font-weight: 700;
    letter-spacing: 3px;
    color: #8A151B;
    text-transform: uppercase;
    margin-bottom: var(--space-3);
}

.section-eyebrow-gold {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #B8893D;
    text-transform: uppercase;
    margin-bottom: var(--space-3);
}

.editorial-serif-h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 600;
    line-height: 1.15;
    color: #1E1E1E;
    margin-bottom: var(--space-3);
}

.editorial-body-p {
    font-family: var(--font-body);
    font-size: var(--font-size-body);
    line-height: 1.7;
    color: #000000;
    margin-bottom: var(--space-5);
}

.btn-gold-editorial {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 1.5px solid #B8893D;
    color: #B8893D;
    border-radius: 40px;
    padding: 16px 36px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-gold-editorial:hover {
    background: #B8893D;
    color: #FFFFFF;
    box-shadow: 0 12px 30px rgba(184, 137, 61, 0.28);
    transform: translateY(-3px);
}

/* Timeline Vertical matching Benchmark Image 1 */
.framework-right-timeline {
    position: relative;
    padding: 40px 20px;
}

.timeline-central-gold-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, rgba(184, 137, 61, 0.1) 0%, #B8893D 30%, #B8893D 70%, rgba(184, 137, 61, 0.1) 100%);
    transform: translateX(-50%);
}

.timeline-floating-card {
    position: relative;
    margin-bottom: var(--space-5);
    width: 100%;
    display: flex;
    align-items: center;
}

.timeline-floating-card:last-child {
    margin-bottom: 0;
}

.timeline-floating-card.card-right {
    justify-content: flex-start;
}

.timeline-floating-card.card-right .floating-glass-card {
    margin-left: calc(50% + 30px);
    width: 44%;
}

.timeline-floating-card.card-left {
    justify-content: flex-end;
}

.timeline-floating-card.card-left .floating-glass-card {
    margin-right: calc(50% + 30px);
    width: 44%;
}

.timeline-node-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #B8893D;
    background: #F9F6F0;
    box-shadow: 0 0 12px rgba(184, 137, 61, 0.5);
    z-index: 2;
}

.floating-glass-card {
    position: relative;
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EE 50%, #F4EAD9 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(184, 137, 61, 0.35);
    border-radius: 28px;
    padding: 24px 28px;
    box-shadow: 0 15px 40px rgba(184, 137, 61, 0.12), 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    gap: var(--space-3);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.floating-glass-card::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(235, 195, 130, 0.45) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
}

.floating-glass-card:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: #B8893D;
    box-shadow: 0 25px 50px rgba(184, 137, 61, 0.22);
}

.timeline-gold-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4A85C 0%, #B8893D 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(184, 137, 61, 0.3);
}

.timeline-gold-icon svg {
    width: 26px;
    height: 26px;
}

.timeline-card-info h4 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 700;
    color: #1E1E1E;
    margin-bottom: 4px;
}

.timeline-card-info p {
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.5;
    color: #6A6258;
}

/* ==========================================================================
   SECTION 7: STANDALONE BENTO GRID BUSINESS IMPACT
   ========================================================================== */
.section-bento-business {
    background: transparent;
    padding: var(--padding-section-y) 0;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    /* center full width */
    overflow: hidden;

    /* full-screen height */
}

.bento-editorial-header {
    text-align: left;
    margin-bottom: 60px;
}

.business-bento-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.bento-row {
    display: grid;
    gap: 28px;
}

.bento-row-top {
    grid-template-columns: 1fr 1fr;
}

.bento-row-bottom {
    grid-template-columns: repeat(3, 1fr);
}

.bento-card {
    position: relative;
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EE 50%, #F4EAD9 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(184, 137, 61, 0.35);
    border-radius: 28px;
    padding: 36px 32px;
    box-shadow: 0 15px 40px rgba(184, 137, 61, 0.12), 0 4px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.bento-card::after {
    content: '';
    position: absolute;
    top: -25px;
    right: -25px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(235, 195, 130, 0.45) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
}

.bento-card:hover {
    transform: translateY(-8px);
    border-color: #B8893D;
    box-shadow: 0 25px 50px rgba(184, 137, 61, 0.22);
}

.bento-card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bento-icon-gold {
    width: 48px;
    height: 48px;
    margin-bottom: var(--space-3);
    color: #B8893D;
    transition: transform 0.35s ease;
}

.bento-card:hover .bento-icon-gold {
    transform: rotate(5deg) scale(1.1);
}

.bento-icon-gold svg {
    width: 100%;
    height: 100%;
}

.bento-card h3 {
    font-family: var(--font-body);
    font-size: 19px;
    font-weight: 700;
    color: #1E1E1E;
    margin-bottom: var(--space-2);
    letter-spacing: 0.3px;
}

.bento-card p {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.65;
    color: #6A6258;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .framework-two-col {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .bento-row-top,
    .bento-row-bottom {
        grid-template-columns: 1fr;
    }

    .timeline-central-gold-line {
        left: 20px;
        transform: none;
    }

    .timeline-node-ring {
        left: 20px;
    }

    .timeline-floating-card.card-right,
    .timeline-floating-card.card-left {
        justify-content: flex-start;
    }

    .timeline-floating-card.card-right .floating-glass-card,
    .timeline-floating-card.card-left .floating-glass-card {
        margin-left: 50px;
        margin-right: 0;
        width: calc(100% - 60px);
    }
}

/* ==========================================================================
   SECTION: OWNERSHIP & LONG-TERM VALUE — Premium Ivory / Gold
   ========================================================================== */

/* ── Section Shell ── */
.own-section {
    display: none !important;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background: #F8F5EF;
    padding: var(--padding-section-y) 0;
    overflow: hidden;
}

/* ── Decorative Background ── */
.own-bg-art {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* soft gold radial glows */
.own-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.35;
}

.own-glow-left {
    left: -200px;
    top: -100px;
    background: radial-gradient(circle, rgba(200, 155, 71, 0.20) 0%, transparent 70%);
}

.own-glow-right {
    right: -200px;
    bottom: -100px;
    background: radial-gradient(circle, rgba(200, 155, 71, 0.15) 0%, transparent 70%);
}

/* film-strip bar at top */
.own-filmstrip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    opacity: 0.7;
}

/* cinematic circles — top-right */
.own-circle-art {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 420px;
    height: 420px;
    opacity: 0.8;
}

/* ── Content Container ── */
.own-inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

/* ── Centered Section Header ── */
.own-header {
    text-align: center;
    margin-bottom: 80px;
}

.own-eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #C89B47;
    text-transform: uppercase;
    margin-bottom: var(--space-3);
}

.own-heading-h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    color: #1A1612;
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin-bottom: var(--space-3);
}

.own-heading-sub {
    font-family: var(--font-body);
    font-size: 17px;
    color: #5A5249;
    line-height: 1.75;
    max-width: 680px;
    margin: 0 auto 36px;
}

.own-heading-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.own-heading-rule span:not(.own-diamond) {
    display: block;
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(200, 155, 71, 0.55), transparent);
}

.own-diamond {
    color: #C89B47;
    font-size: 9px;
    opacity: 0.75;
}

/* ── Two Panels ── */
.own-panels {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 0 80px;
    align-items: start;
}

/* ── Gold vertical divider ── */
.own-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 60px 0;
}

.own-divider-line {
    flex: 1;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(200, 155, 71, 0.4), transparent);
    min-height: 120px;
    display: block;
}

.own-divider-gem {
    color: #C89B47;
    font-size: 10px;
    margin: 10px 0;
    opacity: 0.7;
}

/* ── Panel header ── */
.own-panel-header {
    margin-bottom: var(--space-5);
}

.own-panel-header .own-eyebrow {
    margin-bottom: var(--space-2);
}

.own-panel-h3 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h3);
    font-weight: 500;
    color: #1A1612;
    line-height: 1.15;
    margin-bottom: var(--space-2);
    letter-spacing: -0.01em;
}

.own-panel-body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background-color: #FCFAF6;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

/* Global Fixed Background Image Layer (Does Not Move On Scroll) */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: -10;
    background-image: linear-gradient(rgba(252, 250, 246, 0.65), rgba(252, 250, 246, 0.65)), url('assets/cinematic-paper-background.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* ── Grids ── */
.own-grid {
    display: grid;
    gap: var(--space-3);
}

.own-grid-2x2 {
    grid-template-columns: repeat(2, 1fr);
}

.own-grid-2x3 {
    grid-template-columns: repeat(2, 1fr);
}

/* ── Cards ── */
.own-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(250, 244, 234, 0.70) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid #C89B47;
    border-radius: 18px;
    padding: 28px 24px 24px;
    overflow: hidden;
    cursor: default;
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* box shadow: soft lift + faint gold tint */
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.04),
        0 8px 24px rgba(0, 0, 0, 0.06),
        0 0 0 0 rgba(200, 155, 71, 0);
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s ease,
        border-color 0.38s ease;
}

/* The earlier split-layout ownership block is superseded by the editorial section above. */
.ownership-legacy-superseded {
    display: none;
}

/* ambient glow layer (hidden until hover) */
.own-card-glow {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(ellipse at 70% 20%, rgba(200, 155, 71, 0.14) 0%, transparent 65%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

/* gloss reflection sweep */
.own-card-shimmer {
    position: absolute;
    top: -60%;
    left: -75%;
    width: 50%;
    height: 220%;
    background: linear-gradient(105deg,
            transparent 40%,
            rgba(255, 255, 255, 0.40) 50%,
            transparent 60%);
    transform: skewX(-18deg);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.1s;
}

/* icon */
.own-icon-wrap {
    position: relative;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(200, 155, 71, 0.09);
    border: 1px solid rgba(200, 155, 71, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
    flex-shrink: 0;
}

.own-icon-wrap svg {
    width: 22px;
    height: 22px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* card text */
.own-card-title {
    position: relative;
    z-index: 2;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: #1A1612;
    line-height: 1.35;
    margin: 0;
}

.own-card-desc {
    position: relative;
    z-index: 2;
    font-family: var(--font-body);
    font-size: 13px;
    color: #000000;
    line-height: 1.65;
    margin: 0;
}

/* Feature card (Future Revenue) — slightly elevated */
.own-card-feature {
    background: linear-gradient(135deg, rgba(255, 252, 245, 0.92) 0%, rgba(249, 240, 224, 0.85) 100%);
    border-color: rgba(200, 155, 71, 0.50);
}

/* FOREVER badge */
.own-card-badge {
    position: absolute;
    z-index: 3;
    top: 16px;
    right: 16px;
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #C89B47;
    background: rgba(200, 155, 71, 0.10);
    border: 1px solid rgba(200, 155, 71, 0.30);
    border-radius: 50px;
    padding: 3px 10px;
}

/* ── Card Hover ── */
.own-card:hover {
    transform: translateY(-7px) scale(1.015);
    border-color: rgba(200, 155, 71, 0.65);
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.06),
        0 18px 40px rgba(0, 0, 0, 0.10),
        0 0 0 1px rgba(200, 155, 71, 0.18),
        0 0 28px rgba(200, 155, 71, 0.18);
}

@media (prefers-reduced-motion: reduce) {

    .own-reveal,
    .own-card,
    .own-icon-wrap,
    .own-icon-wrap svg {
        transition: none;
    }
}

.own-card:hover .own-card-glow {
    opacity: 1;
}

.own-card:hover .own-card-shimmer {
    animation: own-shimmer-sweep 0.7s ease forwards;
}

.own-card:hover .own-icon-wrap {
    transform: rotate(6deg) scale(1.12);
    background: rgba(200, 155, 71, 0.16);
}

.own-card:hover .own-icon-wrap svg {
    transform: rotate(-4deg) scale(1.06);
}

@keyframes own-shimmer-sweep {
    0% {
        left: -75%;
        opacity: 1;
    }

    100% {
        left: 130%;
        opacity: 1;
    }
}

/* ── Bottom tagline ── */
.own-tagline {
    margin-top: 60px;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 17px;
    font-style: italic;
    color: rgba(90, 82, 73, 0.75);
    letter-spacing: 0.02em;
}

/* ── Scroll Reveal ── */
.own-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity 0.75s cubic-bezier(0.25, 1, 0.5, 1),
        transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
}

.own-reveal.own-in-view {
    opacity: 1;
    transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .own-panels {
        grid-template-columns: 1fr;
        gap: 60px 0;
    }

    .own-divider {
        flex-direction: row;
        padding: 0;
        height: 1px;
        gap: 0;
    }

    .own-divider-line {
        flex: 1;
        min-height: unset;
        height: 1px;
        width: auto;
        background: linear-gradient(to right, transparent, rgba(200, 155, 71, 0.4), transparent);
    }

    .own-divider-gem {
        margin: 0 10px;
    }

    .own-grid-2x2,
    .own-grid-2x3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .own-section {
        padding: var(--padding-section-y) 0;
    }

    .own-inner {
        padding: 0 24px;
    }

    .own-grid-2x2,
    .own-grid-2x3 {
        grid-template-columns: 1fr;
    }

    .own-heading-h2 {
        font-size: var(--font-size-h2);
    }

    .own-panel-h3 {
        font-size: 28px;
    }
}

/* Disabled: this earlier redesign was applied to the wrong sections. */
@media (max-width: 0px) {

    /* Story framework and business asset: luxury editorial refresh */
    .section-framework-editorial,
    .section-bento-business {
        --lux-gold: #D4A762;
        --lux-ink: #111111;
        --lux-muted: #555555;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        min-height: 0;
        width: 100%;
        left: auto;
        margin-left: 0;
        background-color: #FCFAF6;
        background-image: radial-gradient(circle at 15% 28%, rgba(212, 167, 98, .13), transparent 24%), radial-gradient(circle at 85% 62%, rgba(212, 167, 98, .1), transparent 25%), repeating-radial-gradient(circle at 0 0, rgba(83, 60, 22, .025) 0 1px, transparent 1px 4px);
    }

    .section-framework-editorial {
        padding: var(--padding-section-y) 0;
    }

    .section-bento-business {
        padding: var(--padding-section-y) 0;
    }

    .section-framework-editorial::before,
    .section-bento-business::before {
        content: '';
        position: absolute;
        inset: 8% -12%;
        z-index: -1;
        pointer-events: none;
        opacity: .07;
        background: radial-gradient(ellipse at 12% 45%, transparent 0 23%, #D4A762 23.2% 23.4%, transparent 23.7%), radial-gradient(ellipse at 87% 42%, transparent 0 20%, #D4A762 20.2% 20.35%, transparent 20.65%);
    }

    .section-framework-editorial .luxury-container,
    .section-bento-business .luxury-container {
        max-width: 1400px;
        padding: 0 40px;
    }

    .framework-two-col {
        display: block;
    }

    .framework-left-content {
        max-width: 920px;
        margin: 0 auto 64px;
        text-align: center;
    }

    .framework-left-content .section-eyebrow-gold,
    .bento-editorial-header .section-eyebrow-gold {
        display: inline-block;
        color: var(--lux-gold);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .36em;
        margin-bottom: 22px;
    }

    .framework-left-content .editorial-serif-h2,
    .bento-editorial-header .editorial-serif-h2 {
        margin: 0;
        color: var(--lux-ink);
        font-family: var(--font-heading);
        font-size: var(--font-size-h2);
        font-weight: 500;
        line-height: 1.06;
        letter-spacing: -.035em;
    }

    .framework-left-content .editorial-body-p,
    .framework-left-content .btn-gold-editorial,
    .bento-editorial-header .editorial-body-p {
        display: none;
    }

    .framework-right-timeline {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 54px;
        padding: 0 12px;
        align-items: center;
    }

    .timeline-central-gold-line {
        display: none;
    }

    .timeline-floating-card {
        position: relative;
        display: block;
        height: 300px;
        z-index: 1;
    }

    .timeline-floating-card::after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 1px);
        width: 52px;
        height: 1px;
        background: linear-gradient(90deg, rgba(212, 167, 98, .28), var(--lux-gold), rgba(212, 167, 98, .28));
        z-index: -1;
    }

    .timeline-floating-card:last-child::after {
        display: none;
    }

    .timeline-node-ring {
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        left: calc(100% + 49px);
        width: 10px;
        height: 10px;
        background: var(--lux-gold);
        border: 2px solid #FCFAF6;
        border-radius: 50%;
        box-shadow: 0 0 0 2px rgba(212, 167, 98, .22), 0 0 14px rgba(212, 167, 98, .42);
        z-index: 2;
        animation: lux-dot 2.8s ease-in-out infinite;
    }

    .timeline-floating-card:last-child .timeline-node-ring {
        display: none;
    }

    .floating-glass-card {
        box-sizing: border-box;
        width: 100%;
        height: 300px;
        padding: 34px 26px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        border: 1px solid rgba(212, 167, 98, .55);
        border-radius: 22px;
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 14px 30px rgba(66, 42, 10, .08), 0 3px 10px rgba(212, 167, 98, .1);
    }

    .timeline-gold-icon {
        width: 66px;
        height: 66px;
        margin-bottom: var(--space-3);
        color: var(--lux-gold);
        background: transparent;
        box-shadow: none;
        transition: transform .35s ease;
    }

    .timeline-card-info h4,
    .bento-card h3 {
        color: var(--lux-ink);
        font-family: var(--font-heading);
        font-weight: 600;
    }

    .timeline-card-info h4 {
        font-size: 25px;
        margin-bottom: 14px;
    }

    .timeline-card-info p,
    .bento-card p {
        color: var(--lux-muted);
        font-size: 13px;
        line-height: 1.6;
    }

    .floating-glass-card:hover {
        transform: translateY(-10px);
        border-color: var(--lux-gold);
        box-shadow: 0 23px 42px rgba(66, 42, 10, .13), 0 0 25px rgba(212, 167, 98, .18);
    }

    .floating-glass-card:hover .timeline-gold-icon {
        transform: rotate(6deg) scale(1.06);
    }

    .bento-editorial-header {
        max-width: 970px;
        margin: 0 auto 64px;
        text-align: center;
    }

    .business-bento-grid {
        display: grid;
        grid-template-columns: 40% 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 18px;
        align-items: stretch;
    }

    .bento-row {
        display: contents;
    }

    .bento-card {
        grid-column: 1;
        box-sizing: border-box;
        min-height: 192px;
        padding: 26px 28px;
        border: 1px solid rgba(212, 167, 98, .35);
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 12px 26px rgba(66, 42, 10, .07);
    }

    .bento-card-inner {
        align-items: flex-start;
    }

    .bento-icon-gold {
        width: 58px;
        height: 58px;
        margin-bottom: var(--space-2);
        color: var(--lux-gold);
    }

    .bento-card h3 {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    .business-bento-grid::after {
        content: '';
        grid-column: 2;
        grid-row: 1 / span 3;
        min-height: 610px;
        border: 1px solid rgba(212, 167, 98, .56);
        border-radius: 24px;
        background: linear-gradient(90deg, rgba(21, 16, 8, .10), transparent 35%), url('assets/global_boardroom.jpg') center / cover;
        box-shadow: 0 18px 38px rgba(66, 42, 10, .12);
        animation: lux-kenburns 15s ease-in-out infinite alternate, lux-shimmer 8s ease-in-out infinite;
    }

    .bento-card:hover {
        transform: translateY(-8px);
        border-color: var(--lux-gold);
        box-shadow: 0 23px 40px rgba(66, 42, 10, .13), 0 0 24px rgba(212, 167, 98, .14);
    }

    .bento-card:hover .bento-icon-gold {
        transform: rotate(5deg) scale(1.08);
    }

    .framework-right-timeline.in-view .timeline-floating-card,
    .business-bento-grid.in-view .bento-card {
        animation: lux-rise .7s both;
    }

    .framework-right-timeline.in-view .timeline-floating-card:nth-child(3),
    .business-bento-grid.in-view .bento-card:nth-child(2) {
        animation-delay: .1s
    }

    .framework-right-timeline.in-view .timeline-floating-card:nth-child(4),
    .business-bento-grid.in-view .bento-card:nth-child(3) {
        animation-delay: .2s
    }

    .framework-right-timeline.in-view .timeline-floating-card:nth-child(5),
    .business-bento-grid.in-view .bento-card:nth-child(4) {
        animation-delay: .3s
    }

    .business-bento-grid.in-view .bento-card:nth-child(5) {
        animation-delay: .4s
    }

    .business-bento-grid.in-view .bento-card:nth-child(6) {
        animation-delay: .5s
    }

    @keyframes lux-rise {
        from {
            opacity: 0;
            transform: translateY(24px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }

    @keyframes lux-dot {
        50% {
            box-shadow: 0 0 0 5px rgba(212, 167, 98, .08), 0 0 18px rgba(212, 167, 98, .55)
        }
    }

    @keyframes lux-kenburns {
        from {
            background-size: 100%, 100%
        }

        to {
            background-size: 100%, 108%
        }
    }

    @keyframes lux-shimmer {
        50% {
            filter: brightness(1.06) saturate(1.04)
        }
    }

    @media (max-width:900px) {
        .framework-right-timeline {
            grid-template-columns: 1fr;
            gap: 24px;
            max-width: 470px;
            margin: 0 auto
        }

        .timeline-floating-card::after {
            left: 50%;
            top: 100%;
            width: 1px;
            height: 24px
        }

        .timeline-node-ring {
            left: calc(50% - 5px);
            top: calc(100% + 19px)
        }

        .business-bento-grid {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: auto
        }

        .bento-card {
            grid-column: auto;
            min-height: 200px
        }

        .business-bento-grid::after {
            grid-column: 1 / -1;
            grid-row: auto;
            min-height: 500px
        }
    }

    @media (max-width:600px) {

        .section-framework-editorial,
        .section-bento-business {
            padding: 96px 0
        }

        .section-framework-editorial .luxury-container,
        .section-bento-business .luxury-container {
            padding: 0 22px
        }

        .framework-left-content {
            margin-bottom: 48px
        }

        .framework-left-content .editorial-serif-h2,
        .bento-editorial-header .editorial-serif-h2 {
            font-size: var(--font-size-h2);
            min-height: 410px
        }
    }
}

/* ==========================================================================
   SECTION 1: AI-POWERED CINEMATIC PRODUCTION (Standalone Luxury Editorial)
   ========================================================================== */
.section-ai-production {
    position: relative;
    padding: calc(var(--padding-section-y) * 0.6) 0;

    overflow: hidden;
    color: #1C1917;
}

.ai-production-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.ai-production-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-eyebrow-gold {
    display: inline-block;
    color: #B88A44;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: var(--space-3);
}

.ai-production-h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    line-height: 1.1;
    color: #1C1917;
    margin-bottom: var(--space-3);
    letter-spacing: -0.02em;
}

.text-gold-italic {
    color: #B88A44;
    font-style: italic;
}

.ai-production-paragraph {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: var(--space-5);
    max-width: 540px;
}

.ai-feature-rows {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 44px;
}

.ai-feature-row {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: 20px 0;
    border-bottom: 1px solid rgba(184, 138, 68, 0.22);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ai-feature-row:first-child {
    border-top: 1px solid rgba(184, 138, 68, 0.22);
}

.ai-feature-row:hover {
    transform: translateX(8px);
}

.ai-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(184, 138, 68, 0.38);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(184, 138, 68, 0.1);
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.ai-feature-row:hover .ai-feature-icon {
    transform: scale(1.08);
    background: rgba(184, 138, 68, 0.12);
    border-color: rgba(184, 138, 68, 0.6);
}

.ai-feature-icon svg {
    width: 22px;
    height: 22px;
}

.ai-feature-title {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    color: #1C1917;
    letter-spacing: -0.01em;
}

.btn-luxury-outline-gold {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 36px;
    border-radius: 50px;
    border: 1px solid #B88A44;
    color: #1C1917;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 6px 20px rgba(184, 138, 68, 0.08);
}

.btn-luxury-outline-gold:hover {
    transform: translateY(-4px);
    background: #FFFFFF;
    color: #B88A44;
    border-color: #B88A44;
    box-shadow: 0 14px 30px rgba(184, 138, 68, 0.3);
}

.btn-luxury-outline-gold .arrow {
    transition: transform 0.3s ease;
}

.btn-luxury-outline-gold:hover .arrow {
    transform: translateX(5px);
}

/* Right Side Image & Floating Glass Cards */
.ai-production-right {
    position: relative;
}

.ai-cinematic-card-wrap {
    position: relative;
    padding: 30px 20px;
}

.ai-cinematic-image-card {
    position: relative;
    border-radius: 28px;
    border: 1px solid rgba(184, 138, 68, 0.35);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 0 40px rgba(184, 138, 68, 0.15);
    overflow: hidden;
    background: #111;
}

.ai-cinematic-img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/5;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.ai-cinematic-image-card:hover .ai-cinematic-img {
    transform: scale(1.03);
}

.ai-image-overlay-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(184, 138, 68, 0.18), transparent 70%);
    pointer-events: none;
}

/* Floating Glass Cards */
.ai-glass-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(184, 138, 68, 0.35);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08), 0 4px 14px rgba(184, 138, 68, 0.14);
    z-index: 10;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.ai-glass-card:hover {
    border-color: rgba(184, 138, 68, 0.75);
    box-shadow: 0 22px 45px rgba(184, 138, 68, 0.24);
}

.glass-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(184, 138, 68, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.glass-card-icon svg {
    width: 20px;
    height: 20px;
}

.glass-card-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: #1C1917;
    margin: 0;
    line-height: 1.1;
}

.glass-card-sub {
    font-family: var(--font-body);
    font-size: 11px;
    color: #57534E;
    margin: 3px 0 0 0;
    line-height: 1.3;
    font-weight: 500;
}

/* Floating Positions & Gentle Floating Animations */
.float-card-top-left {
    top: 6%;
    left: -25px;
    animation: floatGentle1 5.5s ease-in-out infinite alternate;
}

.float-card-top-right {
    top: 24%;
    right: -25px;
    animation: floatGentle2 6.2s ease-in-out infinite alternate;
    animation-delay: 0.8s;
}

.float-card-bottom-left {
    bottom: 24%;
    left: -25px;
    animation: floatGentle3 5.8s ease-in-out infinite alternate;
    animation-delay: 1.5s;
}

.float-card-bottom-right {
    bottom: 6%;
    right: -20px;
    animation: floatGentle4 6.8s ease-in-out infinite alternate;
    animation-delay: 2.2s;
}

@keyframes floatGentle1 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-12px);
    }
}

@keyframes floatGentle2 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-14px);
    }
}

@keyframes floatGentle3 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes floatGentle4 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-15px);
    }
}


/* ==========================================================================
   SECTION 2: WHO THIS IS FOR (Standalone Luxury Editorial)
   ========================================================================== */
.section-who-this-is-for {
    position: relative;
    padding: calc(var(--padding-section-y) * 0.6) 0;
    margin-top: 0;
    overflow: hidden;
    color: #1C1917;
}

/* Background Atmosphere */
.who-bg-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.who-glow-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(184, 138, 68, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.who-corner-filmstrip {
    position: absolute;
    width: 140px;
    height: 140px;
    opacity: 0.1;
    background-image: repeating-linear-gradient(0deg, #B88A44, #B88A44 12px, transparent 12px, transparent 24px);
}

.who-corner-filmstrip.tl {
    top: 20px;
    left: 20px;
    transform: rotate(45deg);
}

.who-corner-filmstrip.br {
    bottom: 20px;
    right: 20px;
    transform: rotate(225deg);
}

.who-header {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px auto;
}

.who-header .section-eyebrow-gold {
    display: block;
    margin-bottom: var(--space-2);
}

.who-header .gold-diamond-divider {
    color: #B88A44;
    font-size: 14px;
    margin: 12px 0 20px 0;
    opacity: 0.8;
}

.who-lead-paragraph {
    font-family: var(--font-body);
    font-size: 18px;
    color: #000000;
    margin-top: 16px;
    font-weight: 400;
}

/* 8 Cards Grid (2 rows x 4 cols) */
.who-grid-8 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

/* Individual Glass Card */
.who-glass-card {
    position: relative;
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EE 45%, #F4EAD9 100%);
    border: 1px solid #E8DED3;
    border-radius: 18px;
    padding: var(--space-5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 12px 35px rgba(182, 138, 67, 0.1), 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
    overflow: hidden;
}

.who-card-glow {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle at 50% 0%, rgba(184, 138, 68, 0.15), transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.who-glass-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(182, 138, 67, 0.22);
    border-color: rgba(182, 138, 67, 0.75);
}

.who-glass-card:hover .who-card-glow {
    opacity: 1;
}

.who-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.who-icon-wrapper svg {
    width: 38px;
    height: 38px;
    stroke: #B68A43 !important;
}

.who-glass-card:hover .who-icon-wrapper {
    transform: scale(1.1);
}

.who-card-title {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 700;
    color: #1C1917;
    margin-bottom: var(--space-2);
    letter-spacing: -0.01em;
}

.who-card-desc {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.6;
    color: #5C554D;
    margin: 0;
}

/* Stagger Animations for Cards */
.reveal-scale .who-glass-card {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
    transition: opacity 0.7s ease var(--stagger-delay), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) var(--stagger-delay);
}

.reveal-scale.in-view .who-glass-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Responsive Rules for Both Sections */
@media (max-width: 1024px) {
    .ai-production-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .float-card-top-left {
        left: 0;
    }

    .float-card-top-right {
        right: 0;
    }

    .float-card-bottom-left {
        left: 0;
    }

    .float-card-bottom-right {
        right: 0;
    }

    .who-grid-8 {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}



/* ==========================================================================
   REDESIGNED INVESTMENT SECTION (Standalone Luxury Editorial)
   ========================================================================== */
.section-investment-luxury {
    position: relative;
    padding: var(--padding-section-y) 0;
    background-color: transparent;
    overflow: hidden;
    color: #1C1917;
}

/* Background Atmosphere */
.inv-bg-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.inv-radial-glow {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 650px;
    background: radial-gradient(ellipse at center, rgba(184, 138, 59, 0.1) 0%, rgba(251, 248, 242, 0) 70%);
    border-radius: 50%;
}

.inv-filmstrip-corner {
    position: absolute;
    width: 160px;
    height: 160px;
    opacity: 0.08;
    background-image: repeating-linear-gradient(0deg, #B88A3B, #B88A3B 14px, transparent 14px, transparent 28px);
}

.inv-filmstrip-corner.tl {
    top: 30px;
    left: 30px;
    transform: rotate(45deg);
}

.inv-filmstrip-corner.br {
    bottom: 30px;
    right: 30px;
    transform: rotate(225deg);
}

/* Section Header */
.inv-header {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 860px;
    margin: 0 auto 64px auto;
}

.inv-header .section-eyebrow-gold {
    color: #B88A3B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.inv-header .editorial-serif-h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    line-height: 1.12;
    color: #1C1917;
    margin: 16px 0 22px 0;
    letter-spacing: -0.02em;
}

.inv-header-paragraph {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    max-width: 720px;
    margin: 0 auto;
    font-weight: 400;
}

/* New Premium Investment Layout (Compact & Short) */
.inv-premium-card {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    background: #F8F5EF;
    border: 1px solid #C79A4A;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(66, 42, 10, 0.07), inset 0 0 30px rgba(199, 154, 74, 0.08);
    overflow: hidden;
    padding: 48px 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Block 1: Investment */
.inv-block-1 {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inv-eyebrow-center {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 700;

    color: #92000c;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.inv-highlight-banner {
    background-color: #F8F5EE;
    /* matches the cream background in the image */
    padding: 14px 28px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 12px;
}

.inv-price-hero-center {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 600;
    color: #1C1917;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.02em;
}

.inv-price-hero-center .inv-plus {
    color: #C79A4A;
    font-weight: 400;
}

.sans-digit {
    font-family: var(--font-body), sans-serif !important;
    font-weight: 700;
}

.inv-subtitle-center {
    font-family: var(--font-body);
    font-size: 18px;
    color: #000000;
    margin: 8px 0 0 0;
    font-weight: 500;
}

/* Block 2: Production Journey (Horizontal Timeline) */
.inv-block-2 {
    width: 100%;
    max-width: 860px;
    margin-bottom: 36px;
}

.inv-timeline-horizontal {
    position: relative;
    width: 100%;
}

.inv-timeline-line-h {
    position: absolute;
    top: 30px;
    /* Half of 60px icon */
    left: 40px;
    right: 40px;
    height: 1px;
    background: #C79A4A;
    z-index: 1;
    transform-origin: left center;
}

.reveal-scale .inv-timeline-line-h {
    transform: scaleX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

.reveal-scale.in-view .inv-timeline-line-h {
    transform: scaleX(1);
}

.inv-timeline-steps-h {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.inv-t-step-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 130px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.inv-t-step-h:hover {
    transform: translateY(-4px);
}

.inv-t-node-h {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F8F5EF;
    border: 2px solid #C79A4A;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(199, 154, 74, 0.1);
    margin-bottom: 12px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.4s ease, box-shadow 0.4s ease, color 0.4s ease;
    color: #C79A4A;
    flex-shrink: 0;
}

.inv-t-step-h:hover .inv-t-node-h {
    transform: scale(1.05);
    background: #C79A4A;
    color: #F8F5EF;
    box-shadow: 0 10px 24px rgba(199, 154, 74, 0.3);
}

.inv-t-node-h svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    flex-shrink: 0;
    transition: color 0.4s ease;
}

.inv-t-title-h {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 600;
    color: #1C1917;
    margin: 0 0 4px 0;
    line-height: 1.25;
}

.inv-t-duration-h {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    color: #C79A4A;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Block 3: Summary Card */
.inv-block-3 {
    margin-bottom: 32px;
    width: 100%;
    max-width: 500px;
}

.inv-summary-glass {
    text-align: center;
    padding: 20px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(199, 154, 74, 0.4);
    box-shadow: 0 8px 24px rgba(66, 42, 10, 0.04);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.inv-summary-glass:hover {
    transform: translateY(-3px);
    border-color: rgba(199, 154, 74, 0.8);
    box-shadow: 0 12px 30px rgba(199, 154, 74, 0.15);
}

.inv-summary-label-center {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #C79A4A;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.inv-summary-val-center {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 600;
    color: #1C1917;
    margin: 0;
}

/* Block 4: CTA Button */
.inv-block-4 {
    display: flex;
    justify-content: center;
}

.inv-cta-btn {
    width: 280px;
    height: 52px;
    justify-content: center;
}

/* Stagger animations for elements in-view */
.reveal-scale .inv-t-step-h {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1) calc(400ms + var(--step-idx) * 120ms), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) calc(400ms + var(--step-idx) * 120ms);
}

.reveal-scale.in-view .inv-t-step-h {
    opacity: 1;
    transform: translateY(0);
}

/* Animations for blocks */
.reveal-scale .inv-block-1,
.reveal-scale .inv-block-2,
.reveal-scale .inv-block-3,
.reveal-scale .inv-block-4 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-scale.in-view .inv-block-1 {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
}

.reveal-scale.in-view .inv-block-2 {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.reveal-scale.in-view .inv-block-3 {
    transition-delay: 0.9s;
    opacity: 1;
    transform: translateY(0);
}

.reveal-scale.in-view .inv-block-4 {
    transition-delay: 1.1s;
    opacity: 1;
    transform: translateY(0);
}



/* ==========================================================================
   REDESIGNED FINAL CONVERSION / CTA SECTION
   ========================================================================== */
.section-final-cta {
    position: relative;
    width: 100%;
    min-height: 520px;
    height: 560px;
    max-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #F8F5EF;
    background-color: #0A0806;
    border-radius: 24px;
    padding: 36px 20px;
}

.final-cta-bg-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.final-cta-bg-img {
    width: 100%;
    height: 115%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.1s ease-out;
    border-radius: 24px;
}

/* Soft Ivory -> Transparent -> Dark Gradient & Radial Vignette Overlay (Preserves Image Clarity) */
.final-cta-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(251, 248, 242, 0.3) 0%,
            rgba(18, 14, 10, 0.2) 38%,
            rgba(10, 8, 6, 0.6) 100%),
        radial-gradient(ellipse at center,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(10, 8, 6, 0.45) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Champagne Gold Glow Edge Effect */
.final-cta-gold-edge {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 70px rgba(199, 154, 74, 0.22), inset 0 0 20px rgba(199, 154, 74, 0.12);
    pointer-events: none;
    z-index: 2;
}

.final-cta-particles {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(199, 154, 74, 0.25) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.25;
    pointer-events: none;
    z-index: 2;
}

.final-cta-container {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

.final-cta-content {
    max-width: 820px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Eyebrow Label */
.final-cta-eyebrow {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #F5C767;
    text-transform: uppercase;
    margin-bottom: var(--space-2);
    display: block;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

/* Large Editorial Headline */
.final-cta-h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    line-height: 1.15;
    color: #FFFFFF;
    margin: 0 0 14px 0;
    letter-spacing: -0.02em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.85), 0 1px 4px rgba(0, 0, 0, 0.95);
}

.final-cta-h2 .h2-line {
    display: block;
}

.final-cta-h2 .gold-accent {
    color: #F5C767;
    font-style: italic;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.85), 0 1px 4px rgba(0, 0, 0, 0.95);
}

/* Supporting Paragraph */
.final-cta-paragraph {
    font-family: var(--font-body);
    font-size: var(--font-size-body);
    line-height: 1.5;
    color: #F8F5EF;
    max-width: 580px;
    margin: 0 0 20px 0;
    font-weight: 400;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.text-ivory-highlight {
    color: #FFFFFF;
    font-weight: 600;
}

/* Buttons Row */
.final-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: var(--space-3);
}

.btn-final-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 24px;
    border-radius: 50px;
    background: #C79A4A;
    color: #0E0C0A;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 6px 18px rgba(199, 154, 74, 0.22);
    border: 1px solid #C79A4A;
}

.btn-final-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(199, 154, 74, 0.4);
    background: #D9A953;
}

.btn-final-primary .arrow {
    transition: transform 0.3s ease;
}

.btn-final-primary:hover .arrow {
    transform: translateX(5px);
}

.btn-final-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 24px;
    border-radius: 50px;
    background: rgba(248, 245, 239, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(199, 154, 74, 0.7);
    color: #F8F5EF;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.btn-final-secondary:hover {
    transform: translateY(-4px);
    background: rgba(248, 245, 239, 0.22);
    border-color: rgba(235, 190, 105, 1);
    box-shadow: 0 10px 25px rgba(199, 154, 74, 0.22);
}

.btn-final-secondary .arrow {
    transition: transform 0.3s ease;
}

.btn-final-secondary:hover .arrow {
    transform: translateX(5px);
}

/* Trust Indicator Glass Pills */
.final-cta-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.trust-glass-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(199, 154, 74, 0.32);
    color: #F8F5EF;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.trust-glass-pill:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(199, 154, 74, 0.8);
    box-shadow: 0 10px 24px rgba(199, 154, 74, 0.25);
}

.trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon svg {
    width: 14px;
    height: 14px;
}

/* Micro Animations & Reveal Transitions */
.final-cta-content.reveal-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(.22, 1, .36, 1), transform 0.8s cubic-bezier(.22, 1, .36, 1);
}

.final-cta-content.reveal-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

.reveal-up.in-view .trust-glass-pill {
    opacity: 0;
    transform: translateY(15px);
    animation: pillFadeUp 0.5s cubic-bezier(.22, 1, .36, 1) forwards;
    animation-delay: calc(250ms + var(--stagger-idx) * 80ms);
}

@keyframes pillFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* ==========================================================================
   REDESIGNED LUXURY FOOTER (SINGLE-ROW MATCHING SCREENSHOT)
   ========================================================================== */
.footer-luxury {
    width: 100%;
    background-color: #070605;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 36px 0;
    color: #F8F5EF;
    font-family: var(--font-body);
}

.footer-luxury-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: var(--space-4);
}

/* Left Column: Brand Logo */
.footer-col-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.footer-logo-img {
    height: 75px;
    width: auto;
    display: block;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-logo-link:hover .footer-logo-img {
    opacity: 0.9;
    transform: scale(1.03);
}

.footer-brand-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.footer-brand-logo .brand-title {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.footer-brand-logo .brand-sub {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 7px;
    color: #D8D2C8;
    text-transform: uppercase;
    margin-top: 3px;
}

/* Center Column: Contact, Address, Copyright */
.footer-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-email {
    color: #D9A953;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.footer-email:hover {
    color: #F5C767;
    text-decoration: underline;
}

.footer-address {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(248, 245, 239, 0.72);
    margin: 0 0 10px 0;
    font-weight: 400;
}

.footer-copyright {
    font-size: 11px;
    color: rgba(248, 245, 239, 0.45);
    margin: 0;
    font-weight: 400;
}

/* Right Column: NSE Badge */
.footer-col-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nse-badge-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.nse-white-card {
    background: #FFFFFF;
    padding: 6px 14px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.nse-brand-name {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 700;
    color: #1A2138;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   MASTER RESPONSIVE DESIGN SYSTEM (MUST REMAIN AT VERY END OF STYLES.CSS)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. LAPTOP BREAKPOINT (1366px – 1600px)
   -------------------------------------------------------------------------- */
@media (max-width: 1600px) {
    :root {
        --padding-section-y: var(--padding-section-y-laptop);
    }

    .container,
    .luxury-container,
    .hero-container,
    .ff-container,
    .why-stories-container,
    .what-we-create-container,
    .why-digikore-container,
    .global-dist-container,
    .luxury-dist-container,
    .own-inner,
    .footer-luxury-container {
        max-width: 1280px;
        padding-left: 36px;
        padding-right: 36px;
    }

    .hero-h1 {
        font-size: var(--font-size-h1);
    }

    .editorial-serif-h2,
    .why-stories-h2,
    .centered-section-h2,
    .ai-production-h2,
    .own-heading-h2 {
        font-size: var(--font-size-h2);
    }

    .hero-artwork-wrapper {
        width: 62%;
    }
}

/* --------------------------------------------------------------------------
   2. SMALL LAPTOP / DESKTOP (1025px – 1365px)
   -------------------------------------------------------------------------- */
@media (max-width: 1365px) {

    .container,
    .luxury-container,
    .hero-container,
    .ff-container,
    .why-stories-container,
    .what-we-create-container,
    .why-digikore-container,
    .global-dist-container,
    .luxury-dist-container,
    .own-inner,
    .footer-luxury-container {
        max-width: 1140px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero-h1 {
        font-size: var(--font-size-h1);
    }

    .ff-heading {
        font-size: 36px;
    }

    .hollywood-cards-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .hollywood-showcase-card {
        height: 150px;
        padding: 16px 12px;
    }

    .ott-logos-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}

/* --------------------------------------------------------------------------
   3. TABLET BREAKPOINT (768px – 1024px)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    :root {
        --padding-section-y: var(--padding-section-y-tablet);
        --font-size-h1: 52px;
        --font-size-h2: 40px;
        --font-size-h3: 22px;
        --font-size-body: 17px;
        --font-size-small: 13px;
        --font-size-label: 10px;
        --font-size-btn: 12px;
    }

    html,
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        position: relative !important;
    }

    .section-framework-editorial,
    .luxury-distribution-pedigree-section,
    .section-bento-business,
    .own-section,
    .ownership-business-asset,
    .section-ai-production,
    .section-investment-luxury,
    .section-final-cta,
    .footer-luxury {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .nav-container .btn-burgundy-pill {
        padding: 8px 18px !important;
        font-size: var(--font-size-btn);
        min-height: 36px !important;
        height: 36px !important;
    }

    .container,
    .luxury-container,
    .hero-container,
    .ff-container,
    .why-stories-container,
    .what-we-create-container,
    .why-digikore-container,
    .global-dist-container,
    .luxury-dist-container,
    .own-inner,
    .footer-luxury-container {
        max-width: 100% !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
        box-sizing: border-box !important;
    }

    /* Hero Section Tablet */
    .hero-section {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: var(--padding-section-y-tablet);
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-container {
        padding: 40px 28px 0;
    }

    .hero-text-content {
        max-width: 100%;
    }

    .hero-h1 {
        font-size: var(--font-size-h1);
    }

    .hero-artwork-wrapper {
        position: relative;
        width: 100%;
        height: 380px;
        margin-top: 30px;
    }

    .artwork-gradient-fade {
        width: 100%;
        height: 40%;
        background: linear-gradient(to bottom, #FBF8F2 0%, rgba(251, 248, 242, 0) 100%);
    }

    /* Introduction Feature Film Tablet */
    .ff-top {
        flex-direction: column;
        gap: 40px;
    }

    .ff-text,
    .ff-visual-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ff-heading {
        font-size: 34px;
    }

    .ff-image-box {
        height: 360px;
    }

    .ff-cards-overlay {
        position: relative;
        bottom: auto;
        left: 0;
        width: 100%;
        margin-top: 24px;
        gap: 16px;
    }

    .ff-card-item {
        height: auto;
        min-height: 140px;
        padding: 18px 16px;
    }

    /* Why Stories Win Tablet */
    .why-stories-top {
        flex-direction: column;
        gap: 40px;
    }

    .why-stories-text,
    .why-stories-video-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .why-stories-h2 {
        font-size: var(--font-size-h2);
    }

    .cinematic-image-box {
        height: 340px;
    }

    /* What We Create Tablet */
    .creation-cards-grid {
        flex-direction: column;
        gap: 24px;
    }

    .create-card-item {
        width: 100%;
    }

    .create-card-content {
        padding: 32px 24px;
    }

    .create-card-title {
        font-size: 30px;
    }

    /* Meet Producer / Why Digikore Tablet */
    .why-digikore-grid {
        flex-direction: column;
        gap: 40px;
    }

    .why-digikore-left,
    .why-digikore-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .why-digikore-h2 {
        font-size: 36px;
    }

    .stat-cards-2x2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .luxury-stat-card {
        height: 150px;
    }

    /* Hollywood Pedigree Tablet */
    .hollywood-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .hollywood-showcase-card {
        height: 150px;
    }

    /* Global Distribution Tablet */
    .global-dist-grid {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 40px;
    }

    .global-dist-left,
    .global-dist-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .world-map-wrapper {
        height: 380px;
    }

    .ott-logos-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }

    .ott-logo-card {
        height: 100px;
    }

    .dist-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .glass-stat-card {
        height: 150px;
    }

    /* Framework Tablet */
    .framework-two-col {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    .framework-left-content {
        max-width: 100% !important;
        text-align: center !important;
    }

    /* AI Production Tablet */
    .ai-production-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .ai-production-h2 {
        font-size: var(--font-size-h2);
    }

    .ai-glass-card {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 14px;
        animation: none !important;
        width: 100%;
    }

    .ai-cinematic-card-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0;
    }

    .ai-cinematic-image-card {
        grid-column: 1 / -1;
    }

    .float-card-top-left,
    .float-card-top-right,
    .float-card-bottom-left,
    .float-card-bottom-right {
        position: relative;
        inset: auto;
        transform: none !important;
    }

    /* Who This Is For Tablet */
    .who-grid-8 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .who-glass-card {
        padding: 28px 20px;
    }

    /* Long-Term Business Value Tablet */
    .ownership-asset-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ownership-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .ownership-office-image {
        min-height: 380px;
    }

    /* Investment Section Tablet */
    .inv-premium-card {
        padding: 36px 24px !important;
    }

    .inv-timeline-steps-h {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 24px !important;
    }

    .inv-t-step-h {
        flex-direction: row !important;
        width: 100% !important;
        text-align: left !important;
    }

    .inv-t-node-h {
        margin-bottom: 0 !important;
        margin-right: 16px !important;
    }

    .inv-timeline-line-h {
        top: 30px !important;
        left: 30px !important;
        bottom: 30px !important;
        width: 1px !important;
        height: calc(100% - 60px) !important;
        right: auto !important;
        transform-origin: top center !important;
    }

    /* Footer Tablet */
    .footer-luxury-container {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .footer-col-left,
    .footer-col-right {
        justify-content: center;
    }
}

/* --------------------------------------------------------------------------
   4. MOBILE BREAKPOINT (320px – 767px) — HIGHEST SPECIFICITY OVERRIDES AT END OF FILE
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
    :root {
        --padding-section-y: var(--padding-section-y-mobile);
        --font-size-h1: 42px;
        --font-size-h2: 32px;
        --font-size-h3: 20px;
        --font-size-body: 16px;
        --font-size-small: 13px;
        --font-size-label: 10px;
        --font-size-btn: 12px;
    }

    html,
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
    }

    .container,
    .luxury-container,
    .hero-container,
    .ff-container,
    .why-stories-container,
    .what-we-create-container,
    .why-digikore-container,
    .global-dist-container,
    .luxury-dist-container,
    .own-inner,
    .footer-luxury-container {
        padding-left: 18px !important;
        padding-right: 18px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Navbar Mobile */
    .navbar {
        position: sticky !important;
        top: 0 !important;
        background: rgba(251, 248, 242, 0.96) !important;
        backdrop-filter: blur(14px) !important;
        -webkit-backdrop-filter: blur(14px) !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(184, 138, 68, 0.18) !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05) !important;
        z-index: 1000 !important;
    }

    .nav-container {
        padding: 0 18px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    .header-logo-img {
        height: 22px !important;
        max-height: 22px !important;
        max-width: 110px !important;
    }

    .logo-red {
        font-size: 13px !important;
    }

    .logo-sub {
        font-size: 9.5px !important;
        letter-spacing: 2.5px !important;
    }

    .nav-container .btn-burgundy-pill {
        padding: 4px 10px !important;
        font-size: var(--font-size-btn);
        letter-spacing: 0px !important;
        gap: 3px !important;
        min-height: 26px !important;
        height: 26px !important;
        width: auto !important;
        border-radius: 50px !important;
        white-space: nowrap !important;
    }

    /* Typography Mobile Scale */
    .hero-h1 {
        font-size: var(--font-size-h1);
        line-height: 1.12 !important;
        word-break: break-word !important;
    }

    .ff-heading,
    .why-stories-h2,
    .centered-section-h2,
    .editorial-serif-h2,
    .ai-production-h2,
    .own-heading-h2,
    .final-cta-h2,
    .ownership-editorial-header h2 {
        /* Scaled by var */
        line-height: 1.25 !important;
        text-align: center !important;
    }

    .hero-subheading {
        font-size: 1.05rem !important;
        line-height: 1.35 !important;
    }

    .hero-description,
    .ff-p,
    .why-stories-p,
    .global-dist-p,
    .section-lead-p,
    .editorial-body-p,
    .ai-production-paragraph,
    .own-heading-sub,
    .who-lead-paragraph,
    .inv-header-paragraph,
    .final-cta-paragraph {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }

    .nobr-line {
        white-space: normal !important;
    }

    /* All CTA Buttons Responsive Full-Width with Min 52px Touch Target */
    .hero-cta-wrap,
    .inv-block-4 {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .btn-burgundy-pill,
    .btn-gold-pill,
    .btn-luxury-outline,
    .btn-final-primary,
    .btn-final-secondary,
    .inv-cta-btn {
        width: 100% !important;
        min-height: 52px !important;
        padding: 14px 24px !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 11.5px !important;
        box-sizing: border-box !important;
    }

    /* Hero Section Mobile */
    .hero-section {
        padding-top: 20px !important;
        padding-bottom: var(--padding-section-y-mobile) !important;
        min-height: auto !important;
    }

    .global-distribution-luxury {
        margin-top: 0 !important;
    }

    .hero-container {
        padding: 20px 18px 0 !important;
        text-align: center !important;
    }

    .hero-text-content {
        max-width: 100% !important;
        text-align: center !important;
    }

    .hero-description {
        margin: 0 auto 24px auto !important;
    }

    .ornament-divider {
        justify-content: center !important;
        margin: 18px 0 !important;
    }

    .hero-artwork-wrapper {
        height: 260px !important;
        margin-top: 24px !important;
        border-radius: 16px !important;
        width: 100% !important;
    }

    .artwork-gradient-fade {
        height: 50% !important;
    }

    /* Feature Film Mobile */
    .ff-top {
        flex-direction: column !important;
        gap: 28px !important;
    }

    .ff-text,
    .ff-visual-wrap {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .ff-image-box {
        height: 240px !important;
        border-radius: 14px !important;
    }

    .ff-cards-overlay {
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 20px !important;
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
    }

    .ff-card-item {
        width: 100% !important;
        min-height: auto !important;
        padding: 18px 16px !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    /* Why Stories Win Mobile */
    .why-stories-top {
        flex-direction: column !important;
        gap: 28px !important;
        text-align: center !important;
    }

    .why-stories-text,
    .why-stories-video-wrap {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .section-eyebrow-red,
    .section-eyebrow-gold {
        text-align: center !important;
        display: block !important;
        margin-bottom: 8px !important;
    }

    .cinematic-image-box {
        height: 230px !important;
        border-radius: 14px !important;
    }

    /* What We Create Mobile */
    .creation-cards-grid {
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
    }

    .create-card-item {
        width: 100% !important;
    }

    .create-card-title {
        font-size: 24px !important;
    }

    .create-card-content {
        padding: 24px 18px !important;
        width: 100% !important;
        gap: 14px !important;
        box-sizing: border-box !important;
    }

    .create-card-desc {
        font-size: 13.5px !important;
        line-height: 1.55 !important;
        max-width: 100% !important;
    }

    .card-metadata-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        padding: 12px 14px !important;
    }

    .meta-item {
        width: 100% !important;
    }

    /* Meet Producer / Why Digikore Mobile */
    .why-digikore-grid {
        flex-direction: column !important;
        gap: 32px !important;
    }

    .why-digikore-left,
    .why-digikore-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .read-more-toggle {
        margin: 10px auto 0 auto !important;
        display: inline-flex !important;
    }

    .stat-cards-2x2 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .luxury-stat-card {
        height: 140px !important;
        padding: 16px 12px !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    .stat-val {
        font-size: 24px !important;
    }

    .stat-desc {
        font-size: 10.5px !important;
        line-height: 1.35 !important;
    }

    /* Hollywood Pedigree Mobile */
    .pedigree-editorial-header {
        margin-bottom: 24px !important;
    }

    .hollywood-cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        margin-top: 20px !important;
        width: 100% !important;
    }

    .hollywood-showcase-card {
        height: 125px !important;
        padding: 14px 10px !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    .movie-logo-img {
        max-height: 42px !important;
    }

    /* Global Distribution Mobile */
    .global-dist-grid {
        flex-direction: column !important;
        gap: 28px !important;
        padding-bottom: 20px !important;
    }

    .global-dist-left,
    .global-dist-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .world-map-wrapper {
        height: 240px !important;
    }

    .floating-platform-card {
        padding: 6px 10px !important;
        font-size: 8.5px !important;
        border-radius: 10px !important;
    }

    .platform-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    .dist-editorial-header {
        margin-bottom: 24px !important;
    }

    .dist-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        margin-bottom: 28px !important;
        width: 100% !important;
    }

    .glass-stat-card {
        height: 130px !important;
        padding: 14px 10px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
    }

    .stat-number-gold {
        font-size: 24px !important;
    }

    .stat-label-title {
        font-size: 10px !important;
    }

    .stat-subtext {
        font-size: 10px !important;
    }

    .ott-logos-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .ott-logo-card {
        height: 85px !important;
        padding: 10px 12px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
    }

    .brand-logo-img {
        max-height: 38px !important;
    }

    /* Story Framework Mobile (Fixes Screenshot 2) */
    .section-framework-editorial {
        width: 100% !important;
        overflow: hidden !important;
        padding: 45px 0 !important;
    }

    .framework-two-col {
        display: flex !important;
        flex-direction: column !important;
        gap: 32px !important;
        width: 100% !important;
    }

    .framework-left-content {
        max-width: 100% !important;
        width: 100% !important;
        text-align: center !important;
    }

    .framework-right-timeline {
        padding: 10px 0 !important;
        width: 100% !important;
    }

    .timeline-central-gold-line {
        left: 14px !important;
        transform: none !important;
    }

    .timeline-node-ring {
        left: 14px !important;
        width: 18px !important;
        height: 18px !important;
    }

    .timeline-floating-card {
        margin-bottom: 18px !important;
        width: 100% !important;
    }

    .timeline-floating-card.card-right .floating-glass-card,
    .timeline-floating-card.card-left .floating-glass-card {
        margin-left: 32px !important;
        margin-right: 0 !important;
        width: calc(100% - 32px) !important;
        padding: 16px 14px !important;
        gap: 10px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
    }

    .timeline-gold-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .timeline-gold-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    .timeline-card-info h4 {
        font-size: 16px !important;
    }

    .timeline-card-info p {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    /* Long-Term Business Value Mobile */
    .ownership-business-asset {
        padding: var(--padding-section-y-mobile) 18px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .ownership-asset-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
    }

    .ownership-benefits {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .ownership-benefits article {
        min-height: auto !important;
        padding: 18px 16px !important;
        border-radius: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .ownership-benefits h3 {
        font-size: 16px !important;
    }

    .ownership-benefits p {
        font-size: 12.5px !important;
    }

    .ownership-office-image {
        min-height: 240px !important;
        border-radius: 16px !important;
        width: 100% !important;
    }

    /* AI Production Mobile (Fixes Screenshot 4) */
    .section-ai-production {
        width: 100% !important;
        overflow: hidden !important;
        padding: 45px 0 !important;
    }

    .ai-production-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
        width: 100% !important;
    }

    .ai-production-left {
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .ai-production-right {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ai-cinematic-card-wrap {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .ai-glass-card {
        padding: 10px 12px !important;
        border-radius: 12px !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        position: relative !important;
        inset: auto !important;
        transform: none !important;
    }

    .glass-card-title {
        font-size: 13.5px !important;
    }

    .glass-card-sub {
        font-size: 9.5px !important;
    }

    .glass-card-icon {
        width: 32px !important;
        height: 32px !important;
        border-radius: 8px !important;
    }

    .glass-card-icon svg {
        width: 16px !important;
        height: 16px !important;
    }

    /* Who This Is For Mobile */
    .section-who-this-is-for {
        margin-top: 10px !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    .who-header {
        margin-bottom: 28px !important;
    }

    .who-grid-8 {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .who-glass-card {
        padding: 22px 18px !important;
        border-radius: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Investment Mobile Vertical Layout (Fixes Screenshots 1 & 3 - 50% width shrink bug) */
    .section-investment-luxury {
        width: 100% !important;
        overflow: hidden !important;
        padding: 45px 0 !important;
    }

    .inv-premium-card {
        padding: 28px 16px !important;
        border-radius: 18px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .inv-block-1 {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .inv-block-2 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 28px !important;
    }

    .inv-timeline-horizontal {
        width: 100% !important;
        position: relative !important;
    }

    .inv-timeline-line-h {
        top: 24px !important;
        left: 24px !important;
        bottom: 24px !important;
        width: 2px !important;
        height: calc(100% - 48px) !important;
        right: auto !important;
        transform-origin: top center !important;
    }

    .inv-timeline-steps-h {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
        width: 100% !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .inv-t-step-h {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
        width: 100% !important;
        gap: 14px !important;
    }

    .inv-t-node-h {
        width: 48px !important;
        height: 48px !important;
        margin-bottom: 0 !important;
        margin-right: 0 !important;
        flex-shrink: 0 !important;
    }

    .inv-t-node-h svg {
        width: 20px !important;
        height: 20px !important;
    }

    .inv-t-title-h {
        font-size: 14px !important;
        margin-bottom: 2px !important;
    }

    .inv-t-duration-h {
        font-size: 10.5px !important;
    }

    .inv-block-3 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .inv-summary-glass {
        padding: 14px 18px !important;
        border-radius: 14px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Final CTA Mobile */
    .section-final-cta {
        min-height: 420px !important;
        height: auto !important;
        padding: 28px 16px !important;
        border-radius: 16px !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .final-cta-container {
        padding: 0 !important;
        width: 100% !important;
    }

    .final-cta-h2 {
        font-size: var(--font-size-h2);
        margin-bottom: 10px !important;
    }

    .final-cta-paragraph {
        font-size: 13.5px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }

    .final-cta-buttons {
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
        margin-bottom: 18px !important;
    }

    .btn-final-primary,
    .btn-final-secondary {
        width: 100% !important;
        min-height: 52px !important;
        justify-content: center !important;
        font-size: 11px !important;
        padding: 12px 20px !important;
    }

    .final-cta-trust-row {
        gap: 6px !important;
    }

    .trust-glass-pill {
        padding: 6px 12px !important;
        font-size: 10.5px !important;
    }

    /* Footer Mobile */
    .footer-luxury {
        padding: 28px 0 !important;
        width: 100% !important;
    }

    .footer-luxury-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        text-align: center !important;
        padding: 0 18px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .footer-col-left,
    .footer-col-center,
    .footer-col-right {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    .footer-brand-logo {
        align-items: center !important;
    }

    .footer-logo-img {
        height: 34px !important;
    }

    .footer-brand-logo .brand-title {
        font-size: 18px !important;
        letter-spacing: 4px !important;
    }

    .footer-brand-logo .brand-sub {
        font-size: 9.5px !important;
        letter-spacing: 5px !important;
    }

    .footer-email {
        font-size: 13.5px !important;
    }

    .footer-address {
        font-size: 10.5px !important;
        line-height: 1.5 !important;
    }

    .footer-copyright {
        font-size: 10px !important;
    }
}

/* --------------------------------------------------------------------------
   5. EXTRA SMALL MOBILE BREAKPOINT (< 480px)
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
    .hero-h1 {
        font-size: var(--font-size-h1);
    }

    .ff-heading,
    .why-stories-h2,
    .centered-section-h2,
    .editorial-serif-h2,
    .ai-production-h2,
    .own-heading-h2,
    .final-cta-h2,
    .ownership-editorial-header h2 {
        font-size: 20px !important;
    }

    .stat-cards-2x2 {
        grid-template-columns: 1fr !important;
    }

    .luxury-stat-card {
        height: 130px !important;
    }

    .ai-cinematic-card-wrap {
        grid-template-columns: 1fr !important;
    }

    .nav-container .btn-burgundy-pill {
        padding: 4px 8px !important;
        font-size: var(--font-size-btn);
        letter-spacing: 0px !important;
        gap: 2px !important;
        min-height: 24px !important;
        height: 24px !important;
    }
}

/* ==========================================================================
   ZOHO MODAL
   ========================================================================== */
.zoho-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.zoho-modal-content {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modal-fade-in 0.3s ease-out forwards;
}

.zoho-close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 1;
}

.zoho-close-btn:hover {
    color: var(--accent-gold);
}

@keyframes modal-fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width:600px) {
    .zoho-modal-content {
        width: 95%;
        padding: 10px;
    }

    .zoho-close-btn {
        top: -35px;
        font-size: 30px;
    }
}

/* ==========================================================================
   GLOBAL DISTRIBUTION (LUXURY EDITORIAL)
   ========================================================================== */
.global-distribution-luxury {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -120px;
}

/* Subtle paper texture */
.global-distribution-luxury::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 200 200%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cfilter id=%22noiseFilter%22%3E%3CfeTurbulence type=%22fractalNoise%22 baseFrequency=%220.65%22 numOctaves=%223%22 stitchTiles=%22stitch%22/%3E%3C/filter%3E%3Crect width=%22100%25%22 height=%22100%25%22 filter=%22url(%23noiseFilter)%22 opacity=%220.03%22/%3E%3C/svg%3E');
    pointer-events: none;
    z-index: 1;
}

.gdl-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.gdl-radial-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(182, 138, 67, 0.08) 0%, rgba(251, 248, 242, 0) 70%);
}

.gdl-filmstrip-corner {
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: radial-gradient(circle, rgba(182, 138, 67, 0.05) 20%, transparent 20%);
    background-size: 20px 20px;
    opacity: 0.3;
}

.gdl-filmstrip-corner.tl {
    top: -50px;
    left: -50px;
    transform: rotate(45deg);
}

.gdl-filmstrip-corner.br {
    bottom: -50px;
    right: -50px;
    transform: rotate(45deg);
}

.gdl-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.gdl-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.gdl-eyebrow {
    display: inline-block;
    color: #B68A43;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.gdl-lead-paragraph {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin-top: 24px;
}

.gdl-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 60px;
    align-items: stretch;
    justify-content: center;
}

@media (min-width: 1024px) {
    .gdl-cards-grid {
        flex-wrap: nowrap;
    }
}

.gdl-cards-grid .ff-card-item {
    flex: 1;
    min-width: 200px;
    height: auto;
    min-height: 240px;
    padding: 36px 20px;
    justify-content: flex-start;
}

.gdl-cards-grid .card-info h4 {
    margin-top: 10px;
    font-size: 16px;
}

.gdl-cards-grid .gdl-featured-card {
    grid-column: 1 / -1;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    flex: 1.25;
    background: #F9F5EC;
    border: 1px solid rgba(182, 138, 67, 0.4);
}

.gdl-featured-card:hover .op-card-glass-shimmer {
    animation: op-shimmer-sweep 0.7s ease forwards;
}

.gdl-featured-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.6) 0%, #F9F5EC 100%), url('assets/global.png') center / cover;
    opacity: 0.15;
    z-index: 0;
}

.gdl-featured-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(182, 138, 67, 0.3) 0%, transparent 70%);
    z-index: 1;
}

.gdl-featured-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #1E1E1E;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gdl-stat {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 500;
    color: #B68A43;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 0;
}

.gdl-stat-label {
    display: block;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1E1E1E;
    margin-bottom: 12px;
}

.gdl-featured-content p {
    font-family: var(--font-body);
    font-size: 13px;
    color: #5A5A5A;
    line-height: 1.45;
    margin: 0;
}

.gdl-bottom-strip {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.gdl-divider {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(182, 138, 67, 0.4), transparent);
    margin-bottom: 30px;
}

.gdl-glass-pills {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.gdl-glass-pills .glass-pill {
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(182, 138, 67, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: #5C554D;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Laptop adjustments for Global Distribution */
@media (max-width: 1440px) {
    .global-distribution-luxury {
        margin-top: -30px;
        /* Prevents overlapping the hero button */
    }

    .gdl-cards-grid {
        gap: 12px;
    }

    .gdl-cards-grid .ff-card-item {
        min-height: 200px;
        padding: 24px 16px;
        min-width: 160px;
    }

    .gdl-cards-grid .card-info h4 {
        font-size: 14px;
        margin-top: 8px;
    }

    .gdl-cards-grid .card-info p {
        font-size: 12px;
    }

    .gdl-stat {
        font-size: 38px;
    }

    .gdl-stat-label {
        font-size: 11.5px;
        margin-bottom: 8px;
    }

    .gdl-featured-content p {
        font-size: 12px;
    }
}

/* ==========================================================================
   SECTION: OUR ORIGINAL PRODUCTIONS (LUXURY REDESIGN)
   ========================================================================== */

.original-productions-section {
    position: relative;

    /* Premium Ivory */
    padding: 50px 0;
    overflow: hidden;
    z-index: 1;
}

/* Background Decorations */
.op-background-graphics {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.op-gold-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150vw;
    height: 150vw;
    max-width: 2000px;
    max-height: 2000px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(182, 138, 67, 0.2);
    border-radius: 50%;
    box-shadow: inset 0 0 100px rgba(182, 138, 67, 0.05);
}

.op-gold-rings::before {
    content: '';
    position: absolute;
    inset: 10%;
    border: 1px solid rgba(182, 138, 67, 0.15);
    border-radius: 50%;
}

.op-film-grain {
    position: absolute;
    inset: 0;
    background-image: url('assets/cinematic-paper-background.png');
    background-size: cover;
    opacity: 0.15;
    mix-blend-mode: multiply;
}

.op-radial-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at center, rgba(182, 138, 67, 0.08) 0%, transparent 60%);
}

.original-productions-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.op-subtitle {
    max-width: 600px;
    margin: 16px auto 60px;
    text-align: center;
}

.original-productions-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.op-card-item.split-card {
    position: relative;
    width: calc(50% - 20px);
    max-width: 580px;
    height: 250px;
    border-radius: 28px;
    background: #F9F5EC;
    border: 1px solid rgba(182, 138, 67, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    padding: 0;
}

.op-card-item.split-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(182, 138, 67, 0.15), 0 10px 20px rgba(0, 0, 0, 0.06);
    border-color: rgba(182, 138, 67, 0.9);
}

.op-card-left {
    flex: 0 0 50%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.op-card-eyebrow {
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #B68A43;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.op-card-title {
    font-family: var(--font-heading);
    font-size: var(--font-size-h3);
    font-weight: 600;
    color: #1E1E1E;
    margin: 0 0 10px 0;
    line-height: 1.1;
}

.op-card-divider {
    width: 25px;
    height: 1px;
    background: rgba(182, 138, 67, 0.4);
    margin-bottom: 15px;
}

.op-card-desc {
    font-family: var(--font-body);
    font-size: var(--font-size-small);
    color: #000000;
    line-height: 1.5;
    margin-bottom: 20px;
}

.op-streaming-partner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}

.op-partner-label {
    font-family: var(--font-body);
    font-size: var(--font-size-label);
    font-weight: 700;
    letter-spacing: 2px;
    color: #B68A43;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Removing pipe */

.op-partner-logo {
    height: 44px;
    object-fit: contain;
    border-radius: 4px;
}

.op-card-left .op-explore-btn {
    margin-top: auto;
    font-size: var(--font-size-btn);
    padding: 12px 24px;
}

.op-card-item.split-card:hover .op-explore-btn {
    background-color: #000;
    color: #D4A762;
}

.op-card-item.split-card:hover .op-explore-btn .arrow {
    transform: translateX(4px);
}

.op-card-right {
    flex: 0 0 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(182, 138, 67, 0.15);
    z-index: 1;
}

.op-card-right-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.op-spotlight {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(182, 138, 67, 0.15) 0%, transparent 70%);
    transition: opacity 0.4s ease;
}

.op-card-item.split-card:hover .op-spotlight {
    opacity: 1.5;
}

.op-film-grain-card {
    position: absolute;
    inset: 0;
    background-image: url('assets/cinematic-paper-background.png');
    background-size: cover;
    opacity: 0.2;
    mix-blend-mode: multiply;
}

.op-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 40%, rgba(0, 0, 0, 0.05) 100%);
}

.op-card-right .op-show-logo {
    max-height: 140px;
    max-width: 250px;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}

.op-card-item.split-card:hover .op-card-right .op-show-logo {
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    .original-productions-grid {
        flex-direction: column;
        align-items: center;
    }

    .op-card-item.split-card {
        width: 100%;
        max-width: 800px;
        height: auto;
        min-height: 250px;
    }

    .op-card-left {
        padding: 30px 40px;
    }
}

@media (max-width: 768px) {
    .op-card-item.split-card {
        flex-direction: column-reverse;
    }

    .op-card-left {
        flex: 1;
        padding: 40px 30px;
        align-items: center;
        text-align: center;
    }

    .op-card-left .op-streaming-partner {
        justify-content: center;
    }

    .op-card-right {
        flex: 1;
        width: 100%;
        height: 220px;
        border-left: none;
        border-bottom: 1px solid rgba(182, 138, 67, 0.15);
    }

    .op-card-left .op-explore-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* Glass shimmer animation */
.op-card-glass-shimmer {
    position: absolute;
    top: -60%;
    left: -75%;
    width: 50%;
    height: 220%;
    background: linear-gradient(105deg,
            transparent 40%,
            rgba(255, 255, 255, 0.50) 50%,
            transparent 60%);
    transform: skewX(-18deg);
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.1s;
}

.op-card-item.split-card:hover .op-card-glass-shimmer {
    animation: op-shimmer-sweep 0.7s ease forwards;
}

@keyframes op-shimmer-sweep {
    0% {
        left: -75%;
        opacity: 1;
    }

    100% {
        left: 130%;
        opacity: 1;
    }
}

/* ==========================================================================
   LUXURY BRANDS SHOWCASE SECTION
   ========================================================================== */
.luxury-brands-showcase {
    position: relative;
    padding: 120px 0;

    overflow: hidden;
    text-align: center;
    z-index: 1;
}

/* Background Decorations */
.brands-showcase-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.brands-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(182, 138, 67, 0.08) 0%, transparent 70%);
    transform: translate(-50%, -50%);
}

.brands-bg-grain {
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.04"/%3E%3C/svg%3E');
    opacity: 0.5;
}

.brands-bg-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 120vw;
    border: 1px solid rgba(182, 138, 67, 0.05);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: inset 0 0 100px rgba(182, 138, 67, 0.02);
}

.brands-bg-watermark {
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 60%;
    height: 120%;
    background: linear-gradient(rgba(182, 138, 67, 0.03), transparent);
    transform: rotate(-15deg);
    border-radius: 40px;
}

.brands-bg-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, transparent 50%, rgba(249, 245, 236, 0.8) 100%);
}

.brands-showcase-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--space-5);
}

/* Header */
.brands-showcase-header {
    margin-bottom: 80px;
}

.brands-label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    color: var(--accent-gold);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.brands-heading {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    color: var(--text-heading);
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

.brands-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    color: #000000;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Layout for Brands */
.brands-grid-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .brands-grid-wrapper {
        flex-wrap: wrap;
    }
}

/* Carousel */
.brands-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    /* Room for hover lift and shadow */
}

.brands-fade-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 10;
    pointer-events: none;
}

.brands-fade-mask.mask-left {
    left: 0;
    background: linear-gradient(to right, #F9F5EC 0%, rgba(249, 245, 236, 0) 100%);
}

.brands-fade-mask.mask-right {
    right: 0;
    background: linear-gradient(to left, #F9F5EC 0%, rgba(249, 245, 236, 0) 100%);
}

.brands-carousel-track {
    display: flex;
    align-items: center;
    gap: 32px;
    width: max-content;
    animation: luxuryMarquee 35s linear infinite;
    padding-left: 32px;
    /* For seamless loop */
}

.brands-carousel-wrapper:hover .brands-carousel-track {
    animation-play-state: paused;
}

/* Logo Cards */
.brand-luxury-card {
    width: 230px;
    height: 130px;
    background: #FBF8F2;
    border: 1px solid rgba(182, 138, 67, 0.25);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.brand-luxury-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(182, 138, 67, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 400ms ease;
}

.brand-luxury-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(66, 42, 10, 0.08);
    border-color: rgba(182, 138, 67, 0.6);
}

.brand-luxury-card:hover::before {
    opacity: 1;
}

.brand-logo-img {
    position: relative;
    z-index: 1;
    max-width: 140px;
    max-height: 70px;
    object-fit: contain;
    transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

.brand-luxury-card:hover .brand-logo-img {
    transform: scale(1.05);
}

@keyframes luxuryMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        /* 6 items + 6 gaps = 6 * (230 + 32) = 1572px */
        transform: translateX(-1572px);
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .brands-carousel-wrapper {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}

@media (max-width: 768px) {
    .luxury-brands-showcase {
        padding: 80px 0;
    }

    .brands-showcase-header {
        margin-bottom: 60px;
    }

    .brand-luxury-card {
        width: 190px;
        height: 110px;
    }

    @keyframes luxuryMarquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-1332px);
        }

        /* 6 * (190 + 32) = 1332 */
    }
}

@media (max-width: 480px) {
    .brand-luxury-card {
        width: 160px;
        height: 100px;
    }

    .brands-carousel-track {
        gap: 24px;
        padding-left: 24px;
    }

    @keyframes luxuryMarquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-1104px);
        }

        /* 6 * (160 + 24) = 1104 */
    }
}

/* ==========================================================================
   PLATFORMS PAGE SPECIFIC STYLES
   ========================================================================== */

/* Wrapper and Background */
.platforms-page-wrapper {
    position: relative;
    background-color: var(--bg-primary);
    /* #FBF8F2 ivory */
    min-height: 100vh;
    overflow: hidden;
    padding-top: var(--nav-height);
}

.platforms-ambient-glow {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at 50% 0%, rgba(216, 179, 106, 0.15) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.platforms-film-grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
    opacity: 0.04;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: multiply;
}

/* Hero Section */
.platforms-hero-section {
    position: relative;
    z-index: 1;
}

.platforms-hero-grid {
    display: grid;
    align-items: center;
}

.platforms-hero-content {
    max-width: 600px;
}

.platforms-hero-p {
    font-family: var(--font-body);
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-top: 24px;
}

.platforms-hero-visual {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platforms-earth-bg {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.earth-artwork {
    width: 120%;
    max-width: 800px;
    opacity: 0.6;
    mix-blend-mode: multiply;
}

.earth-gradient-fade {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 40%, var(--bg-primary) 70%);
}

.platforms-stats-floating {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.platforms-stats-floating .glass-stat-card {
    position: absolute;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(216, 179, 106, 0.3);
    border-radius: 20px;
    padding: 24px 32px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    text-align: center;
    width: 280px;
}

.card-top {
    animation: floatFloat 6s ease-in-out infinite;
}

.card-bottom {
    animation: floatFloat 7s ease-in-out infinite reverse;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 48px;
    color: var(--text-primary);
    margin: 0 0 8px 0;
    font-weight: 500;
}

.stat-label {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

@keyframes floatFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Featured Partners */
.featured-partners-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.partners-eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 40px;
}

.partners-glass-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.partner-glass-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(216, 179, 106, 0.2);
    border-radius: 16px;
    padding: 24px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    min-width: 160px;
    height: 80px;
}

.partner-glass-card:hover {
    transform: translateY(-5px);
    background: #FFFFFF;
    border-color: rgba(216, 179, 106, 0.6);
    box-shadow: 0 15px 30px rgba(216, 179, 106, 0.15);
}

.partner-glass-card img {
    max-height: 40px;
    max-width: 120px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.4s ease;
}

.partner-glass-card:hover img {
    filter: grayscale(0%) opacity(1);
}

.partner-text-logo {
    font-family: var(--font-heading);
    font-size: 20px;
    color: var(--text-primary);
    font-weight: 600;
}

/* Complete Outlet Directory */
.outlet-directory-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.directory-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(216, 179, 106, 0.2);
    padding-bottom: 30px;
}

.directory-header-left {
    max-width: 60%;
}

.directory-header-right {
    max-width: 35%;
}

.directory-disclaimer {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.font-uppercase {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

/* Category Header Layout */
.category-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.category-title-area {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.category-eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent-gold);
}

.category-title {
    font-family: var(--font-heading);
    font-size: 32px;
    color: var(--text-primary);
    font-weight: 500;
    margin: 0;
}

.category-stat-badge {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #C79A4A;
    background: rgba(199, 154, 74, 0.08);
    border: 1px solid rgba(199, 154, 74, 0.25);
    padding: 8px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(199, 154, 74, 0.05);
}

.luxury-divider-horizontal {
    height: 1px;
    background: linear-gradient(90deg, rgba(199, 154, 74, 0.3) 0%, rgba(199, 154, 74, 0.05) 100%);
    margin-bottom: 40px;
}

/* Luxury Card Container */
.luxury-directory-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(199, 154, 74, 0.25);
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 30px 70px rgba(199, 154, 74, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.luxury-directory-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 40px 90px rgba(199, 154, 74, 0.08);
}

/* Grid Layout */
.directory-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px 40px;
}

/* Platform Items styling (texts with hover arrow) */
.directory-platform-item {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 500;
    color: #1F1B17;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    line-height: 1.3;
}

.directory-platform-item::after {
    content: '→';
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    color: #C79A4A;
    font-weight: 600;
}

.directory-platform-item:hover {
    color: #C79A4A;
    transform: translateX(3px);
}

.directory-platform-item:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Bottom Information Strip */
.info-strip-glass {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.info-pill {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(216, 179, 106, 0.3);
    border-radius: 50px;
    padding: 12px 24px;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 20px rgba(216, 179, 106, 0.1);
}

.check-icon {
    color: var(--accent-gold);
    font-weight: bold;
}

/* Background Artwork */
.platforms-film-strip {
    position: absolute;
    width: 200px;
    height: 100%;
    background-image: radial-gradient(circle at 10px 10px, rgba(216, 179, 106, 0.2) 2px, transparent 0);
    background-size: 20px 20px;
    opacity: 0.3;
    pointer-events: none;
}

.platforms-film-strip.left {
    left: 0;
    top: 0;
}

.platforms-film-strip.right {
    right: 0;
    top: 0;
}

.platforms-curved-line {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(216, 179, 106, 0.2);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* ==========================================================================
   AIRLINE RELEASE PATHWAYS SECTION STYLES
   ========================================================================== */
.airline-release-section {
    position: relative;
    padding: 100px 0;
    background-color: var(--bg-primary);
    /* #FBF8F2 */
    overflow: hidden;
}

.airline-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    border-bottom: 1px solid rgba(184, 138, 59, 0.2);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.airline-header-left {
    max-width: 60%;
}

.airline-header-right {
    max-width: 35%;
}

.airline-supporting-copy {
    max-width: 650px;
    margin-top: 24px;
    margin-bottom: 60px;
}

.airline-supporting-copy p {
    font-family: var(--font-body);
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.airline-secondary-header {
    margin-bottom: 30px;
}

.airline-disclaimer {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-top: 8px;
    max-width: 800px;
}

.airline-release-section .luxury-directory-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(184, 138, 59, 0.25);
    border-radius: 28px;
    /* 28px border radius */
    box-shadow: 0 30px 70px rgba(184, 138, 59, 0.04);
}

.airline-release-section .card-top-right-badge {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(184, 138, 59, 0.35);
    /* gold border */
    border-radius: 16px;
    padding: 14px 28px;
    box-shadow: 0 10px 30px rgba(184, 138, 59, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 10;
}

.airline-release-section .card-top-right-badge .badge-text {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 500;
    color: #1F1B17;
    line-height: 1;
}

.airline-release-section .card-top-right-badge .badge-sub {
    font-family: var(--font-body);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-secondary);
    margin-top: 4px;
}

/* Airline Platform Item Hover with sliding gold underline */
.airline-release-section .directory-platform-item {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 500;
    color: #1F1B17;
    line-height: 42px;
    /* Line height around 42px */
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.airline-release-section .directory-platform-item::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B88A3B;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.airline-release-section .directory-platform-item:hover {
    color: #B88A3B;
    transform: translateX(3px);
    /* 3px horizontal movement */
}

.airline-release-section .directory-platform-item:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Platform Statistics Strip */
.platform-statistics-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.stats-glass-row {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(216, 179, 106, 0.3);
    border-radius: 24px;
    padding: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.stat-glass-item {
    text-align: center;
}

.stat-glass-item h4 {
    font-family: var(--font-heading);
    font-size: 42px;
    color: var(--text-primary);
    margin: 0 0 10px 0;
    font-weight: 500;
}

.stat-glass-item p {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.stat-glass-divider {
    width: 1px;
    height: 60px;
    background: rgba(216, 179, 106, 0.3);
}

/* Global Reach Banner */
.global-reach-banner {
    padding: 60px 0 100px 0;
    position: relative;
    z-index: 1;
}

.reach-banner-glass {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(216, 179, 106, 0.3);
    border-radius: 32px;
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    box-shadow: 0 30px 60px rgba(216, 179, 106, 0.1);
    position: relative;
    overflow: hidden;
}

.reach-banner-left {
    position: relative;
    z-index: 2;
}

.reach-banner-p {
    font-family: var(--font-body);
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-top: 24px;
}

.reach-banner-right {
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reach-earth-img {
    width: 120%;
    max-width: 600px;
    opacity: 0.8;
    mix-blend-mode: multiply;
}

.reach-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(216, 179, 106, 0.4) 0%, transparent 60%);
    z-index: -1;
}

/* Bottom CTA */
.platforms-bottom-cta {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.cta-luxury-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    padding: 80px 40px;
    border: 1px solid rgba(216, 179, 106, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.cta-subtitle {
    font-family: var(--font-body);
    font-size: 18px;
    color: var(--text-secondary);
    margin: 20px 0 40px 0;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Utility classes */
.font-spacing-4 {
    letter-spacing: 4px;
}

.font-max-620 {
    max-width: 620px;
    margin-top: 32px;
    margin-bottom: 50px;
}

.font-max-620 p {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.font-max-720 {
    max-width: 720px;
    margin-bottom: 70px;
}

.glass-badge {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(184, 138, 59, 0.25);
    border-radius: 22px;
    padding: 8px 18px;
    box-shadow: 0 4px 15px rgba(184, 138, 59, 0.05);
    color: #B88A3B;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: var(--font-body);
    font-weight: 600;
}

.luxury-divider-horizontal.full-width {
    width: 100%;
    height: 1px;
    background: rgba(184, 138, 59, 0.25);
    margin: 40px 0;
}


/* ==========================================================================
   DESKTOP ONLY REFINEMENTS & PLATFORM SPECIFIC DETAILS (min-width: 769px)
   ========================================================================== */
@media (min-width: 769px) {
    .platforms-hero-grid {
        grid-template-columns: 45% 55%;
        max-width: 1440px;
        margin: 0 auto;
    }

    .platforms-hero-section {
        padding: 140px 0 120px 0;
    }

    .platforms-hero-h1 {
        font-size: 64px;
        line-height: 1.1;
        margin-bottom: 24px;
    }

    .explore-btn {
        margin-top: 32px;
    }

    .glass-globe-container {
        background: rgba(255, 255, 255, 0.4);
        border-radius: 40px;
        padding: 40px;
        box-shadow: 0 40px 100px rgba(216, 179, 106, 0.15);
        border: 1px solid rgba(216, 179, 106, 0.2);
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .platforms-stats-floating .glass-stat-card {
        width: 280px;
    }

    .card-top {
        top: 15%;
        left: -40px;
    }

    .card-bottom {
        bottom: 15%;
        right: -40px;
    }

    .stat-support {
        font-family: var(--font-body);
        font-size: 12px;
        color: var(--text-secondary);
        margin: 8px 0 0 0;
        opacity: 0.8;
    }

    .airline-release-section .luxury-directory-card {
        padding: 160px 60px 60px 60px;
        /* 160px top padding to clear absolute badge */
    }

    .airline-release-section .card-top-right-badge {
        position: absolute;
        top: 40px;
        right: 40px;
        border-radius: 22px;
        /* 22px border radius */
        padding: 16px 28px;
    }
}


/* ==========================================================================
   PLATFORMS PAGE RESPONSIVE OVERRIDES
   ========================================================================== */

/* 1. TABLET / LAPTOP OVERRIDES (max-width: 1024px) */
@media (max-width: 1024px) {
    .directory-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 30px;
    }

    .luxury-directory-card {
        padding: 40px;
    }

    .pill-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* 2. PORTRAIT TABLET / MOBILE OVERRIDES (max-width: 768px) */
@media (max-width: 768px) {

    /* Hero section overrides */
    .platforms-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .platforms-hero-section {
        padding: 100px 0 60px 0;
    }

    .platforms-hero-content {
        margin: 0 auto;
        max-width: 100%;
    }

    .platforms-hero-visual {
        height: auto !important;
        flex-direction: column;
        gap: 30px;
    }

    .glass-globe-container {
        height: 320px !important;
        width: 100% !important;
        padding: 20px !important;
        border-radius: 24px;
        box-shadow: 0 20px 50px rgba(216, 179, 106, 0.1);
    }

    .platforms-stats-floating {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
        align-items: center;
        pointer-events: auto;
    }

    .platforms-stats-floating .glass-stat-card {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100%;
        max-width: 320px;
        animation: none !important;
        border-radius: 16px;
        padding: 20px 24px;
    }

    /* Hide background film strips on mobile as they overlap text awkwardly */
    .platforms-film-strip {
        display: none !important;
    }

    /* Directory layout overrides */
    .directory-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
    }

    .directory-header-left,
    .directory-header-right {
        max-width: 100%;
    }

    .category-header-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
    }

    /* 2 columns prevents squishing names on tablet/mobile screens */
    .directory-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 24px;
    }

    /* Airline release overrides */
    .airline-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .airline-header-left,
    .airline-header-right {
        max-width: 100%;
    }

    .airline-release-section .luxury-directory-card {
        padding: 40px 24px;
        /* remove massive 160px top padding when badge isn't absolute */
    }

    .airline-release-section .card-top-right-badge {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 30px auto;
        width: 160px;
        border-radius: 16px;
        padding: 12px 24px;
    }

    /* Statistics strip overrides */
    .stats-glass-row {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }

    .stat-glass-divider {
        width: 100px;
        height: 1px;
    }

    /* Global Reach banner overrides */
    .reach-banner-glass {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 24px;
        gap: 40px;
    }

    .reach-banner-right {
        height: 260px;
    }

    .reach-earth-img {
        max-width: 100%;
    }

    /* Bottom CTA overrides */
    .platforms-bottom-cta {
        padding-bottom: 60px;
    }

    .cta-luxury-card {
        padding: 40px 20px;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .cta-actions a {
        width: 100%;
        max-width: 280px;
        text-align: center;
        box-sizing: border-box;
    }
}

/* 3. SMALL MOBILE OVERRIDES (max-width: 480px) */
@media (max-width: 480px) {
    .platforms-hero-h1 {
        font-size: 36px;
    }

    .directory-grid {
        grid-template-columns: 1fr;
        /* single column fits small mobile screen perfectly */
        gap: 16px;
    }

    .luxury-directory-card {
        padding: 30px 16px;
    }

    .directory-platform-item {
        font-size: 16px;
    }

    .pill-grid {
        grid-template-columns: 1fr;
    }

    .accordion-header {
        padding: 24px 20px;
    }

    .accordion-title {
        font-size: 20px;
    }
}