:root {
    --ground-void: #050505;
    --ground-surface: #0A0A0B;
    --ground-elevated: #111112;
    --structure-line: #1C1C1E;
    --structure-bright: #333336;
    --figure-ink: #FFFFFF;
    --figure-muted: #737373;
    --signal-core: #1FB7B4;
    --signal-deep: #021616;
    --font-sans: "Inter", "Helvetica Neue", sans-serif;
    --text-macro: clamp(3rem, 10vw, 15rem);
    --text-h1: clamp(2.5rem, 8vw, 10rem);
    --text-h2: clamp(2rem, 5vw, 6rem);
    --text-h3: clamp(1.25rem, 3vw, 2.5rem);
    --text-body: clamp(0.95rem, 1.2vw, 1.25rem);
    --text-micro: clamp(0.7rem, 0.8vw, 0.85rem);
    --lh-solid: 0.85;
    --lh-reading: 1.5;
    --track-macro: -0.05em;
    --track-normal: -0.01em;
    --track-micro: 0.05em;
    --anim-rigid: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
}

html {
    font-size: 16px;
    background-color: var(--ground-void);
    color: var(--figure-ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

body {
    line-height: var(--lh-reading);
    background-image: linear-gradient(to right, var(--structure-line) 1px, transparent 1px);
    background-size: 25vw 100%;
    background-position: center top;
    background-attachment: fixed;
    overflow-x: hidden;
    border-left: 1px solid var(--structure-line);
    border-right: 1px solid var(--structure-line);
    max-width: 100vw;
}

.noise-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.04;
    mix-blend-mode: overlay;
}

::selection {
    background-color: var(--signal-core);
    color: var(--ground-void);
}

.signal-text {
    color: var(--signal-core);
    font-weight: 900;
}

.signal-index {
    color: var(--signal-core);
    font-weight: 900;
    margin-right: 0.5rem;
}

.strike {
    text-decoration: line-through;
    color: var(--figure-muted);
}

.macro-type {
    font-size: var(--text-macro);
    line-height: var(--lh-solid);
    letter-spacing: var(--track-macro);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--figure-ink);
    margin-left: -0.05em;
    word-wrap: break-word;
    hyphens: auto;
}

.mask-wrap {
    overflow: hidden;
    display: block;
}

.mask-inner {
    display: block;
    transform: translateY(110%);
}

h1,
h2,
h3 {
    font-weight: 800;
    line-height: var(--lh-solid);
    letter-spacing: var(--track-macro);
    color: var(--figure-ink);
    text-transform: uppercase;
}

h2 {
    font-size: var(--text-h2);
}

h3 {
    font-size: var(--text-h3);
    margin-bottom: 1.5rem;
}

p {
    font-size: var(--text-body);
    color: var(--figure-muted);
    letter-spacing: var(--track-normal);
    max-width: 60ch;
    font-weight: 400;
    transition: color var(--anim-rigid);
}

p:hover {
    color: rgba(255, 255, 255, 0.8);
}

.focus-text {
    color: var(--figure-ink);
    font-weight: 500;
}

.micro-label {
    font-size: var(--text-micro);
    letter-spacing: var(--track-micro);
    color: var(--figure-muted);
    font-weight: 600;
    font-family: var(--font-sans);
}

.sovereign-container {
    width: 100vw;
    margin: 0 auto;
    position: relative;
}

.plumb-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 2px;
    height: 0%;
    background-color: var(--signal-core);
    z-index: 50;
    pointer-events: none;
}

.crosshair {
    position: absolute;
    width: 15px;
    height: 15px;
    pointer-events: none;
    z-index: 20;
}

.crosshair::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--figure-muted);
    transform: translateY(-50%);
}

.crosshair::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: var(--figure-muted);
    transform: translateX(-50%);
}

.ch-tl {
    top: -7px;
    left: -7px;
}

.ch-tr {
    top: -7px;
    right: -7px;
}

.ch-bl {
    bottom: -7px;
    left: -7px;
}

.ch-br {
    bottom: -7px;
    right: -7px;
}

.void-macro {
    padding: 10vh 4vw;
    position: relative;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--structure-line);
    align-items: start;
    position: relative;
}

.architectural-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 4vw;
    border-bottom: 1px solid var(--structure-line);
    background: rgba(5, 5, 5, 0.9);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background-color: var(--signal-core);
    pointer-events: none;
}

