.master-brand .master-brand-mark {
    width: 48px;
    height: 47px;
    flex: 0 0 auto;
    filter: none;
    opacity: 1;
}

.master-brand .master-brand-wordmark {
    width: min(168px, 22vw);
    height: auto;
    flex: 0 1 auto;
    filter: none;
    opacity: 1;
}

.property-parallax .site-header {
    border-bottom-color: rgba(221, 184, 255, 0.2);
    background: rgba(28, 3, 49, 0.91);
    box-shadow: 0 10px 34px rgba(9, 0, 20, 0.12);
}

@media (max-width: 1020px) {
    .site-header .nav-toggle {
        display: inline-flex;
        min-width: 52px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
    }

    .site-header .site-nav {
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        gap: 0.45rem;
        align-items: flex-start;
        padding: 1rem;
        border-bottom: 1px solid var(--line);
        background: rgba(16, 13, 12, 0.98);
        box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
    }

    .site-header .site-nav.is-open {
        display: flex;
    }

    .site-header .site-nav a {
        width: 100%;
        padding: 0.45rem 0;
    }

    .property-parallax .site-header .site-nav {
        border-bottom-color: rgba(221, 184, 255, 0.2);
        background: rgba(28, 3, 49, 0.98);
    }
}

@media (max-width: 520px) {
    .master-brand {
        gap: 0.55rem;
    }

    .master-brand .master-brand-mark {
        width: 42px;
        height: 41px;
    }

    .master-brand .master-brand-wordmark {
        width: clamp(88px, 31vw, 132px);
    }
}

.parallax-home {
    --home-purple-950: #120020;
    --home-purple-900: #21043b;
    --home-purple-800: #35105c;
    --home-purple-700: #55209a;
    --home-purple-500: #9b4dff;
    --home-purple-300: #d9b8ff;
    --home-warm: #f1e5d2;
    --home-warm-2: #e7d3b8;
    --home-warm-ink: #211525;
    --home-white: #fffaf3;
    --home-muted: #cbbdde;
    background: var(--home-purple-950);
    color: var(--home-white);
    font-family: var(--sans);
}

.parallax-home #platform,
.parallax-home #ventures,
.parallax-home #system,
.parallax-home #build,
.parallax-home #operate {
    scroll-margin-top: 7.5rem;
}

.parallax-home .home-kicker {
    margin: 0;
    color: var(--home-purple-300);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.parallax-home .home-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: calc(100vh - 72px);
    min-height: calc(100svh - 72px);
    overflow: hidden;
    align-items: center;
    padding: clamp(5.5rem, 9vw, 8.5rem) 0;
    background:
        radial-gradient(circle at 78% 16%, rgba(209, 128, 255, 0.32), transparent 27%),
        radial-gradient(circle at 20% 78%, rgba(92, 42, 175, 0.62), transparent 38%),
        linear-gradient(138deg, #6d2bb4 0%, #40126f 28%, #230440 58%, #120020 100%);
}

.parallax-home .home-hero::before {
    position: absolute;
    z-index: -2;
    inset: -34% -16% -20%;
    content: '';
    pointer-events: none;
    opacity: 0.42;
    background:
        repeating-linear-gradient(116deg, transparent 0 8.9vw, rgba(236, 206, 255, 0.18) 9vw 9.08vw),
        repeating-linear-gradient(25deg, transparent 0 13vw, rgba(194, 121, 255, 0.1) 13.1vw 13.18vw);
    mask-image: linear-gradient(to bottom, transparent 5%, #000 30%, #000 74%, transparent 100%);
    transform: perspective(760px) rotateX(57deg) scale(1.14) translateY(18%);
    transform-origin: center bottom;
}

.parallax-home .home-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: '';
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(18, 0, 32, 0.1), rgba(18, 0, 32, 0.48) 76%, rgba(18, 0, 32, 0.1)),
        radial-gradient(ellipse at center, transparent 30%, rgba(12, 0, 24, 0.54) 100%);
}

.parallax-home .home-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
    gap: clamp(2.5rem, 7vw, 6.5rem);
    align-items: center;
}

.parallax-home .home-hero-copy {
    position: relative;
    z-index: 3;
}

.parallax-home .home-display {
    max-width: 760px;
    margin: 0.65rem 0 1.5rem;
    color: var(--home-white);
    font: 400 clamp(3.5rem, 5.2vw, 5rem) / 0.93 var(--serif);
    letter-spacing: -0.052em;
    text-wrap: balance;
}

