/* Flowaxy Studio Landing — flat / modern */

body.studio-landing {
    --fx-bg: #f4f5f7;
    --fx-bg-alt: #eceef2;
    --fx-surface: #ffffff;
    --fx-text: #111318;
    --fx-text-muted: #5f6673;
    --fx-border: #dfe3ea;
    --fx-accent: #0057ff;
    --fx-accent-hover: #0046cc;
    --fx-accent-soft: #e8efff;
    --fx-hero-bg: #09090b;
    --fx-hero-text: #f5f7fa;
    --fx-hero-muted: #9aa3b2;
    --fx-hero-border: rgba(255,255,255,.1);
    --fx-radius: .5rem;
    --fx-radius-lg: .75rem;
    --fx-nav-bg: rgba(12, 14, 20, .92);
    --fx-nav-text: rgba(255,255,255,.72);
    --fx-cta-bg: #09090b;
    --fx-cta-text: #f5f7fa;
    --fx-section-y: clamp(3.25rem, 5vw, 4.5rem);
    --fx-section-head-mb: clamp(2rem, 3.5vw, 2.75rem);
    --fx-grid-gap: .875rem;
    --fx-page-x: max(1.25rem, env(safe-area-inset-left, 0px));
    --fx-page-x-end: max(1.25rem, env(safe-area-inset-right, 0px));
    --fx-brand-blue: #3b82f6;
    --fx-brand-violet: #8b5cf6;
    --fx-brand-pink: #ec4899;
    --fx-brand-gradient: linear-gradient(135deg, var(--fx-brand-blue) 0%, var(--fx-brand-violet) 52%, var(--fx-brand-pink) 100%);
    --fx-brand-gradient-soft: linear-gradient(135deg, rgba(59, 130, 246, .14) 0%, rgba(139, 92, 246, .1) 100%);
    --fx-brand-glow: rgba(59, 130, 246, .32);
    --fx-theme-color: #0057ff;
    --fx-font-display: 'Syne', 'Plus Jakarta Sans', system-ui, sans-serif;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--fx-text);
    background: var(--fx-bg);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

html[lang="en"] body.studio-landing {
    --fx-font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
}
html[lang="en"] body.studio-landing .hero-title {
    letter-spacing: -.03em;
    hyphens: manual;
    overflow-wrap: normal;
}
html[lang="en"] body.studio-landing .fx-title {
    letter-spacing: -.025em;
    font-weight: 800;
}
html[lang="en"] body.studio-landing .testimonials-head-prefix {
    letter-spacing: -.025em;
}
html[lang="en"] body.studio-landing .testimonials-head-brand {
    letter-spacing: -.03em;
}

body.studio-landing[data-theme-style="dark"],
body.studio-landing.studio-landing--dark {
    --fx-bg: #08090c;
    --fx-bg-alt: #0f1117;
    --fx-surface: #14161d;
    --fx-text: #f0f2f5;
    --fx-text-muted: #8b93a1;
    --fx-border: #252932;
    --fx-accent: #3d7dff;
    --fx-accent-hover: #5c93ff;
    --fx-accent-soft: #152040;
    --fx-hero-bg: #09090b;
    --fx-hero-text: #f0f2f5;
    --fx-hero-muted: #8b93a1;
    --fx-hero-border: #252932;
    --fx-nav-bg: rgba(8, 9, 12, .94);
    --fx-cta-bg: #14161d;
    --fx-theme-color: #08090c;
}

body.studio-landing ::selection {
    background: rgba(59, 130, 246, .22);
    color: var(--fx-text);
}
body.studio-landing :where(a, button, .btn, summary, .studio-nav-tool, .studio-nav-close, .navbar-toggler):focus-visible {
    outline: 2px solid var(--fx-accent);
    outline-offset: 2px;
}
body.studio-landing .gradient-text {
    background: linear-gradient(135deg, #93c5fd 0%, #c4b5fd 45%, #f9a8d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
body.studio-landing[data-theme-style="light"] .gradient-text,
body.studio-landing:not([data-theme-style="dark"]):not(.studio-landing--dark) .gradient-text {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 48%, #db2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.studio-landing *, body.studio-landing *::before, body.studio-landing *::after { box-sizing: border-box; }
html:has(body.studio-landing) { scroll-behavior: smooth; }

.container--narrow { max-width: 720px; }

body.studio-landing .container {
    padding-left: var(--fx-page-x);
    padding-right: var(--fx-page-x-end);
}

/* ── Navbar ── */
body.studio-landing .navbar {
    padding: .75rem 0;
    transition: background .25s, border-color .25s;
}
body.studio-landing .navbar.scrolled {
    background: var(--fx-nav-bg) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--fx-hero-border);
}
body.studio-landing .navbar-brand,
body.studio-landing .footer-brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -.02em;
    color: var(--fx-hero-text);
    min-height: 2rem;
}
body.studio-landing .navbar:not(.navbar--on-light) .navbar-brand,
body.studio-landing .navbar:not(.navbar--on-light) .studio-logo-text {
    color: var(--fx-hero-text);
}
body.studio-landing .studio-navbar-logo { height: 1.75rem; max-width: 160px; object-fit: contain; }
body.studio-landing .studio-footer-logo { height: 1.75rem; max-width: 160px; object-fit: contain; }
body.studio-landing .studio-logo-text { color: inherit; font-weight: 700; white-space: nowrap; }
body.studio-landing .footer-brand-link,
body.studio-landing .fx-footer .studio-logo-text { color: var(--fx-text); }

body.studio-landing .nav-link {
    font-size: .875rem;
    font-weight: 500;
    color: var(--fx-nav-text) !important;
    padding: .4rem .75rem !important;
    border-radius: var(--fx-radius);
    transition: color .15s, background .15s;
    position: relative;
}
body.studio-landing .navbar .nav-item.ms-lg-2 {
    margin-left: .35rem !important;
}
body.studio-landing .nav-link:hover { color: #fff !important; background: rgba(255,255,255,.06); }
body.studio-landing .nav-link.active {
    color: #fff !important;
    background: rgba(255,255,255,.04);
}
body.studio-landing .nav-link.active::after {
    content: '';
    position: absolute;
    left: .65rem;
    right: .65rem;
    bottom: .2rem;
    height: 2px;
    border-radius: 1px;
    background: var(--fx-brand-gradient);
}
body.studio-landing .navbar.navbar--on-light .nav-link.active {
    color: var(--fx-text) !important;
    background: transparent;
}
body.studio-landing .navbar.navbar--on-light .nav-link.active::after { bottom: .15rem; }

body.studio-landing .fx-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 1050;
    pointer-events: none;
    background: transparent;
}
body.studio-landing .fx-scroll-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--fx-brand-gradient);
    box-shadow: 0 0 12px var(--fx-brand-glow);
    transition: width .08s linear;
}
body.studio-landing .navbar.scrolled .navbar-toggler-icon { filter: invert(1); opacity: .8; }

body.studio-landing .studio-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(9, 9, 11, .55);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .28s ease;
}
body.studio-landing .studio-nav-backdrop.is-visible {
    display: block;
    opacity: 1;
}
body.studio-landing.studio-nav-locked { overflow: hidden; }

body.studio-landing .studio-nav-panel {
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}

body.studio-landing .studio-nav-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--fx-hero-border);
    flex-shrink: 0;
}
body.studio-landing .studio-nav-drawer-title {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--fx-hero-muted);
}
body.studio-landing .studio-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid var(--fx-hero-border);
    border-radius: var(--fx-radius);
    background: transparent;
    color: var(--fx-hero-text);
    cursor: pointer;
    transition: background .15s, border-color .15s;
}
body.studio-landing .studio-nav-close:hover {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.2);
}

