.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

.font-headline {
    font-family: 'Sora', sans-serif;
}

.font-label {
    font-family: 'Sora', sans-serif;
    letter-spacing: 0.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sora', sans-serif !important;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.glass-card {
    background: rgba(24, 25, 32, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(71, 71, 78, 0.15);
}

.neon-glow-hover:hover {
    box-shadow: 0 0 20px rgba(182, 160, 255, 0.15);
}

@keyframes sweep {
    0% {
        left: -100%;
    }

    50% {
        left: 200%;
    }

    100% {
        left: 200%;
    }
}

.light-sweep {
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0.1),
            transparent);
    transition: all 0.8s ease;
    transform: skewX(-20deg);
}

.group:hover .light-sweep {
    left: 150%;
}

.hover-shimmer:hover {
    box-shadow: 0 0 30px rgba(182, 160, 255, 0.4);
    border-color: rgba(182, 160, 255, 0.6);
}

/* Ambient Background Elements */
.bg-grid {
    background-image:
        linear-gradient(rgba(182, 160, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(182, 160, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
}

@keyframes float-slow {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -50px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

.animate-float {
    animation: float-slow 20s ease-in-out infinite;
    will-change: transform;
}

.hero-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-photo picture,
.hero-photo img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-photo img {
    object-fit: cover;
    object-position: center top;
    opacity: 0.72;
}

@media (min-width: 1024px) {
    .hero-photo {
        left: 44%;
    }

    .hero-photo img {
        object-position: center right;
        opacity: 0.82;
    }
}

@media (max-width: 767px) {
    #home {
        min-height: 100dvh;
        align-items: flex-start;
    }

    .hero-photo {
        height: min(76dvh, 690px);
    }

    .hero-photo img {
        object-position: center top;
        opacity: 0.86;
    }

    #home > .absolute.inset-0.z-0.pointer-events-none.lg\:hidden {
        background: linear-gradient(to bottom, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.26) 34%, rgba(5, 5, 5, 0.82) 64%, #050505 86%) !important;
    }

    #home > .w-11\/12 {
        padding-top: clamp(52.2vh, 55.8dvh, 594px);
        padding-bottom: 3rem;
    }
}

@media (max-width: 420px) {
    #home > .w-11\/12 {
        padding-top: clamp(48.6vh, 52.2dvh, 549px);
    }
}

.hero-whatsapp-cta {
    background: #087a3d;
    box-shadow: 0 14px 36px rgba(8, 122, 61, 0.24);
}

.hero-whatsapp-cta:hover {
    background: #0a8f49;
    box-shadow: 0 16px 42px rgba(8, 122, 61, 0.32);
}

.hero-headline {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.92rem, 3.65vw, 3.08rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    max-width: 42rem;
}

