/* Immersive creative pages (videography, lighting design, …) */
/* Scoped to .vfx-page */

.vfx-page {
    --vfx-bg: #050508;
    --vfx-bg-elevated: #0c0e14;
    --vfx-surface: #12151f;
    --vfx-text: rgba(255, 255, 255, 0.92);
    --vfx-muted: rgba(255, 255, 255, 0.55);
    --vfx-accent: #38bdf8;
    --vfx-accent-soft: rgba(56, 189, 248, 0.15);
    --vfx-glow: 0 0 80px rgba(56, 189, 248, 0.12);
    --vfx-font-display: 'Syne', var(--heading-font), sans-serif;
    --vfx-font-body: 'DM Sans', var(--body-font), sans-serif;
    --vfx-ease: cubic-bezier(0.22, 1, 0.36, 1);
    padding-top: 0 !important;
    background: var(--vfx-bg);
    color: var(--vfx-text);
}

/*
 * Global body.fade-in / .fade-out use transform (style.css). Any non-none transform on
 * body makes position:fixed descendants use the body as their containing block, so
 * viewport clientX/clientY no longer match the spotlight layer after scroll.
 */
body.vfx-page {
    transform: none !important;
}

.vfx-page .logo {
    color: #fff;
}

.vfx-page .logo img {
    height: 54px;
    width: auto;
}

.vfx-page .navbar {
    background: transparent;
    box-shadow: none;
    transition: background 0.4s var(--vfx-ease), box-shadow 0.4s var(--vfx-ease);
}

.vfx-page .navbar.nav-scrolled {
    background: rgba(5, 5, 8, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.vfx-page .creative-nav a {
    color: rgba(255, 255, 255, 0.75);
}

.vfx-page .creative-nav a:hover,
.vfx-page .creative-nav a.active {
    color: var(--vfx-accent);
    opacity: 1;
}

.vfx-page .switch-mode {
    background: linear-gradient(135deg, #38bdf8, #818cf8);
    color: #fff;
}

.vfx-page .hamburger span {
    background: #fff;
}

/* NewOrbit-style bar: nav first (left, capped ~35vw, pill), logo right — desktop */
@media (min-width: 769px) {
    .vfx-page .navbar {
        justify-content: flex-start;
        align-items: center;
        gap: 0.75rem;
        padding-left: clamp(1rem, 3vw, 2.5rem);
        padding-right: clamp(1rem, 3vw, 2.5rem);
    }

    .vfx-page .navbar .acting-nav,
    .vfx-page .navbar .creative-nav {
        order: 1;
        flex: 0 1 auto;
        max-width: 35vw;
        min-width: 0;
        padding: 0.45rem 0.65rem;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
        gap: 0.2rem 0.4rem;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .vfx-page .navbar .acting-nav a,
    .vfx-page .navbar .creative-nav a {
        margin-left: 0;
        margin-right: 0;
        padding: 0.3rem 0.4rem;
        font-size: clamp(0.68rem, 0.82vw, 0.85rem);
        letter-spacing: 0.04em;
    }

    .vfx-page .navbar .switch-mode {
        margin-left: 0;
        padding: 0.35rem 0.65rem;
        font-size: clamp(0.68rem, 0.82vw, 0.82rem);
        border-radius: 999px;
    }

    .vfx-page .navbar .logo {
        order: 2;
        margin-left: auto;
    }

    .vfx-page .navbar .hamburger {
        display: none;
    }
}

@media (max-width: 768px) {
    .vfx-page .navbar {
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 0.5rem;
    }

    .vfx-page .navbar .logo {
        order: 1;
        margin-left: 0;
    }

    .vfx-page .navbar .hamburger {
        order: 2;
        display: block;
    }

    .vfx-page .navbar .acting-nav,
    .vfx-page .navbar .creative-nav {
        order: 3;
        flex-basis: 100%;
        max-width: none !important;
        width: 100%;
        flex: none;
        padding: 0;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        gap: 0;
    }

    .vfx-page .navbar .acting-nav a,
    .vfx-page .navbar .creative-nav a {
        font-size: 0.85rem;
        letter-spacing: 0.02em;
        padding: 0;
    }

    .vfx-page .navbar .switch-mode {
        margin-left: 0;
    }
}

/* --- Scroll progress (top) --- */
.vfx-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 10001;
    transform-origin: left center;
    transform: scaleX(0);
    background: linear-gradient(90deg, #38bdf8, #818cf8);
    pointer-events: none;
    will-change: transform;
}

/* --- Hero --- */
.vfx-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vfx-hero__parallax {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    will-change: transform;
}

/* Ken Burns + still — reliable full-bleed motion without fragile CDN video URLs.
   To use your own reel: add <video class="vfx-hero__video" muted loop playsinline autoplay><source src="videos/hero.mp4"></video> inside .vfx-hero and set .vfx-hero__motion { opacity: 0; } */
.vfx-hero__motion {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('https://images.unsplash.com/photo-1579632652768-6cb9dcf85912?auto=format&fit=crop&w=1920&q=80')
        center / cover no-repeat;
    transform: scale(1);
    animation: vfx-ken 22s ease-in-out infinite alternate;
}

.vfx-hero__motion::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(5, 5, 8, 0.5) 0%,
        rgba(5, 5, 8, 0.35) 40%,
        rgba(5, 5, 8, 0.85) 100%
    );
    z-index: 1;
}

@keyframes vfx-ken {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.07);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vfx-hero__motion {
        animation: none;
    }
}

.lighting-page .vfx-hero__motion {
    background-image: url('../images/lighting-hero-design-visual.png');
}

/* Lighting hero: lower third, left — headline + CTAs only */
.lighting-page .vfx-hero {
    align-items: flex-end;
    justify-content: flex-start;
}

.lighting-page .vfx-hero__content {
    text-align: left;
    padding: 6rem clamp(1.25rem, 4vw, 4rem) 10vh;
    max-width: none;
}

.lighting-page .vfx-hero__content-inner {
    max-width: none;
    width: 100%;
    margin: 0;
}

.lighting-page .vfx-hero h1 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
    /* +25% vs .vfx-hero h1 (clamp 2.25rem / 6vw / 4rem) */
    font-size: clamp(2.8125rem, 7.5vw, 5rem);
}

