:root {
    color-scheme: dark;
    --bg-primary: #07070b;
    --bg-secondary: #111320;
    --surface: #191c2d;
    --text-primary: #f4f6ff;
    --text-secondary: #c0c7dd;
    --accent-hot: #ff6a3d;
    --accent-warm: #f2b950;
    --accent-cool: #6ca7ff;
    --radius-card: 0.95rem;
    --radius-panel: 1.5rem;
    --space-section: clamp(4rem, 8vw, 5.5rem);
    --space-gutter: clamp(1.25rem, 4vw, 3.5rem);
    --max-content: 1200px;
    --shadow-accent: 0 10px 34px rgba(255, 106, 61, 0.24);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: var(--bg-primary);
    color: var(--text-primary);
}

.skip-link {
    position: fixed;
    top: 0.8rem;
    left: 0.8rem;
    transform: translateY(-180%);
    z-index: 100;
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
    background: #111320;
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    text-decoration: none;
    transition: transform 220ms ease;
}

.skip-link:focus-visible {
    transform: translateY(0);
}

.atmosphere-layer {
    background-image: radial-gradient(circle at 12% 48%, rgba(255, 106, 61, 0.12), transparent 30%),
        radial-gradient(circle at 86% 72%, rgba(108, 167, 255, 0.13), transparent 28%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 8px);
    opacity: 0.45;
}

h1,
h2,
h3,
h4 {
    letter-spacing: 0.01em;
}

.section-shell {
    width: 100%;
    max-width: var(--max-content);
    margin-inline: auto;
    padding-inline: var(--space-gutter);
}

.section-stack {
    padding-top: var(--space-section);
    padding-bottom: var(--space-section);
}

.hero-shell {
    padding-top: clamp(6rem, 12vw, 8rem);
    padding-bottom: clamp(3rem, 8vw, 4.5rem);
}

.hero-stage {
    position: relative;
}

.hero-noise {
    background-image: linear-gradient(135deg, rgba(255, 106, 61, 0.12), transparent 40%),
        radial-gradient(circle at 72% 18%, rgba(108, 167, 255, 0.2), transparent 38%);
    mix-blend-mode: screen;
}

.hero-chip {
    width: fit-content;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 9999px;
    background: rgba(4, 4, 8, 0.55);
    color: rgba(234, 237, 255, 0.95);
    padding: 0.52rem 1rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.hero-chip:hover {
    border-color: var(--accent-hot);
    color: #ffffff;
    transform: translateY(-1px);
}

.hero-chip:focus-visible,
.hero-cta:focus-visible,
.partner-cta:focus-visible,
.modal-close:focus-visible,
.clip-card:focus-visible,
.livepix-toggle:focus-visible,
.livepix-link:focus-visible {
    outline: 2px solid rgba(255, 106, 61, 0.95);
    outline-offset: 2px;
}

.hero-title {
    font-size: clamp(3.3rem, 14vw, 10.5rem);
    line-height: 0.86;
    letter-spacing: 0.035em;
    white-space: nowrap;
}

.hero-subtitle {
    margin-top: 1.4rem;
    max-width: 60ch;
    color: rgba(228, 233, 250, 0.92);
    font-size: clamp(0.95rem, 1.4vw, 1.12rem);
}

.hero-cta {
    border-radius: 9999px;
    padding: 0.76rem 1.4rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-decoration: none;
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background-color 260ms ease;
}

.hero-cta-primary {
    background: linear-gradient(120deg, #ff6a3d, #ff8b66);
    color: #fff;
}

.hero-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-accent);
}

.hero-cta-ghost {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(5, 5, 9, 0.46);
    color: rgba(242, 245, 255, 0.95);
}

.hero-cta-ghost:hover {
    border-color: var(--accent-hot);
    transform: translateY(-2px);
}

.hero-metrics {
    margin-top: 1.3rem;
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-metrics span {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(214, 220, 242, 0.86);
}

.section-heading {
    max-width: 72ch;
}

.section-eyebrow {
    margin: 0;
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 700;
    color: var(--accent-hot);
}

.section-title {
    margin: 0.5rem 0 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.3rem, 5.6vw, 4rem);
    line-height: 0.96;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #ffffff;
}

