@font-face {
    font-family: "Forma DJR Deck";
    src: url("../fonts/FormaDJRDeck-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Forma DJR Display";
    src: url("../fonts/FormaDJRDisplay-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Forma DJR Banner";
    src: url("../fonts/FormaDJRBanner-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   ROOT / DESIGN TOKENS
   ========================================================= */

:root {
    color-scheme: light dark;

    --nv-white: #ffffff;
    --nv-white-soft: #fffdf8;

    --nv-black: #020202;
    --nv-black-soft: #101010;

    --nv-violet-c: #440099;
    --nv-violet-c-dark: #2b005f;
    --nv-violet-light: #bca8ff;

    --nv-cyan-on-dark: #00d9ff;

    --nv-focus: #440099;
    --nv-focus-bg: #ffffff;

    --nv-page-pad: clamp(16px, 3vw, 72px);
    --nv-section-pad: clamp(64px, 8vw, 148px);
    --nv-touch-target: 48px;

    --nv-subline-width: min(610px, 100%);
    --nv-content-max: 1440px;
    --nv-blog-max: 1120px;

    --font-main: "Forma DJR Deck", Arial, Helvetica, sans-serif;
    --font-display: "Forma DJR Deck", Arial, Helvetica, sans-serif;
    --font-note: "Forma DJR Display", Arial Black, Arial, sans-serif;
    --font-banner: "Forma DJR Banner", Georgia, serif;

    --nv-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --nv-ease-soft: cubic-bezier(0.22, 1, 0.36, 1);

    --nv-menu-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
    --nv-note-shadow: 5px 5px 0 rgba(0, 0, 0, 0.18);

    --nv-abyss-black: #020203;
    --nv-abyss-charcoal: #050508;
    --nv-abyss-violet-deep: #10091c;
    --nv-abyss-violet: #241044;
    --nv-abyss-violet-accent: #440099;
    --nv-abyss-bone: #f2eee7;
    --nv-abyss-gold: #b8a36a;
}

/* =========================================================
   RESET / BASE
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: var(--nv-black);
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: var(--nv-black);
    color: var(--nv-black);
    font-family: var(--font-main);
    font-size: 16px;
    line-height: 1.5;
    border: 0 !important;
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

canvas {
    height: auto;
}

img {
    height: auto;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    touch-action: manipulation;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

::selection {
    background: var(--nv-black);
    color: var(--nv-cyan-on-dark);
}

/* =========================================================
   ACCESSIBILITY / FOCUS
   ========================================================= */

:where(a, button, input, textarea, select, summary, [tabindex]):focus {
    outline: 4px solid var(--nv-focus);
    outline-offset: 5px;
}

:where(a, button, input, textarea, select, summary, [tabindex]):focus:not(:focus-visible) {
    outline: none;
}

:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
    outline: 4px solid var(--nv-focus);
    outline-offset: 5px;
}

.screen-reader-text,
.nv-skip-link:not(:focus):not(:focus-visible) {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.nv-skip-link {
    position: fixed;
    z-index: 9999;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--nv-touch-target);
    padding: 10px 16px;
    background: var(--nv-black);
    color: var(--nv-white);
    font-family: var(--font-display);
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid var(--nv-violet-c);
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.22);
}

/* =========================================================
   WORDPRESS DEFAULT UI HIDE
   ========================================================= */

header.site-header,
.site-header,
.site-footer,
.main-navigation,
.site-navigation,
.navigation-top,
.menu-toggle,
.wp-block-navigation,
#site-navigation,
#masthead,
#masthead .main-navigation,
#masthead .site-navigation,
#masthead .menu-toggle {
    display: none !important;
}

/* =========================================================
   BASE LAYOUT
   ========================================================= */

.nv-main {
    min-height: 100vh;
    background: var(--nv-black);
}

.nv-home,
[data-tilt-section] {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 82% 10%,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 28%
        ),
        linear-gradient(
            180deg,
            var(--nv-white) 0%,
            var(--nv-white-soft) 100%
        );
    color: var(--nv-black);
    perspective: 1600px;
    perspective-origin: 50% 50%;
}

.nv-home__world,
[data-tilt-world] {
    position: relative;
    z-index: 20;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow: visible;
    isolation: auto;
    background: transparent !important;
    color: var(--nv-black);
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.nv-home__world::before,
[data-tilt-world]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-top: 1px solid var(--nv-black);
}

.nv-home__world::after,
[data-tilt-world]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.18) 44%,
            rgba(0, 0, 0, 0.62) 100%
        );
    transition: opacity 160ms linear;
}

.nv-home__world.is-tilting::after,
[data-tilt-world].is-tilting::after {
    opacity: 1;
}

/* =========================================================
   PORTAL / CAPTURE / TIMELINE LAYERS
   ========================================================= */

.nv-capture-scene {
    position: absolute !important;
    inset: 0 !important;
    z-index: 8 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    isolation: isolate !important;
    background: transparent !important;
}

.nv-capture-hole {
    z-index: 1 !important;
}

.nv-capture-hole__spin {
    z-index: 2 !important;
}

.nv-capture-flash {
    z-index: 3 !important;
}

.nv-portal-scene {
    position: absolute !important;
    inset: 0 !important;
    z-index: 80 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    isolation: isolate !important;
    background: #000000;
}

.nv-portal-final-card {
    position: absolute !important;
    inset: 0 !important;
    z-index: 70 !important;
    pointer-events: none !important;
}