@media (max-width: 991.98px) {
    body.studio-landing .navbar > .container { position: static; }
    body.studio-landing .navbar-toggler-icon { filter: invert(1); opacity: .9; }
    body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light .navbar-toggler-icon { filter: none; opacity: 1; }

    body.studio-landing .studio-nav-panel {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1045;
        flex-direction: column;
        align-items: stretch;
        width: min(18.5rem, 88vw);
        max-width: 100%;
        height: 100dvh;
        height: 100svh;
        padding: 0;
        margin: 0;
        background: var(--fx-nav-bg);
        border-left: 1px solid var(--fx-hero-border);
        box-shadow: -8px 0 32px rgba(0,0,0,.35);
        transform: translateX(100%);
        visibility: hidden;
        transition: transform .28s ease, visibility .28s;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding-top: env(safe-area-inset-top, 0);
        padding-bottom: env(safe-area-inset-bottom, 0);
    }
    body.studio-landing .studio-nav-panel.is-open {
        transform: translateX(0);
        visibility: visible;
    }
    body.studio-landing .studio-nav-panel .navbar-nav {
        flex-direction: column;
        align-items: stretch !important;
        width: 100%;
        padding: .75rem 1rem 1.25rem;
        margin: 0 !important;
        gap: .15rem;
    }
    body.studio-landing .studio-nav-panel .nav-item { width: 100%; }
    body.studio-landing .studio-nav-panel .nav-link {
        display: flex;
        align-items: center;
        width: 100%;
        padding: .75rem 1rem !important;
        font-size: .9375rem;
        border-radius: var(--fx-radius);
    }
    body.studio-landing .studio-nav-panel .nav-link:hover,
    body.studio-landing .studio-nav-panel .nav-link.active {
        background: rgba(255,255,255,.08);
    }
    body.studio-landing .studio-nav-panel .studio-nav-tools-item {
        width: 100%;
        padding: .75rem 0 0;
        margin-top: .5rem;
        border-top: 1px solid var(--fx-hero-border);
    }
    body.studio-landing .studio-nav-panel .studio-nav-tools {
        width: 100%;
        justify-content: flex-start;
        gap: .5rem;
    }
    body.studio-landing .studio-nav-panel .studio-nav-tool {
        flex: 1;
        justify-content: center;
        height: 2.5rem;
    }
    body.studio-landing .studio-nav-panel .studio-nav-tool-label { display: inline; }
    body.studio-landing .studio-nav-panel .nav-item .btn-fx,
    body.studio-landing .studio-nav-panel .nav-item .btn {
        width: 100%;
        justify-content: center;
        margin-top: .35rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
    body.studio-landing .studio-nav-panel .nav-item.ms-lg-2 { margin-left: 0 !important; }
    body.studio-landing[data-theme-style="light"] .studio-nav-panel {
        background: var(--fx-surface);
        border-left-color: var(--fx-border);
    }
    body.studio-landing[data-theme-style="light"] .studio-nav-panel .nav-link {
        color: var(--fx-text) !important;
    }
    body.studio-landing[data-theme-style="light"] .studio-nav-panel .nav-link:hover,
    body.studio-landing[data-theme-style="light"] .studio-nav-panel .nav-link.active {
        background: var(--fx-accent-soft);
        color: var(--fx-accent) !important;
    }
    body.studio-landing[data-theme-style="light"] .studio-nav-drawer-head {
        border-bottom-color: var(--fx-border);
    }
    body.studio-landing[data-theme-style="light"] .studio-nav-close {
        color: var(--fx-text);
        border-color: var(--fx-border);
    }
    body.studio-landing[data-theme-style="light"] .studio-nav-panel .studio-nav-tools-item {
        border-top-color: var(--fx-border);
    }
    body.studio-landing[data-theme-style="light"] .studio-nav-panel .studio-nav-tool {
        color: var(--fx-text);
        border-color: var(--fx-border);
    }
}

body.studio-landing .studio-nav-tools-item { display: flex; align-items: center; padding: 0 .25rem; }
body.studio-landing .studio-nav-tool {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    height: 2rem;
    padding: 0 .55rem;
    border: 1px solid var(--fx-hero-border);
    border-radius: var(--fx-radius);
    background: transparent;
    color: var(--fx-hero-text);
    font-size: .75rem;
    font-weight: 600;
    transition: border-color .15s, background .15s;
}
body.studio-landing .studio-nav-tool:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.2); }
body.studio-landing .studio-nav-tool::after { display: none; }
body.studio-landing .studio-nav-dropdown {
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius);
    box-shadow: none;
    padding: .25rem;
    background: var(--fx-surface);
}

/* ── Buttons ── */
body.studio-landing .btn-fx {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: var(--fx-brand-gradient);
    color: #fff;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: .875rem;
    padding: .65rem 1.25rem;
    border-radius: var(--fx-radius);
    text-decoration: none;
    box-shadow: 0 4px 18px var(--fx-brand-glow);
    transition: transform .15s, box-shadow .15s, filter .15s;
}
body.studio-landing .btn-fx:hover {
    filter: brightness(1.06);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, .38);
}
body.studio-landing .btn-fx--invert { background: #fff; color: var(--fx-cta-bg); border-color: #fff; }
body.studio-landing .btn-fx--invert:hover { background: #e8eaed; border-color: #e8eaed; color: var(--fx-cta-bg); }

body.studio-landing .navbar .btn-fx {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: none;
    backdrop-filter: blur(8px);
}
body.studio-landing .navbar .btn-fx.btn-sm {
    height: 2rem;
    padding: 0 .65rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    gap: .25rem;
    border-radius: var(--fx-radius);
}
body.studio-landing .navbar .btn-fx.btn-sm .bi {
    font-size: .6875rem;
}
body.studio-landing .navbar .btn-fx:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.24);
    box-shadow: none;
    transform: none;
    filter: none;
    color: #fff;
}
body.studio-landing .navbar.scrolled .btn-fx,
body.studio-landing .navbar.navbar--on-light .btn-fx {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.2);
    backdrop-filter: blur(8px);
}
body.studio-landing .navbar.scrolled .btn-fx:hover,
body.studio-landing .navbar.navbar--on-light .btn-fx:hover {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.28);
}
body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light .btn-fx {
    background: var(--fx-surface);
    border-color: var(--fx-border);
    color: var(--fx-text);
}
body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light .btn-fx:hover {
    background: var(--fx-accent-soft);
    border-color: var(--fx-accent);
    color: var(--fx-accent);
}