.lighting-page .vfx-hero__actions {
    justify-content: flex-start;
}

.lighting-page .vfx-hero__content--intro > h1 {
    animation-delay: 0.08s;
}

.lighting-page .vfx-hero__content--intro > .vfx-hero__actions {
    animation-delay: 0.32s;
}

.lighting-page .vfx-scroll-hint {
    left: clamp(1.25rem, 4vw, 4rem);
    right: auto;
    transform: none;
    bottom: 1.25rem;
    align-items: flex-start;
}

/* Soft cursor spotlight (lighting page only; JS updates position; no blend — visible on dark UI) */
.lighting-page .vfx-cursor-spotlight {
    /* Pixels from JS — matches clientX/clientY on this fixed layer (avoids % vs scrollbar mismatch) */
    --spot-x: 50vw;
    --spot-y: 50vh;
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.35s ease;
    /* Direct overlay (no mix-blend) so it reads clearly on #050508 */
    background: radial-gradient(
        circle 42vmin at var(--spot-x) var(--spot-y),
        rgba(255, 252, 245, 0.2) 0%,
        rgba(56, 189, 248, 0.14) 32%,
        rgba(56, 189, 248, 0.05) 52%,
        transparent 72%
    );
}

.lighting-page .vfx-cursor-spotlight.is-active {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .lighting-page .vfx-cursor-spotlight {
        display: none !important;
    }
}

.vfx-hero__grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.vfx-hero__content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 8rem 1.5rem 6rem;
    text-align: center;
    will-change: transform, opacity;
}

.vfx-hero__content-inner {
    max-width: 980px;
    margin: 0 auto;
}

/* First-load hero lines; outer .vfx-hero__content gets scroll parallax */
.vfx-hero__content--intro > * {
    opacity: 0;
    transform: translateY(28px);
    animation: vfxHeroLine 1s var(--vfx-ease) forwards;
}

.vfx-hero__content--intro > .vfx-hero__eyebrow {
    animation-delay: 0.08s;
}