.nv-portal-final-inner {
    position: relative !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

.nv-portal-final-vignette {
    pointer-events: none !important;
}

.nv-fall-sequence {
    position: absolute !important;
    inset: 0 !important;
    z-index: 30 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.nv-need-payoff {
    position: absolute !important;
    inset: 0 !important;
    z-index: 120 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.nv-three-world {
    position: absolute !important;
    inset: 0 !important;
    z-index: 130 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.nv-home__top,
.nv-claim,
.nv-ticker,
.nv-bottom {
    position: relative !important;
    z-index: 40 !important;
}

.nv-claim__base,
.nv-claim__title,
.nv-claim__title .nv-word,
.nv-claim__subline {
    position: relative !important;
    z-index: 44 !important;
}

.nv-hover-layer {
    z-index: 52 !important;
}

.nv-hover-cursor,
[data-hover-cursor] {
    z-index: 58 !important;
}

.nv-hover-agents,
[data-hover-agents] {
    z-index: 60 !important;
}

.nv-menu-panel {
    z-index: 600 !important;
}

.nv-physics-canvas {
    position: absolute;
    inset: 0;
    z-index: 130;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    pointer-events: none;
}

/* =========================================================
   TOP / LOGO / MENU
   ========================================================= */

.nv-home__top {
    width: 100%;
    padding: clamp(18px, 3vw, 52px) var(--nv-page-pad) 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(14px, 3vw, 32px);
}

.nv-logo {
    position: relative;
    z-index: 310;
    display: flex !important;
    align-items: flex-start;
    width: clamp(148px, 16vw, 340px);
    min-height: var(--nv-touch-target);
    flex: 0 1 auto;
    color: inherit;
    text-decoration: none;
    user-select: none;
    opacity: 1 !important;
    visibility: visible !important;
    transition:
        opacity 160ms var(--nv-ease-out),
        transform 160ms var(--nv-ease-out);
}

.nv-logo:hover {
    opacity: 0.84 !important;
}

.nv-logo:active {
    transform: translateY(1px);
}

.nv-logo__img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.nv-logo__fallback {
    display: inline-grid;
    gap: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 74px);
    line-height: 0.78;
    font-weight: 900;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    opacity: 1 !important;
    visibility: visible !important;
}

.nv-menu-trigger {
    position: relative;
    z-index: 310;
    min-width: var(--nv-touch-target);
    min-height: var(--nv-touch-target);
    margin-top: clamp(10px, 1.8vw, 28px);
    padding: 4px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    appearance: none;
    background: transparent;
    color: var(--nv-violet-c);
    border: 0;
    border-bottom: 4px solid var(--nv-black);
    font-family: var(--font-display);
    font-size: clamp(18px, 1.85vw, 34px);
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.055em;
    text-transform: uppercase;
    transition:
        color 180ms var(--nv-ease-out),
        border-color 180ms var(--nv-ease-out),
        transform 180ms var(--nv-ease-out);
}

.nv-menu-trigger:hover,
.nv-menu-trigger[aria-expanded="true"] {
    color: var(--nv-violet-c);
    border-color: var(--nv-violet-c);
    transform: translateY(-2px);
}

.nv-menu-trigger:active {
    color: var(--nv-violet-c-dark);
    transform: translateY(0) scale(0.98);
}

.nv-menu-trigger:focus-visible {
    background: var(--nv-focus-bg);
    color: var(--nv-black);
    border-color: var(--nv-black);
}

/* =========================================================
   MENU PANEL
   ========================================================= */

.nv-menu-panel {
    position: fixed;
    top: clamp(76px, 8vw, 132px);
    right: var(--nv-page-pad);
    width: min(420px, calc(100vw - 32px));
    max-height: calc(100vh - 110px);
    max-height: calc(100svh - 110px);
    overflow: auto;
    background: var(--nv-black);
    color: var(--nv-white);
    border: 3px solid var(--nv-violet-c);
    box-shadow: var(--nv-menu-shadow);
    overscroll-behavior: contain;
}

.nv-menu-panel__inner {
    padding: clamp(18px, 3vw, 30px);
}

.nv-menu-panel__eyebrow {
    margin: 0 0 18px;
    color: var(--nv-cyan-on-dark);
    font-family: var(--font-note);
    font-size: clamp(18px, 2vw, 30px);
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.nv-menu-panel__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.nv-menu-panel__list a {
    display: flex;
    align-items: center;
    min-height: var(--nv-touch-target);
    padding: 9px 0;
    color: var(--nv-white);
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 54px);
    line-height: 0.92;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.42);
    transition:
        color 160ms var(--nv-ease-out),
        border-color 160ms var(--nv-ease-out),
        padding-left 160ms var(--nv-ease-out),
        background-color 160ms var(--nv-ease-out);
}

.nv-menu-panel__list a:hover {
    color: var(--nv-cyan-on-dark);
    border-color: var(--nv-cyan-on-dark);
    padding-left: 8px;
}

.nv-menu-panel__list a:active,
.nv-menu-panel__list a:focus-visible {
    color: var(--nv-white);
    background: var(--nv-violet-c);
    border-color: var(--nv-violet-c);
    padding-left: 8px;
    outline-color: var(--nv-white);
}

.nv-menu-panel__note {
    margin: 22px 0 0;
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.45;
}

/* =========================================================
   CLAIM
   ========================================================= */

.nv-claim {
    width: 100%;
    margin-top: clamp(30px, 5.4vh, 82px);
    padding-inline: var(--nv-page-pad);
}

.nv-claim__inner {
    position: relative;
    width: fit-content;
    max-width: 100%;
    min-height: clamp(230px, 25vw, 430px);
    overflow: visible;
    isolation: isolate;
}

.nv-claim__base {
    position: relative;
}

.nv-claim__textblock,
.nv-hover-textblock {
    position: relative;
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.nv-claim__title,
.nv-hover-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(50px, 7.05vw, 134px);
    line-height: 0.94;
    font-weight: 700;
    letter-spacing: -0.055em;
    text-transform: uppercase;
    overflow-wrap: normal;
    text-rendering: geometricPrecision;
}

.nv-claim__title {
    color: var(--nv-black);
}

.nv-hover-title {
    color: var(--nv-violet-c);
}

.nv-claim__line {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
}

.nv-word {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    transform-origin: center center;
    cursor: default;
}

.nv-word + .nv-word {
    margin-left: 0.16em;
}

.nv-claim__base [data-nv-word="ignorare"],
.nv-claim__base .nv-word--ignore,
.nv-word--ignore {
    color: var(--nv-violet-c) !important;
    -webkit-text-fill-color: var(--nv-violet-c) !important;
}

.nv-hover-title .nv-word--ignore {
    color: var(--nv-black) !important;
    -webkit-text-fill-color: var(--nv-black) !important;
}

/* =========================================================
   SUBLINE
   ========================================================= */

.nv-claim__subline,
.nv-hover-subline {
    display: block;
    width: var(--nv-subline-width);
    max-width: 100%;
    margin-top: clamp(10px, 1vw, 16px);
    padding: 0 0 6px;
    align-self: flex-start;
    white-space: nowrap;
    font-family: var(--font-display);
    font-size: clamp(12px, 0.82vw, 15px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.14em;
    word-spacing: 0.08em;
    text-transform: none;
    text-align: justify;
    text-align-last: justify;
}

.nv-claim__subline {
    position: relative;
    color: var(--nv-black);
    border-bottom: 4px solid var(--nv-black);
}

.nv-hover-subline {
    color: var(--nv-violet-c);
    border-bottom: 4px solid var(--nv-violet-c);
}

.nv-claim__subline::after,
.nv-hover-subline::after {
    content: "";
    display: inline-block;
    width: 100%;
}

/* =========================================================
   HOVER LAYER
   ========================================================= */

.nv-hover-layer {
    position: absolute;
    inset: 0;
    overflow: visible;
    pointer-events: none;
    clip-path: circle(0px at 0px 0px);
    -webkit-clip-path: circle(0px at 0px 0px);
}

.nv-hover-layer__content {
    position: absolute;
    inset: 0;
    overflow: visible;
    isolation: isolate;
    background: transparent;
}

.nv-hover-textblock {
    z-index: 10;
}

.nv-hover-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: clamp(150px, 12vw, 220px);
    height: clamp(150px, 12vw, 220px);
    margin-left: calc(clamp(150px, 12vw, 220px) / -2);
    margin-top: calc(clamp(150px, 12vw, 220px) / -2);
    opacity: 0;
    pointer-events: none;
    border: 3px solid var(--nv-violet-c);
    border-radius: 50%;
}

/* =========================================================
   HIDDEN NOTES
   ========================================================= */

.nv-hidden-notes {
    position: absolute;
    inset: 0;
    z-index: 95;
    pointer-events: none;
}

.nv-note {
    position: absolute;
    z-index: 96;
    display: inline-block;
    padding: 5px 10px 4px;
    background: var(--nv-white);
    color: var(--nv-black);
    border: 2px solid var(--nv-black);
    box-shadow: var(--nv-note-shadow);
    font-family: var(--font-note);
    font-size: clamp(10px, 0.8vw, 14px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nv-note--a {
    left: 52%;
    top: 1%;
    transform: rotate(3deg);
}

.nv-note--b {
    left: 4.5%;
    top: 69%;
    transform: rotate(-5deg);
}

.nv-note--c {
    left: 27%;
    top: 86%;
    transform: rotate(2.5deg);
}

.nv-note--d {
    left: 64%;
    top: 78%;
    transform: rotate(-3deg);
}

/* =========================================================
   HOVER AGENTS
   ========================================================= */

.nv-hover-agents {
    position: absolute;
    inset: 0;
    overflow: visible;
    pointer-events: none;
}

.nv-agent {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform-origin: center center;
    filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.08));
}

.nv-agent--hanger,
.nv-agent--greeter {
    width: clamp(48px, 4vw, 72px);
}

.nv-agent--peek {
    width: clamp(28px, 2.2vw, 42px);
    z-index: 120;
}

.nv-agent--squashed {
    width: clamp(52px, 4.2vw, 80px);
}

.nv-agent__svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

.nv-agent__fill {
    fill: var(--nv-white);
    stroke: var(--nv-black);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nv-agent__stroke,
.nv-agent__wave-line {
    fill: none;
    stroke: var(--nv-black);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nv-agent--peek .nv-agent__fill,
.nv-agent--peek .nv-agent__stroke {
    stroke-width: 4;
}

.nv-agent__sound,
.nv-agent__wave-line {
    opacity: 0.75;
}

.nv-agent__wave-group,
.nv-agent__wave-signs {
    transform-box: fill-box;
    transform-origin: center center;
}

/* =========================================================
   TICKER / BOTTOM
   ========================================================= */

.nv-ticker {
    width: 100%;
    margin-top: clamp(40px, 4vw, 78px);
    overflow: hidden;
    background: var(--nv-black);
    color: var(--nv-white);
    border-top: 2px solid var(--nv-black);
    border-bottom: 2px solid var(--nv-black);
    white-space: nowrap;
}

.nv-ticker__toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.nv-ticker__track {
    display: flex;
    width: max-content;
}

.nv-ticker__track span {
    display: block;
    padding: 6px 0 5px;
    color: var(--nv-white);
    font-family: var(--font-note);
    font-size: clamp(20px, 1.85vw, 34px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.nv-bottom {
    display: grid;
    place-items: center;
    padding: clamp(36px, 3.8vw, 70px) 24px 34px;
}

.nv-bottom__question {
    margin: 0;
    color: var(--nv-black);
    font-family: var(--font-banner);
    font-size: clamp(34px, 3vw, 60px);
    line-height: 0.95;
    font-weight: 400;
    letter-spacing: -0.055em;
    text-align: center;
    text-transform: lowercase;
}

.nv-bottom__arrow {
    margin-top: 6px;
    color: var(--nv-black);
    font-size: clamp(40px, 3vw, 56px);
    line-height: 1;
}

/* =========================================================
   PORTAL ELEMENTS / BASE
   ========================================================= */

.nv-portal-bg {
    position: absolute;
    inset: -24%;
    z-index: 1;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(120, 70, 255, 0.34) 8%,
            rgba(18, 0, 42, 0.92) 24%,
            rgba(0, 0, 0, 1) 72%
        ),
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(0, 0, 0, 0) 18%
        );
    transform: scale(0.7);
}

.nv-portal-bg::before,
.nv-portal-bg::after {
    content: "";
    position: absolute;
    inset: -12%;
    pointer-events: none;
    transform-origin: 50% 50%;
}

.nv-portal-bg::before {
    opacity: 0.88;
    mix-blend-mode: screen;
    filter: blur(1px);
    background:
        conic-gradient(
            from 0deg at 50% 50%,
            rgba(255, 255, 255, 0) 0deg,
            rgba(255, 255, 255, 0.16) 14deg,
            rgba(120, 70, 255, 0.58) 42deg,
            rgba(0, 217, 255, 0.16) 72deg,
            rgba(0, 0, 0, 0) 104deg,
            rgba(120, 70, 255, 0.48) 146deg,
            rgba(255, 255, 255, 0.10) 186deg,
            rgba(0, 217, 255, 0.12) 226deg,
            rgba(0, 0, 0, 0) 274deg,
            rgba(120, 70, 255, 0.66) 322deg,
            rgba(255, 255, 255, 0) 360deg
        );
}

.nv-portal-bg::after {
    opacity: 0.42;
    mix-blend-mode: screen;
    background:
        repeating-radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.14) 0px,
            rgba(255, 255, 255, 0.06) 2px,
            rgba(120, 70, 255, 0.12) 18px,
            rgba(0, 217, 255, 0.05) 42px,
            rgba(0, 0, 0, 0) 82px
        );
}

.nv-portal-tunnel {
    position: absolute;
    inset: 0;
    z-index: 2;
    transform-origin: 50% 50%;
}

.nv-portal-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    box-shadow:
        0 0 30px rgba(120, 70, 255, 0.16),
        inset 0 0 28px rgba(120, 70, 255, 0.22);
}

.nv-portal-ring--1 {
    width: 18vmax;
    height: 18vmax;
    opacity: 0.44;
}

.nv-portal-ring--2 {
    width: 28vmax;
    height: 28vmax;
    opacity: 0.36;
}

.nv-portal-ring--3 {
    width: 42vmax;
    height: 42vmax;
    opacity: 0.30;
}

.nv-portal-ring--4 {
    width: 60vmax;
    height: 60vmax;
    opacity: 0.24;
}

.nv-portal-ring--5 {
    width: 82vmax;
    height: 82vmax;
    opacity: 0.18;
}

.nv-portal-mist {
    position: absolute;
    inset: 6%;
    z-index: 3;
    opacity: 0.7;
    border-radius: 999px;
    mix-blend-mode: screen;
    filter: blur(18px);
    background:
        conic-gradient(
            from 180deg at 50% 50%,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.16),
            rgba(120, 70, 255, 0.44),
            rgba(255, 255, 255, 0.06),
            rgba(120, 70, 255, 0.30),
            rgba(255, 255, 255, 0)
        );
    transform-origin: 50% 50%;
}