body.studio-landing .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: transparent;
    color: var(--fx-hero-text);
    border: 1px solid var(--fx-hero-border);
    font-weight: 600;
    font-size: .875rem;
    padding: .65rem 1.25rem;
    border-radius: var(--fx-radius);
    text-decoration: none;
    transition: border-color .15s, background .15s;
}
body.studio-landing .btn-outline:hover { background: rgba(255,255,255,.06); color: var(--fx-hero-text); }
body.studio-landing .btn-outline--invert { color: var(--fx-cta-text); border-color: rgba(255,255,255,.25); }
body.studio-landing .btn-outline--invert:hover { background: rgba(255,255,255,.08); color: #fff; }

body.studio-landing .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: transparent;
    color: var(--fx-hero-muted);
    border: none;
    font-weight: 600;
    font-size: .875rem;
    padding: .65rem 1rem;
    border-radius: var(--fx-radius);
    text-decoration: none;
}
body.studio-landing .btn-ghost:hover { color: var(--fx-hero-text); }
body.studio-landing .btn-ghost--invert { color: var(--fx-hero-muted); }
body.studio-landing .btn-ghost--invert:hover { color: #fff; }

/* ── Hero ── */
body.studio-landing .hero {
    position: relative;
    background: var(--fx-hero-bg);
    color: var(--fx-hero-text);
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-bottom: 1px solid var(--fx-hero-border);
}
body.studio-landing .hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(to top, rgba(9,9,11,.85) 0%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
body.studio-landing .hero-mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 10% 20%, rgba(139,92,246,.45) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 90% 10%, rgba(59,130,246,.35) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 70% 80%, rgba(34,211,238,.25) 0%, transparent 50%),
        radial-gradient(ellipse 40% 30% at 30% 90%, rgba(236,72,153,.2) 0%, transparent 50%);
    animation: fx-mesh-shift 12s ease-in-out infinite alternate;
    pointer-events: none;
}
@keyframes fx-mesh-shift {
    0% { transform: scale(1) translate(0, 0); }
    100% { transform: scale(1.08) translate(-2%, 2%); }
}
body.studio-landing .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 100%);
    pointer-events: none;
}
body.studio-landing .hero-noise {
    position: absolute;
    inset: 0;
    opacity: .035;
    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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    pointer-events: none;
}
body.studio-landing .hero > .container {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    padding-top: 6.5rem;
    padding-bottom: 2rem;
    width: 100%;
}
body.studio-landing .hero-row {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    grid-template-areas:
        "copy bento"
        "actions bento";
    column-gap: clamp(1.5rem, 4vw, 3rem);
    row-gap: 1.75rem;
    align-items: center;
    width: 100%;
}
body.studio-landing .hero-copy { grid-area: copy; align-self: end; }
body.studio-landing .hero-bento-col { grid-area: bento; align-self: center; }
body.studio-landing .hero-actions-col { grid-area: actions; align-self: start; }
body.studio-landing .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    padding: .4rem .85rem;
    border-radius: 999px;
    margin-bottom: 1.25rem;
}
body.studio-landing .hero-kicker-dot {
    width: 6px;
    height: 6px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 8px #4ade80;
    flex-shrink: 0;
}
body.studio-landing .hero-title {
    font-family: var(--fx-font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.12;
    margin: 0 0 1.25rem;
    color: var(--fx-hero-text);
    overflow-wrap: break-word;
    hyphens: auto;
}
body.studio-landing .hero-title .gradient-text {
    background: linear-gradient(135deg, #c4b5fd 0%, #67e8f9 50%, #f9a8d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
body.studio-landing .hero-lead {
    font-size: 1.125rem;
    color: rgba(255,255,255,.55);
    max-width: 520px;
    margin: 0 0 1.75rem;
    line-height: 1.7;
}
}
body.studio-landing .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}
body.studio-landing .hero-actions .btn-fx {
    box-shadow: 0 4px 20px rgba(0, 87, 255, .35);
}

/* Hero bento */
body.studio-landing .hero-bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
}
body.studio-landing .hero-bento-card {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.09);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: .875rem;
    padding: 1.35rem;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.07),
        0 4px 24px rgba(0,0,0,.2);
}
body.studio-landing .hero-bento-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(160deg, rgba(255,255,255,.06) 0%, transparent 45%);
    pointer-events: none;
}
body.studio-landing .hero-bento-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.16);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.1),
        0 12px 40px rgba(0,0,0,.28);
}
body.studio-landing .hero-bento-card--stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.125rem;
    min-height: auto;
    padding: .95rem 1.05rem;
}
body.studio-landing .hero-bento-card--projects::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    width: 55%;
    height: 120%;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(59,130,246,.22) 0%, transparent 70%);
    pointer-events: none;
}
body.studio-landing .hero-bento-card--support::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    width: 55%;
    height: 120%;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(52,211,153,.18) 0%, transparent 70%);
    pointer-events: none;
}
body.studio-landing .hero-bento-card--wide { grid-column: span 2; }
body.studio-landing .hero-bento-card--stat .hero-bento-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .65rem;
    font-size: .9375rem;
}
body.studio-landing .hero-bento-card--stat .hero-bento-icon::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(.65rem - 1px);
    background: linear-gradient(180deg, rgba(255,255,255,.14) 0%, transparent 55%);
    pointer-events: none;
}
body.studio-landing .hero-bento-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
    flex-shrink: 0;
    border-radius: .625rem;
    background: linear-gradient(145deg, rgba(59,130,246,.28) 0%, rgba(37,99,235,.12) 100%);
    border: 1px solid rgba(147,197,253,.35);
    color: #bfdbfe;
    font-size: 1rem;
    box-shadow:
        0 0 0 1px rgba(59,130,246,.15),
        0 4px 16px rgba(59,130,246,.22);
}
body.studio-landing .hero-bento-icon--support {
    background: linear-gradient(145deg, rgba(52,211,153,.26) 0%, rgba(16,185,129,.1) 100%);
    border-color: rgba(110,231,183,.35);
    color: #a7f3d0;
    box-shadow:
        0 0 0 1px rgba(52,211,153,.15),
        0 4px 16px rgba(52,211,153,.2);
}
body.studio-landing .hero-bento-stat {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .15rem;
}
body.studio-landing .hero-bento-card--stat .hero-bento-value {
    font-size: 1.4375rem;
    line-height: 1;
}
body.studio-landing .hero-bento-card--stat .hero-bento-label {
    font-size: .6875rem;
    margin-top: 0;
    line-height: 1.15;
}
body.studio-landing .hero-bento-value {
    font-size: 1.625rem;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    color: #fff;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 20px rgba(255,255,255,.08);
}
body.studio-landing .hero-bento-label {
    font-size: .6875rem;
    color: rgba(255,255,255,.45);
    font-weight: 600;
    margin-top: .25rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.2;
}
body.studio-landing .hero-bento-wide-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .75rem;
}
body.studio-landing .hero-bento-tools {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .8125rem;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    letter-spacing: -.02em;
}
body.studio-landing .hero-bento-tools .bi-tools {
    font-size: .875rem;
    color: #93c5fd;
}
body.studio-landing .hero-bento-cycle {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255,255,255,.65);
}
body.studio-landing .hero-bento-cycle .bi-stars { color: #fbbf24; font-size: .85rem; }
body.studio-landing .hero-bento-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
body.studio-landing .hero-bento-tag {
    font-size: .6875rem;
    font-weight: 600;
    padding: .3rem .7rem;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.62);
    transition: background .15s, border-color .15s;
}
body.studio-landing .hero-bento-card--wide:hover .hero-bento-tag {
    border-color: rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
}

body.studio-landing .marquee-wrap {
    position: relative;
    z-index: 3;
    flex-shrink: 0;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
    padding: 1rem 0;
    background: rgba(0,0,0,.45);
}
body.studio-landing .marquee-wrap::before,
body.studio-landing .marquee-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}
body.studio-landing .marquee-wrap::before { left: 0; background: linear-gradient(to right, var(--fx-hero-bg), transparent); }
body.studio-landing .marquee-wrap::after { right: 0; background: linear-gradient(to left, var(--fx-hero-bg), transparent); }
body.studio-landing .marquee-track {
    display: flex;
    gap: 2rem;
    animation: fx-marquee 40s linear infinite;
    width: max-content;
}
body.studio-landing .marquee-item {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    white-space: nowrap;
}
body.studio-landing .marquee-item .bi-diamond-fill {
    font-size: .45rem;
    color: rgba(139,92,246,.7);
}
@keyframes fx-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Hero divider ── */
body.studio-landing .fx-hero-divider {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    line-height: 0;
    background: var(--fx-hero-bg);
}
body.studio-landing .fx-hero-divider svg {
    display: block;
    width: 100%;
    height: clamp(28px, 4vw, 48px);
}