.vfx-hero__content--intro > h1 {
    animation-delay: 0.2s;
}

.vfx-hero__content--intro > .vfx-hero__lede {
    animation-delay: 0.38s;
}

.vfx-hero__content--intro > .vfx-hero__actions {
    animation-delay: 0.52s;
}

@keyframes vfxHeroLine {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vfx-hero__content--intro > * {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

.vfx-hero__eyebrow {
    font-family: var(--vfx-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--vfx-accent);
    margin-bottom: 1.25rem;
}

.vfx-hero h1 {
    font-family: var(--vfx-font-display);
    font-size: clamp(2.25rem, 6vw, 4rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
    color: #fff;
}

.vfx-hero__lede {
    font-family: var(--vfx-font-body);
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 400;
    line-height: 1.65;
    color: var(--vfx-muted);
    max-width: 560px;
    margin: 0 auto 2rem;
}

.vfx-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--vfx-font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #050508;
    background: #fff;
    padding: 1rem 1.75rem;
    border-radius: 999px;
    transition: transform 0.35s var(--vfx-ease), box-shadow 0.35s var(--vfx-ease);
}

.vfx-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--vfx-glow);
}

.vfx-btn--block {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}

button.vfx-btn {
    cursor: pointer;
    font: inherit;
}

.vfx-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.vfx-btn--ghost:hover {
    border-color: var(--vfx-accent);
    color: var(--vfx-accent);
    box-shadow: none;
}

.vfx-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.vfx-scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--vfx-font-body);
    font-size: 0.65rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--vfx-muted);
}

.vfx-scroll-hint__line {
    width: 1px;
    height: 48px;
    background: linear-gradient(
        180deg,
        var(--vfx-accent),
        transparent
    );
    animation: vfx-scroll-pulse 2.2s ease-in-out infinite;
}

@keyframes vfx-scroll-pulse {
    0%,
    100% {
        opacity: 0.4;
        transform: scaleY(0.85);
    }
    50% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vfx-scroll-hint__line {
        animation: none;
    }
}

/* --- Pill strip --- */
.vfx-pills {
    padding: 3rem 1.5rem 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vfx-pills__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem;
    font-family: var(--vfx-font-display);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 400;
    letter-spacing: -0.02em;
}

.vfx-pills__inner span {
    color: rgba(255, 255, 255, 0.35);
}

.vfx-pills__inner strong {
    color: #fff;
    font-weight: 500;
}

/* --- Split / feature sections --- */
.vfx-section {
    padding: 6rem 1.5rem;
    scroll-margin-top: 80px;
}

.vfx-section--tight {
    padding-top: 4rem;
}

.vfx-split {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.vfx-split__visual {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--vfx-surface);
}

.vfx-split__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--vfx-ease);
}

.vfx-split__visual:hover img {
    transform: scale(1.04);
}

.vfx-split__visual::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    pointer-events: none;
}

.vfx-kicker {
    font-family: var(--vfx-font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--vfx-accent);
    margin-bottom: 1rem;
}

.vfx-split__copy h2 {
    font-family: var(--vfx-font-display);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
}

.vfx-split__copy p {
    font-family: var(--vfx-font-body);
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--vfx-muted);
    margin-bottom: 1rem;
}

/* --- Feature grid --- */
.vfx-features {
    max-width: 1200px;
    margin: 0 auto;
}

.vfx-features__head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3.5rem;
}

.vfx-features__head h2 {
    font-family: var(--vfx-font-display);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.vfx-features__head p {
    font-family: var(--vfx-font-body);
    color: var(--vfx-muted);
    line-height: 1.65;
}

.vfx-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.vfx-card {
    background: var(--vfx-bg-elevated);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    transition: border-color 0.4s var(--vfx-ease), transform 0.4s var(--vfx-ease), box-shadow 0.4s var(--vfx-ease);
}

.vfx-card:hover {
    border-color: rgba(56, 189, 248, 0.35);
    transform: translateY(-4px);
    box-shadow: var(--vfx-glow);
}

.vfx-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 1.25rem;
    color: var(--vfx-accent);
}

.vfx-card h3 {
    font-family: var(--vfx-font-display);
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0.65rem;
}