.nv-portal-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: min(34vw, 420px);
    aspect-ratio: 1;
    border-radius: 999px;
    transform: translate(-50%, -50%) scale(0.34);
    transform-origin: 50% 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 36%,
            rgba(40, 0, 80, 0.96) 54%,
            rgba(120, 70, 255, 0.66) 68%,
            rgba(255, 255, 255, 0) 78%
        );
    box-shadow:
        0 0 90px rgba(120, 70, 255, 0.34),
        0 0 180px rgba(120, 70, 255, 0.14),
        inset 0 0 80px rgba(0, 0, 0, 1);
}

.nv-portal-flash {
    position: absolute;
    inset: 0;
    z-index: 30;
    opacity: 0;
    mix-blend-mode: screen;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.34) 0%,
            rgba(120, 70, 255, 0.22) 16%,
            rgba(0, 0, 0, 0) 48%
        );
}

.nv-portal-phrases {
    position: absolute;
    inset: 0;
    z-index: 20;
    overflow: hidden;
    pointer-events: none;
    perspective: 1400px;
}

.nv-portal-phrase {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(94vw, 1300px);
    margin: 0;
    opacity: 0;
    color: #ffffff;
    text-align: left;
    font-family: var(--font-display);
    font-size: clamp(32px, 4.4vw, 88px);
    line-height: 0.94;
    font-weight: 700;
    letter-spacing: -0.06em;
    transform: translate(-50%, -50%);
    text-wrap: balance;
    text-shadow:
        0 0 18px rgba(255, 255, 255, 0.08),
        0 0 42px rgba(120, 70, 255, 0.14);
}