.nav-links {
    display: flex;
    gap: 3vw;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--figure-ink);
    transition: color var(--anim-rigid);
    cursor: pointer;
    padding: 0.5rem 0;
}

.nav-links a:hover {
    color: var(--signal-core);
}

.brand-logo svg {
    height: 24px;
    width: auto;
    display: block;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    margin-top: 6vh;
    align-items: start;
    position: relative;
    z-index: 2;
}

.hero-graphic-container {
    position: absolute;
    right: 4vw;
    top: 10vh;
    width: 45vw;
    height: 45vw;
    max-width: 700px;
    max-height: 700px;
    z-index: 0;
    pointer-events: none;
}

.reveal-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    vertical-align: top;
}

.reveal-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--signal-core);
    transform-origin: right center;
    z-index: 10;
}

.reveal-text {
    opacity: 0;
}

.spin-slow {
    transform-origin: center;
    animation: spin 40s linear infinite;
}

.spin-reverse {
    transform-origin: center;
    animation: spin 60s linear infinite reverse;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.signal-counter-block {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 0.5rem;
    cursor: crosshair;
}

.signal-counter-val {
    font-size: var(--text-h1);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: var(--track-macro);
    color: var(--figure-ink);
    font-variant-numeric: tabular-nums;
    position: relative;
    z-index: 2;
}

.signal-plus {
    font-size: var(--text-h2);
    font-weight: 800;
    color: var(--signal-core);
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.burst-signal {
    position: absolute;
    pointer-events: none;
    color: var(--signal-core);
    background: var(--ground-elevated);
    font-size: var(--text-micro);
    font-weight: 800;
    text-transform: uppercase;
    z-index: 10;
    white-space: nowrap;
    border: 1px solid var(--structure-line);
    padding: 4px 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.privacy-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid var(--structure-line);
    margin-top: 3rem;
}

.privacy-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--structure-line);
    align-items: start;
    gap: 2vw;
}

.waveform-container {
    height: 60px;
    width: 100%;
    max-width: 400px;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 2px;
}

.wf-bar {
    flex: 1;
    background: var(--structure-bright);
    transition: height 0.8s ease-in-out;
    transform-origin: bottom;
    opacity: 0.4;
}

.threat-section {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.sticky-column {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vw;
    border-right: 1px solid var(--structure-line);
    position: relative;
    z-index: 10;
}

.right-column-container {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.threat-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
}

.threat-panel-mobile-title {
    display: none;
}

.scroll-indicator-wrap {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    height: 40vh;
    width: 1px;
    background-color: var(--structure-line);
    display: none;
}

.scroll-indicator-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--signal-core);
}

@media (min-width: 1025px) {
    .scroll-indicator-wrap {
        display: block;
    }
}

.accordion-list {
    list-style: none;
    padding: 0;
    margin-top: 4rem;
}

.acc-item {
    font-size: var(--text-h3);
    font-weight: 800;
    color: var(--figure-muted);
    margin-bottom: 1.5rem;
    cursor: pointer;
    transition: all var(--anim-rigid);
    position: relative;
    text-transform: uppercase;
}

.acc-item.active {
    color: var(--figure-ink);
    padding-left: 2rem;
}

.acc-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background-color: var(--signal-core);
    transition: width var(--anim-rigid);
}

.acc-item.active::before {
    width: 1.2rem;
}

.diagnostic-window {
    margin-top: 2rem;
    background-color: var(--ground-void);
    border: 1px solid var(--structure-line);
    padding: 2rem;
    position: relative;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.svg-data-block {
    width: 100%;
    height: 120px;
    border: 1px solid var(--structure-bright);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.01);
}

.svg-data-block svg {
    width: 100%;
    height: 100%;
}

.convergence-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.conv-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--text-micro);
    color: var(--figure-muted);
    text-transform: uppercase;
    font-weight: 600;
}

.conv-line {
    flex: 1;
    height: 1px;
    background: var(--structure-line);
    margin: 0 1rem;
    position: relative;
    overflow: hidden;
}

.conv-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: var(--signal-core);
    transform: translateX(-100%);
    animation: scan-line 2s infinite linear;
}

@keyframes scan-line {
    100% {
        transform: translateX(200%);
    }
}