.hero-bridge {
    display: block;
    margin-top: 0.78rem;
    color: #A855F7;
    font-size: clamp(1.34rem, 2.2vw, 2.12rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.hero-search-wrap {
    max-width: 39rem;
}

.hero-search-bar {
    min-height: 56px;
    background: rgba(15, 15, 17, 0.78);
    border: 1px solid rgba(168, 85, 247, 0.26);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hero-search-bar:focus-within {
    border-color: rgba(168, 85, 247, 0.58);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32), 0 0 0 3px rgba(168, 85, 247, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-search-input {
    width: 100%;
    min-width: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    min-height: 1.65em;
    padding: 0.08rem 0 !important;
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

@media (max-width: 420px) {
    .hero-search-bar {
        gap: 0.6rem;
        padding-inline: 0.85rem 0.7rem;
    }

    .hero-search-input {
        font-size: 0.86rem;
    }

    .hero-search-submit {
        width: 36px;
        height: 36px;
        border-radius: 11px;
    }
}

@media (min-width: 768px) {
    .hero-search-input {
        font-size: 1.08rem;
    }
}

.hero-search-input::placeholder {
    color: rgba(212, 212, 216, 0.62);
}

.hero-search-input::-webkit-search-cancel-button {
    display: none;
}

.hero-search-input::-webkit-search-decoration,
.hero-search-input::-webkit-search-results-button,
.hero-search-input::-webkit-search-results-decoration {
    display: none;
}

.hero-search-submit {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(168, 85, 247, 0.28);
    background: rgba(168, 85, 247, 0.11);
    color: #FFFFFF;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-search-submit:hover,
.hero-search-submit:focus-visible {
    background: rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.52);
}

.hero-search-submit:active {
    transform: scale(0.96);
}

.hero-search-error {
    display: none;
}

.hero-search-wrap.is-invalid .hero-search-bar {
    border-color: rgba(239, 68, 68, 0.58);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36), 0 0 0 3px rgba(239, 68, 68, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-search-wrap.is-invalid .hero-search-error {
    display: block;
}

.hero-content {
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.hero-photo img {
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.hero-search-wrap {
    transition: max-width 0.72s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
}

.hero-search-wrap.is-experience-launching {
    max-width: min(90vw, 64rem);
}

.hero-search-wrap.is-experience-launching .hero-search-bar {
    border-color: rgba(168, 85, 247, 0.72);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(168, 85, 247, 0.12), 0 0 70px rgba(168, 85, 247, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.experience-scroll-lock {
    position: fixed;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
}

#glass-nav {
    z-index: 80;
}

body.mobile-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
}

body.mobile-menu-open #glass-nav {
    transform: translateY(0) !important;
}

.mobile-menu-toggle {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.mobile-menu-toggle:active {
    transform: scale(0.96);
}

.mobile-menu-toggle[aria-expanded="true"] {
    border-color: rgba(168, 85, 247, 0.45);
    background: rgba(168, 85, 247, 0.16);
}

.mobile-mega-menu {
    position: fixed;
    inset: 0;
    z-index: 75;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
}

.mobile-mega-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-mega-menu__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 12%, rgba(168, 85, 247, 0.22), transparent 30%),
        radial-gradient(circle at 10% 88%, rgba(124, 58, 237, 0.18), transparent 32%),
        rgba(5, 5, 5, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mobile-mega-menu__panel {
    position: absolute;
    left: 50%;
    top: 5.9rem;
    display: flex;
    width: min(92vw, 430px);
    max-height: calc(100dvh - 7rem);
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
    border-radius: 1.6rem;
    border: 1px solid rgba(168, 85, 247, 0.24);
    background:
        linear-gradient(135deg, rgba(18, 18, 22, 0.94), rgba(5, 5, 5, 0.86)),
        radial-gradient(circle at 15% 10%, rgba(168, 85, 247, 0.18), transparent 36%);
    padding: 1rem;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transform: translate(-50%, -10px) scale(0.97);
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-mega-menu.is-open .mobile-mega-menu__panel {
    transform: translate(-50%, 0) scale(1);
}

.mobile-mega-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.35rem 0.2rem 1rem;
}

.mobile-mega-menu__eyebrow {
    color: #A855F7;
    font-family: 'Sora', sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.mobile-mega-menu__header h2 {
    margin-top: 0.2rem;
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.mobile-mega-menu__close {
    display: inline-flex;
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
}

.mobile-mega-menu__primary {
    display: grid;
    gap: 0.55rem;
}

.mobile-mega-menu__primary a {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.035);
    padding: 0.95rem;
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.mobile-mega-menu__primary a span {
    color: #A855F7;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 800;
}

.mobile-mega-menu__actions {
    display: grid;
    gap: 0.55rem;
}

.mobile-mega-menu__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    padding: 0.9rem 1rem;
    color: #E4E4E7;
    font-family: 'Sora', sans-serif;
    font-size: 0.82rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mobile-mega-menu__cta--primary {
    border-color: rgba(34, 197, 94, 0.38);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(21, 128, 61, 0.12));
    color: #FFFFFF;
    box-shadow: 0 18px 45px rgba(34, 197, 94, 0.13);
}

.mobile-mega-menu__social {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1rem;
}

.mobile-mega-menu__social p {
    margin-bottom: 0.75rem;
    color: #71717A;
    font-family: 'Sora', sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.mobile-mega-menu__social div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.mobile-mega-menu__social a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    border: 1px solid rgba(168, 85, 247, 0.18);
    background: rgba(168, 85, 247, 0.07);
    color: #D4D4D8;
    font-family: 'Sora', sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
}

.mobile-mega-menu a:focus-visible,
.mobile-mega-menu button:focus-visible,
.mobile-menu-toggle:focus-visible {
    outline: 2px solid rgba(168, 85, 247, 0.72);
    outline-offset: 3px;
}

@media (min-width: 768px) {
    .mobile-menu-toggle,
    .mobile-mega-menu {
        display: none !important;
    }
}

#home.hero-experience-open {
    z-index: 60;
    overflow: visible;
}

body.experience-scroll-lock #fab,
body.experience-scroll-lock #backToTop {
    opacity: 0;
    pointer-events: none;
}

.hero-experience-open .hero-content {
    opacity: 0.2;
    transform: translateY(10px) scale(0.985);
    pointer-events: none;
}

.hero-experience-open .hero-photo img {
    opacity: 0.42;
    transform: scale(1.035) translateX(1.5vw);
    filter: saturate(0.82) contrast(0.9);
}

.hero-presence-experience {
    --experience-index: 0;
    --experience-top-space: 4.9rem;
    --experience-bottom-space: 5.15rem;
    position: fixed;
    left: 50%;
    top: clamp(6.25rem, 11vh, 7.4rem);
    z-index: 65;
    width: min(88vw, 960px);
    height: clamp(430px, 62dvh, 560px);
    max-height: calc(100dvh - 12rem);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 18px) scale(0.56, 0.12);
    transform-origin: 50% 9%;
    border-radius: 30px;
    border: 1px solid rgba(168, 85, 247, 0.28);
    background:
        radial-gradient(circle at 12% 12%, rgba(168, 85, 247, 0.18), transparent 34%),
        radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.05), transparent 26%),
        linear-gradient(135deg, rgba(8, 8, 10, 0.86), rgba(5, 5, 5, 0.68));
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.64), inset 0 1px 0 rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    scrollbar-color: rgba(168, 85, 247, 0.48) transparent;
    scrollbar-width: thin;
    transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-presence-experience::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.25;
    background-image: linear-gradient(rgba(168,85,247,0.085) 1px, transparent 1px), linear-gradient(90deg, rgba(168,85,247,0.085) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(circle at 38% 18%, black, transparent 72%);
}

.hero-presence-experience::after {
    content: "";
    position: absolute;
    inset: 1px;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(168, 85, 247, 0.16), transparent 32%, transparent 72%, rgba(168, 85, 247, 0.08));
    opacity: 0.5;
}

.hero-presence-experience.is-open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1);
}

.experience-shell {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    min-height: 0;
    flex-direction: column;
    scrollbar-color: rgba(168, 85, 247, 0.48) transparent;
    scrollbar-width: thin;
}

.experience-shell::-webkit-scrollbar {
    width: 5px;
}

.experience-shell::-webkit-scrollbar-track {
    background: transparent;
}

.experience-shell::-webkit-scrollbar-thumb {
    background: rgba(168, 85, 247, 0.48);
    border-radius: 999px;
}

.experience-topbar,
.experience-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex: 0 0 auto;
    padding: 0.85rem 1.15rem 0;
}

.experience-kicker {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #A855F7;
}

.experience-step-status {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #E4E4E7;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.experience-step-status span:first-child {
    color: #A855F7;
}

.experience-close {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
    color: #D4D4D8;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.experience-close:hover,
.experience-close:focus-visible {
    border-color: rgba(168, 85, 247, 0.42);
    background: rgba(168, 85, 247, 0.1);
    color: #FFFFFF;
}

.experience-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    flex: 0 0 auto;
    padding: 0.55rem 1.15rem 0;
}

.experience-progress button {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 0;
    transition: color 0.2s ease;
}