.nv-portal-impact {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 24;
    width: min(92vw, 1200px);
    opacity: 0;
    text-align: center;
    transform: translate(-50%, -50%);
}

.nv-portal-impact span {
    display: block;
    margin: 0 0 12px;
    color: var(--nv-violet-light);
    font-family: var(--font-note);
    font-size: clamp(14px, 1.5vw, 28px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nv-portal-impact strong {
    display: block;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(42px, 7vw, 120px);
    line-height: 0.86;
    font-weight: 700;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow:
        0 0 24px rgba(255, 255, 255, 0.08),
        0 0 60px rgba(120, 70, 255, 0.28);
}

/* =========================================================
   BLOG / ARCHIVE FALLBACK
   ========================================================= */

.nv-archive,
.nv-empty {
    width: min(var(--nv-blog-max), calc(100% - 32px));
    margin-inline: auto;
    padding: var(--nv-section-pad) 0;
    color: var(--nv-white);
}

.nv-archive__item {
    padding: clamp(24px, 4vw, 48px) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    content-visibility: auto;
    contain-intrinsic-size: 280px;
}

.nv-archive__title {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-size: clamp(34px, 5vw, 82px);
    line-height: 0.95;
    letter-spacing: -0.055em;
    text-transform: uppercase;
    text-wrap: balance;
}

.nv-archive__title a {
    color: var(--nv-white);
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.12em;
}

.nv-archive__title a:hover {
    color: var(--nv-cyan-on-dark);
}

.nv-archive__excerpt {
    max-width: 72ch;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(16px, 1.3vw, 20px);
    line-height: 1.6;
}

.nv-archive__pagination {
    margin-top: clamp(32px, 5vw, 64px);
    color: var(--nv-white);
}

.nv-archive__pagination a,
.nv-archive__pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    margin: 4px;
    padding: 8px 12px;
    color: var(--nv-white);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.nv-archive__pagination .current,
.nv-archive__pagination a:hover {
    background: var(--nv-white);
    color: var(--nv-black);
}

.nv-empty h1 {
    margin: 0 0 16px;
    font-family: var(--font-display);
    font-size: clamp(44px, 7vw, 110px);
    line-height: 0.9;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-wrap: balance;
}

.nv-empty p {
    max-width: 60ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(16px, 1.4vw, 22px);
    line-height: 1.6;
}

/* =========================================================
   PERFORMANCE HINTS, ONLY ON DEVICES THAT CAN HANDLE THEM
   ========================================================= */

@media (hover: hover) and (pointer: fine) {
    .nv-hover-layer,
    .nv-hover-cursor,
    .nv-agent,
    .nv-ticker__track,
    .nv-portal-bg,
    .nv-portal-bg::before,
    .nv-portal-bg::after,
    .nv-portal-tunnel,
    .nv-portal-ring,
    .nv-portal-mist,
    .nv-portal-core,
    .nv-portal-flash,
    .nv-portal-phrase,
    .nv-portal-impact,
    .nv-fall-sequence,
    .nv-need-payoff {
        will-change: transform, opacity;
    }
}

/* =========================================================
   ULTRA WIDE / TV
   ========================================================= */

@media (min-width: 2200px) {
    :root {
        --nv-page-pad: clamp(90px, 5vw, 180px);
        --nv-content-max: 1920px;
    }

    .nv-home__top,
    .nv-claim {
        max-width: var(--nv-content-max);
        margin-inline: auto;
    }

    .nv-logo {
        width: clamp(360px, 15vw, 560px);
    }

    .nv-menu-trigger {
        font-size: clamp(34px, 1.6vw, 52px);
    }

    .nv-claim {
        margin-top: clamp(90px, 8vh, 160px);
    }

    .nv-claim__inner {
        min-height: clamp(560px, 25vw, 760px);
    }

    .nv-claim__title,
    .nv-hover-title {
        font-size: clamp(172px, 6.2vw, 260px);
        letter-spacing: -0.052em;
    }

    .nv-claim__subline,
    .nv-hover-subline {
        width: min(920px, 100%);
        font-size: clamp(16px, 0.72vw, 22px);
    }

    .nv-ticker__track span {
        font-size: clamp(38px, 1.5vw, 56px);
    }

    .nv-bottom__question {
        font-size: clamp(82px, 3vw, 130px);
    }

    .nv-bottom__arrow {
        font-size: clamp(64px, 2.4vw, 92px);
    }

    .nv-portal-core {
        width: min(28vw, 760px);
    }

    .nv-portal-phrase {
        width: min(82vw, 1800px);
        font-size: clamp(104px, 4vw, 160px);
    }

    .nv-portal-impact strong {
        font-size: clamp(120px, 5.8vw, 220px);
    }
}

/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1800px) and (max-width: 2199px) {
    :root {
        --nv-page-pad: clamp(64px, 4vw, 120px);
    }

    .nv-logo {
        width: clamp(300px, 16vw, 460px);
    }

    .nv-claim {
        margin-top: clamp(68px, 7vh, 130px);
    }

    .nv-claim__inner {
        min-height: clamp(420px, 27vw, 620px);
    }

    .nv-claim__title,
    .nv-hover-title {
        font-size: clamp(132px, 6.6vw, 204px);
        letter-spacing: -0.052em;
    }

    .nv-bottom__question {
        font-size: clamp(58px, 3vw, 88px);
    }

    .nv-portal-core {
        width: min(30vw, 620px);
    }

    .nv-portal-phrase {
        font-size: clamp(72px, 4.4vw, 120px);
    }
}

/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1280px) {
    .nv-claim__title,
    .nv-hover-title {
        font-size: clamp(48px, 6.85vw, 104px);
        line-height: 0.95;
        letter-spacing: -0.052em;
    }

    .nv-claim__inner {
        min-height: clamp(220px, 26vw, 360px);
    }

    .nv-note--c {
        top: 84%;
    }

    .nv-note--d {
        top: 76%;
    }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
    .nv-logo {
        width: clamp(150px, 20vw, 230px);
    }

    .nv-claim {
        margin-top: clamp(34px, 6vh, 70px);
    }

    .nv-claim__inner {
        min-height: clamp(200px, 27vw, 330px);
    }

    .nv-claim__title,
    .nv-hover-title {
        font-size: clamp(44px, 6.75vw, 78px);
        line-height: 0.96;
        letter-spacing: -0.048em;
    }

    .nv-claim__subline,
    .nv-hover-subline {
        font-size: clamp(12px, 1vw, 14px);
        letter-spacing: 0.12em;
    }

    .nv-note {
        font-size: clamp(10px, 0.95vw, 13px);
    }

    .nv-portal-phrase {
        font-size: clamp(28px, 5.4vw, 62px);
    }
}