.topology-section {
    background-color: var(--ground-elevated);
    margin-bottom: 5vh;
}

.topology-bus {
    position: relative;
    padding-left: 3rem;
    border-left: 1px solid var(--structure-line);
    margin-top: 4vh;
    height: 100%;
    z-index: 2;
}

.data-packet {
    position: absolute;
    left: -2px;
    top: 0;
    width: 3px;
    height: 25px;
    background-color: var(--signal-core);
    opacity: 0.4;
    box-shadow: 0 0 5px var(--signal-core);
    animation: ambientFlow 6s infinite linear;
    z-index: 2;
}

@keyframes ambientFlow {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.6;
    }
    95% {
        opacity: 0.6;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

.topology-node {
    position: relative;
    padding: 2.5rem;
    background-color: var(--ground-void);
    border: 1px solid var(--structure-line);
    margin-bottom: 2rem;
    transition: border-color var(--anim-rigid);
}

.topology-node:hover {
    border-color: var(--signal-core);
}

.node-marker {
    position: absolute;
    left: -3rem;
    top: 2.5rem;
    width: 10px;
    height: 10px;
    background-color: var(--ground-void);
    border: 1px solid var(--structure-line);
    transform: translateX(-6px);
    z-index: 1;
    transition: all var(--anim-rigid);
}

.topology-node:hover .node-marker {
    border-color: var(--signal-core);
    background-color: var(--signal-core);
}

.waf-comparison-grid {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--structure-line);
    margin-top: 4vh;
    position: relative;
    z-index: 2;
}

.waf-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    gap: 4vw;
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--structure-line);
    align-items: start;
}

.waf-row.header {
    padding: 1rem 0;
    font-size: var(--text-micro);
    font-weight: 700;
    color: var(--figure-muted);
    border-bottom: 2px solid var(--structure-line);
    text-transform: uppercase;
}

.waf-col-trustsig {
    border-left: 1px solid rgba(31, 183, 180, 0.3);
    padding-left: 2rem;
    margin-left: -2rem;
    position: relative;
}

.waf-label {
    font-size: var(--text-micro);
    color: var(--figure-muted);
    font-weight: 800;
    text-transform: uppercase;
}

.waf-val {
    font-size: var(--text-body);
    color: var(--figure-ink);
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.waf-desc {
    font-size: var(--text-micro);
    color: var(--figure-muted);
    line-height: 1.6;
}

.code-window {
    border: 1px solid var(--structure-line);
    background: var(--ground-void);
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.code-header {
    display: flex;
    border-bottom: 1px solid var(--structure-line);
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.code-header::-webkit-scrollbar {
    display: none;
}

.code-tab {
    padding: 1rem 1.5rem;
    font-size: var(--text-micro);
    color: var(--figure-muted);
    cursor: pointer;
    border-right: 1px solid var(--structure-line);
    text-transform: uppercase;
    font-weight: 600;
    transition: all var(--anim-rigid);
    white-space: nowrap;
    flex: 0 0 auto;
}

.code-tab:hover {
    color: var(--figure-ink);
    background: var(--ground-elevated);
}

.code-tab.active {
    color: var(--signal-core);
    background: var(--ground-elevated);
}

.code-body {
    padding: 2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.code-pane {
    display: none;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    line-height: 1.8;
    color: var(--figure-ink);
    min-width: 500px;
    white-space: pre;
}

.code-pane.active {
    display: block;
    animation: fadeIn 0.4s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.token-comment {
    color: var(--figure-muted);
}

.token-keyword {
    color: var(--signal-core);
}

.token-string {
    color: #e5e5e5;
}

.token-func {
    color: #A8D8FF;
}

.rollout-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4vw;
    border-bottom: 1px solid var(--structure-line);
    background-color: var(--ground-void);
    position: relative;
    overflow: hidden;
}

.rollout-bg-circle {
    position: absolute;
    width: 100vmax;
    height: 100vmax;
    background: var(--signal-deep);
    border-radius: 50% !important;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 0;
    transform-origin: center center;
}

.phys-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10vh;
    width: 100%;
    position: relative;
    z-index: 2;
}

.p-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 30%;
    opacity: 0.3;
    transition: opacity var(--anim-rigid);
}

.p-node.lit {
    opacity: 1;
}

.p-dot {
    width: 16px;
    height: 16px;
    border: 1px solid var(--structure-line);
    background: var(--ground-void);
    margin-bottom: 2rem;
    transition: all var(--anim-rigid);
    position: relative;
}

.p-line {
    flex: 1;
    height: 1px;
    background: var(--structure-line);
    position: relative;
    top: -14px;
    z-index: 1;
}

.p-line-fill {
    height: 100%;
    width: 0%;
    background: var(--signal-core);
    transform-origin: left;
}

.metric-figure {
    font-size: var(--text-h2);
    font-weight: 900;
    letter-spacing: var(--track-macro);
    line-height: 0.8;
    color: inherit;
    margin-bottom: 1.5rem;
}

.runtime-control-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15vh 4vw;
    border-bottom: 1px solid var(--structure-line);
    background: var(--ground-surface);
    position: relative;
    transition: background-color 0.4s ease;
    margin-bottom: 5vh;
    overflow: hidden;
}

.hardware-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 4rem 0;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    width: 100%;
    max-width: 600px;
}