.vfx-card p {
    font-family: var(--vfx-font-body);
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--vfx-muted);
}

/* --- Statement band --- */
.vfx-statement {
    position: relative;
    padding: 7rem 1.5rem;
    text-align: center;
    overflow: hidden;
}

.vfx-statement__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse 80% 60% at 50% 50%,
        rgba(56, 189, 248, 0.08),
        transparent 70%
    );
    pointer-events: none;
}

.vfx-statement__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.vfx-statement blockquote {
    font-family: var(--vfx-font-display);
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.vfx-statement cite {
    font-family: var(--vfx-font-body);
    font-size: 0.85rem;
    font-style: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vfx-muted);
}

/* --- Work / portfolio --- */
.vfx-work {
    background: var(--vfx-bg-elevated);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vfx-work__head {
    max-width: 1200px;
    margin: 0 auto 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
}

.vfx-work__head h2 {
    font-family: var(--vfx-font-display);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 400;
    letter-spacing: -0.03em;
}

.vfx-work__head p {
    font-family: var(--vfx-font-body);
    color: var(--vfx-muted);
    max-width: 400px;
}

.vfx-video-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.vfx-video-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: var(--vfx-surface);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.45s var(--vfx-ease), border-color 0.45s var(--vfx-ease);
}

.vfx-video-item:hover {
    transform: translateY(-3px);
    border-color: rgba(56, 189, 248, 0.25);
}

.vfx-video-item__frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
}

.vfx-video-item__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vfx-video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    background: radial-gradient(
        ellipse at center,
        rgba(56, 189, 248, 0.08),
        transparent 65%
    );
}

.vfx-video-placeholder p {
    font-family: var(--vfx-font-body);
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--vfx-muted);
    max-width: 240px;
}

.vfx-video-item__meta {
    padding: 1.25rem 1.25rem 1.5rem;
}

.vfx-video-item__meta h3 {
    font-family: var(--vfx-font-display);
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.vfx-video-item__meta p {
    font-family: var(--vfx-font-body);
    font-size: 0.9rem;
    color: var(--vfx-muted);
}

/* --- Pricing --- */
.vfx-pricing-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.vfx-price-card {
    background: var(--vfx-bg-elevated);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 2rem 1.75rem;
    text-align: center;
    transition: border-color 0.4s var(--vfx-ease);
}

.vfx-price-card--featured {
    border-color: rgba(56, 189, 248, 0.45);
    background: linear-gradient(
        180deg,
        rgba(56, 189, 248, 0.08),
        var(--vfx-bg-elevated)
    );
}

.vfx-price-card h3 {
    font-family: var(--vfx-font-display);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.vfx-price-card .vfx-price {
    font-family: var(--vfx-font-display);
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--vfx-accent);
    margin: 0.75rem 0 1.25rem;
}

.vfx-price-card ul {
    list-style: none;
    text-align: left;
    margin-bottom: 1.5rem;
}

.vfx-price-card li {
    font-family: var(--vfx-font-body);
    font-size: 0.9rem;
    color: var(--vfx-muted);
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vfx-price-card li:last-child {
    border-bottom: 0;
}

/* --- CTA --- */
.vfx-cta {
    padding: 6rem 1.5rem 6rem;
    text-align: center;
}

.vfx-cta__inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 3.5rem 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(
        145deg,
        rgba(56, 189, 248, 0.06),
        rgba(129, 140, 248, 0.04)
    );
}

.vfx-cta__inner--wide {
    max-width: 760px;
}

.vfx-cta__inner h2 {
    font-family: var(--vfx-font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.vfx-cta__inner > p {
    font-family: var(--vfx-font-body);
    color: var(--vfx-muted);
    margin-bottom: 1.75rem;
    line-height: 1.65;
}

.vfx-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
    margin-top: 1.5rem;
}

.vfx-contact label {
    font-family: var(--vfx-font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--vfx-muted);
}

.vfx-contact input,
.vfx-contact select,
.vfx-contact textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-family: var(--vfx-font-body);
    font-size: 1rem;
}

.vfx-contact select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.vfx-contact input:focus,
.vfx-contact select:focus,
.vfx-contact textarea:focus {
    outline: none;
    border-color: var(--vfx-accent);
}

.vfx-contact__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.vfx-contact textarea {
    min-height: 120px;
    resize: vertical;
}

/* --- Footer --- */
.vfx-footer {
    padding: 2rem 1.5rem 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    font-family: var(--vfx-font-body);
    font-size: 0.85rem;
    color: var(--vfx-muted);
}

.vfx-footer a {
    color: var(--vfx-accent);
    text-decoration: none;
}

.vfx-footer a:hover {
    text-decoration: underline;
}

/* --- Scroll reveal --- */
.reveal {
    --reveal-dur: 0.88s;
    opacity: 0;
    transition:
        opacity var(--reveal-dur) var(--vfx-ease) var(--reveal-delay, 0ms),
        transform var(--reveal-dur) var(--vfx-ease) var(--reveal-delay, 0ms),
        filter var(--reveal-dur) var(--vfx-ease) var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.reveal--slow {
    --reveal-dur: 1.15s;
}

.reveal--fast {
    --reveal-dur: 0.55s;
}

/* Default = slide up */
.reveal:not([class*='reveal--']) {
    transform: translateY(40px);
}

.reveal--up {
    transform: translateY(48px);
}

.reveal--down {
    transform: translateY(-40px);
}

.reveal--left {
    transform: translateX(-56px);
}

.reveal--right {
    transform: translateX(56px);
}

.reveal--scale {
    transform: scale(0.94);
}

.reveal--blur {
    transform: translateY(36px);
    filter: blur(14px);
}

.reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal.is-visible {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }
}

/* --- Portfolio tiles (lighting page) --- */
.vfx-tile-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.vfx-tile {
    background: var(--vfx-bg-elevated);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.4s var(--vfx-ease), transform 0.4s var(--vfx-ease),
        box-shadow 0.4s var(--vfx-ease);
}

.vfx-tile:hover {
    border-color: rgba(56, 189, 248, 0.3);
    transform: translateY(-4px);
    box-shadow: var(--vfx-glow);
}

.vfx-tile__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--vfx-surface);
}