.section-subtitle {
    margin: 0.6rem 0 0;
    color: rgba(201, 208, 232, 0.9);
    max-width: 60ch;
}

.profile-showcase {
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(98deg, rgba(10, 13, 27, 0.96) 45%, rgba(15, 18, 33, 0.96) 45%);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
    min-height: clamp(320px, 50vw, 560px);
}

.profile-copy {
    padding: clamp(1.3rem, 4vw, 2.4rem);
    align-self: center;
    position: relative;
    z-index: 1;
}

.profile-title {
    margin: 0.5rem 0 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.3rem, 6vw, 5.2rem);
    line-height: 0.95;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #f3efc4;
}

.profile-lead {
    margin: 1rem 0 0;
    color: rgba(242, 183, 208, 0.96);
    font-size: clamp(1.06rem, 1.5vw, 1.6rem);
    line-height: 1.22;
    font-weight: 700;
    max-width: 24ch;
}

.profile-body {
    margin: 0.9rem 0 0;
    color: rgba(242, 245, 255, 0.96);
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.34;
    font-weight: 700;
    max-width: 28ch;
}

.profile-media {
    margin: 0;
    position: relative;
    min-height: 100%;
}

.profile-media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 10, 20, 0.92), rgba(8, 10, 20, 0) 18%);
    z-index: 1;
    pointer-events: none;
}

.profile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: contrast(1.04) saturate(0.96);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 700ms ease, transform 700ms ease;
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.clip-card {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    overflow: hidden;
    text-align: left;
    padding: 1.05rem;
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    background-image: radial-gradient(circle at 14% 16%, rgba(255, 106, 61, 0.32), transparent 42%),
        linear-gradient(145deg, rgba(36, 22, 29, 0.94), rgba(8, 8, 12, 0.98));
    transition: border-color 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.clip-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
}

.clip-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.8));
    z-index: 0;
}

.clip-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.78;
    transform: scale(1.03);
    filter: saturate(0.9) contrast(1.05);
    transition: opacity 260ms ease, transform 360ms ease, filter 260ms ease;
}

.clip-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    filter: saturate(0.92) contrast(1.06);
    transition: opacity 300ms ease, transform 400ms ease;
}

.clip-card:hover {
    transform: translateY(-3px) scale(1.01);
    border-color: rgba(255, 106, 61, 0.9);
    box-shadow: 0 16px 44px rgba(255, 106, 61, 0.22);
}

.clip-card:focus-visible {
    transform: translateY(-3px) scale(1.01);
    border-color: rgba(255, 106, 61, 0.95);
    box-shadow: 0 16px 44px rgba(255, 106, 61, 0.25);
}

.clip-card:hover .clip-preview {
    opacity: 0.8;
    transform: scale(1.08);
}

.clip-card.is-previewing .clip-preview,
.clip-card:focus-visible .clip-preview {
    opacity: 0.8;
    transform: scale(1.08);
}

.clip-card.is-previewing .clip-cover,
.clip-card:hover .clip-cover,
.clip-card:focus-visible .clip-cover {
    opacity: 0.3;
    transform: scale(1.08);
    filter: blur(1px) saturate(0.8);
}

.clip-sheen {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.12), transparent 55%);
    transform: translateX(-120%);
    transition: transform 500ms ease;
    z-index: 2;
}

.clip-grain {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.45px, transparent 0.45px);
    background-size: 3px 3px;
    opacity: 0.14;
    z-index: 2;
    pointer-events: none;
}

.clip-card:hover .clip-sheen {
    transform: translateX(120%);
}

.clip-index {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    z-index: 3;
}

.clip-label {
    width: 100%;
    position: relative;
    z-index: 3;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: rgba(5, 6, 12, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    border-radius: 0.7rem;
    padding: 0.55rem 0.7rem;
    transform: translateY(14px);
    opacity: 0;
    transition: transform 260ms ease, opacity 260ms ease;
}

.clip-card:hover .clip-label,
.clip-card:focus-visible .clip-label {
    opacity: 1;
    transform: translateY(0);
}

.clip-meta {
    position: absolute;
    right: 0.9rem;
    top: 0.9rem;
    z-index: 3;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(236, 240, 255, 0.85);
    opacity: 0;
    transition: opacity 250ms ease;
}

.clip-card:hover .clip-meta,
.clip-card:focus-visible .clip-meta {
    opacity: 1;
}

.about-layout {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr);
}