.toggle-slot {
    width: 90px;
    height: 32px;
    border: 1px solid var(--structure-line);
    background: var(--ground-void);
    position: relative;
    padding: 4px;
    flex-shrink: 0;
}

.toggle-switch {
    width: 50%;
    height: 100%;
    background: var(--figure-muted);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-switch::after {
    content: '';
    width: 2px;
    height: 12px;
    background: var(--ground-void);
}

.hardware-toggle-wrap.active .toggle-switch {
    background: var(--signal-core);
    transform: translateX(100%);
}

.toggle-readout {
    display: flex;
    font-size: var(--text-micro);
    font-weight: 800;
    color: var(--figure-muted);
    transition: color var(--anim-rigid);
    text-transform: uppercase;
    width: 130px;
}

.hardware-toggle-wrap:not(.active) .readout-audit {
    color: var(--figure-ink);
}

.hardware-toggle-wrap.active .readout-enforce {
    color: var(--signal-core);
}

.runtime-data {
    height: 120px;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 600px;
    z-index: 2;
}

.r-data-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity var(--anim-rigid);
    opacity: 0;
    pointer-events: none;
}

.r-data-txt.active {
    opacity: 1;
}

.runtime-circuit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.15;
    transition: opacity 0.4s ease;
}

.hardware-toggle-wrap.active ~ .runtime-circuit {
    opacity: 0.5;
}

.runtime-circuit path {
    transition: stroke 0.4s ease;
}

.hardware-toggle-wrap.active ~ .runtime-circuit path.active-path {
    stroke: var(--signal-core);
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    border-top: 1px solid var(--structure-line);
    padding-top: 4vh;
}

.team-card {
    border: 1px solid var(--structure-line);
    padding: 3rem;
    background: var(--ground-elevated);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.team-graphic {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid var(--structure-line);
    margin-bottom: 2rem;
    opacity: 0.3;
}

.team-name {
    font-size: var(--text-h2);
    margin: 0.5rem 0 0 0;
    color: var(--figure-ink);
}

.team-acc-trigger {
    display: inline-block;
    font-size: var(--text-micro);
    color: var(--signal-core);
    margin: 2rem 0 1rem 0;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    border-bottom: 1px solid var(--signal-core);
    padding-bottom: 2px;
    text-transform: uppercase;
}

.team-acc-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.team-specs {
    list-style: none;
    margin-bottom: 2rem;
    border-left: 1px solid var(--structure-line);
    padding-left: 1.5rem;
}

.team-specs li {
    font-size: var(--text-body);
    color: var(--figure-muted);
    margin-bottom: 0.5rem;
}

#deploy-wrapper {
    background-color: var(--ground-surface);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--structure-line);
}

.macro-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    font-size: var(--text-macro);
    line-height: 0.85;
    font-weight: 900;
    color: var(--figure-ink);
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.terminal-block {
    border: 1px solid var(--structure-bright);
    background: var(--ground-void);
    padding: 4rem;
    width: 100%;
    max-width: 600px;
    text-align: left;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(100px);
}

.t-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--structure-line);
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--signal-core);
    margin-right: 8px;
}

.t-body p {
    margin-bottom: 3rem;
    color: var(--figure-ink);
    font-size: var(--text-body);
    max-width: 100%;
    line-height: 1.5;
    font-weight: 400;
}