/* ── Trusted stack ── */
body.studio-landing .fx-trusted {
    padding: 1.5rem 0 1.85rem;
    background: var(--fx-bg);
    border-bottom: 1px solid var(--fx-border);
}
body.studio-landing .fx-trusted-lead {
    font-size: .8125rem;
    font-weight: 500;
    color: var(--fx-text-muted);
    text-align: center;
    margin: 0 0 1rem;
    letter-spacing: .01em;
}
body.studio-landing .fx-trusted-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .5rem .75rem;
}
body.studio-landing .fx-trusted-item {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem .75rem;
    border: 1px solid var(--fx-border);
    border-radius: 999px;
    background: var(--fx-surface);
    font-size: .75rem;
    font-weight: 600;
    color: var(--fx-text-muted);
    transition: border-color .2s, color .2s, transform .2s;
}
body.studio-landing .fx-trusted-item i {
    font-size: .9rem;
    color: var(--fx-accent);
}
body.studio-landing .fx-trusted-item:hover {
    border-color: rgba(59, 130, 246, .35);
    color: var(--fx-text);
    transform: translateY(-1px);
}

/* ── Section markers ── */
body.studio-landing .fx-section--marked > .container {
    position: relative;
}
body.studio-landing .fx-section--marked > .container::before,
body.studio-landing .fx-section--marked > .container::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--fx-brand-gradient);
    transform: rotate(45deg);
    opacity: .45;
    pointer-events: none;
    z-index: 2;
}
body.studio-landing .fx-section--marked > .container::before { top: -.35rem; left: var(--fx-page-x); }
body.studio-landing .fx-section--marked > .container::after { bottom: -.35rem; right: var(--fx-page-x-end); }

@media (max-width: 991.98px) {
    body.studio-landing .hero {
        min-height: 100svh;
        min-height: 100dvh;
    }
    body.studio-landing .hero > .container {
        align-items: center;
        padding-top: calc(4.75rem + env(safe-area-inset-top, 0));
        padding-bottom: 1.25rem;
    }
    body.studio-landing .hero-row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "bento"
            "actions";
        row-gap: 1.25rem;
    }
    body.studio-landing .hero-copy,
    body.studio-landing .hero-bento-col,
    body.studio-landing .hero-actions-col {
        align-self: auto;
    }
    body.studio-landing .hero-kicker {
        font-size: .625rem;
        padding: .35rem .7rem;
        margin-bottom: 1rem;
    }
    body.studio-landing .hero-title {
        font-size: clamp(1.875rem, 7.5vw, 2.5rem);
        line-height: 1.15;
        margin-bottom: 1rem;
    }
    body.studio-landing .hero-lead {
        font-size: .9375rem;
        line-height: 1.65;
        margin-bottom: 0;
    }
    body.studio-landing .hero-bento {
        gap: .5rem;
    }
    body.studio-landing .hero-bento-card--stat {
        padding: .85rem .9rem;
        gap: 1rem;
    }
    body.studio-landing .hero-bento-card--stat .hero-bento-icon {
        width: 2.25rem;
        height: 2.25rem;
        font-size: .875rem;
        border-radius: .575rem;
    }
    body.studio-landing .hero-bento-card--stat .hero-bento-value {
        font-size: 1.3125rem;
    }
    body.studio-landing .hero-bento-card--stat .hero-bento-label {
        font-size: .625rem;
    }
    body.studio-landing .hero-bento-value {
        font-size: 1.5rem;
    }
    body.studio-landing .hero-bento-label {
        font-size: .625rem;
        margin-top: .2rem;
    }
    body.studio-landing .hero-bento-card--wide {
        padding: .95rem 1.05rem 1.05rem;
    }
    body.studio-landing .hero-bento-wide-head {
        margin-bottom: .55rem;
    }
    body.studio-landing .hero-bento-cycle {
        font-size: .625rem;
    }
    body.studio-landing .hero-bento-tags {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: .35rem;
        padding: .15rem 0 .35rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    }
    body.studio-landing .hero-bento-tags::-webkit-scrollbar { display: none; }
    body.studio-landing .hero-bento-tag {
        flex-shrink: 0;
        font-size: .65rem;
        padding: .2rem .55rem;
    }
    body.studio-landing .hero-bento-card:hover {
        transform: none;
    }
    body.studio-landing .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .5rem;
    }
    body.studio-landing .hero-actions .btn-fx {
        grid-column: 1 / -1;
        padding: .75rem 1rem;
        justify-content: center;
    }
    body.studio-landing .hero-actions .btn-outline,
    body.studio-landing .hero-actions .btn-ghost {
        padding: .65rem .75rem;
        font-size: .8125rem;
        justify-content: center;
        text-align: center;
    }
    body.studio-landing .hero-actions .btn-outline:last-child:nth-child(2),
    body.studio-landing .hero-actions .btn-ghost:last-child:nth-child(2) {
        grid-column: 1 / -1;
    }
    body.studio-landing .marquee-wrap {
        padding: .65rem 0;
    }
    body.studio-landing .marquee-item {
        font-size: .6875rem;
        gap: .4rem;
    }
}

@media (max-width: 575.98px) {
    body.studio-landing {
        --fx-page-x: max(1.125rem, env(safe-area-inset-left, 0px));
        --fx-page-x-end: max(1.125rem, env(safe-area-inset-right, 0px));
    }
    body.studio-landing .hero > .container {
        padding-top: calc(4.5rem + env(safe-area-inset-top, 0));
        padding-bottom: 1rem;
    }
    body.studio-landing .hero-row {
        row-gap: 1rem;
    }
    body.studio-landing .hero-title {
        font-size: clamp(1.625rem, 8.2vw, 2rem);
        letter-spacing: -.035em;
    }
    body.studio-landing .hero-lead {
        font-size: .875rem;
    }
    body.studio-landing .hero-bento {
        grid-template-columns: 1fr 1fr;
    }
    body.studio-landing .hero-bento-card--stat {
        padding: .75rem .8rem;
        gap: .875rem;
    }
    body.studio-landing .hero-bento-card--stat .hero-bento-icon {
        width: 2rem;
        height: 2rem;
        font-size: .8125rem;
        border-radius: .5rem;
    }
    body.studio-landing .hero-bento-card--stat .hero-bento-value {
        font-size: 1.1875rem;
    }
    body.studio-landing .hero-bento-card--stat .hero-bento-label {
        font-size: .5625rem;
    }
    body.studio-landing .hero-bento-value {
        font-size: 1.3125rem;
    }
    body.studio-landing .hero-bento-card--wide {
        grid-column: span 2;
    }
    body.studio-landing .hero-actions {
        grid-template-columns: 1fr;
    }
    body.studio-landing .hero-actions .btn-outline,
    body.studio-landing .hero-actions .btn-ghost {
        grid-column: 1 / -1;
    }
    body.studio-landing .hero::after {
        height: 28%;
    }
}

/* ── Sections ── */
body.studio-landing .fx-section {
    position: relative;
    padding: var(--fx-section-y) 0;
    overflow: hidden;
    isolation: isolate;
}
body.studio-landing .fx-section > .container { position: relative; z-index: 1; }
body.studio-landing .fx-section--alt { background: var(--fx-bg-alt); }
body.studio-landing #about { padding-top: clamp(3rem, 4.5vw, 4rem); }