/* =========================================================
   TOUCH / NO HOVER
   ========================================================= */

@media (max-width: 900px), (hover: none), (pointer: coarse) {
    .nv-hover-layer,
    .nv-hover-cursor,
    .nv-hover-agents {
        display: none !important;
    }

    .nv-physics-canvas {
        display: none;
    }

    .nv-home__world,
    [data-tilt-world] {
        transform-style: flat;
    }
}

/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 720px) {
    :root {
        --nv-page-pad: 16px;
    }

    .nv-home,
    .nv-home__world,
    [data-tilt-section],
    [data-tilt-world] {
        min-height: 100vh;
        min-height: 100svh;
    }

    .nv-home,
    [data-tilt-section] {
        perspective: 1000px;
    }

    .nv-home__top {
        padding-top: 18px;
        align-items: center;
    }

    .nv-logo {
        width: clamp(142px, 42vw, 178px);
        min-height: var(--nv-touch-target);
    }

    .nv-logo__fallback {
        font-size: 36px;
    }

    .nv-menu-trigger {
        min-height: var(--nv-touch-target);
        margin-top: 0;
        font-size: 18px;
        border-bottom-width: 3px;
    }

    .nv-menu-panel {
        top: 74px;
        right: 16px;
        left: 16px;
        width: auto;
        max-height: calc(100vh - 92px);
        max-height: calc(100svh - 92px);
    }

    .nv-menu-panel__list a {
        font-size: clamp(34px, 11vw, 52px);
    }

    .nv-claim {
        margin-top: clamp(34px, 6vh, 58px);
    }

    .nv-claim__inner {
        width: 100%;
        min-height: auto;
    }

    .nv-claim__textblock {
        width: 100%;
    }

    .nv-claim__title {
        max-width: 100%;
        font-size: clamp(38px, 12.2vw, 66px);
        line-height: 0.98;
        letter-spacing: -0.044em;
    }

    .nv-claim__line {
        flex-wrap: wrap;
        white-space: normal;
    }

    .nv-word + .nv-word {
        margin-left: 0.13em;
    }

    .nv-claim__subline {
        display: block;
        width: min(92vw, 520px);
        margin-top: 12px;
        font-size: clamp(13px, 3.4vw, 16px);
        line-height: 1.16;
        letter-spacing: 0.07em;
        white-space: normal;
        text-align: left;
        text-align-last: left;
        border-bottom-width: 3px;
    }

    .nv-claim__subline::after {
        display: none;
    }

    .nv-hover-subline {
        display: none;
    }

    .nv-ticker {
        margin-top: clamp(40px, 7vh, 56px);
    }

    .nv-ticker__track span {
        font-size: 22px;
    }

    .nv-bottom {
        padding-top: 34px;
    }

    .nv-bottom__question {
        font-size: clamp(32px, 10vw, 48px);
        letter-spacing: -0.05em;
    }

    .nv-bottom__arrow {
        font-size: 42px;
    }

    .nv-capture-hole {
        width: min(46vw, 260px) !important;
    }

    .nv-portal-core {
        width: min(64vw, 300px);
    }

    .nv-portal-mist {
        filter: blur(12px);
    }

    .nv-portal-phrase {
        width: min(92vw, 92vw);
        font-size: clamp(24px, 8vw, 48px);
        line-height: 0.98;
        letter-spacing: -0.045em;
    }

    .nv-portal-impact strong {
        font-size: clamp(36px, 12vw, 74px);
        line-height: 0.9;
    }

    .nv-portal-ring--4,
    .nv-portal-ring--5 {
        opacity: 0.12;
    }

    .nv-archive,
    .nv-empty {
        width: min(100% - 32px, var(--nv-blog-max));
        padding: clamp(64px, 18vw, 96px) 0;
    }

    .nv-archive__title {
        font-size: clamp(34px, 11vw, 58px);
    }
}