.experience-progress button::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.experience-progress button:not(:last-child)::after {
    content: "";
    width: clamp(1.45rem, 5vw, 4.8rem);
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.experience-progress button.is-active {
    color: #FFFFFF;
}

.experience-progress button.is-active::before {
    border-color: rgba(168, 85, 247, 0.85);
    background: #A855F7;
    box-shadow: 0 0 22px rgba(168, 85, 247, 0.52);
}

.experience-viewport {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: var(--experience-top-space);
    bottom: var(--experience-bottom-space);
    flex: none;
    min-height: 0;
    overflow: hidden;
    overscroll-behavior: contain;
}

.experience-track {
    display: flex;
    height: 100%;
    transform: translateX(calc(var(--experience-index) * -100%));
    transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.experience-stage {
    display: grid;
    min-width: 100%;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: clamp(1.1rem, 3vw, 2.4rem);
    align-items: center;
    min-height: 100%;
    padding: clamp(0.8rem, 2vw, 1.35rem) clamp(1rem, 2.6vw, 2rem);
}

.experience-visual {
    position: relative;
    min-height: 240px;
}

.experience-copy {
    max-width: 31rem;
}

.mobile-copy {
    display: none;
}

.experience-platform {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #A1A1AA;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.experience-platform span {
    color: #A855F7;
}

.experience-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.85rem, 3.2vw, 3.25rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.06em;
    color: #FFFFFF;
}

.experience-text {
    margin-top: 1.15rem;
    max-width: 28rem;
    color: #A1A1AA;
    font-size: clamp(0.98rem, 1.25vw, 1.08rem);
    line-height: 1.62;
}

.search-orbit {
    position: absolute;
    inset: 3% 0 0 3%;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.14);
    transform: rotate(-7deg);
}

.search-surface {
    position: relative;
    margin: 3.5rem 0 0;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
    padding: clamp(1rem, 2.3vw, 1.55rem);
}

.platform-label {
    display: inline-flex;
    margin-bottom: 1rem;
    color: #E4E4E7;
    font-family: 'Sora', sans-serif;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.concept-search-bar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.24);
    background: rgba(5, 5, 5, 0.58);
    padding: 0 1rem;
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-weight: 800;
}

.concept-search-bar [data-experience-name] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serp-lines {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.35rem;
}

.serp-line {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.34), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    opacity: 0.72;
    transform-origin: left;
}

.serp-line:nth-child(1) { width: 78%; }
.serp-line:nth-child(2) { width: 92%; }
.serp-line:nth-child(3) { width: 58%; }
.serp-line:nth-child(4) { width: 84%; }

.review-constellation {
    display: grid;
    min-height: inherit;
    place-items: center;
}

.review-stars {
    display: flex;
    gap: clamp(0.28rem, 1.5vw, 0.7rem);
    color: #F5C542;
    font-size: clamp(2.7rem, 7vw, 5.8rem);
    line-height: 1;
    text-shadow: 0 0 26px rgba(245, 197, 66, 0.12);
}

.review-stars span {
    opacity: 0;
    transform: translateY(12px);
}

.review-question {
    margin-top: 1.3rem;
    max-width: 26rem;
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.05rem, 1.7vw, 1.45rem);
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.analytics-visual {
    display: grid;
    align-content: center;
    gap: 1.2rem;
}

.analytics-frame {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
    padding: 1.2rem;
}

.analytics-line {
    width: 100%;
    height: auto;
    overflow: visible;
}

.analytics-line path {
    fill: none;
    stroke: #A855F7;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
}

.analytics-line circle {
    fill: #FFFFFF;
    opacity: 0;
}

.metric-words {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.metric-words span {
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.18);
    background: rgba(168, 85, 247, 0.07);
    padding: 0.55rem 0.8rem;
    color: #D4D4D8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(8px);
}

.console-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(120px, 0.62fr);
    align-items: center;
    gap: 1rem;
    min-height: inherit;
}

.query-stack {
    display: grid;
    gap: 0.75rem;
}

.query-row {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
    padding: 0.85rem 1rem;
    color: #E4E4E7;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    opacity: 0;
    transform: translateX(-10px);
}

.flow-arrow {
    width: clamp(3rem, 7vw, 5.5rem);
    height: 1px;
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.15), rgba(168, 85, 247, 0.9));
    position: relative;
    transform-origin: left;
    transform: scaleX(0);
}

.flow-arrow::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 1px solid #A855F7;
    border-top: 1px solid #A855F7;
    transform: translateY(-50%) rotate(45deg);
}

.site-node {
    display: grid;
    min-height: 118px;
    place-items: center;
    border-radius: 24px;
    border: 1px solid rgba(168, 85, 247, 0.28);
    background: rgba(168, 85, 247, 0.08);
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-weight: 900;
    letter-spacing: -0.04em;
    opacity: 0;
    transform: scale(0.94);
}

.experience-note {
    margin-top: 0.8rem;
    color: rgba(161, 161, 170, 0.72);
    font-size: 0.74rem;
}

.final-map {
    position: relative;
    min-height: 360px;
}

.final-center,
.final-node {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: scale(0.94);
}

.final-center {
    left: 50%;
    top: 50%;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    border-color: rgba(168, 85, 247, 0.34);
    background: rgba(168, 85, 247, 0.1);
    transform: translate(-50%, -50%) scale(0.94);
    font-size: 0.95rem;
    letter-spacing: -0.03em;
}

.final-node {
    width: 132px;
    height: 70px;
    border-radius: 20px;
    font-size: 0.78rem;
}

.final-node--google { left: 6%; top: 14%; }
.final-node--reviews { right: 7%; top: 11%; }
.final-node--analytics { left: 8%; bottom: 12%; }
.final-node--console { right: 4%; bottom: 14%; }

.final-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36%;
    height: 1px;
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.04), rgba(168, 85, 247, 0.58));
    transform-origin: left;
    opacity: 0;
}

.final-line { transform: rotate(var(--line-rotate)) scaleX(0); }

.experience-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    padding: 0.82rem 1rem;
    color: #D4D4D8;
    font-family: 'Sora', sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.experience-secondary:hover,