.parallax-home .home-lead {
    max-width: 710px;
    margin: 0;
    color: #eee4f6;
    font-size: clamp(1.08rem, 1.7vw, 1.28rem);
    line-height: 1.65;
}

.parallax-home .home-founder-note {
    max-width: 650px;
    margin: 1rem 0 0;
    color: #cdbdde;
    font-size: 0.95rem;
    font-weight: 650;
    letter-spacing: 0.01em;
}

.parallax-home .home-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2.15rem;
}

.parallax-home .home-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.25rem;
    border: 1px solid #c799ff;
    background: linear-gradient(135deg, #b25bff, #7d35de);
    box-shadow: 0 14px 38px rgba(9, 0, 20, 0.3);
    color: #fff;
    font-size: 0.79rem;
    font-weight: 850;
    letter-spacing: 0.075em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.parallax-home .home-button--secondary {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(20, 0, 38, 0.38);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.parallax-home :where(.home-button, .home-product-card, .home-venture-card, .home-venture-link):focus-visible {
    outline: 3px solid #ffd17a;
    outline-offset: 4px;
}

.parallax-home .home-hero-visual {
    position: relative;
    min-height: 500px;
}

.parallax-home .home-orbit {
    position: absolute;
    top: 46%;
    left: 48%;
    width: min(36vw, 450px);
    min-width: 340px;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
}

.parallax-home .home-orbit-ring {
    position: absolute;
    display: block;
    border: 1px solid rgba(239, 219, 255, 0.38);
    border-radius: 50%;
    box-shadow: 0 0 48px rgba(189, 110, 255, 0.08) inset;
}

.parallax-home .home-orbit-ring--outer {
    inset: 0;
    border-color: rgba(221, 179, 255, 0.38);
    transform: rotateX(64deg) rotateZ(-8deg);
}

.parallax-home .home-orbit-ring--middle {
    inset: 12%;
    border-color: rgba(123, 230, 214, 0.36);
    transform: rotateY(66deg) rotateZ(18deg);
}

.parallax-home .home-orbit-ring--inner {
    inset: 23%;
    border-color: rgba(255, 198, 98, 0.33);
    transform: rotateX(69deg) rotateZ(42deg);
}

.parallax-home .home-orbit-node {
    position: absolute;
    width: 0.72rem;
    height: 0.72rem;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    background: #b764ff;
    box-shadow: 0 0 25px rgba(210, 151, 255, 0.9);
}

.parallax-home .home-orbit-node--one {
    top: 14%;
    right: 17%;
}

.parallax-home .home-orbit-node--two {
    bottom: 19%;
    left: 8%;
    background: #48d4c0;
    box-shadow: 0 0 25px rgba(72, 212, 192, 0.75);
}

.parallax-home .home-hero-mark {
    position: absolute;
    z-index: 2;
    top: 44%;
    left: 48%;
    width: clamp(10.5rem, 20vw, 15.5rem);
    height: auto;
    filter: drop-shadow(0 28px 48px rgba(4, 0, 13, 0.5));
    transform: translate(-50%, -50%);
}

.parallax-home .home-campaign {
    position: absolute;
    z-index: 4;
    right: -0.5rem;
    bottom: 1.2rem;
    width: min(290px, 80%);
    padding: 1.45rem;
    border: 1px solid rgba(235, 213, 255, 0.36);
    background: linear-gradient(145deg, rgba(40, 8, 72, 0.88), rgba(18, 0, 32, 0.78));
    box-shadow: 0 20px 60px rgba(8, 0, 18, 0.3);
    backdrop-filter: blur(16px);
}

.parallax-home .home-campaign::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: 2px;
    content: '';
    background: linear-gradient(90deg, #c978ff, #52d8c3);
}

.parallax-home .home-campaign-label {
    margin: 0;
    color: #ddbcff;
    font-size: 0.73rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.parallax-home .home-campaign-title {
    margin: 0.75rem 0;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 760;
    letter-spacing: -0.025em;
    line-height: 1.16;
}

.parallax-home .home-campaign-copy {
    margin: 0;
    color: #cdbdde;
    font-size: 0.9rem;
}

.parallax-home .home-campaign-timeline {
    margin: 1.1rem 0 0;
    padding: 0;
    list-style: none;
}

.parallax-home .home-campaign-step {
    position: relative;
    display: grid;
    grid-template-columns: 3.9rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0 0 1.2rem 1.25rem;
}

.parallax-home .home-campaign-step:last-child {
    padding-bottom: 0;
}

.parallax-home .home-campaign-step::before {
    position: absolute;
    top: 0.32rem;
    left: 0;
    width: 0.58rem;
    height: 0.58rem;
    border: 2px solid rgba(235, 213, 255, 0.78);
    border-radius: 50%;
    content: '';
    background: #32104e;
}

.parallax-home .home-campaign-step:not(:last-child)::after {
    position: absolute;
    top: 1rem;
    bottom: -0.05rem;
    left: 0.27rem;
    width: 1px;
    content: '';
    background: linear-gradient(#b978ef, rgba(82, 216, 195, 0.55));
}

.parallax-home .home-campaign-step--past {
    opacity: 0.68;
}

.parallax-home .home-campaign-step--current::before {
    border-color: #dca8ff;
    background: #a54df0;
    box-shadow: 0 0 0 5px rgba(165, 77, 240, 0.14), 0 0 22px rgba(165, 77, 240, 0.72);
}

.parallax-home .home-campaign-month {
    padding-top: 0.08rem;
    color: #d6c2e8;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.parallax-home .home-campaign-event {
    min-width: 0;
}

.parallax-home .home-campaign-step .home-campaign-title {
    margin: 0.05rem 0 0;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
}

.parallax-home .home-campaign-step .home-campaign-copy {
    margin-top: 0.38rem;
    line-height: 1.45;
}

.parallax-home .home-campaign-now {
    display: inline-block;
    margin-bottom: 0.2rem;
    color: #66e0cd;
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.parallax-home .home-organization-logo {
    display: flex;
    min-height: 2rem;
    align-items: center;
}

.parallax-home .home-organization-logo img {
    display: block;
    width: min(100%, 220px);
    height: auto;
    object-fit: contain;
    object-position: left center;
}
.parallax-home .home-platform {
    position: relative;
    overflow: hidden;
    padding: clamp(5.5rem, 10vw, 9rem) 0;
    background:
        radial-gradient(circle at 8% 22%, rgba(117, 45, 205, 0.23), transparent 31%),
        radial-gradient(circle at 92% 69%, rgba(48, 178, 163, 0.09), transparent 28%),
        var(--home-purple-900);
}

.parallax-home .home-platform::before {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    opacity: 0.22;
    background: repeating-linear-gradient(118deg, transparent 0 18vw, rgba(217, 184, 255, 0.22) 18.1vw 18.16vw);
}

.parallax-home .home-platform > .site-shell {
    position: relative;
}

.parallax-home .home-platform-intro {
    max-width: 990px;
}

.parallax-home .home-statement {
    max-width: 980px;
    margin: 0.7rem 0 1.45rem;
    color: var(--home-white);
    font: 400 clamp(2.8rem, 5.6vw, 5.35rem) / 0.98 var(--serif);
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.parallax-home .home-section-copy {
    max-width: 740px;
    margin: 0;
    color: var(--home-muted);
    font-size: clamp(1.02rem, 1.5vw, 1.16rem);
    line-height: 1.72;
}

.parallax-home .home-layer-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: end;
    margin-top: clamp(5rem, 9vw, 8.5rem);
    padding-top: 2.5rem;
    border-top: 1px solid rgba(226, 201, 248, 0.2);
}

.parallax-home .home-section-title {
    margin: 0.55rem 0 0;
    color: inherit;
    font: 400 clamp(2.55rem, 4.8vw, 4.75rem) / 0.98 var(--serif);
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.parallax-home .home-layer-line {
    margin: 0;
    color: #f2eafa;
    font-size: clamp(1.1rem, 1.8vw, 1.35rem);
    font-weight: 720;
    line-height: 1.55;
}

.parallax-home .home-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.6rem;
}

.parallax-home .home-product-card {
    --product-accent: #b56aff;
    --product-accent-2: #5b2e99;
    position: relative;
    display: flex;
    min-height: 33rem;
    overflow: hidden;
    flex-direction: column;
    padding: clamp(1.45rem, 2.5vw, 2rem);
    border: 1px solid color-mix(in srgb, var(--product-accent) 35%, rgba(255, 255, 255, 0.12));
    background:
        radial-gradient(circle at 78% 7%, color-mix(in srgb, var(--product-accent) 18%, transparent), transparent 31%),
        linear-gradient(155deg, rgba(36, 11, 56, 0.97), rgba(15, 3, 27, 0.98));
    box-shadow: 0 20px 58px rgba(7, 0, 18, 0.22);
    color: #fff;
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.parallax-home .home-product-card--plexus {
    --product-accent: #33d9d0;
    --product-accent-2: #79d737;
}

.parallax-home .home-product-card--slipstream {
    --product-accent: #5acb75;
    --product-accent-2: #41a8e8;
}

.parallax-home .home-product-card--positronic {
    --product-accent: #f4bd32;
    --product-accent-2: #13b8aa;
}

.parallax-home .home-product-accent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--product-accent), var(--product-accent-2));
}

.parallax-home .home-product-brand {
    display: flex;
    min-height: 9.6rem;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.parallax-home .home-product-mark {
    width: auto;
    max-width: 6rem;
    height: 5.5rem;
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.22));
}

.parallax-home .home-product-wordmark {
    width: auto;
    max-width: min(100%, 12rem);
    height: 1.75rem;
    object-fit: contain;
}

.parallax-home .home-product-card--plexus .home-product-wordmark {
    height: 2.15rem;
}

.parallax-home .home-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.parallax-home .home-product-layer {
    color: color-mix(in srgb, var(--product-accent) 82%, #fff);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.parallax-home .home-status {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.55rem;
    border: 1px solid color-mix(in srgb, var(--product-accent) 38%, transparent);
    background: color-mix(in srgb, var(--product-accent) 12%, transparent);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.3;
    text-transform: uppercase;
}

.parallax-home .home-product-line {
    margin: 1.45rem 0 0.65rem;
    color: #fff;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.parallax-home .home-product-proof {
    margin: 0;
    color: #cfc3d9;
    font-size: 0.96rem;
    line-height: 1.68;
}

.parallax-home .home-product-link {
    display: block;
    margin-top: auto;
    padding-top: 1.7rem;
    color: color-mix(in srgb, var(--product-accent) 78%, #fff);
    font-size: 0.83rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.parallax-home .home-product-link--muted {
    color: #9c91a5;
}

.parallax-home .home-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.parallax-home .home-loop {
    display: grid;
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    margin-top: clamp(4rem, 8vw, 7rem);
    padding: clamp(1.6rem, 4vw, 3rem);
    border: 1px solid rgba(224, 197, 247, 0.18);
    background: rgba(255, 255, 255, 0.035);
}

.parallax-home .home-loop-heading h2 {
    margin: 0.65rem 0 0;
    color: #fff;
    font-size: clamp(1.65rem, 2.6vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.parallax-home .home-loop-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.parallax-home .home-loop-steps li {
    position: relative;
    min-height: 9.2rem;
    padding: 1rem 1.2rem;
    border-left: 1px solid rgba(225, 204, 243, 0.17);
}

.parallax-home .home-loop-steps li:first-child {
    border-left: 0;
}

.parallax-home .home-loop-steps li:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 1rem;
    right: -0.42rem;
    content: '→';
    color: #bd78ff;
    font-size: 1rem;
}

.parallax-home .home-loop-steps span {
    color: #b973ff;
    font-size: 0.73rem;
    font-weight: 850;
    letter-spacing: 0.13em;
}

.parallax-home .home-loop-steps p {
    margin: 1.05rem 0 0;
    color: #f4edf9;
    font-size: 0.95rem;
    font-weight: 720;
    line-height: 1.45;
}

.parallax-home .home-ventures {
    position: relative;
    padding: clamp(5.5rem, 10vw, 9rem) 0;
    background:
        radial-gradient(circle at 93% 8%, rgba(127, 66, 181, 0.12), transparent 27%),
        linear-gradient(180deg, var(--home-warm), #eee0cc);
    color: var(--home-warm-ink);
}

.parallax-home .home-ventures::before {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    opacity: 0.14;
    background: repeating-linear-gradient(117deg, transparent 0 20vw, rgba(65, 28, 81, 0.3) 20.1vw 20.16vw);
}

.parallax-home .home-ventures > .site-shell {
    position: relative;
}

.parallax-home .home-ventures .home-kicker {
    color: #6a2b91;
}

.parallax-home .home-ventures-heading {
    max-width: 930px;
}

.parallax-home .home-ventures .home-section-copy {
    margin-top: 1.35rem;
    color: #65556b;
}

.parallax-home .home-venture-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.parallax-home .home-venture-card {
    --venture-accent: #8744b6;
    position: relative;
    display: flex;
    min-height: 31rem;
    overflow: hidden;
    flex-direction: column;
    padding: clamp(1.45rem, 2.5vw, 2rem);
    border: 1px solid color-mix(in srgb, var(--venture-accent) 30%, #cbb99f);
    background: rgba(255, 250, 242, 0.76);
    box-shadow: 0 18px 46px rgba(64, 35, 59, 0.08);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.parallax-home .home-venture-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    content: '';
    background: linear-gradient(90deg, var(--venture-accent), color-mix(in srgb, var(--venture-accent) 30%, #fff));
}

.parallax-home .home-venture-card--culinary {
    --venture-accent: #477b45;
}

.parallax-home .home-venture-card--optical {
    --venture-accent: #167c92;
}

.parallax-home .home-venture-card--archive {
    --venture-accent: #79429c;
}

.parallax-home .home-venture-topline {
    display: flex;
    min-height: 3.25rem;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: flex-start;
    justify-content: space-between;
}

.parallax-home .home-venture-category {
    max-width: 60%;
    margin: 0;
    color: var(--venture-accent);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.parallax-home .home-venture-stage {
    display: inline-flex;
    padding: 0.32rem 0.52rem;
    border: 1px solid color-mix(in srgb, var(--venture-accent) 36%, transparent);
    background: color-mix(in srgb, var(--venture-accent) 9%, transparent);
    color: #39283d;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-transform: uppercase;
}

.parallax-home .home-venture-card h3 {
    margin: 1.1rem 0 0.8rem;
    color: #221526;
    font-size: clamp(1.7rem, 2.5vw, 2.15rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.parallax-home .home-venture-card h3 span {
    color: #715f73;
    font-size: 0.75em;
    font-weight: 650;
}

.parallax-home .home-venture-purpose {
    margin: 0;
    color: #3e3142;
    font-size: 1.02rem;
    font-weight: 720;
    line-height: 1.55;
}

.parallax-home .home-venture-evidence {
    display: grid;
    gap: 0.8rem;
    margin: 1.6rem 0;
    padding-top: 1.3rem;
    border-top: 1px solid #d6c4ad;
}

.parallax-home .home-venture-evidence p {
    margin: 0;
    color: #65596a;
    font-size: 0.88rem;
    line-height: 1.58;
}

.parallax-home .home-venture-evidence strong {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--venture-accent);
    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.parallax-home .home-venture-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    align-self: flex-start;
    margin-top: auto;
    color: var(--venture-accent);
    font-size: 0.79rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

@media (hover: hover) {
    .parallax-home .home-button:hover {
        filter: brightness(1.09);
        transform: translateY(-2px);
    }

    .parallax-home .home-product-card[href]:hover {
        border-color: color-mix(in srgb, var(--product-accent) 72%, #fff);
        box-shadow: 0 28px 70px rgba(6, 0, 16, 0.35);
        transform: translateY(-6px);
    }

    .parallax-home .home-venture-card:hover {
        border-color: color-mix(in srgb, var(--venture-accent) 62%, #b9a88f);
        box-shadow: 0 26px 58px rgba(64, 35, 59, 0.14);
        transform: translateY(-5px);
    }

    .parallax-home .home-venture-card:hover .home-venture-link {
        color: #35123f;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .parallax-home .home-orbit-ring--outer {
        animation: home-orbit-spin-x 34s linear infinite;
    }

    .parallax-home .home-orbit-ring--middle {
        animation: home-orbit-spin-y 27s linear infinite reverse;
    }

    .parallax-home .home-orbit-ring--inner {
        animation: home-orbit-spin-x 21s linear infinite reverse;
    }

    .parallax-home .home-hero-mark {
        animation: home-mark-breathe 7s ease-in-out infinite;
    }

    .parallax-home .home-orbit-node {
        animation: home-node-pulse 4s ease-in-out infinite;
    }

    .parallax-home .home-orbit-node--two {
        animation-delay: -2s;
    }
}

@keyframes home-orbit-spin-x {
    from { transform: rotateX(64deg) rotateZ(0deg); }
    to { transform: rotateX(64deg) rotateZ(360deg); }
}

@keyframes home-orbit-spin-y {
    from { transform: rotateY(66deg) rotateZ(0deg); }
    to { transform: rotateY(66deg) rotateZ(360deg); }
}

@keyframes home-mark-breathe {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -52%) scale(1.025); }
}

@keyframes home-node-pulse {
    0%, 100% { opacity: 0.72; transform: scale(0.86); }
    50% { opacity: 1; transform: scale(1.15); }
}

@media (max-width: 1020px) {
    .parallax-home .home-hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(285px, 0.65fr);
        gap: 2.5rem;
    }

    .parallax-home .home-display {
        font-size: clamp(3.35rem, 7.4vw, 4.75rem);
    }

    .parallax-home .home-orbit {
        width: 330px;
        min-width: 0;
    }

    .parallax-home .home-product-card {
        min-height: 34rem;
        padding: 1.4rem;
    }

    .parallax-home .home-loop {
        grid-template-columns: 1fr;
    }

    .parallax-home .home-venture-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .parallax-home .home-venture-card--archive {
        grid-column: 1 / -1;
        min-height: 25rem;
    }
}

@media (max-width: 900px) {
    .parallax-home .home-hero {
        min-height: auto;
        padding: 5rem 0 4rem;
    }

    .parallax-home .home-hero-grid,
    .parallax-home .home-layer-heading {
        grid-template-columns: 1fr;
    }

    .parallax-home .home-hero-visual {
        min-height: 390px;
    }

    .parallax-home .home-orbit {
        top: 46%;
        left: 50%;
        width: min(76vw, 390px);
    }

    .parallax-home .home-hero-mark {
        top: 44%;
        left: 50%;
    }

    .parallax-home .home-campaign {
        right: 0;
    }

    .parallax-home .home-layer-heading {
        gap: 1.25rem;
    }

    .parallax-home .home-layer-line {
        max-width: 680px;
    }

    .parallax-home .home-product-grid {
        grid-template-columns: 1fr;
    }

    .parallax-home .home-product-card {
        min-height: 0;
    }

    .parallax-home .home-product-link {
        margin-top: 1.8rem;
    }

    .parallax-home .home-loop-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .parallax-home .home-loop-steps li {
        border-top: 1px solid rgba(225, 204, 243, 0.17);
        border-left: 0;
    }

    .parallax-home .home-loop-steps li:nth-child(-n + 2) {
        border-top: 0;
    }

    .parallax-home .home-loop-steps li:nth-child(even) {
        border-left: 1px solid rgba(225, 204, 243, 0.17);
    }

    .parallax-home .home-loop-steps li::after {
        display: none;
    }
}

@media (max-width: 680px) {
    .parallax-home #platform,
    .parallax-home #ventures,
    .parallax-home #system,
    .parallax-home #build,
    .parallax-home #operate {
        scroll-margin-top: 5.5rem;
    }

    .parallax-home .home-display {
        font-size: clamp(2.85rem, 11.5vw, 4rem);
        line-height: 0.96;
    }

    .parallax-home .home-cta-row {
        align-items: stretch;
        flex-direction: column;
    }

    .parallax-home .home-button {
        width: 100%;
    }

    .parallax-home .home-hero-visual {
        min-height: 350px;
    }

    .parallax-home .home-orbit {
        top: 42%;
        width: min(84vw, 310px);
    }

    .parallax-home .home-hero-mark {
        top: 40%;
        width: min(48vw, 10.5rem);
    }

    .parallax-home .home-campaign {
        right: auto;
        bottom: 0;
        left: 0;
        width: min(270px, 90%);
    }

    .parallax-home .home-statement {
        font-size: clamp(2.55rem, 12vw, 3.7rem);
    }

    .parallax-home .home-section-title {
        font-size: clamp(2.35rem, 10vw, 3.4rem);
    }

    .parallax-home .home-loop-steps,
    .parallax-home .home-venture-grid {
        grid-template-columns: 1fr;
    }

    .parallax-home .home-loop-steps li,
    .parallax-home .home-loop-steps li:nth-child(even) {
        min-height: 0;
        padding: 1.2rem 0;
        border-top: 1px solid rgba(225, 204, 243, 0.17);
        border-left: 0;
    }

    .parallax-home .home-loop-steps li:first-child {
        border-top: 0;
    }

    .parallax-home .home-venture-card--archive {
        grid-column: auto;
        min-height: 31rem;
    }

    .parallax-home .home-venture-category {
        max-width: 100%;
    }
}

@media (max-width: 390px) {
    .parallax-home .home-hero {
        padding-top: 4rem;
    }

    .parallax-home .home-hero-visual {
        min-height: 330px;
    }

    .parallax-home .home-campaign {
        padding: 1.15rem;
    }

    .parallax-home .home-product-brand {
        min-height: 8.6rem;
    }

    .parallax-home .home-product-meta,
    .parallax-home .home-venture-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .parallax-home .home-venture-stage {
        align-self: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .parallax-home *,
    .parallax-home *::before,
    .parallax-home *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