/* =========================================================
   SMALL SMARTPHONE
   ========================================================= */

@media (max-width: 430px) {
    .nv-home__top {
        gap: 10px;
    }

    .nv-logo {
        width: clamp(126px, 40vw, 160px);
    }

    .nv-menu-trigger {
        font-size: 16px;
    }

    .nv-claim__title {
        font-size: clamp(36px, 11.9vw, 54px);
        line-height: 1;
        letter-spacing: -0.038em;
    }

    .nv-claim__subline {
        font-size: clamp(12px, 3.4vw, 14px);
        letter-spacing: 0.055em;
    }

    .nv-ticker__track span {
        font-size: 20px;
    }

    .nv-portal-phrase {
        font-size: clamp(23px, 8.2vw, 42px);
    }
}

/* =========================================================
   VERY SHORT SCREENS
   ========================================================= */

@media (max-height: 680px) and (min-width: 721px) {
    .nv-home__top {
        padding-top: 18px;
    }

    .nv-logo {
        width: clamp(130px, 13vw, 230px);
    }

    .nv-menu-trigger {
        margin-top: 8px;
        font-size: clamp(17px, 1.6vw, 28px);
    }

    .nv-claim {
        margin-top: clamp(22px, 4vh, 44px);
    }

    .nv-claim__inner {
        min-height: clamp(190px, 22vw, 300px);
    }

    .nv-claim__title,
    .nv-hover-title {
        font-size: clamp(48px, 6vw, 98px);
    }

    .nv-ticker {
        margin-top: clamp(26px, 3vw, 44px);
    }

    .nv-bottom {
        padding-top: 24px;
        padding-bottom: 22px;
    }
}

/* =========================================================
   REDUCED MOTION / ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }

    .nv-hover-layer,
    .nv-hover-cursor,
    .nv-hover-agents,
    .nv-physics-canvas,
    .nv-capture-scene,
    .nv-portal-scene,
    .nv-fall-sequence,
    .nv-need-payoff,
    .nv-three-world {
        display: none !important;
    }

    .nv-ticker__track,
    .nv-bottom__arrow,
    .nv-home__world,
    [data-tilt-world] {
        transform: none !important;
    }
}

/* =========================================================
   HIGH CONTRAST
   ========================================================= */

@media (prefers-contrast: more) {
    :root {
        --nv-violet-c: #330066;
        --nv-focus: #000000;
    }

    .nv-claim__subline,
    .nv-hover-subline {
        border-bottom-width: 5px;
    }

    .nv-menu-panel {
        border-width: 4px;
    }

    .nv-portal-phrase,
    .nv-portal-impact strong {
        text-shadow: none;
    }
}

/* =========================================================
   FORCED COLORS
   ========================================================= */

@media (forced-colors: active) {
    :root {
        --nv-white: Canvas;
        --nv-white-soft: Canvas;
        --nv-black: CanvasText;
        --nv-black-soft: CanvasText;
        --nv-violet-c: LinkText;
        --nv-violet-light: LinkText;
        --nv-cyan-on-dark: LinkText;
        --nv-focus: Highlight;
    }

    .nv-menu-panel,
    .nv-ticker,
    .nv-note,
    .nv-agent__fill,
    .nv-agent__stroke,
    .nv-agent__wave-line {
        forced-color-adjust: auto;
    }

    .nv-capture-scene,
    .nv-portal-scene,
    .nv-fall-sequence,
    .nv-need-payoff,
    .nv-three-world {
        display: none !important;
    }
}

/* =========================================================
   NEMEA PORTAL — ABYSS / GRAVITY WELL OVERRIDE
   Questo blocco corregge l'estetica del portale.
   Qui il "buco" deve sembrare assenza, non palla viola.
   ========================================================= */

.nv-capture-hole {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: min(34vw, 460px) !important;
    aspect-ratio: 1 !important;
    border-radius: 999px !important;
    overflow: visible !important;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 24%,
            rgba(7, 3, 14, 0.98) 36%,
            rgba(35, 12, 72, 0.52) 52%,
            rgba(68, 0, 153, 0.20) 64%,
            rgba(0, 0, 0, 0) 76%
        ) !important;
    box-shadow:
        0 0 42px rgba(0, 0, 0, 0.34),
        0 0 82px rgba(68, 0, 153, 0.16) !important;
    filter: blur(0.2px) contrast(1.12) !important;
    mix-blend-mode: multiply !important;
    transform-origin: 50% 50% !important;
}