.experience-secondary:focus-visible {
    border-color: rgba(168, 85, 247, 0.42);
    color: #FFFFFF;
}

.experience-nav {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    transform: none;
    padding: 0.62rem 1.15rem 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(to top, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.82), rgba(5, 5, 5, 0.1));
}

.experience-nav button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
    padding: 0.75rem 1rem;
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-size: 0.84rem;
    font-weight: 800;
    transition: opacity 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.experience-nav button:hover,
.experience-nav button:focus-visible {
    border-color: rgba(168, 85, 247, 0.42);
    background: rgba(168, 85, 247, 0.1);
}

.experience-nav button:disabled {
    opacity: 0.32;
    cursor: not-allowed;
}

.experience-counter {
    color: #D4D4D8;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.experience-final-cta {
    display: none;
}

.experience-nav.is-final {
    grid-template-columns: auto minmax(0, 1fr);
}

.experience-nav.is-final .experience-counter,
.experience-nav.is-final [data-experience-next] {
    display: none;
}

.experience-nav.is-final .experience-final-cta {
    display: inline-flex;
}

@media (min-width: 768px) and (max-height: 820px) {
    .hero-presence-experience {
        --experience-top-space: 4.55rem;
        --experience-bottom-space: 4.8rem;
        top: 5.9rem;
        height: clamp(380px, 58dvh, 500px);
        max-height: calc(100dvh - 10.6rem);
    }

    .experience-topbar {
        padding-top: 0.8rem;
    }

    .experience-progress {
        padding-top: 0.45rem;
    }

    .experience-stage {
        gap: 1.45rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .experience-visual {
        min-height: 205px;
    }

    .experience-title {
        font-size: clamp(1.75rem, 3vw, 2.65rem);
    }

    .experience-text {
        line-height: 1.55;
    }

    .final-map {
        min-height: 205px;
    }

    .final-center {
        width: 150px;
        height: 150px;
        font-size: 0.82rem;
    }

    .final-node {
        width: 118px;
        height: 62px;
        font-size: 0.7rem;
    }

    .experience-nav {
        bottom: 0;
        padding-top: 0.62rem;
        padding-bottom: 0.62rem;
    }

    .experience-final-cta,
    .experience-nav button {
        padding-block: 0.68rem;
    }
}

.experience-stage.is-active:not(.has-played) .serp-line {
    animation: reveal-line 0.58s ease both;
}

.experience-stage.is-active:not(.has-played) .serp-line:nth-child(2) { animation-delay: 0.12s; }
.experience-stage.is-active:not(.has-played) .serp-line:nth-child(3) { animation-delay: 0.22s; }
.experience-stage.is-active:not(.has-played) .serp-line:nth-child(4) { animation-delay: 0.32s; }

.experience-stage.is-active:not(.has-played) .review-stars span {
    animation: star-enter 0.44s ease both;
}

.experience-stage.is-active:not(.has-played) .review-stars span:nth-child(2) { animation-delay: 0.08s; }
.experience-stage.is-active:not(.has-played) .review-stars span:nth-child(3) { animation-delay: 0.16s; }
.experience-stage.is-active:not(.has-played) .review-stars span:nth-child(4) { animation-delay: 0.24s; }
.experience-stage.is-active:not(.has-played) .review-stars span:nth-child(5) { animation-delay: 0.32s; }

.experience-stage.has-played .review-stars span,
.experience-stage.is-active.has-played .review-stars span {
    opacity: 1;
    transform: translateY(0);
}

.experience-stage.is-active:not(.has-played) .analytics-line path {
    animation: draw-line 0.9s ease forwards;
}

.experience-stage.has-played .analytics-line path {
    stroke-dashoffset: 0;
}

.experience-stage.is-active:not(.has-played) .analytics-line circle {
    animation: fade-point 0.28s ease forwards;
}

.experience-stage.is-active:not(.has-played) .analytics-line circle:nth-of-type(1) { animation-delay: 0.32s; }
.experience-stage.is-active:not(.has-played) .analytics-line circle:nth-of-type(2) { animation-delay: 0.5s; }
.experience-stage.is-active:not(.has-played) .analytics-line circle:nth-of-type(3) { animation-delay: 0.68s; }
.experience-stage.is-active:not(.has-played) .analytics-line circle:nth-of-type(4) { animation-delay: 0.86s; }
.experience-stage.has-played .analytics-line circle { opacity: 1; }

.experience-stage.is-active:not(.has-played) .metric-words span {
    animation: soft-rise 0.42s ease forwards;
}

.experience-stage.is-active:not(.has-played) .metric-words span:nth-child(2) { animation-delay: 0.12s; }
.experience-stage.is-active:not(.has-played) .metric-words span:nth-child(3) { animation-delay: 0.24s; }
.experience-stage.has-played .metric-words span { opacity: 1; transform: translateY(0); }

.experience-stage.is-active:not(.has-played) .query-row {
    animation: query-in 0.42s ease forwards;
}

.experience-stage.is-active:not(.has-played) .query-row:nth-child(2) { animation-delay: 0.12s; }
.experience-stage.is-active:not(.has-played) .query-row:nth-child(3) { animation-delay: 0.24s; }
.experience-stage.is-active:not(.has-played) .flow-arrow { animation: grow-x 0.5s ease 0.34s forwards; }
.experience-stage.is-active:not(.has-played) .site-node { animation: soft-pop 0.42s ease 0.62s forwards; }
.experience-stage.has-played .query-row { opacity: 1; transform: translateX(0); }
.experience-stage.has-played .flow-arrow { transform: scaleX(1); }
.experience-stage.has-played .site-node { opacity: 1; transform: scale(1); }

.experience-stage.is-active:not(.has-played) .final-line {
    animation: connect-line 0.62s ease forwards;
}

.experience-stage.is-active:not(.has-played) .final-line:nth-child(2) { animation-delay: 0.1s; }
.experience-stage.is-active:not(.has-played) .final-line:nth-child(3) { animation-delay: 0.2s; }
.experience-stage.is-active:not(.has-played) .final-line:nth-child(4) { animation-delay: 0.3s; }
.experience-stage.is-active:not(.has-played) .final-center { animation: center-pop 0.48s ease forwards; }
.experience-stage.is-active:not(.has-played) .final-node { animation: soft-pop 0.48s ease forwards; }
.experience-stage.is-active:not(.has-played) .final-node--google { animation-delay: 0.18s; }
.experience-stage.is-active:not(.has-played) .final-node--reviews { animation-delay: 0.26s; }
.experience-stage.is-active:not(.has-played) .final-node--analytics { animation-delay: 0.34s; }
.experience-stage.is-active:not(.has-played) .final-node--console { animation-delay: 0.42s; }
.experience-stage.has-played .final-line { opacity: 1; transform: rotate(var(--line-rotate)) scaleX(1); }
.experience-stage.has-played .final-center,
.experience-stage.has-played .final-node { opacity: 1; }
.experience-stage.has-played .final-center { transform: translate(-50%, -50%) scale(1); }
.experience-stage.has-played .final-node { transform: scale(1); }

@keyframes reveal-line {
    from { opacity: 0; transform: scaleX(0); }
    to { opacity: 0.72; transform: scaleX(1); }
}

@keyframes star-enter {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes draw-line {
    to { stroke-dashoffset: 0; }
}

@keyframes fade-point {
    to { opacity: 1; }
}

@keyframes soft-rise {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes query-in {
    to { opacity: 1; transform: translateX(0); }
}

@keyframes grow-x {
    to { transform: scaleX(1); }
}

@keyframes soft-pop {
    to { opacity: 1; transform: scale(1); }
}

@keyframes center-pop {
    to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes connect-line {
    to { opacity: 1; transform: rotate(var(--line-rotate)) scaleX(1); }
}

@media (max-width: 767px) {
    .hero-presence-experience {
        --experience-top-space: 5.1rem;
        --experience-bottom-space: 5.8rem;
        position: fixed;
        --safe-top: env(safe-area-inset-top, 0px);
        --safe-bottom: env(safe-area-inset-bottom, 0px);
        left: 0.7rem;
        right: 0.7rem;
        top: calc(env(safe-area-inset-top, 0px) + 5.2rem);
        bottom: auto;
        width: auto;
        height: min(620px, calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 6.5rem));
        max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 6.5rem);
        border-radius: 24px;
        background:
            radial-gradient(circle at 12% 12%, rgba(168, 85, 247, 0.2), transparent 34%),
            linear-gradient(135deg, rgba(8, 8, 10, 0.94), rgba(5, 5, 5, 0.88));
        transform-origin: 50% 9%;
        transform: translateY(14px) scale(0.96);
    }

    .hero-presence-experience.is-open {
        transform: translateY(0) scale(1);
    }

    .experience-shell {
        overflow: hidden;
    }

    .experience-topbar {
        align-items: center;
        gap: 0.65rem;
        padding: 0.9rem 0.95rem 0;
    }

    .experience-kicker {
        display: none;
    }

    .experience-step-status {
        min-width: 0;
        flex: 1;
        font-size: 0.68rem;
    }

    .experience-step-status span:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .experience-close {
        width: 44px;
        height: 44px;
    }

    .experience-nav {
        z-index: 3;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        transform: none;
        padding-inline: 1rem;
    }

    .experience-progress {
        gap: 0.28rem;
        justify-content: flex-start;
        padding: 0.7rem 1rem 0;
    }

    .experience-progress button:not(:last-child)::after {
        width: 1.65rem;
    }

    .experience-viewport {
        top: var(--experience-top-space) !important;
        bottom: var(--experience-bottom-space) !important;
        height: auto !important;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-color: rgba(168, 85, 247, 0.5) transparent;
        scrollbar-width: thin;
    }

    .experience-viewport::-webkit-scrollbar {
        width: 4px;
    }

    .experience-viewport::-webkit-scrollbar-track {
        background: transparent;
    }

    .experience-viewport::-webkit-scrollbar-thumb {
        background: rgba(168, 85, 247, 0.5);
        border-radius: 999px;
    }

    .experience-track {
        align-items: stretch;
        height: auto;
    }

    .experience-stage {
        grid-template-columns: 1fr;
        align-content: start;
        gap: 0.95rem;
        min-height: 100%;
        padding: 1rem 1.05rem 1.15rem;
    }

    .experience-visual {
        min-height: 175px;
        order: 1;
    }

    .experience-copy {
        order: 2;
    }

    .desktop-copy {
        display: none;
    }

    .mobile-copy {
        display: inline;
    }

    .experience-platform {
        margin-bottom: 0.65rem;
        font-size: 0.64rem;
        letter-spacing: 0.16em;
    }

    .experience-title {
        font-size: clamp(1.55rem, 7.4vw, 2.2rem);
        line-height: 1.02;
    }

    .experience-text {
        margin-top: 0.8rem;
        font-size: 0.9rem;
        line-height: 1.48;
    }

    .search-surface {
        margin-top: 0.6rem;
        border-radius: 22px;
        padding: 1rem;
    }

    .concept-search-bar {
        min-height: 48px;
        font-size: 0.88rem;
    }

    .serp-lines {
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .review-constellation {
        min-height: 175px;
    }

    .review-stars {
        justify-content: center;
        font-size: clamp(2.15rem, 11vw, 3.25rem);
    }

    .review-question {
        max-width: 18rem;
        margin-inline: auto;
        font-size: 0.98rem;
    }

    .analytics-visual {
        gap: 0.8rem;
    }

    .analytics-frame {
        border-radius: 24px;
        padding: 1rem;
    }

    .analytics-line {
        max-height: 145px;
    }

    .metric-words {
        gap: 0.45rem;
    }

    .metric-words span {
        padding: 0.48rem 0.65rem;
        font-size: 0.62rem;
    }

    .console-flow {
        grid-template-columns: 1fr;
        gap: 0.72rem;
        min-height: 0;
    }

    .query-stack {
        gap: 0.5rem;
    }

    .query-row {
        padding: 0.68rem 0.78rem;
        font-size: 0.7rem;
    }

    .flow-arrow {
        width: 1px;
        height: 2.8rem;
        justify-self: center;
        background: linear-gradient(180deg, rgba(168, 85, 247, 0.15), rgba(168, 85, 247, 0.9));
        transform-origin: top;
        transform: scaleY(0);
    }

    .flow-arrow::after {
        right: auto;
        top: auto;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
    }

    .experience-stage.is-active:not(.has-played) .flow-arrow { animation-name: grow-y; }
    .experience-stage.has-played .flow-arrow { transform: scaleY(1); }

    .final-map {
        min-height: 220px;
    }

    .final-center {
        width: 118px;
        height: 118px;
        font-size: 0.7rem;
    }

    .final-node {
        width: 92px;
        height: 50px;
        border-radius: 16px;
        font-size: 0.62rem;
    }

    .experience-nav {
        gap: 0.75rem;
        padding-top: 0.82rem;
        padding-bottom: max(0.95rem, env(safe-area-inset-bottom));
    }

    .experience-nav button {
        min-width: 0;
        flex: 1;
        padding: 0.85rem 0.75rem;
    }

    .experience-counter {
        flex: 0 0 auto;
        font-size: 0.68rem;
    }

    .experience-nav.is-final {
        align-items: stretch;
    }

    .experience-nav.is-final [data-experience-prev] {
        flex: 0 0 48px;
        min-width: 48px;
        padding-inline: 0;
        font-size: 0;
    }

    .experience-nav.is-final [data-experience-prev]::before {
        content: "←";
        font-size: 1rem;
    }

    .experience-nav.is-final .experience-final-cta {
        flex: 1;
        min-width: 0;
        width: auto;
        padding: 0.9rem 1rem;
        font-size: 0.82rem;
        text-align: center;
    }
}

@media (max-width: 767px) and (max-height: 720px) {
    .hero-presence-experience {
        --experience-top-space: 4.9rem;
        --experience-bottom-space: 5.45rem;
        top: calc(env(safe-area-inset-top, 0px) + 4.9rem);
        height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 5.9rem);
        max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 5.9rem);
    }

    .experience-visual {
        min-height: 145px;
    }

    .review-constellation {
        min-height: 145px;
    }

    .experience-title {
        font-size: clamp(1.48rem, 7vw, 2.05rem);
    }

    .final-map {
        min-height: 185px;
    }
}

@keyframes grow-y {
    to { transform: scaleY(1); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-content,
    .hero-photo img,
    .hero-search-wrap,
    .hero-search-wrap .hero-search-bar,
    .hero-presence-experience,
    .experience-track,
    .experience-close,
    .experience-progress button,
    .experience-nav button {
        transition: none !important;
    }

    .experience-stage *,
    .experience-stage::before,
    .experience-stage::after {
        animation: none !important;
    }

    .serp-line,
    .review-stars span,
    .analytics-line circle,
    .metric-words span,
    .query-row,
    .site-node,
    .final-center,
    .final-node {
        opacity: 1 !important;
        transform: none !important;
    }

    .final-line {
        opacity: 1 !important;
        transform: rotate(var(--line-rotate)) scaleX(1) !important;
    }

    .analytics-line path {
        stroke-dashoffset: 0 !important;
    }

    .flow-arrow {
        transform: scaleX(1) !important;
    }

    .final-center {
        transform: translate(-50%, -50%) !important;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background: #A855F7;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9333EA;
}

/* Custom Cursor */
.custom-cursor {
    width: 20px;
    height: 20px;
    border: 2px solid #A855F7;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, background-color 0.3s;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
}

.cursor-trail {
    width: 8px;
    height: 8px;
    background-color: #9333EA;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(147, 51, 234, 0.6);
}

/* Hide default cursor on interactive elements if needed, or keep for better UX */
/* a, button { cursor: none; } */
/* FAB Animations */
@keyframes fab-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(168, 85, 247, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(168, 85, 247, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(168, 85, 247, 0);
    }
}

.fab-pulse {
    animation: fab-pulse 2s infinite;
}

.message-bubble {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fab-container:hover .message-bubble {
    opacity: 1;
    transform: translateX(0);
}

#fab {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Process pinned stack */
html.overflow-x-hidden,
body.overflow-x-hidden {
    overflow-x: clip !important;
}

.process-section {
    height: 420vh;
    min-height: 0;
    padding-block: 0;
    overflow: visible;
}

.process-pin {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    box-sizing: border-box;
    align-items: center;
    padding-block: clamp(6rem, 11vh, 8rem) clamp(4.5rem, 9vh, 6rem);
    overflow: visible;
    z-index: 2;
}

.process-layout {
    width: 100%;
    align-items: flex-start;
}

.process-copy {
    position: relative;
    top: auto;
}

.process-card-stack {
    position: relative;
    min-height: clamp(360px, 52vh, 480px);
}

.process-card {
    position: absolute !important;
    inset: 0;
    min-height: 0 !important;
    margin-bottom: 0;
    transform: translate3d(0, var(--process-y, 20px), 0) scale(var(--process-scale, 0.985));
    transform-origin: center top;
    opacity: var(--process-opacity, 0);
    pointer-events: none;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
    will-change: opacity, transform;
}

.process-card:first-child {
    --process-y: 0px;
    --process-scale: 1;
    --process-opacity: 1;
}

.process-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.055);
    pointer-events: none;
}

.process-card:hover {
    border-color: rgba(168, 85, 247, 0.22);
    box-shadow: 0 38px 100px rgba(0, 0, 0, 0.5);
}

.process-card.is-active {
    pointer-events: auto;
}

@media (max-width: 1023px) {
    .process-section {
        height: 330vh;
    }

    .process-pin {
        align-items: flex-start;
        padding-block: 5.8rem 3.5rem;
    }

    .process-layout {
        gap: 2rem;
    }

    .process-copy {
        position: relative;
        top: auto;
        max-width: 38rem;
        padding-bottom: 0 !important;
    }

    .process-scroll-indicator {
        display: none;
    }

    .process-card-stack {
        min-height: min(52dvh, 420px);
    }

    .process-card {
        padding: 1.45rem !important;
    }

    .process-card span {
        font-size: 3.6rem;
        margin-bottom: 1rem;
    }

    .process-card h3 {
        font-size: 1.65rem;
        margin-bottom: 0.8rem;
    }

    .process-card p {
        font-size: 0.98rem;
        line-height: 1.58;
    }
}

@media (max-width: 767px) {
    .process-section {
        height: auto;
        padding-block: 5rem 6rem;
    }

    .process-pin {
        position: relative;
        top: auto;
        display: block;
        height: auto;
        min-height: 0;
        padding-block: 0;
    }

    .process-layout {
        gap: 1.35rem;
    }

    .process-card-stack {
        display: grid;
        gap: 1rem;
        min-height: 0;
    }

    .process-card {
        position: relative !important;
        inset: auto;
        min-height: auto !important;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto;
    }
}

@media (max-width: 420px) {
    .process-section {
        height: auto;
    }

    .process-pin {
        padding-block: 0;
    }

    .process-card-stack {
        min-height: 0;
    }

    .process-card {
        border-radius: 1.35rem !important;
        padding: 1.25rem !important;
    }

    .process-card p {
        font-size: 0.92rem;
    }
}

/* Work / Portfolio */
.work-section {
    overflow-x: clip;
}

.work-eyebrow {
    color: #A855F7;
    font-family: 'Sora', sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.work-video-card,
.work-project-card,
.work-differentials {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(24, 24, 27, 0.32);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.work-video-card {
    position: relative;
    width: min(100%, 380px);
    aspect-ratio: 9 / 16;
    justify-self: center;
    overflow: hidden;
    border-radius: 2rem;
}

.work-video-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    visibility: hidden;
}

.work-video-card.has-video .work-video-frame {
    opacity: 1;
    visibility: visible;
}

.work-video-sound {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(5, 5, 5, 0.72);
    padding: 0.72rem 0.95rem;
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.work-video-card.has-video .work-video-sound {
    opacity: 1;
    visibility: visible;
}

.work-video-card.has-sound .work-video-sound {
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    pointer-events: none;
}

.work-video-sound:hover,
.work-video-sound:focus-visible {
    border-color: rgba(168, 85, 247, 0.62);
    background: rgba(168, 85, 247, 0.22);
}

.work-video-sound .material-symbols-outlined {
    font-size: 1.15rem;
}

.work-video-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    text-align: center;
}

.work-video-card.has-video .work-video-placeholder {
    opacity: 0;
    visibility: hidden;
}

.work-play-button {
    display: inline-grid;
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 1.25rem;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.35);
    background: rgba(168, 85, 247, 0.12);
    color: #FFFFFF;
    box-shadow: 0 0 42px rgba(168, 85, 247, 0.14);
}

.work-highlight {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #D4D4D8;
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
}

.work-highlight::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #A855F7;
    box-shadow: 0 0 18px rgba(168, 85, 247, 0.46);
}

.work-filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.22);
    background: rgba(168, 85, 247, 0.07);
    padding: 0.62rem 1rem;
    color: #D4D4D8;
    font-family: 'Sora', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.work-carousel {
    position: relative;
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
    padding: 0 clamp(1rem, 5vw, 4rem);
}