.about-panel {
    border-radius: var(--radius-panel);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(145deg, rgba(22, 25, 40, 0.9), rgba(10, 11, 17, 0.95));
    padding: clamp(1.15rem, 3vw, 2rem);
}

.about-copy {
    margin: 0;
    color: rgba(216, 222, 242, 0.92);
    line-height: 1.72;
}

.about-quote {
    margin: 1rem 0 0;
    border-left: 2px solid rgba(255, 106, 61, 0.76);
    padding-left: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.1;
    color: rgba(245, 247, 255, 0.98);
    font-style: italic;
}

.about-sidecard {
    border-radius: var(--radius-panel);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(130deg, rgba(255, 106, 61, 0.2), rgba(22, 26, 44, 0.92));
    padding: clamp(1.1rem, 3vw, 1.6rem);
    align-self: stretch;
}

.about-side-eyebrow {
    margin: 0;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(253, 230, 207, 0.95);
    font-weight: 700;
}

.about-side-title {
    margin: 0.5rem 0 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
    font-size: 1.26rem;
    color: #ffffff;
}

.about-side-copy {
    margin: 0.65rem 0 0;
    color: rgba(235, 239, 255, 0.9);
    line-height: 1.55;
}

.partner-banner {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(130deg, rgba(255, 106, 61, 0.14), rgba(17, 19, 32, 0.95));
    padding: 1.35rem;
    display: flex;
    justify-content: space-between;
    gap: 1.1rem;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    transition: border-color 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.partner-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(112deg, transparent 14%, rgba(255, 255, 255, 0.1), transparent 52%);
    transform: translateX(-125%);
    transition: transform 500ms ease;
    pointer-events: none;
}

.partner-banner:hover {
    border-color: rgba(255, 106, 61, 0.85);
    transform: translateY(-2px);
    box-shadow: 0 12px 34px rgba(255, 106, 61, 0.16);
}

.partner-banner:hover::before {
    transform: translateX(130%);
}

.partner-banner-nuuvem {
    background: linear-gradient(130deg, rgba(255, 106, 61, 0.2), rgba(16, 20, 35, 0.94));
}

.partner-banner-multi {
    background: linear-gradient(130deg, rgba(108, 167, 255, 0.22), rgba(16, 20, 35, 0.94));
}

.partner-eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.66);
}

.partner-title {
    margin: 0.5rem 0 0;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #ffffff;
}

.partner-copy {
    margin: 0.65rem 0 0;
    color: rgba(228, 228, 231, 0.92);
    max-width: 36ch;
}

.partner-cta {
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.45);
    color: #f4f4f5;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-decoration: none;
    padding: 0.6rem 0.95rem;
    white-space: nowrap;
    transition: border-color 260ms ease, color 260ms ease;
}

.partner-cta:hover {
    border-color: var(--accent-hot);
    color: #ffffff;
}

.final-cta {
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(125deg, rgba(255, 106, 61, 0.2), rgba(17, 19, 32, 0.96));
    padding: clamp(1.25rem, 4vw, 2rem);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.1rem 1.4rem;
    align-items: center;
}

.final-cta-copywrap {
    position: relative;
    z-index: 1;
}

.final-cta-title {
    margin: 0.55rem 0 0;
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    line-height: 1.16;
    font-weight: 700;
    color: #ffffff;
}

.final-cta-copy {
    margin: 0.7rem 0 0;
    color: rgba(228, 233, 250, 0.9);
    max-width: 70ch;
}

.final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 12%, rgba(108, 167, 255, 0.28), transparent 42%);
    pointer-events: none;
}

.final-cta-actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.clip-card,
.hero-cta,
.partner-cta,
.modal-close,
.livepix-toggle {
    min-height: 44px;
}

#clipModal {
    opacity: 0;
    transition: opacity 260ms ease;
}

#clipModal.is-open {
    opacity: 1;
}

.modal-panel {
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(165deg, rgba(17, 19, 32, 0.96), rgba(7, 7, 11, 0.98));
    transform: translateY(16px) scale(0.985);
    transition: transform 280ms ease, box-shadow 280ms ease;
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.52);
}