.nv-capture-hole::before {
    content: "";
    position: absolute;
    inset: -34%;
    border-radius: 50%;
    pointer-events: none;
    background:
        conic-gradient(
            from 210deg at 50% 50%,
            rgba(0, 0, 0, 0) 0deg,
            rgba(20, 8, 38, 0.34) 28deg,
            rgba(68, 0, 153, 0.42) 52deg,
            rgba(0, 0, 0, 0.28) 76deg,
            rgba(0, 0, 0, 0) 104deg,
            rgba(34, 12, 72, 0.32) 148deg,
            rgba(0, 0, 0, 0.46) 194deg,
            rgba(68, 0, 153, 0.30) 238deg,
            rgba(0, 0, 0, 0) 288deg,
            rgba(0, 0, 0, 0.44) 330deg,
            rgba(0, 0, 0, 0) 360deg
        );
    opacity: 0.74;
    filter: blur(10px);
    mix-blend-mode: multiply;
}

.nv-capture-hole::after {
    content: "";
    position: absolute;
    inset: -72%;
    border-radius: 50%;
    pointer-events: none;
    background:
        repeating-radial-gradient(
            circle at 50% 50%,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 34px,
            rgba(31, 12, 66, 0.11) 36px,
            rgba(0, 0, 0, 0) 42px
        );
    opacity: 0.28;
    transform: rotate(-8deg);
    mix-blend-mode: multiply;
}

.nv-capture-hole__spin {
    position: absolute !important;
    inset: -18% !important;
    border-radius: 50% !important;
    opacity: 0.72 !important;
    background:
        conic-gradient(
            from 0deg at 50% 50%,
            rgba(0, 0, 0, 0) 0deg,
            rgba(0, 0, 0, 0.58) 38deg,
            rgba(68, 0, 153, 0.36) 72deg,
            rgba(0, 0, 0, 0.08) 112deg,
            rgba(0, 0, 0, 0.68) 156deg,
            rgba(36, 12, 78, 0.40) 214deg,
            rgba(0, 0, 0, 0.18) 266deg,
            rgba(0, 0, 0, 0.64) 318deg,
            rgba(0, 0, 0, 0) 360deg
        ) !important;
    filter: blur(4px) contrast(1.2) !important;
    mix-blend-mode: multiply !important;
    transform-origin: 50% 50% !important;
}

.nv-capture-flash {
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.24) 0%,
            rgba(184, 163, 106, 0.06) 13%,
            rgba(68, 0, 153, 0.14) 26%,
            rgba(0, 0, 0, 0) 54%
        ) !important;
}

.nv-portal-scene {
    background:
        radial-gradient(
            circle at 50% 50%,
            #020203 0%,
            #030306 28%,
            #090512 52%,
            #020203 100%
        ) !important;
}

.nv-portal-bg {
    inset: -28% !important;
    z-index: 1 !important;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(0, 0, 0, 1) 0%,
            rgba(2, 2, 5, 1) 18%,
            rgba(13, 7, 26, 0.96) 39%,
            rgba(28, 12, 58, 0.62) 58%,
            rgba(4, 4, 8, 1) 82%,
            rgba(0, 0, 0, 1) 100%
        ) !important;
    filter: contrast(1.22) brightness(0.78) !important;
}

.nv-portal-bg::before {
    opacity: 0.46 !important;
    filter: blur(22px) contrast(1.18) !important;
    mix-blend-mode: screen !important;
    background:
        conic-gradient(
            from 240deg at 50% 50%,
            rgba(0, 0, 0, 0) 0deg,
            rgba(73, 24, 135, 0.28) 34deg,
            rgba(0, 0, 0, 0.12) 76deg,
            rgba(255, 255, 255, 0.035) 112deg,
            rgba(0, 0, 0, 0.22) 154deg,
            rgba(44, 18, 88, 0.34) 198deg,
            rgba(0, 0, 0, 0.10) 246deg,
            rgba(184, 163, 106, 0.055) 296deg,
            rgba(0, 0, 0, 0) 360deg
        ) !important;
}

.nv-portal-bg::after {
    opacity: 0.18 !important;
    mix-blend-mode: screen !important;
    background:
        repeating-radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.055) 0px,
            rgba(255, 255, 255, 0.018) 1px,
            rgba(68, 0, 153, 0.055) 54px,
            rgba(0, 0, 0, 0) 92px
        ) !important;
}

.nv-portal-ring {
    border-width: 1px !important;
    border-color: rgba(235, 229, 218, 0.07) !important;
    border-left-color: rgba(68, 0, 153, 0.035) !important;
    border-bottom-color: rgba(0, 0, 0, 0.02) !important;
    box-shadow:
        0 0 44px rgba(68, 0, 153, 0.07),
        inset 0 0 38px rgba(0, 0, 0, 0.16) !important;
    filter: blur(0.15px) !important;
    mix-blend-mode: screen !important;
}

.nv-portal-ring--1 {
    opacity: 0.30 !important;
}

.nv-portal-ring--2 {
    opacity: 0.24 !important;
}

.nv-portal-ring--3 {
    opacity: 0.18 !important;
}

.nv-portal-ring--4 {
    opacity: 0.13 !important;
}

.nv-portal-ring--5 {
    opacity: 0.09 !important;
}

.nv-portal-mist {
    inset: -8% !important;
    opacity: 0.42 !important;
    filter: blur(34px) contrast(1.12) !important;
    background:
        conic-gradient(
            from 130deg at 50% 50%,
            rgba(0, 0, 0, 0),
            rgba(80, 28, 150, 0.24),
            rgba(0, 0, 0, 0.18),
            rgba(255, 255, 255, 0.035),
            rgba(38, 15, 78, 0.32),
            rgba(0, 0, 0, 0)
        ) !important;
    mix-blend-mode: screen !important;
}