.work-carousel-stage {
    position: relative;
    min-height: clamp(790px, 72vw, 940px);
    touch-action: pan-y;
}

.work-project-card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(72vw, 920px);
    overflow: hidden;
    border-radius: 2rem;
    opacity: var(--work-opacity, 0);
    transform: translate(-50%, -50%) translateX(var(--work-x, 0)) scale(var(--work-scale, 0.82));
    transition: opacity 0.34s ease, transform 0.34s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.24s ease, box-shadow 0.24s ease;
    pointer-events: none;
    will-change: transform, opacity;
    background: rgba(10, 10, 12, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.work-project-card.is-active {
    --work-opacity: 1;
    --work-scale: 1;
    z-index: 5;
    border-color: rgba(168, 85, 247, 0.24);
    pointer-events: auto;
}

.work-project-card.is-prev,
.work-project-card.is-next {
    --work-opacity: 0.58;
    --work-scale: 0.72;
    z-index: 2;
}

.work-project-card.is-prev { --work-x: -58%; }
.work-project-card.is-next { --work-x: 58%; }

.work-project-card.is-active:hover {
    transform: translate(-50%, -50%) translateX(var(--work-x, 0)) scale(1.01);
    box-shadow: 0 34px 96px rgba(0, 0, 0, 0.36), 0 0 60px rgba(168, 85, 247, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.work-project-visual {
    position: relative;
    padding: clamp(1rem, 2vw, 1.65rem) clamp(1rem, 2.2vw, 1.8rem) 0;
}

.work-desktop-shot,
.work-mobile-shot {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.42);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.work-desktop-shot {
    width: 100%;
    border-radius: 1.35rem;
}

.work-desktop-shot img,
.work-mobile-shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.work-mobile-shot {
    position: absolute;
    right: clamp(1rem, 3.5vw, 3rem);
    bottom: clamp(1.2rem, 3vw, 2.2rem);
    width: clamp(108px, 18%, 172px);
    aspect-ratio: 472 / 1024;
    border-radius: 1.25rem;
    transition: transform 0.28s ease;
}

.work-project-card.is-active:hover .work-mobile-shot {
    transform: translateY(-4px);
}

.work-project-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.work-project-content {
    display: grid;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.05rem clamp(1rem, 2vw, 1.6rem) 1.25rem;
}

.work-project-kicker {
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-size: clamp(1rem, 1.6vw, 1.28rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.18;
}

.work-project-description {
    color: #A1A1AA;
    font-size: 0.96rem;
    line-height: 1.58;
}

.work-project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.work-project-tags span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.24);
    background: rgba(168, 85, 247, 0.08);
    padding: 0.48rem 0.72rem;
    color: #D4D4D8;
    font-family: 'Sora', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.work-project-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.36);
    background: rgba(168, 85, 247, 0.1);
    padding: 0.7rem 0.95rem;
    color: #FFFFFF;
    font-family: 'Sora', sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.work-project-link:hover,
.work-project-link:focus-visible {
    border-color: rgba(168, 85, 247, 0.7);
    background: rgba(168, 85, 247, 0.2);
    transform: translateY(-1px);
}

.work-control {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #FFFFFF;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.work-control:hover,
.work-control:focus-visible {
    border-color: rgba(168, 85, 247, 0.42);
    background: rgba(168, 85, 247, 0.1);
}

.work-control:focus-visible,
.work-indicator:focus-visible {
    outline: 2px solid rgba(168, 85, 247, 0.7);
    outline-offset: 4px;
}

.work-control:active {
    transform: scale(0.96);
}

.work-indicator {
    width: 2.5rem;
    height: 0.18rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    transition: width 0.24s ease, background-color 0.24s ease;
}

.work-indicator.is-active {
    width: 4.5rem;
    background: #A855F7;
}

.work-differentials {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 1.6rem;
}

.work-differential {
    padding: 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.work-differential:last-child {
    border-right: 0;
}

@media (max-width: 1023px) {
    .work-carousel {
        margin-inline: -1.5rem;
    }

    .work-carousel-stage {
        min-height: clamp(760px, 86vw, 900px);
    }

    .work-project-card {
        width: min(82vw, 760px);
    }

    .work-project-card.is-prev { --work-x: -48%; }
    .work-project-card.is-next { --work-x: 48%; }

    .work-differentials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .work-differential:nth-child(2) {
        border-right: 0;
    }

    .work-differential:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
}

@media (max-width: 767px) {
    .work-video-card {
        border-radius: 1.35rem;
    }

    .work-carousel {
        margin-inline: -1rem;
        padding-inline: 1rem;
    }

    .work-carousel-stage {
        min-height: clamp(720px, 175vw, 820px);
    }

    .work-project-card {
        width: min(100%, 430px);
        border-radius: 1.35rem;
    }

    .work-project-card.is-prev,
    .work-project-card.is-next {
        --work-opacity: 0;
        --work-scale: 0.96;
        pointer-events: none;
    }

    .work-project-card.is-prev { --work-x: -112%; }
    .work-project-card.is-next { --work-x: 112%; }

    .work-project-visual {
        padding: 0.8rem 0.8rem 0;
    }

    .work-desktop-shot {
        width: 100%;
        border-radius: 1rem;
    }

    .work-mobile-shot {
        right: 0.95rem;
        bottom: 1rem;
        width: min(27%, 110px);
        border-radius: 0.9rem;
    }

    .work-project-meta {
        flex-direction: column;
    }

    .work-project-content {
        padding: 0.95rem;
    }

    .work-project-description {
        font-size: 0.9rem;
    }

    .work-project-link {
        width: 100%;
    }

    .work-control {
        width: 2.75rem;
        height: 2.75rem;
    }

    .work-indicator {
        width: 1.7rem;
    }

    .work-indicator.is-active {
        width: 3rem;
    }

    .work-differentials {
        grid-template-columns: 1fr;
    }

    .work-differential,
    .work-differential:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .work-differential:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .work-project-card,
    .work-mobile-shot,
    .work-control,
    .work-indicator {
        transition: none !important;
    }
}

/* Reveal Animation Styles */
.reveal {
    opacity: 0;
    transform: translateY(30px) translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.stagger-1 {
    transition-delay: 0.1s;
}

.stagger-2 {
    transition-delay: 0.2s;
}

.stagger-3 {
    transition-delay: 0.3s;
}

.stagger-4 {
    transition-delay: 0.4s;
}

/* Client Logo Carousel */
.client-logo-shell {
    position: relative;
    overflow: hidden;
    padding-block: 2px;
}

.gallery-perspective {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.gallery-track {
    display: flex;
    width: max-content;
    animation: marquee 32s linear infinite;
    padding: 14px 0 18px;
    will-change: transform;
}

.gallery-perspective:hover .gallery-track {
    animation-play-state: running;
}

.gallery-item-group {
    display: flex;
    gap: 28px;
    padding-right: 28px;
}

@media (min-width: 768px) {
    .gallery-item-group {
        gap: 52px;
        padding-right: 52px;
    }
}

.gallery-item {
    flex: 0 0 150px;
    height: 86px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.82;
    filter: grayscale(14%) saturate(0.82) brightness(0.88) contrast(0.95);
    position: relative;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

@media (min-width: 768px) {
    .gallery-item {
        flex: 0 0 210px;
        height: 112px;
        padding: 8px;
    }
}

@media (hover: hover) {
    .gallery-item:hover {
        opacity: 0.96;
        filter: grayscale(0%) saturate(0.95) brightness(0.98) contrast(1);
        transform: scale(1.04) translateY(-4px);
        z-index: 10;
    }
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.52)) drop-shadow(0 0 10px rgba(168, 85, 247, 0.06));
    transition: transform 0.5s ease;
}

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

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Notification Card Float Animations */
@keyframes float-card-a {

    0%,
    100% {
        transform: translateY(0px) rotate(0.3deg);
    }

    33% {
        transform: translateY(-14px) rotate(-0.2deg);
    }

    66% {
        transform: translateY(-7px) rotate(0.4deg);
    }
}

@keyframes float-card-b {

    0%,
    100% {
        transform: translateY(0px) rotate(-0.3deg);
    }

    50% {
        transform: translateY(-18px) rotate(0.3deg);
    }
}

@keyframes float-card-c {

    0%,
    100% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(-12px);
    }
}

@keyframes float-card-d {

    0%,
    100% {
        transform: translateY(0px) rotate(0.2deg);
    }

    60% {
        transform: translateY(-9px) rotate(-0.3deg);
    }
}