body.studio-landing .fx-section-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
body.studio-landing .fx-section-deco::before,
body.studio-landing .fx-section-deco::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .55;
}
body.studio-landing #about .fx-section-deco::before {
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    top: -12%;
    right: -8%;
    background: radial-gradient(circle, rgba(59, 130, 246, .2) 0%, transparent 70%);
}
body.studio-landing #about .fx-section-deco::after {
    width: min(280px, 40vw);
    height: min(280px, 40vw);
    bottom: -5%;
    left: -6%;
    background: radial-gradient(circle, rgba(139, 92, 246, .16) 0%, transparent 70%);
}
body.studio-landing #cabinet .fx-section-deco::before {
    width: min(360px, 50vw);
    height: min(360px, 50vw);
    bottom: -10%;
    right: 5%;
    background: radial-gradient(circle, rgba(34, 211, 238, .14) 0%, transparent 70%);
}
body.studio-landing #cabinet .fx-section-deco::after {
    inset: 0;
    border-radius: 0;
    filter: none;
    opacity: 1;
    background-image: radial-gradient(circle, rgba(0, 87, 255, .07) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
}
body.studio-landing #process .fx-section-deco::before {
    width: min(500px, 70vw);
    height: min(500px, 70vw);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(0, 87, 255, .08) 0%, transparent 65%);
    filter: blur(80px);
}
body.studio-landing #process .fx-section-deco::after {
    width: 200px;
    height: 200px;
    top: 8%;
    left: 3%;
    background: radial-gradient(circle, rgba(251, 191, 36, .1) 0%, transparent 70%);
}
body.studio-landing #services .fx-section-deco::before {
    width: min(440px, 58vw);
    height: min(440px, 58vw);
    top: -15%;
    left: -10%;
    background: radial-gradient(circle, rgba(109, 40, 217, .13) 0%, transparent 70%);
}
body.studio-landing #services .fx-section-deco::after {
    inset: 0;
    border-radius: 0;
    filter: none;
    opacity: .45;
    background-image:
        linear-gradient(135deg, transparent 48%, rgba(0, 87, 255, .04) 49%, rgba(0, 87, 255, .04) 51%, transparent 52%);
    background-size: 48px 48px;
}
body.studio-landing #tools .fx-section-deco::before {
    width: min(320px, 45vw);
    height: min(320px, 45vw);
    bottom: -8%;
    left: 10%;
    background: radial-gradient(circle, rgba(0, 87, 255, .15) 0%, transparent 70%);
}
body.studio-landing #tools .fx-section-deco::after {
    width: min(240px, 35vw);
    height: min(240px, 35vw);
    top: 5%;
    right: 8%;
    background: radial-gradient(circle, rgba(236, 72, 153, .1) 0%, transparent 70%);
}
body.studio-landing #faq .fx-section-deco::before {
    width: min(380px, 52vw);
    height: min(380px, 52vw);
    top: -8%;
    right: -5%;
    background: radial-gradient(circle, rgba(0, 87, 255, .1) 0%, transparent 70%);
}
body.studio-landing #faq .fx-section-deco::after {
    width: 120px;
    height: 120px;
    bottom: 12%;
    left: 6%;
    border: 1px solid rgba(0, 87, 255, .12);
    border-radius: 50%;
    filter: none;
    opacity: 1;
    background: transparent;
    box-shadow: 0 0 0 24px rgba(0, 87, 255, .04), 0 0 0 48px rgba(0, 87, 255, .02);
}

body.studio-landing .fx-section--alt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(720px, 90%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, .28), rgba(139, 92, 246, .22), transparent);
    z-index: 1;
    pointer-events: none;
}
body.studio-landing[data-theme-style="dark"] .fx-section--alt::before,
body.studio-landing.studio-landing--dark .fx-section--alt::before {
    background: linear-gradient(90deg, transparent, rgba(61, 125, 255, .25), transparent);
}

body.studio-landing .fx-section-head { margin-bottom: var(--fx-section-head-mb); max-width: 680px; }
body.studio-landing .fx-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
body.studio-landing .fx-section-head--center .fx-subtitle { margin-left: auto; margin-right: auto; max-width: 36rem; }
body.studio-landing .fx-section-action { margin-top: 2rem; text-align: center; }
body.studio-landing .fx-label {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--fx-accent);
    margin-bottom: .65rem;
}
body.studio-landing .fx-label-mark {
    font-size: .425rem;
    color: var(--fx-brand-violet);
    filter: drop-shadow(0 0 5px rgba(139, 92, 246, .55));
    flex-shrink: 0;
}
body.studio-landing .fx-section-head--center .fx-label {
    display: inline-flex;
}
body.studio-landing .fx-label--light {
    color: rgba(255,255,255,.78);
}
body.studio-landing .fx-label--light .fx-label-mark {
    color: #c4b5fd;
    filter: drop-shadow(0 0 6px rgba(196, 181, 253, .65));
}
body.studio-landing .fx-title {
    font-family: var(--fx-font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 0 0 .75rem;
    color: var(--fx-text);
}
body.studio-landing .fx-subtitle {
    font-size: .9375rem;
    color: var(--fx-text-muted);
    margin: 0;
    line-height: 1.65;
    max-width: 42rem;
}

/* ── Cards ── */
body.studio-landing .fx-card {
    background: var(--fx-surface);
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 1px 2px rgba(17, 19, 24, .04);
    transition: border-color .2s, transform .2s, box-shadow .2s;
}
body.studio-landing .fx-card:hover {
    border-color: var(--fx-accent);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 87, 255, .08);
}
body.studio-landing .fx-card--accent {
    background: linear-gradient(145deg, var(--fx-surface) 0%, var(--fx-accent-soft) 140%);
    border-color: rgba(0, 87, 255, .15);
}
body.studio-landing .fx-card--accent:hover {
    border-color: var(--fx-accent);
    box-shadow: 0 10px 28px rgba(0, 87, 255, .12);
}
body.studio-landing .fx-card-icon {
    width: 2.5rem; height: 2.5rem;
    display: flex; align-items: center; justify-content: center;
    background: var(--fx-brand-gradient-soft);
    color: var(--fx-accent);
    border-radius: var(--fx-radius);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .06);
    transition: color .2s, box-shadow .2s, transform .2s;
}
body.studio-landing .fx-card:hover .fx-card-icon {
    color: var(--fx-brand-violet);
    box-shadow: 0 0 0 4px rgba(139, 92, 246, .12);
    transform: scale(1.04);
}
body.studio-landing .fx-card h3 {
    font-size: .9375rem;
    font-weight: 700;
    margin: 0 0 .4rem;
    color: var(--fx-text);
}
body.studio-landing .fx-card p {
    font-size: .8125rem;
    color: var(--fx-text-muted);
    margin: 0;
    line-height: 1.6;
}

/* ── Cabinet ── */
body.studio-landing .cabinet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--fx-grid-gap);
}
body.studio-landing .cabinet-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--fx-surface);
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    text-decoration: none;
    color: inherit;
    transition: border-color .15s, transform .15s, box-shadow .15s;
    position: relative;
    overflow: hidden;
}
body.studio-landing .cabinet-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--fx-accent);
    opacity: 0;
    transition: opacity .15s;
}
body.studio-landing .cabinet-card:hover::before { opacity: 1; }
body.studio-landing .cabinet-card:hover {
    border-color: var(--fx-accent);
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 87, 255, .08);
}
body.studio-landing .cabinet-card-icon {
    flex-shrink: 0;
    width: 2.5rem; height: 2.5rem;
    display: flex; align-items: center; justify-content: center;
    background: var(--fx-accent-soft);
    color: var(--fx-accent);
    border-radius: var(--fx-radius);
    font-size: 1.1rem;
}
body.studio-landing .cabinet-card-body { flex: 1; min-width: 0; }
body.studio-landing .cabinet-card h3 {
    font-size: .9375rem;
    font-weight: 700;
    margin: 0 0 .25rem;
    color: var(--fx-text);
}
body.studio-landing .cabinet-card p {
    font-size: .8125rem;
    color: var(--fx-text-muted);
    margin: 0;
    line-height: 1.55;
}
body.studio-landing .cabinet-card-arrow {
    flex-shrink: 0;
    color: var(--fx-text-muted);
    font-size: .875rem;
    transition: color .15s;
}
body.studio-landing .cabinet-card:hover .cabinet-card-arrow { color: var(--fx-accent); }