.vfx-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s var(--vfx-ease);
}

.vfx-tile:hover .vfx-tile__media img {
    transform: scale(1.05);
}

.vfx-tile__body {
    padding: 1.35rem 1.4rem 1.5rem;
}

.vfx-tile__body h3 {
    font-family: var(--vfx-font-display);
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
}

.vfx-tile__subtitle {
    font-family: var(--vfx-font-body);
    font-size: 0.92rem;
    color: var(--vfx-muted);
    font-style: italic;
    margin-bottom: 0.35rem;
}

.vfx-tile__date {
    font-family: var(--vfx-font-body);
    font-size: 0.82rem;
    color: var(--vfx-muted);
    margin-bottom: 1rem;
}

.vfx-tile__link {
    font-family: var(--vfx-font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vfx-accent);
    text-decoration: none;
}

.vfx-tile__link:hover {
    text-decoration: underline;
}

/* --- Credits (lighting) --- */
.vfx-credits-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.vfx-credits-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vfx-credits-card li {
    font-family: var(--vfx-font-body);
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--vfx-muted);
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vfx-credits-card li:last-child {
    border-bottom: 0;
}

.vfx-credits-card strong {
    color: var(--vfx-text);
    font-weight: 600;
}

.vfx-credits-card h3 {
    font-family: var(--vfx-font-display);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(56, 189, 248, 0.25);
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .vfx-split {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .vfx-split__visual {
        aspect-ratio: 16 / 10;
        max-height: 420px;
    }

    .vfx-feature-grid {
        grid-template-columns: 1fr;
    }

    .vfx-video-grid {
        grid-template-columns: 1fr;
    }

    .vfx-tile-grid {
        grid-template-columns: 1fr;
    }

    .vfx-credits-grid {
        grid-template-columns: 1fr;
    }

    .vfx-contact__row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .vfx-page .creative-nav.active {
        background: rgba(5, 5, 8, 0.98);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .vfx-hero__content {
        padding-top: 6.5rem;
    }

    .lighting-page .vfx-hero__content {
        padding-top: 5.5rem;
        padding-bottom: 8vh;
    }
}