#clipModal.is-open .modal-panel {
    transform: translateY(0) scale(1);
}

.modal-head {
    background: linear-gradient(90deg, rgba(255, 106, 61, 0.16), rgba(108, 167, 255, 0.1));
}

.modal-close {
    background: rgba(0, 0, 0, 0.34);
}

.modal-video {
    background: #000;
}

.livepix-widget {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-self: end;
    align-self: end;
    margin-top: 2.7rem;
    margin-bottom: 0;
    gap: 0.55rem;
}

.livepix-toggle {
    width: 58px;
    height: 58px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(9, 10, 18, 0.88);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.livepix-toggle:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 106, 61, 0.9);
    box-shadow: 0 12px 30px rgba(255, 106, 61, 0.28);
}

.livepix-toggle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.livepix-dot {
    position: absolute;
    right: 0.25rem;
    bottom: 0.25rem;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 9999px;
    background: #ff6a3d;
    border: 1px solid rgba(6, 7, 12, 0.95);
}

.livepix-panel {
    width: min(260px, calc(100vw - 5.2rem));
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(150deg, rgba(19, 22, 37, 0.97), rgba(8, 9, 16, 0.97));
    padding: 0.75rem;
    opacity: 0;
    transform: translateX(10px) scale(0.98);
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
}

.livepix-widget.is-open .livepix-panel {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.livepix-title {
    margin: 0;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 188, 167, 0.96);
    font-weight: 800;
}

.livepix-copy {
    margin: 0.4rem 0 0;
    color: rgba(228, 233, 248, 0.94);
    font-size: 0.86rem;
    line-height: 1.35;
}

.livepix-link {
    margin-top: 0.56rem;
    display: inline-block;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 106, 61, 0.2);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-size: 0.66rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.45rem 0.7rem;
    transition: border-color 220ms ease, background-color 220ms ease;
}

.livepix-link:hover {
    border-color: rgba(255, 106, 61, 0.95);
    background: rgba(255, 106, 61, 0.34);
}

@media (max-width: 1023px) {
    .about-layout {
        grid-template-columns: 1fr;
    }

    .profile-showcase {
        grid-template-columns: 1fr;
    }

    .profile-media {
        min-height: 320px;
    }

    .profile-media::before {
        background: linear-gradient(0deg, rgba(8, 10, 20, 0.7), rgba(8, 10, 20, 0.04));
    }

    .profile-lead {
        max-width: none;
    }

    .profile-body {
        max-width: none;
    }

    .clip-label {
        opacity: 1;
        transform: none;
    }

    .clip-meta {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .hero-metrics {
        gap: 0.55rem;
    }

    .hero-metrics span {
        width: 100%;
    }

    .hero-title {
        font-size: clamp(2.8rem, 14vw, 4.4rem);
        letter-spacing: 0.025em;
    }

    .profile-copy {
        padding: 1.1rem;
    }

    .profile-title {
        font-size: clamp(2rem, 14vw, 3.1rem);
    }

    .profile-lead {
        font-size: 1.02rem;
        line-height: 1.2;
    }

    .profile-body {
        font-size: 0.95rem;
        line-height: 1.28;
    }

    .section-stack {
        padding-top: clamp(3rem, 10vw, 4rem);
        padding-bottom: clamp(3rem, 10vw, 4rem);
    }

    .section-heading {
        max-width: 100%;
    }

    .section-title {
        line-height: 0.98;
    }

    .final-cta {
        grid-template-columns: 1fr;
    }

    .livepix-widget {
        justify-self: start;
        width: 100%;
        margin-top: 1.3rem;
    }

    .livepix-panel {
        width: min(230px, calc(100vw - 5rem));
    }

    .final-cta-actions .hero-cta {
        width: 100%;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reveal,
    .clip-card,
    .clip-cover,
    .clip-preview,
    .clip-sheen,
    .partner-banner,
    .partner-banner::before,
    .hero-cta,
    .hero-chip,
    .livepix-panel,
    .livepix-toggle,
    #clipModal,
    .modal-panel {
        transition: none !important;
        animation: none !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }

    .clip-card .clip-label,
    .clip-card .clip-meta {
        opacity: 1;
        transform: none;
    }
}