/* ── Process ── */
body.studio-landing .process-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--fx-grid-gap);
    position: relative;
}
body.studio-landing .process-line-track {
    display: none;
}
@media (min-width: 992px) {
    body.studio-landing .process-line-track {
        display: block;
        position: absolute;
        top: 2.75rem;
        left: 12%;
        right: 12%;
        height: 2px;
        background: var(--fx-border);
        border-radius: 1px;
        z-index: 0;
        pointer-events: none;
        overflow: hidden;
    }
    body.studio-landing .process-line-progress {
        display: block;
        height: 100%;
        width: 0;
        background: var(--fx-brand-gradient);
        border-radius: inherit;
        box-shadow: 0 0 10px var(--fx-brand-glow);
        transition: width .12s linear;
    }
    body.studio-landing .process-line::before { display: none; }
}
body.studio-landing .process-item {
    background: var(--fx-surface);
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    padding: 1.25rem;
    border-top: 2px solid var(--fx-accent);
    box-shadow: 0 1px 2px rgba(17, 19, 24, .04);
    position: relative;
    z-index: 1;
    transition: transform .2s, box-shadow .2s;
}
body.studio-landing .process-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 87, 255, .07);
}
body.studio-landing .process-item-num {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--fx-accent);
    margin-bottom: .75rem;
}
body.studio-landing .process-item h3 {
    font-size: .9375rem;
    font-weight: 700;
    margin: 0 0 .4rem;
    color: var(--fx-text);
}
body.studio-landing .process-item p {
    font-size: .8125rem;
    color: var(--fx-text-muted);
    margin: 0;
    line-height: 1.55;
}

/* ── Cases ── */
body.studio-landing .cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--fx-grid-gap);
}
body.studio-landing .case-card {
    background: var(--fx-surface);
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    padding: 1.35rem;
    box-shadow: 0 1px 2px rgba(17, 19, 24, .04);
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
body.studio-landing .case-card:hover {
    transform: translateY(-3px);
    border-color: rgba(59, 130, 246, .35);
    box-shadow: 0 10px 28px rgba(0, 87, 255, .08);
}
body.studio-landing .case-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .85rem;
}
body.studio-landing .case-card-icon {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--fx-radius);
    font-size: 1rem;
}
body.studio-landing .case-card-tag {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--fx-accent);
    padding: .2rem .5rem;
    border-radius: 999px;
    background: var(--fx-accent-soft);
}
body.studio-landing .case-card h3 {
    font-family: var(--fx-font-display);
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .85rem;
    color: var(--fx-text);
    line-height: 1.35;
}
body.studio-landing .case-card-meta {
    margin: 0;
    display: grid;
    gap: .65rem;
}
body.studio-landing .case-card-meta div { margin: 0; }
body.studio-landing .case-card-meta dt {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--fx-text-muted);
    margin-bottom: .2rem;
}
body.studio-landing .case-card-meta dd {
    font-size: .8125rem;
    color: var(--fx-text);
    margin: 0;
    line-height: 1.55;
}