.t-command {
    background: var(--ground-surface);
    border: 1px solid var(--structure-line);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all var(--anim-rigid);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.t-command::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: transparent;
    transition: background var(--anim-rigid);
}

.t-command:hover {
    border-color: var(--signal-core);
    background: var(--ground-elevated);
}

.t-command:hover::before {
    background: var(--signal-core);
}

.t-command-val {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 600;
    color: var(--signal-core);
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
    word-break: break-all;
}

.gsap-fade-up {
    opacity: 0;
    transform: translateY(30px);
}

.anim-row {
    opacity: 0;
    transform: translateX(-10px);
}

.scroll-spacer {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ground-void);
    border-bottom: 1px solid var(--structure-line);
}

@media (max-width: 1024px) {
    .void-macro {
        padding: 8vh 5vw;
    }
    .grid-2 {
        display: flex;
        flex-direction: column;
    }
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .hero-graphic-container {
        top: 5vh;
        width: 80vw;
        height: 80vw;
        right: -15vw;
        opacity: 0.2;
    }
    .privacy-list {
        margin-top: 2rem;
    }
    .privacy-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 1rem 0;
    }
    .threat-section {
        height: auto;
        overflow: visible;
        padding-bottom: 4vh;
    }
    .sticky-column {
        height: auto;
        border-right: none;
        padding: 8vh 5vw 2vh 5vw;
        position: relative;
    }
    .accordion-list {
        display: none;
    }
    .right-column-container {
        height: auto;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .threat-panel {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        padding: 2rem 5vw 4rem 5vw;
        height: auto;
        border-bottom: 1px dotted var(--structure-line);
    }
    .threat-panel:last-child {
        border-bottom: none;
    }
    .threat-panel-mobile-title {
        display: block;
        font-size: var(--text-h3);
        color: var(--figure-ink);
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 1.5rem;
        border-bottom: 2px solid var(--signal-core);
        padding-bottom: 0.5rem;
        display: inline-block;
    }
    .threat-panel h3:not(.threat-panel-mobile-title) {
        display: none;
    }
    .diagnostic-window {
        padding: 1.5rem;
    }
    .topology-section > div {
        padding: 2rem 5vw 4rem 5vw !important;
    }
    .waf-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 3rem 0;
    }
    .waf-row.header {
        display: none;
    }
    .waf-label {
        color: var(--signal-core);
        font-size: var(--text-h3);
        margin-bottom: 0.5rem;
        border-bottom: 1px solid var(--structure-line);
        padding-bottom: 0.5rem;
    }
    .waf-col-trustsig {
        border-left: 2px solid var(--signal-core);
        padding-left: 1.5rem;
        margin-left: 0;
        margin-top: 1rem;
    }
    .code-body {
        padding: 1.5rem;
    }
    .rollout-section {
        height: auto;
        padding: 12vh 5vw;
    }
    .rollout-bg-circle {
        left: 50%;
        top: 50%;
        width: 150vmax;
        height: 150vmax;
    }
    .phys-track {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 4vh;
        gap: 0;
    }
    .p-node {
        width: 100%;
        align-items: flex-start;
        text-align: left;
        padding-left: 3rem;
        min-height: 140px;
        justify-content: flex-start;
        opacity: 0.4;
    }
    .p-dot {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    .p-line {
        width: 2px;
        height: calc(100% - 16px);
        position: absolute;
        left: 7px;
        top: 16px;
        background: var(--structure-line);
    }
    .p-line-fill {
        width: 100%;
        height: 0%;
        transform-origin: top;
    }
    .metric-figure {
        margin-bottom: 0.5rem;
    }
    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .team-card {
        padding: 2rem;
    }
    .terminal-block {
        padding: 2rem;
        margin: 0 5vw;
        width: 90vw;
    }
    .t-command {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .nav-links {
        gap: 1rem;
    }
    .hardware-toggle-wrap {
        gap: 0.5rem;
        justify-content: space-between;
    }
    .toggle-readout {
        width: auto;
        font-size: 0.65rem;
    }
    .toggle-readout[style*="justify-content: flex-end"] {
        text-align: right;
    }
    .toggle-readout[style*="justify-content: flex-start"] {
        text-align: left;
    }
    .macro-type {
        word-break: break-word;
    }
    .runtime-data {
        height: 160px;
    }
}