.nv-portal-core {
    width: min(42vw, 560px) !important;
    border-radius: 999px !important;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 33%,
            rgba(5, 4, 9, 0.98) 45%,
            rgba(28, 10, 60, 0.44) 58%,
            rgba(68, 0, 153, 0.14) 69%,
            rgba(0, 0, 0, 0) 81%
        ) !important;
    box-shadow:
        0 0 62px rgba(0, 0, 0, 0.74),
        0 0 130px rgba(68, 0, 153, 0.12),
        inset 0 0 120px rgba(0, 0, 0, 1) !important;
    filter: blur(0.25px) contrast(1.28) brightness(0.86) !important;
    mix-blend-mode: normal !important;
}

.nv-portal-core::before {
    content: "";
    position: absolute;
    inset: -38%;
    border-radius: 50%;
    pointer-events: none;
    background:
        conic-gradient(
            from 300deg at 50% 50%,
            rgba(0, 0, 0, 0) 0deg,
            rgba(70, 20, 140, 0.18) 44deg,
            rgba(0, 0, 0, 0.48) 86deg,
            rgba(255, 255, 255, 0.028) 128deg,
            rgba(0, 0, 0, 0.54) 174deg,
            rgba(54, 18, 120, 0.20) 236deg,
            rgba(0, 0, 0, 0.36) 300deg,
            rgba(0, 0, 0, 0) 360deg
        );
    opacity: 0.82;
    filter: blur(9px);
}

.nv-portal-flash {
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.18) 0%,
            rgba(184, 163, 106, 0.055) 12%,
            rgba(68, 0, 153, 0.12) 23%,
            rgba(0, 0, 0, 0) 48%
        ) !important;
}

.nv-portal-phrase {
    color: var(--nv-abyss-bone) !important;
    text-shadow:
        0 0 18px rgba(242, 238, 231, 0.08),
        0 0 48px rgba(68, 0, 153, 0.16) !important;
    filter: contrast(1.05);
}

.nv-portal-impact span {
    color: rgba(184, 163, 106, 0.78) !important;
}

.nv-portal-impact strong {
    color: var(--nv-abyss-bone) !important;
    text-shadow:
        0 0 24px rgba(242, 238, 231, 0.08),
        0 0 72px rgba(68, 0, 153, 0.18) !important;
}

@media (max-width: 720px) {
    .nv-capture-hole {
        width: min(62vw, 310px) !important;
    }

    .nv-portal-core {
        width: min(72vw, 360px) !important;
    }

    .nv-portal-mist {
        filter: blur(20px) contrast(1.08) !important;
    }
}

/* =========================================================
   PRINT
   ========================================================= */

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .nv-hover-layer,
    .nv-hover-cursor,
    .nv-hover-agents,
    .nv-physics-canvas,
    .nv-capture-scene,
    .nv-portal-scene,
    .nv-fall-sequence,
    .nv-need-payoff,
    .nv-three-world,
    .nv-ticker,
    .nv-bottom__arrow,
    .nv-menu-trigger,
    .nv-menu-panel {
        display: none !important;
    }

    .nv-home,
    .nv-home__world {
        min-height: auto !important;
        overflow: visible !important;
    }

    .nv-claim {
        margin-top: 40px;
        padding-inline: 0;
    }

    .nv-claim__title {
        font-size: 54pt;
        line-height: 0.95;
    }

    .nv-claim__subline {
        width: auto;
        font-size: 12pt;
        white-space: normal;
        text-align: left;
        text-align-last: left;
    }
}
/* =========================================================
   NEMEA HOME BOOT GUARD
   Evita flash nero / bianco / nero prima dello scroll.
   La home iniziale deve restare bianca.
   Il portale può apparire SOLO quando .nv-home diventa .is-portal-active.
   ========================================================= */

html,
body {
    background: var(--nv-white-soft, #fffdf8) !important;
}

.nv-main {
    background: var(--nv-white-soft, #fffdf8) !important;
}

.nv-home,
[data-tilt-section] {
    background:
        radial-gradient(
            circle at 82% 10%,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 28%
        ),
        linear-gradient(
            180deg,
            var(--nv-white, #ffffff) 0%,
            var(--nv-white-soft, #fffdf8) 100%
        ) !important;
    color: var(--nv-black, #020202) !important;
}

/*
 * Stato iniziale assoluto:
 * se siamo ancora sulla home e il portale NON è attivo,
 * nessun layer del portale deve poter dipingere nero sopra la home.
 */

.nv-home:not(.is-portal-active) .nv-capture-scene,
.nv-home:not(.is-portal-active) .nv-portal-scene,
.nv-home:not(.is-portal-active) .nv-fall-sequence,
.nv-home:not(.is-portal-active) .nv-need-payoff,
.nv-home:not(.is-portal-active) .nv-three-world,
.nv-home:not(.is-portal-active) .nv-portal-dark-transition,
.nv-home:not(.is-portal-active) .nv-portal-blackout,
.nv-home:not(.is-portal-active) .nv-portal-home-blackout {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

/*
 * Anche se GSAP o Three provano a montare il canvas in anticipo,
 * a scroll 0 non deve vedersi nulla.
 */

.nv-home:not(.is-portal-active) .nv-portal-three-mount,
.nv-home:not(.is-portal-active) .nv-portal-three,
.nv-home:not(.is-portal-active) .nv-portal-three canvas,
.nv-home:not(.is-portal-active) .nv-portal-three__canvas {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

/*
 * La UI della home deve restare visibile e sopra tutto quando siamo a inizio pagina.
 */

.nv-home:not(.is-portal-active) .nv-home__world,
.nv-home:not(.is-portal-active) .nv-home__top,
.nv-home:not(.is-portal-active) .nv-logo,
.nv-home:not(.is-portal-active) .nv-menu-trigger,
.nv-home:not(.is-portal-active) .nv-claim,
.nv-home:not(.is-portal-active) .nv-ticker,
.nv-home:not(.is-portal-active) .nv-bottom {
    opacity: 1 !important;
    visibility: visible !important;
}

/*
 * Quando il portale diventa attivo, lasciamo di nuovo la regia a GSAP.
 */

.nv-home.is-portal-active .nv-capture-scene,
.nv-home.is-portal-active .nv-portal-scene,
.nv-home.is-portal-active .nv-fall-sequence,
.nv-home.is-portal-active .nv-need-payoff {
    pointer-events: none !important;
}