/* ── Services ── */
body.studio-landing .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--fx-grid-gap);
}
body.studio-landing .services-grid--bento {
    grid-template-columns: repeat(4, 1fr);
}
body.studio-landing .services-grid--bento .service-item { grid-column: span 1; }
body.studio-landing .services-grid--bento .service-item--wide { grid-column: span 2; }
body.studio-landing .service-item {
    background: var(--fx-surface);
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    padding: 1.25rem;
    box-shadow: 0 1px 2px rgba(17, 19, 24, .04);
    transition: transform .25s, box-shadow .25s;
    position: relative;
    isolation: isolate;
}
body.studio-landing .service-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: var(--fx-brand-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .25s;
    pointer-events: none;
}
body.studio-landing .service-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 87, 255, .1);
}
body.studio-landing .service-item:hover::before { opacity: 1; }
body.studio-landing .service-item-icon {
    width: 2.25rem; height: 2.25rem;
    display: flex; align-items: center; justify-content: center;
    border-radius: var(--fx-radius);
    font-size: 1rem;
    margin-bottom: .85rem;
}
body.studio-landing .icon-violet { background: #ede9fe; color: #6d28d9; }
body.studio-landing .icon-blue   { background: #dbeafe; color: #1d4ed8; }
body.studio-landing .icon-cyan   { background: #cffafe; color: #0e7490; }
body.studio-landing .icon-emerald{ background: #d1fae5; color: #047857; }
body.studio-landing .icon-amber  { background: #fef3c7; color: #b45309; }
body.studio-landing .icon-rose   { background: #ffe4e6; color: #be123c; }
body.studio-landing .icon-indigo { background: #e0e7ff; color: #4338ca; }
body.studio-landing[data-theme-style="dark"] .icon-violet,
body.studio-landing.studio-landing--dark .icon-violet { background: #2e1065; color: #c4b5fd; }
body.studio-landing[data-theme-style="dark"] .icon-blue,
body.studio-landing.studio-landing--dark .icon-blue { background: #1e3a5f; color: #93c5fd; }
body.studio-landing[data-theme-style="dark"] .icon-cyan,
body.studio-landing.studio-landing--dark .icon-cyan { background: #164e63; color: #67e8f9; }
body.studio-landing[data-theme-style="dark"] .icon-emerald,
body.studio-landing.studio-landing--dark .icon-emerald { background: #064e3b; color: #6ee7b7; }
body.studio-landing[data-theme-style="dark"] .icon-amber,
body.studio-landing.studio-landing--dark .icon-amber { background: #78350f; color: #fcd34d; }
body.studio-landing[data-theme-style="dark"] .icon-rose,
body.studio-landing.studio-landing--dark .icon-rose { background: #881337; color: #fda4af; }
body.studio-landing[data-theme-style="dark"] .icon-indigo,
body.studio-landing.studio-landing--dark .icon-indigo { background: #312e81; color: #a5b4fc; }

body.studio-landing .service-item h3 {
    font-size: .875rem;
    font-weight: 700;
    margin: 0 0 .35rem;
    color: var(--fx-text);
}
body.studio-landing .service-item p {
    font-size: .8125rem;
    color: var(--fx-text-muted);
    margin: 0;
    line-height: 1.55;
}

/* ── Tools ── */
body.studio-landing .tool-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.25rem;
    background: var(--fx-surface);
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 2px rgba(17, 19, 24, .04);
    transition: border-color .2s, transform .2s, box-shadow .2s;
}
body.studio-landing .tool-card:hover {
    border-color: var(--fx-accent);
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 87, 255, .07);
}
body.studio-landing .tool-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .65rem;
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--fx-accent);
}
body.studio-landing .tool-badge {
    padding: .15rem .45rem;
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius);
    color: var(--fx-text-muted);
    font-size: .625rem;
}
body.studio-landing .tool-card h3 {
    font-size: .9375rem;
    font-weight: 700;
    margin: 0 0 .35rem;
    color: var(--fx-text);
}
body.studio-landing .tool-card p {
    font-size: .8125rem;
    color: var(--fx-text-muted);
    margin: 0 0 .75rem;
    flex: 1;
    line-height: 1.55;
}
body.studio-landing .tool-card-link {
    font-size: .8125rem;
    font-weight: 600;
    color: var(--fx-accent);
}

/* ── Testimonials ── */
body.studio-landing .fx-section-head--testimonials {
    max-width: 40rem;
}
body.studio-landing .testimonials-head-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem;
    margin: 0 0 .65rem;
}
body.studio-landing .testimonials-head-prefix {
    font-family: var(--fx-font-display);
    font-size: clamp(1.375rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.2;
    color: var(--fx-text);
}
body.studio-landing .testimonials-head-brand {
    font-family: var(--fx-font-display);
    font-size: clamp(1.875rem, 4.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.05;
    background-size: 200% auto;
}
body.studio-landing .fx-section-head--testimonials .fx-subtitle {
    max-width: 28rem;
    font-size: .875rem;
}
body.studio-landing .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--fx-grid-gap);
}
body.studio-landing .testimonial-card {
    margin: 0;
    padding: 1.35rem 1.35rem 1.15rem;
    background: var(--fx-surface);
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    box-shadow: 0 1px 2px rgba(17, 19, 24, .04);
    transition: transform .2s, box-shadow .2s, border-color .2s;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
body.studio-landing .testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--fx-brand-gradient);
    opacity: .85;
}
body.studio-landing .testimonial-card:hover {
    transform: translateY(-3px);
    border-color: rgba(59, 130, 246, .28);
    box-shadow: 0 12px 32px rgba(0, 87, 255, .09);
}
body.studio-landing .testimonial-card-mark {
    font-size: 1.75rem;
    line-height: 1;
    color: var(--fx-accent);
    opacity: .35;
    margin-bottom: .65rem;
}
body.studio-landing .testimonial-text {
    font-size: .875rem;
    color: var(--fx-text);
    line-height: 1.7;
    margin: 0 0 1.15rem;
    flex: 1;
}
body.studio-landing .testimonial-author {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: auto;
}
body.studio-landing .testimonial-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--fx-radius);
    font-size: 1.05rem;
}
body.studio-landing .testimonial-author-meta { min-width: 0; }
body.studio-landing .testimonial-author cite {
    display: block;
    font-style: normal;
    font-size: .8125rem;
    font-weight: 700;
    color: var(--fx-text);
    line-height: 1.35;
}
body.studio-landing .testimonial-author span {
    display: block;
    font-size: .75rem;
    color: var(--fx-text-muted);
    margin-top: .15rem;
    line-height: 1.4;
}

/* ── Tools preview mock ── */
body.studio-landing .tools-preview {
    margin-bottom: 2rem;
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    background: var(--fx-surface);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 87, 255, .08);
}
body.studio-landing .tools-preview-chrome {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: .55rem .85rem;
    background: var(--fx-bg-alt);
    border-bottom: 1px solid var(--fx-border);
}
body.studio-landing .tools-preview-chrome span {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--fx-border);
}
body.studio-landing .tools-preview-chrome span:first-child { background: #f87171; }
body.studio-landing .tools-preview-chrome span:nth-child(2) { background: #fbbf24; }
body.studio-landing .tools-preview-chrome span:nth-child(3) { background: #4ade80; }
body.studio-landing .tools-preview-body {
    display: grid;
    grid-template-columns: 140px 1fr;
    min-height: 160px;
}
body.studio-landing .tools-preview-sidebar {
    padding: .85rem .65rem;
    border-right: 1px solid var(--fx-border);
    background: var(--fx-bg-alt);
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
body.studio-landing .tools-preview-logo {
    height: .55rem;
    width: 60%;
    border-radius: 999px;
    background: var(--fx-brand-gradient);
    margin-bottom: .5rem;
    opacity: .85;
}
body.studio-landing .tools-preview-nav {
    font-size: .625rem;
    font-weight: 600;
    color: var(--fx-text-muted);
    padding: .35rem .45rem;
    border-radius: var(--fx-radius);
    display: block;
    line-height: 1.3;
}
body.studio-landing .tools-preview-nav.is-active {
    color: var(--fx-accent);
    background: var(--fx-accent-soft);
}
body.studio-landing .tools-preview-main { padding: .85rem; }
body.studio-landing .tools-preview-bar {
    height: .5rem;
    width: 42%;
    border-radius: 999px;
    background: var(--fx-border);
    margin-bottom: .75rem;
}
body.studio-landing .tools-preview-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
}
body.studio-landing .tools-preview-cards span {
    height: 3.5rem;
    border-radius: var(--fx-radius);
    border: 1px solid var(--fx-border);
    background: linear-gradient(135deg, var(--fx-accent-soft), transparent);
}

/* ── FAQ ── */
body.studio-landing .faq-panel {
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    background: var(--fx-surface);
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 87, 255, .06);
    position: relative;
}
body.studio-landing .faq-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--fx-brand-gradient);
    opacity: .9;
}
body.studio-landing .faq-item {
    border-bottom: 1px solid var(--fx-border);
}
body.studio-landing .faq-item:last-child { border-bottom: none; }
body.studio-landing .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: .9375rem;
    font-weight: 600;
    padding: 1.125rem 1.5rem;
    cursor: pointer;
    list-style: none;
    color: var(--fx-text);
    transition: color .15s, background .15s;
}
body.studio-landing .faq-item summary::-webkit-details-marker { display: none; }
body.studio-landing .faq-item summary:hover { background: var(--fx-bg-alt); }
body.studio-landing .faq-item[open] summary {
    color: var(--fx-accent);
    background: var(--fx-accent-soft);
}
body.studio-landing .faq-item-q { flex: 1; line-height: 1.45; }
body.studio-landing .faq-item-icon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}
body.studio-landing .faq-item-icon::before,
body.studio-landing .faq-item-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform .2s ease;
}
body.studio-landing .faq-item-icon::before { transform: translate(-50%, -50%); }
body.studio-landing .faq-item-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
body.studio-landing .faq-item[open] .faq-item-icon::after { transform: translate(-50%, -50%) rotate(0deg); opacity: 0; }
body.studio-landing .faq-item-body {
    padding: .75rem 1.5rem;
}
body.studio-landing .faq-item-body p {
    font-size: .875rem;
    color: var(--fx-text-muted);
    margin: 0;
    line-height: 1.7;
    max-width: 56ch;
}

/* ── CTA ── */
body.studio-landing .fx-cta { padding: 0 0 var(--fx-section-y); }
body.studio-landing .fx-cta-panel {
    position: relative;
    overflow: hidden;
    background: var(--fx-hero-bg);
    color: var(--fx-cta-text);
    border: 1px solid var(--fx-hero-border);
    border-radius: var(--fx-radius-lg);
    border-top: 3px solid var(--fx-accent);
}
body.studio-landing .fx-cta-panel .hero-mesh,
body.studio-landing .fx-cta-panel .hero-grid,
body.studio-landing .fx-cta-panel .hero-noise {
    border-radius: inherit;
}
body.studio-landing .fx-cta-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr min(280px, 100%);
    gap: 2rem;
    align-items: center;
    padding: clamp(2rem, 4vw, 2.5rem);
}

body.studio-landing[data-theme-style="dark"] .fx-section-deco::before,
body.studio-landing[data-theme-style="dark"] .fx-section-deco::after,
body.studio-landing.studio-landing--dark .fx-section-deco::before,
body.studio-landing.studio-landing--dark .fx-section-deco::after {
    opacity: .75;
}
body.studio-landing[data-theme-style="dark"] .fx-card,
body.studio-landing.studio-landing--dark .fx-card,
body.studio-landing[data-theme-style="dark"] .service-item,
body.studio-landing.studio-landing--dark .service-item,
body.studio-landing[data-theme-style="dark"] .tool-card,
body.studio-landing.studio-landing--dark .tool-card,
body.studio-landing[data-theme-style="dark"] .process-item,
body.studio-landing.studio-landing--dark .process-item {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}
body.studio-landing .fx-cta-main h2 {
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 0 0 .75rem;
    color: var(--fx-cta-text);
}
body.studio-landing .fx-cta-panel .gradient-text {
    background: linear-gradient(135deg, #93c5fd 0%, #c4b5fd 45%, #f9a8d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
body.studio-landing .fx-cta-desc {
    font-size: .9375rem;
    color: var(--fx-hero-muted);
    margin: 0;
    line-height: 1.65;
    max-width: 48ch;
}
body.studio-landing .fx-cta-aside {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}
body.studio-landing .btn-fx--block {
    width: 100%;
    justify-content: center;
}
body.studio-landing .fx-cta-telegram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    font-size: .8125rem;
    font-weight: 500;
    color: var(--fx-hero-muted);
    text-decoration: none;
    padding: .5rem 0 0;
    transition: color .15s;
}
body.studio-landing .fx-cta-telegram:hover { color: var(--fx-cta-text); }
body.studio-landing .fx-cta-telegram i { font-size: 1rem; }

/* ── Footer ── */
body.studio-landing .fx-footer {
    border-top: 1px solid var(--fx-border);
    background: var(--fx-bg);
    padding: 1.5rem 0 1.75rem;
}
body.studio-landing .fx-footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem 1.5rem;
}
body.studio-landing .fx-footer-brand { flex-shrink: 0; }
body.studio-landing .fx-footer-copy {
    font-size: .75rem;
    color: var(--fx-text-muted);
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 28rem;
    line-height: 1.5;
}
body.studio-landing .fx-footer-nav { flex: 1 1 auto; min-width: 0; }
body.studio-landing .fx-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem 1rem;
}
body.studio-landing .fx-footer-links a {
    font-size: .8125rem;
    font-weight: 500;
    color: var(--fx-text-muted);
    text-decoration: none;
    transition: color .15s;
}
body.studio-landing .fx-footer-links a:hover { color: var(--fx-accent); }

body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light {
    background: rgba(244, 245, 247, .94) !important;
    border-bottom: 1px solid var(--fx-border);
    backdrop-filter: blur(12px);
}
body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light .navbar-brand,
body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light .studio-logo-text { color: var(--fx-text); }
body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light .nav-link { color: var(--fx-text-muted) !important; }
body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light .nav-link:hover { color: var(--fx-text) !important; background: var(--fx-accent-soft); }
body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light .studio-nav-tool {
    border-color: var(--fx-border);
    color: var(--fx-text);
    background: var(--fx-surface);
}
body.studio-landing[data-theme-style="light"] .navbar.navbar--on-light .navbar-toggler-icon { filter: none; opacity: 1; }

/* ── Reveal ── */
body.studio-landing .reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s ease, transform .5s ease;
}
body.studio-landing .reveal.visible { opacity: 1; transform: none; }

body.studio-landing .skip-link {
    position: absolute; top: -100%; left: 1rem; z-index: 9999;
    background: var(--fx-surface); color: var(--fx-text);
    padding: .5rem 1rem; border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius); font-weight: 600; text-decoration: none;
}
body.studio-landing .skip-link:focus { top: 1rem; }

/* ── Light theme: section buttons on light bg ── */
body.studio-landing[data-theme-style="light"] .fx-section .btn-outline {
    color: var(--fx-text);
    border-color: var(--fx-border);
}
body.studio-landing[data-theme-style="light"] .fx-section .btn-outline:hover {
    background: var(--fx-accent-soft);
    border-color: var(--fx-accent);
    color: var(--fx-accent);
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
    body.studio-landing .fx-hero-divider { display: none; }
    body.studio-landing .cabinet-grid { grid-template-columns: repeat(2, 1fr); }
    body.studio-landing .process-line { grid-template-columns: repeat(2, 1fr); }
    body.studio-landing .cases-grid { grid-template-columns: 1fr; }
    body.studio-landing .services-grid,
    body.studio-landing .services-grid--bento { grid-template-columns: repeat(2, 1fr); }
    body.studio-landing .services-grid--bento .service-item--wide { grid-column: span 2; }
    body.studio-landing .testimonials-grid { grid-template-columns: 1fr; }
    body.studio-landing .tools-preview-body { grid-template-columns: 1fr; }
    body.studio-landing .tools-preview-sidebar {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .35rem;
        padding: .65rem .75rem;
        border-right: none;
        border-bottom: 1px solid var(--fx-border);
    }
    body.studio-landing .tools-preview-logo {
        grid-column: 1 / -1;
        width: 4.5rem;
        margin-bottom: .1rem;
    }
    body.studio-landing .tools-preview-nav {
        text-align: center;
        padding: .45rem .35rem;
        font-size: clamp(.5625rem, 2.8vw, .625rem);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body.studio-landing .fx-cta-inner { grid-template-columns: 1fr; gap: 1.75rem; }
    body.studio-landing #faq .row { gap: 1.5rem !important; }
    body.studio-landing .fx-footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    body.studio-landing .fx-footer-copy { max-width: none; width: 100%; }
    body.studio-landing .fx-footer-nav { display: none; }
}
@media (max-width: 575.98px) {
    body.studio-landing .navbar { padding: .65rem 0; }
    body.studio-landing .navbar-toggler { padding: .35rem .5rem; }
    body.studio-landing .fx-title { font-size: clamp(1.5rem, 6.5vw, 2rem); }
    body.studio-landing .fx-section-head { margin-bottom: 2rem; }
    body.studio-landing .cabinet-grid,
    body.studio-landing .process-line,
    body.studio-landing .services-grid,
    body.studio-landing .services-grid--bento { grid-template-columns: 1fr; }
    body.studio-landing .services-grid--bento .service-item--wide { grid-column: span 1; }
    body.studio-landing .cabinet-card { padding: 1rem; }
    body.studio-landing .service-item { padding: 1rem; }
    body.studio-landing .fx-section { padding: 2.75rem 0; }
    body.studio-landing #about { padding-top: 2.5rem; }
    body.studio-landing .fx-cta-inner { padding: 1.75rem 1.25rem; }
    body.studio-landing .fx-cta-aside { max-width: none; }
    body.studio-landing .fx-cta-aside .btn-fx--block { width: 100%; }
    body.studio-landing .fx-footer { padding: 1rem 0 1.25rem; }
    body.studio-landing .tools-preview-sidebar {
        grid-template-columns: 1fr;
    }
    body.studio-landing .tools-preview-nav {
        text-align: left;
        white-space: normal;
    }
    body.studio-landing .tools-preview-cards { grid-template-columns: 1fr; }
    body.studio-landing .faq-item summary { padding: 1rem 1.15rem; font-size: .875rem; }
    body.studio-landing .faq-item-body { padding: .65rem 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
    body.studio-landing .reveal { transition: none; opacity: 1; transform: none; }
    body.studio-landing .marquee-track { animation: none; }
    body.studio-landing .service-item:hover,
    body.studio-landing .case-card:hover,
    body.studio-landing .testimonial-card:hover { transform: none; }
    body.studio-landing .fx-scroll-progress span { transition: none; }
}
