body[data-page="landingpage-v2"] {
    --base: #163D3A;
    --deep: #0F302E;
    --alloy: #2C5551;
    --high: #376B65;
    --text: #F5F7EE;
    --muted: #CBD8D2;
    --mint: #35F2C2;
    --coral: #FF5F57;
    --gold: #FFD166;
    --violet: #8C5CFF;
    --ink: #071D1C;
    --nav-height: 76px;
    --shell: 1320px;
    margin: 0;
    min-width: 0;
    overflow-x: clip;
    color: var(--text);
    background: var(--deep);
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.55;
}

body[data-page="landingpage-v2"] *,
body[data-page="landingpage-v2"] *::before,
body[data-page="landingpage-v2"] *::after { box-sizing: border-box; }

body[data-page="landingpage-v2"] img { display: block; max-width: 100%; }
body[data-page="landingpage-v2"] a { color: inherit; }
body[data-page="landingpage-v2"] button { font: inherit; }
body[data-page="landingpage-v2"] h1,
body[data-page="landingpage-v2"] h2,
body[data-page="landingpage-v2"] h3,
body[data-page="landingpage-v2"] p { margin-top: 0; }
body[data-page="landingpage-v2"] [hidden] { display: none !important; }
body[data-page="landingpage-v2"] [data-section] { scroll-margin-top: 78px; }

body[data-page="landingpage-v2"] :focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

body[data-page="landingpage-v2"] .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body[data-page="landingpage-v2"] .skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 16px;
    padding: 12px 18px;
    color: var(--ink);
    background: var(--gold);
    font-weight: 800;
    transform: translateY(-160%);
    transition: transform 180ms ease;
}

body[data-page="landingpage-v2"] .skip-link:focus { transform: translateY(0); }

body[data-page="landingpage-v2"] .content-shell,
body[data-page="landingpage-v2"] .nav-shell {
    width: min(calc(100% - 96px), var(--shell));
    margin-inline: auto;
}

body[data-page="landingpage-v2"] .boot-shutters {
    position: fixed;
    z-index: 900;
    inset: 0;
    pointer-events: none;
}

body[data-page="landingpage-v2"] .boot-shutters span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 51%;
    background-color: #092523;
    background-image: linear-gradient(90deg, transparent 0 18%, rgb(53 242 194 / .08) 18% 18.2%, transparent 18.2% 78%, rgb(255 209 102 / .05) 78% 78.2%, transparent 78.2%), repeating-linear-gradient(0deg, rgb(245 247 238 / .02) 0 2px, transparent 2px 9px);
    border-color: var(--alloy);
    border-style: solid;
}

body[data-page="landingpage-v2"] .boot-shutters span:first-child { top: 0; border-width: 0 0 2px; animation: shutter-top 700ms 40ms cubic-bezier(.75, 0, .3, 1) both; }
body[data-page="landingpage-v2"] .boot-shutters span:last-child { bottom: 0; border-width: 2px 0 0; animation: shutter-bottom 700ms 40ms cubic-bezier(.75, 0, .3, 1) both; }

body[data-page="landingpage-v2"] .site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: var(--nav-height);
    background: rgb(7 29 28 / .86);
    border-bottom: 1px solid rgb(53 242 194 / .24);
    backdrop-filter: blur(14px);
    transition: height 240ms ease, background 240ms ease, box-shadow 240ms ease;
    animation: nav-power 650ms 250ms ease both;
}

body[data-page="landingpage-v2"] .site-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 28%;
    height: 3px;
    background: linear-gradient(90deg, var(--mint), transparent);
}

body[data-page="landingpage-v2"] .site-header.is-compact {
    height: 64px;
    background: rgb(7 29 28 / .96);
    box-shadow: 0 16px 40px rgb(0 0 0 / .24);
}

body[data-page="landingpage-v2"] .nav-shell {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

body[data-page="landingpage-v2"] .brand {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
    font-size: 1.05rem;
    font-weight: 850;
    letter-spacing: .04em;
}

body[data-page="landingpage-v2"] .brand-emblem {
    width: 44px;
    height: 44px;
    display: block;
    flex: 0 0 auto;
}

body[data-page="landingpage-v2"] .brand-emblem img { width: 100%; height: 100%; display: block; object-fit: contain; }
body[data-page="landingpage-v2"] .site-header.is-compact .brand-emblem { width: 38px; height: 38px; }

body[data-page="landingpage-v2"] .site-navigation { display: flex; align-items: stretch; align-self: stretch; gap: 2px; }
body[data-page="landingpage-v2"] .site-navigation a {
    position: relative;
    min-width: 44px;
    padding: 0 15px;
    display: grid;
    place-items: center;
    color: var(--muted);
    text-decoration: none;
    font-size: .78rem;
    font-weight: 750;
}

body[data-page="landingpage-v2"] .site-navigation a::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 3px;
    background: var(--mint);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

body[data-page="landingpage-v2"] .site-navigation a:hover,
body[data-page="landingpage-v2"] .site-navigation a[aria-current="location"] { color: var(--text); }
body[data-page="landingpage-v2"] .site-navigation a[aria-current="location"]::before { transform: scaleX(1); }

body[data-page="landingpage-v2"] .nav-actions { display: flex; align-items: center; gap: 12px; }
body[data-page="landingpage-v2"] .language-switch { display: flex; border: 1px solid rgb(203 216 210 / .34); background: rgb(15 48 46 / .85); }
body[data-page="landingpage-v2"] .language-switch button {
    width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    color: var(--muted);
    background: transparent;
    cursor: pointer;
    font: 700 .72rem Consolas, "Courier New", monospace;
}
body[data-page="landingpage-v2"] .language-switch button[aria-pressed="true"] { color: var(--ink); background: var(--mint); }

body[data-page="landingpage-v2"] .menu-toggle { display: none; width: 46px; height: 44px; padding: 9px; border: 1px solid var(--mint); color: var(--mint); background: rgb(15 48 46 / .9); cursor: pointer; }
body[data-page="landingpage-v2"] .menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
body[data-page="landingpage-v2"] .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
body[data-page="landingpage-v2"] .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
body[data-page="landingpage-v2"] .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

body[data-page="landingpage-v2"] .hero {
    position: relative;
    min-height: 900px;
    isolation: isolate;
    overflow: hidden;
    background: var(--base);
    border-bottom: 1px solid rgb(53 242 194 / .2);
}

body[data-page="landingpage-v2"] .hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at 13% 40%, rgb(53 242 194 / .09), transparent 34%), linear-gradient(118deg, rgb(7 29 28 / .97) 0 36%, rgb(15 48 46 / .85) 47%, transparent 68%);
}

body[data-page="landingpage-v2"] .hero::after {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 79px;
    width: 42%;
    height: 2px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, var(--mint), var(--gold), transparent);
    opacity: 0;
    transform: translateX(-110%);
}

body[data-page="landingpage-v2"].is-powered .hero::after { animation: cable-charge 800ms ease-out both; }

body[data-page="landingpage-v2"] .hero-media { position: absolute; z-index: -3; inset: 0 0 0 42%; overflow: hidden; }
body[data-page="landingpage-v2"] .hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--base), transparent 26% 75%, rgb(15 48 46 / .12)), linear-gradient(0deg, rgb(7 29 28 / .78), transparent 24% 82%, rgb(7 29 28 / .22)); }
body[data-page="landingpage-v2"] .hero-media picture,
body[data-page="landingpage-v2"] .hero-media img { width: 100%; height: 100%; }
body[data-page="landingpage-v2"] .hero-media img { object-fit: cover; object-position: 58% center; transform: translate3d(0, 0, 0) scale(1.025); animation: ship-drift 12s ease-in-out 1700ms infinite alternate; }

body[data-page="landingpage-v2"] .hero-diagonal { position: absolute; z-index: -2; inset: 0 auto 0 37%; width: 18%; background: linear-gradient(100deg, var(--base) 0 25%, rgb(22 61 58 / .82) 25.5% 43%, transparent 43.5%); pointer-events: none; }

body[data-page="landingpage-v2"] .engine-wake { position: absolute; z-index: 2; right: -4%; bottom: 12%; width: 25%; height: 12%; background: radial-gradient(ellipse at right, transparent 0 22%, rgb(53 242 194 / .15) 58%, transparent 72%); filter: blur(8px); animation: engine-glow 4.5s ease-in-out infinite; }
body[data-page="landingpage-v2"].is-boosting .engine-wake { background: radial-gradient(ellipse at right, transparent 0 12%, rgb(53 242 194 / .52) 58%, transparent 78%); filter: blur(5px); }

body[data-page="landingpage-v2"] .storm-particle { position: absolute; z-index: 2; width: 3px; height: 3px; background: var(--mint); box-shadow: 0 0 14px var(--mint); animation: particle-float 7s linear infinite; }
body[data-page="landingpage-v2"] .particle-a { left: 42%; top: 28%; }
body[data-page="landingpage-v2"] .particle-b { left: 66%; top: 45%; animation-delay: -2.4s; }
body[data-page="landingpage-v2"] .particle-c { left: 77%; top: 17%; animation-delay: -5s; }

body[data-page="landingpage-v2"] .hero-grid { min-height: 900px; padding-top: 116px; padding-bottom: 116px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: center; }
body[data-page="landingpage-v2"] .hero-copy { position: relative; z-index: 5; grid-column: 1 / 6; max-width: 590px; }
body[data-page="landingpage-v2"] .eyebrow,
body[data-page="landingpage-v2"] .section-index,
body[data-page="landingpage-v2"] .data-label { color: var(--mint); font: 700 .75rem Consolas, "Courier New", monospace; text-transform: uppercase; }
body[data-page="landingpage-v2"] .eyebrow { display: inline-flex; min-height: 32px; align-items: center; margin-bottom: 18px; padding: 0 12px; border-left: 3px solid var(--coral); background: rgb(44 85 81 / .62); }
body[data-page="landingpage-v2"] .hero h1,
body[data-page="landingpage-v2"] .section-heading h2,
body[data-page="landingpage-v2"] .contact-copy h2 { font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif; font-weight: 900; line-height: .92; letter-spacing: -.035em; text-transform: uppercase; }
body[data-page="landingpage-v2"] .hero h1 { margin-bottom: 13px; font-size: clamp(4.25rem, 6vw, 5.5rem); overflow-wrap: anywhere; text-shadow: 0 4px 24px rgb(0 0 0 / .5); }
body[data-page="landingpage-v2"] .hero-role { margin-bottom: 14px; color: var(--gold); font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif; font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 800; text-transform: uppercase; }
body[data-page="landingpage-v2"] .hero-description { max-width: 54ch; margin-bottom: 27px; color: var(--muted); font-size: 1.02rem; }
body[data-page="landingpage-v2"] .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

body[data-page="landingpage-v2"] .button { min-height: 48px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--mint); text-decoration: none; font-size: .82rem; font-weight: 800; clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px)); transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
body[data-page="landingpage-v2"] .button:hover { transform: translateY(-2px); }
body[data-page="landingpage-v2"] .button-primary { color: var(--ink); background: var(--mint); }
body[data-page="landingpage-v2"] .button-ghost { background: rgb(7 29 28 / .44); }

body[data-page="landingpage-v2"] .impulse-control { width: min(100%, 430px); min-height: 82px; padding: 14px 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; border: 1px solid rgb(255 209 102 / .45); border-left: 4px solid var(--gold); background: rgb(7 29 28 / .78); clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); }
body[data-page="landingpage-v2"] .impulse-control strong { display: block; margin-top: 3px; color: var(--muted); font: 700 .78rem Consolas, "Courier New", monospace; }
body[data-page="landingpage-v2"] .impulse-switch { width: 112px; min-height: 48px; padding: 7px; border: 1px solid var(--gold); background: #102826; cursor: pointer; }
body[data-page="landingpage-v2"] .switch-track { position: relative; display: block; height: 32px; background: linear-gradient(90deg, rgb(255 95 87 / .3), rgb(53 242 194 / .25)); box-shadow: inset 0 0 0 1px rgb(245 247 238 / .12); }
body[data-page="landingpage-v2"] .switch-track i { position: absolute; top: 4px; left: 5px; width: 45px; height: 24px; background: var(--coral); border: 1px solid var(--text); box-shadow: 0 3px 8px rgb(0 0 0 / .45); transition: transform 220ms ease, background 220ms ease; }
body[data-page="landingpage-v2"] .impulse-switch[aria-pressed="true"] .switch-track i { transform: translateX(48px); background: var(--mint); }
body[data-page="landingpage-v2"] .impulse-control.is-active { border-color: var(--mint); box-shadow: 0 0 28px rgb(53 242 194 / .16); }

body[data-page="landingpage-v2"] .hero-terminal { position: relative; z-index: 5; grid-column: 6 / 10; align-self: start; margin-top: 70px; padding: 0 15px 13px; color: #9bffd9; background: rgb(4 24 20 / .88); border: 1px solid rgb(53 242 194 / .55); box-shadow: inset 0 0 30px rgb(53 242 194 / .05), 0 18px 44px rgb(0 0 0 / .28); font: 700 .72rem/1.4 Consolas, "Courier New", monospace; clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 8px 100%, 0 calc(100% - 8px)); animation: terminal-power 650ms 250ms ease both; }
body[data-page="landingpage-v2"] .hero-terminal::after,
body[data-page="landingpage-v2"] .tech-terminal::after { content: ""; position: absolute; z-index: 4; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 0 45%, rgb(53 242 194 / .1) 49%, transparent 54%); background-size: 100% 180px; animation: terminal-scan 6s linear infinite; opacity: .12; }
body[data-page="landingpage-v2"] .terminal-bar { min-height: 34px; margin: 0 -15px 10px; padding: 0 14px; display: flex; align-items: center; gap: 8px; color: var(--mint); background: rgb(53 242 194 / .08); border-bottom: 1px solid rgb(53 242 194 / .24); }
body[data-page="landingpage-v2"] .terminal-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 8px var(--coral); }
body[data-page="landingpage-v2"] .hero-terminal p { margin: 4px 0; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; overflow-wrap: anywhere; }
body[data-page="landingpage-v2"] .hero-terminal p > span:first-child { color: var(--gold); }

body[data-page="landingpage-v2"] .hero-telemetry { position: absolute; z-index: 6; left: 50%; bottom: 22px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgb(53 242 194 / .35); background: rgb(7 29 28 / .7); }
body[data-page="landingpage-v2"] .hero-telemetry > span { min-width: 0; min-height: 58px; padding: 10px 18px; display: flex; align-items: center; gap: 12px; border-right: 1px solid rgb(53 242 194 / .16); font: 700 .7rem Consolas, "Courier New", monospace; }
body[data-page="landingpage-v2"] .hero-telemetry i { color: var(--mint); font-style: normal; }
body[data-page="landingpage-v2"] .hero-telemetry b { min-width: 0; overflow-wrap: anywhere; }

body[data-page="landingpage-v2"] .intro-group { animation: intro-rise 700ms ease both; }
body[data-page="landingpage-v2"] .intro-group-a { animation-delay: 450ms; }
body[data-page="landingpage-v2"] .intro-group-b { animation-delay: 640ms; }
body[data-page="landingpage-v2"] .intro-group-c { animation-delay: 820ms; }
body[data-page="landingpage-v2"] .intro-telemetry { animation: intro-rise 600ms 900ms ease both; }

body[data-page="landingpage-v2"] main > section:not(.hero) { position: relative; padding: 120px 0; border-bottom: 1px solid rgb(203 216 210 / .12); }
body[data-page="landingpage-v2"] main > section:not(.hero)::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(90deg, rgb(245 247 238 / .025) 1px, transparent 1px), linear-gradient(0deg, rgb(245 247 238 / .018) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 18% 82%, transparent); }
body[data-page="landingpage-v2"] .section-heading { position: relative; z-index: 1; max-width: 760px; margin-bottom: 48px; }
body[data-page="landingpage-v2"] .section-index { margin-bottom: 14px; display: flex; gap: 12px; }
body[data-page="landingpage-v2"] .section-index span { color: var(--muted); }
body[data-page="landingpage-v2"] .section-heading h2,
body[data-page="landingpage-v2"] .contact-copy h2 { margin-bottom: 16px; font-size: clamp(2.7rem, 5vw, 4.5rem); }
body[data-page="landingpage-v2"] .section-heading > p:last-child,
body[data-page="landingpage-v2"] .contact-copy > p { max-width: 60ch; color: var(--muted); }

body[data-page="landingpage-v2"] .profile { background: linear-gradient(110deg, #0e2d2b 0 38%, var(--base) 38.1%); }
body[data-page="landingpage-v2"] .profile-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(38px, 6vw, 88px); align-items: center; }
body[data-page="landingpage-v2"] .profile-window-reveal { min-width: 0; width: 100%; max-width: 520px; justify-self: center; }
body[data-page="landingpage-v2"] .profile-window-stage { perspective: 1100px; }
body[data-page="landingpage-v2"] .crew-plate { position: relative; height: 590px; padding: 0 10px 10px; overflow: hidden; border: 1px solid rgb(53 242 194 / .42); border-radius: 12px; background: linear-gradient(135deg, #31544f, #112e2d 48%, #1c3d39); box-shadow: inset 0 1px 0 rgb(222 255 244 / .19), 0 20px 42px rgb(0 12 13 / .35), 0 2px 5px rgb(0 12 13 / .5); transform: translateZ(var(--profile-lift, 0px)) rotateX(var(--profile-rotate-x, 0deg)) rotateY(var(--profile-rotate-y, 0deg)); transition: transform 300ms ease-out; }
body[data-page="landingpage-v2"] .crew-plate.is-tilting { transition-duration: 140ms; }
body[data-page="landingpage-v2"] .profile-window-bar { height: 40px; display: flex; justify-content: space-between; align-items: center; padding: 0 5px; color: #a8c7be; }
body[data-page="landingpage-v2"] .profile-window-mark { width: 13px; height: 13px; border: 1px solid var(--mint); transform: rotate(45deg); box-shadow: inset 0 0 0 3px #21443e; background: rgb(53 242 194 / .22); }
body[data-page="landingpage-v2"] .profile-window-screen { position: relative; height: calc(100% - 40px); overflow: hidden; border: 1px solid rgb(53 242 194 / .2); border-radius: 5px; background: radial-gradient(ellipse at 50% 38%, #174a44, #071e20 85%); isolation: isolate; }
body[data-page="landingpage-v2"] .profile-hex-grid,
body[data-page="landingpage-v2"] .profile-hex-grid::after { position: absolute; inset: 0; background: url('/images/landingpage-v2/profile/hex-grid.svg') center / 72px 41.569px repeat; pointer-events: none; }
body[data-page="landingpage-v2"] .profile-hex-grid { opacity: .55; }
body[data-page="landingpage-v2"] .profile-hex-grid::after { content: ""; filter: drop-shadow(0 0 3px #35f2c2); animation: profile-hex-pulse 2s ease-in-out infinite; }
body[data-page="landingpage-v2"] .crew-portrait { position: absolute; inset: 5% 0 0 5%; width: 95%; height: 95%; object-fit: contain; object-position: right bottom; }
body[data-page="landingpage-v2"] .plate-rivets { position: absolute; inset: 18px; border: 2px dotted rgb(255 209 102 / .35); }
body[data-page="landingpage-v2"] .crew-silhouette { position: absolute; left: 18%; right: 28%; bottom: 14%; height: 68%; background: linear-gradient(160deg, #193d3a, #071d1c); border: 1px solid rgb(245 247 238 / .14); clip-path: polygon(35% 0, 64% 0, 73% 10%, 77% 28%, 69% 35%, 88% 47%, 100% 100%, 0 100%, 10% 47%, 31% 34%, 23% 27%, 28% 10%); }
body[data-page="landingpage-v2"] .crew-silhouette i { position: absolute; left: 37%; top: 16%; width: 27%; height: 3px; background: var(--mint); box-shadow: 0 0 13px var(--mint); }
body[data-page="landingpage-v2"] .inspection-light { position: absolute; top: 8%; right: 8%; width: 18px; height: 18px; border: 4px solid var(--ink); border-radius: 50%; background: var(--coral); box-shadow: 0 0 20px var(--coral), -160px 180px 100px 20px rgb(255 95 87 / .09); }
body[data-page="landingpage-v2"] .crew-patch { position: absolute; right: 8%; bottom: 20%; width: 112px; height: 128px; display: grid; place-items: center; background: #173532; border: 2px solid var(--gold); clip-path: polygon(50% 0, 100% 17%, 90% 80%, 50% 100%, 10% 80%, 0 17%); }
body[data-page="landingpage-v2"] .crew-patch i { position: absolute; inset: 14px; border: 1px solid var(--mint); clip-path: inherit; }
body[data-page="landingpage-v2"] .crew-patch b { color: var(--gold); font: 900 1rem Consolas, monospace; }
body[data-page="landingpage-v2"] .plate-caption { position: absolute; left: 28px; right: 28px; bottom: 22px; padding-top: 12px; color: var(--muted); border-top: 1px solid rgb(203 216 210 / .2); font: 700 .72rem Consolas, monospace; overflow-wrap: anywhere; }
body[data-page="landingpage-v2"] .profile-copy { min-width: 0; }
body[data-page="landingpage-v2"] .profile-copy .section-heading { margin-bottom: 30px; }
body[data-page="landingpage-v2"] .profile-intro { max-width: 60ch; margin: 0 0 28px; color: var(--muted); line-height: 1.7; overflow-wrap: anywhere; }
body[data-page="landingpage-v2"] .profile-highlights { min-width: 0; margin: 0; padding: 0; list-style: none; }
body[data-page="landingpage-v2"] .profile-block { min-width: 0; display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 18px; padding: 20px 0; border-top: 1px solid rgb(203 216 210 / .2); }
body[data-page="landingpage-v2"] .profile-block > span { color: var(--gold); font: 700 .75rem Consolas, monospace; }
body[data-page="landingpage-v2"] .profile-block > div { min-width: 0; }
body[data-page="landingpage-v2"] .profile-block h3 { margin-bottom: 7px; font: 800 1.15rem "Arial Narrow", "Segoe UI", sans-serif; text-transform: uppercase; overflow-wrap: anywhere; }
body[data-page="landingpage-v2"] .profile-block p { margin-bottom: 0; color: var(--muted); overflow-wrap: anywhere; }

body[data-page="landingpage-v2"] .cargo { background: #102f2d; }
body[data-page="landingpage-v2"] .cargo-console { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr); gap: 26px; padding: 26px; background: rgb(7 29 28 / .7); border: 1px solid rgb(203 216 210 / .18); box-shadow: 0 24px 70px rgb(0 0 0 / .2); clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); }
body[data-page="landingpage-v2"] .cargo-rail { position: relative; min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; padding: 34px 2px 20px; }
body[data-page="landingpage-v2"] .cargo-rail::before { content: ""; position: absolute; left: 6%; right: 6%; top: 18px; height: 6px; border-block: 1px solid var(--alloy); background: repeating-linear-gradient(90deg, var(--gold) 0 3px, transparent 3px 28px); opacity: .65; }
body[data-page="landingpage-v2"] .cargo-scanner { position: absolute; z-index: 3; top: 7px; left: calc(16.666% - 19px); width: 38px; height: 28px; background: linear-gradient(180deg, var(--mint), transparent); clip-path: polygon(20% 0, 80% 0, 100% 40%, 65% 100%, 35% 100%, 0 40%); filter: drop-shadow(0 0 8px var(--mint)); transition: left 380ms cubic-bezier(.2, .8, .2, 1), top 380ms cubic-bezier(.2, .8, .2, 1), transform 380ms cubic-bezier(.2, .8, .2, 1); }
body[data-page="landingpage-v2"] .cargo-console[data-selected="2"] .cargo-scanner { left: calc(50% - 19px); }
body[data-page="landingpage-v2"] .cargo-console[data-selected="3"] .cargo-scanner { left: calc(83.333% - 19px); }
body[data-page="landingpage-v2"] .cargo-crate { position: relative; min-width: 0; min-height: 245px; padding: 22px 18px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; color: var(--text); background: linear-gradient(145deg, #2a4c49, #153633); border: 1px solid rgb(203 216 210 / .24); cursor: pointer; clip-path: polygon(0 0, 82% 0, 100% 14%, 100% 100%, 10% 100%, 0 90%); box-shadow: inset 0 0 0 6px rgb(7 29 28 / .15); }
body[data-page="landingpage-v2"] .cargo-crate::before { content: ""; position: absolute; inset: 10px; border: 1px dashed rgb(203 216 210 / .17); pointer-events: none; }
body[data-page="landingpage-v2"] .cargo-crate > span { position: relative; color: var(--gold); font: 700 .75rem Consolas, monospace; }
body[data-page="landingpage-v2"] .cargo-crate b { position: relative; margin: auto 0; overflow-wrap: anywhere; font-family: "Arial Narrow", "Segoe UI", sans-serif; font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1; text-transform: uppercase; }
body[data-page="landingpage-v2"] .cargo-crate i { position: relative; color: var(--muted); font: normal 700 .68rem Consolas, monospace; }
body[data-page="landingpage-v2"] .cargo-crate.is-active { border: 2px solid var(--mint); background: linear-gradient(145deg, #376b65, #183d39); box-shadow: inset 0 0 0 6px rgb(7 29 28 / .2), 0 0 28px rgb(53 242 194 / .12); }
body[data-page="landingpage-v2"] .cargo-crate.is-active i { color: var(--mint); }
body[data-page="landingpage-v2"] .cargo-manifests { min-width: 0; }
body[data-page="landingpage-v2"] .cargo-manifest { min-height: 100%; padding: 28px; color: #b2ffdf; background: #071f1a; border-left: 3px solid var(--mint); box-shadow: inset 0 0 36px rgb(53 242 194 / .05); clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%); }
body[data-page="landingpage-v2"] .cargo-manifest > span { color: var(--gold); font: 700 .72rem Consolas, monospace; }
body[data-page="landingpage-v2"] .cargo-manifest h3 { margin: 34px 0 14px; overflow-wrap: anywhere; font: 800 1.45rem/1.05 "Arial Narrow", "Segoe UI", sans-serif; text-transform: uppercase; }
body[data-page="landingpage-v2"] .cargo-manifest p { color: var(--muted); }
body[data-page="landingpage-v2"] .cargo-manifest small { display: block; margin-top: 35px; padding-top: 12px; color: var(--mint); border-top: 1px solid rgb(53 242 194 / .22); font: 700 .66rem Consolas, monospace; overflow-wrap: anywhere; }
body[data-page="landingpage-v2"].has-js .cargo-manifest:not(.is-active) { display: none; }

body[data-page="landingpage-v2"] .technologies { background: linear-gradient(180deg, #163d3a, #0b2927); }
body[data-page="landingpage-v2"] .tech-terminal { position: relative; z-index: 1; overflow: hidden; color: #adffdc; background-color: #061d19; background-image: repeating-linear-gradient(0deg, rgb(53 242 194 / .018) 0 1px, transparent 1px 4px); border: 1px solid rgb(53 242 194 / .56); box-shadow: inset 0 0 80px rgb(53 242 194 / .04), 0 24px 70px rgb(0 0 0 / .28); clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 16px 100%, 0 calc(100% - 16px)); }
body[data-page="landingpage-v2"] .terminal-topbar { min-height: 54px; padding: 10px 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; color: var(--muted); background: #102d2a; border-bottom: 1px solid rgb(53 242 194 / .24); font: 700 0.95rem Consolas, monospace; }
body[data-page="landingpage-v2"] .terminal-topbar span { display: flex; gap: 7px; }
body[data-page="landingpage-v2"] .terminal-topbar i { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }
body[data-page="landingpage-v2"] .terminal-topbar i:nth-child(2) { background: var(--gold); }
body[data-page="landingpage-v2"] .terminal-topbar i:nth-child(3) { background: var(--mint); }
body[data-page="landingpage-v2"] .terminal-topbar em { color: var(--mint); font-style: normal; }
body[data-page="landingpage-v2"] .tech-tabs { position: relative; z-index: 5; display: flex; flex-wrap: wrap; padding: 20px 22px 0; gap: 8px; }
body[data-page="landingpage-v2"] .tech-tabs button { min-height: 46px; padding: 9px 18px; color: var(--muted); background: #0e302a; border: 1px solid rgb(53 242 194 / .22); cursor: pointer; font: 700 .76rem Consolas, monospace; text-transform: uppercase; overflow-wrap: anywhere; }
body[data-page="landingpage-v2"] .tech-tabs button[aria-selected="true"] { color: var(--ink); background: var(--mint); border-color: var(--mint); }
body[data-page="landingpage-v2"] .tech-panel { position: relative; z-index: 2; min-height: 340px; padding: 38px 30px 42px; }
body[data-page="landingpage-v2"] .tech-panel h3 { margin-bottom: 28px; color: var(--mint); font: 800 1rem Consolas, monospace; text-transform: uppercase; }
body[data-page="landingpage-v2"] .tech-panel ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; list-style: none; }
body[data-page="landingpage-v2"] .tech-panel li { min-width: 0; min-height: 62px; padding: 13px 15px 13px 34px; display: flex; align-items: center; color: #c6ffe8; background: rgb(53 242 194 / .04); border: 1px solid rgb(53 242 194 / .18); font: 700 1.1rem Consolas, monospace; overflow-wrap: anywhere; }
body[data-page="landingpage-v2"] .tech-panel li::before { content: ">"; margin-left: -20px; margin-right: 10px; color: var(--gold); }
body[data-page="landingpage-v2"] .tech-icon { width: 32px; height: 32px; }
body[data-page="landingpage-v2"].has-js .tech-panel:not(.is-active) { display: none; }

body[data-page="landingpage-v2"] .contact { min-height: 720px; overflow: hidden; background: linear-gradient(118deg, #0d2a28 0 51%, #163d3a 51.2%); }
body[data-page="landingpage-v2"] .contact-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 70px; align-items: center; }
body[data-page="landingpage-v2"] .transmission-rig { position: relative; min-height: 0; aspect-ratio: 1448 / 1086; isolation: isolate; }
body[data-page="landingpage-v2"] .transmission-console { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: contain; }
body[data-page="landingpage-v2"] .console-glow { position: absolute; z-index: 1; display: block; pointer-events: none; opacity: 0; mix-blend-mode: screen; will-change: opacity; }
body[data-page="landingpage-v2"] .console-screen-glow { inset: 0; width: 100%; height: 100%; object-fit: contain; background: none; box-shadow: none; mix-blend-mode: normal; filter: brightness(1.65) saturate(1.08); clip-path: inset(43.65% 40.55% 45.85% 30.4% round .55% / .74%); }
body[data-page="landingpage-v2"] .console-beacon-glow { left: 44.6%; top: 4.9%; width: 12.4%; height: 24.7%; background: radial-gradient(ellipse at 50% 39%, rgb(222 255 246 / .72) 0 5%, rgb(93 255 220 / .46) 9% 20%, rgb(53 242 194 / .21) 28%, rgb(53 242 194 / 0) 67%); filter: blur(3px); }
body[data-page="landingpage-v2"] .transmission-rig.is-pulsing .console-screen-glow { animation: console-screen-activate 900ms ease-out both, console-screen-breathe 4.8s ease-in-out 900ms infinite; }
body[data-page="landingpage-v2"] .transmission-rig.is-pulsing .console-beacon-glow { animation: console-beacon-activate 900ms ease-out 720ms both, console-beacon-breathe 4.1s ease-in-out 1620ms infinite; }
body[data-page="landingpage-v2"] .signal-wave { position: absolute; z-index: 2; left: calc(50.8% - 60px); top: calc(6.5% - 80px); width: 120px; height: 80px; border: 1px solid var(--mint); border-bottom: 0; border-radius: 50% 50% 0 0; opacity: 0; transform-origin: 50% 100%; }
body[data-page="landingpage-v2"] .signal-b { left: calc(50.8% - 100px); top: calc(6.5% - 120px); width: 200px; height: 120px; }
body[data-page="landingpage-v2"] .transmission-rig.is-pulsing .signal-wave { animation: signal-cycle 3.5s ease-out 1750ms infinite both; }
body[data-page="landingpage-v2"] .transmission-rig.is-pulsing .signal-b { animation-delay: 1930ms; }
body[data-page="landingpage-v2"] .contact-copy { position: relative; z-index: 2; }
body[data-page="landingpage-v2"] .channel-list { display: grid; gap: 10px; margin-top: 34px; }
body[data-page="landingpage-v2"] .channel-list a { min-height: 52px; padding: 12px 16px; display: flex; align-items: center; border: 1px solid rgb(53 242 194 / .32); border-left: 4px solid var(--mint); background: rgb(7 29 28 / .48); text-decoration: none; font: 700 .78rem Consolas, monospace; overflow-wrap: anywhere; }
body[data-page="landingpage-v2"] .channel-list a:hover { color: var(--ink); background: var(--mint); }

body[data-page="landingpage-v2"] .site-footer { position: relative; padding: 34px 0; background: #061b1a; border-top: 3px solid var(--alloy); }
body[data-page="landingpage-v2"] .site-footer.is-active::before { content: ""; position: absolute; left: 0; top: -3px; width: 36%; height: 3px; background: linear-gradient(90deg, var(--mint), transparent); animation: footer-charge 700ms ease both; }
body[data-page="landingpage-v2"] .footer-grid { display: grid; grid-template-columns: 1fr 2fr auto; gap: 28px; align-items: center; }
body[data-page="landingpage-v2"] .footer-grid strong { font-family: "Arial Narrow", "Segoe UI", sans-serif; }
body[data-page="landingpage-v2"] .footer-grid p { margin: 0; color: var(--muted); font-size: .85rem; }
body[data-page="landingpage-v2"] .footer-grid a { min-height: 44px; display: inline-flex; align-items: center; color: var(--mint); font-size: .78rem; font-weight: 800; }

body[data-page="landingpage-v2"].has-js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 620ms ease, transform 620ms ease; }
body[data-page="landingpage-v2"].has-js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@supports not (clip-path: polygon(0 0)) {
    body[data-page="landingpage-v2"] .button,
    body[data-page="landingpage-v2"] .impulse-control,
    body[data-page="landingpage-v2"] .hero-terminal,
    body[data-page="landingpage-v2"] .crew-plate,
    body[data-page="landingpage-v2"] .cargo-console,
    body[data-page="landingpage-v2"] .cargo-crate,
    body[data-page="landingpage-v2"] .cargo-manifest,
    body[data-page="landingpage-v2"] .tech-terminal { clip-path: none; }
}

@media (max-width: 1060px) {
    body[data-page="landingpage-v2"] .site-navigation a { padding-inline: 9px; font-size: .7rem; }
    body[data-page="landingpage-v2"] .hero-copy { grid-column: 1 / 7; }
    body[data-page="landingpage-v2"] .hero-terminal { grid-column: 7 / 12; }
    body[data-page="landingpage-v2"] .cargo-console { grid-template-columns: minmax(0, 7fr) minmax(260px, 5fr); }
    body[data-page="landingpage-v2"] .cargo-crate { min-height: 210px; padding: 18px 13px; }
}

@media (max-width: 860px) {
    body[data-page="landingpage-v2"] { --nav-height: 64px; }
    body[data-page="landingpage-v2"] .content-shell,
    body[data-page="landingpage-v2"] .nav-shell { width: min(calc(100% - 32px), var(--shell)); }
    body[data-page="landingpage-v2"] .site-navigation { position: fixed; z-index: 110; inset: 64px 0 auto; min-height: 62px; padding: 7px 16px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-content: start; gap: 5px; background: rgb(7 29 28 / .98); visibility: visible; }
    body[data-page="landingpage-v2"] .site-navigation a { min-width: 0; overflow-wrap: anywhere; text-align: center; }
    body[data-page="landingpage-v2"] .hero-grid { padding-top: 154px; }
    body[data-page="landingpage-v2"] [data-section] { scroll-margin-top: 136px; }
    html.lp-v2-loading body[data-page="landingpage-v2"] .site-navigation { visibility: hidden; }
    html.lp-v2-enhanced body[data-page="landingpage-v2"] .menu-toggle { display: block; }
    html.lp-v2-enhanced body[data-page="landingpage-v2"] .site-navigation { min-height: calc(100vh - 64px); min-height: calc(100dvh - 64px); padding: 24px 16px 40px; grid-template-columns: 1fr; gap: 8px; transform: translateX(100%); visibility: hidden; transition: transform 240ms ease, visibility 240ms; }
    html.lp-v2-enhanced body[data-page="landingpage-v2"] .site-navigation.is-open { transform: translateX(0); visibility: visible; }
    html.lp-v2-enhanced body[data-page="landingpage-v2"] .hero-grid { padding-top: 116px; }
    html.lp-v2-enhanced body[data-page="landingpage-v2"] [data-section] { scroll-margin-top: 78px; }
    body[data-page="landingpage-v2"] .site-navigation a { min-height: 54px; padding: 10px 18px; place-items: center start; border: 1px solid rgb(53 242 194 / .18); font-size: .9rem; }
    html:not(.lp-v2-enhanced) body[data-page="landingpage-v2"] .site-navigation a { padding: 4px; place-items: center; font-size: .58rem; line-height: 1.15; }
    body[data-page="landingpage-v2"] .site-navigation a::before { left: 0; right: auto; top: 0; bottom: 0; width: 4px; height: auto; transform: scaleY(0); transform-origin: top; }
    body[data-page="landingpage-v2"] .site-navigation a[aria-current="location"]::before { transform: scaleY(1); }
    body[data-page="landingpage-v2"] .profile-grid,
    body[data-page="landingpage-v2"] .contact-grid { grid-template-columns: 1fr; }
    body[data-page="landingpage-v2"] .cargo-console { grid-template-columns: 1fr; }
    body[data-page="landingpage-v2"] .tech-panel ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body[data-page="landingpage-v2"] .footer-grid { grid-template-columns: 1fr auto; }
    body[data-page="landingpage-v2"] .footer-grid p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 700px) {
    body[data-page="landingpage-v2"] .brand { font-size: .92rem; }
    body[data-page="landingpage-v2"] .brand-emblem { width: 36px; height: 36px; }
    body[data-page="landingpage-v2"] .language-switch button { width: 38px; }
    body[data-page="landingpage-v2"] .hero { min-height: 844px; }
    body[data-page="landingpage-v2"] .hero::before { z-index: -1; background: linear-gradient(180deg, rgb(7 29 28 / .96) 0 43%, rgb(15 48 46 / .82) 54%, transparent 72%), radial-gradient(circle at 20% 28%, rgb(53 242 194 / .1), transparent 31%); }
    body[data-page="landingpage-v2"] .hero-media { inset: 41% 0 0; }
    body[data-page="landingpage-v2"] .hero-media::after { background: linear-gradient(180deg, var(--deep), transparent 22% 76%, rgb(7 29 28 / .72)); }
    body[data-page="landingpage-v2"] .hero-media img { object-position: center bottom; transform: scale(1.02); }
    body[data-page="landingpage-v2"] .hero-diagonal { display: none; }
    body[data-page="landingpage-v2"] .hero-grid { min-height: 844px; padding-top: 154px; padding-bottom: 330px; display: block; }
    html.lp-v2-enhanced body[data-page="landingpage-v2"] .hero-grid { padding-top: 84px; }
    body[data-page="landingpage-v2"] .hero-copy { max-width: none; }
    body[data-page="landingpage-v2"] .eyebrow { min-height: 27px; margin-bottom: 9px; font-size: .62rem; }
    body[data-page="landingpage-v2"] .hero h1 { margin-bottom: 7px; font-size: clamp(2.5rem, 12vw, 3.25rem); }
    body[data-page="landingpage-v2"] .hero-role { margin-bottom: 7px; font-size: 1.05rem; }
    body[data-page="landingpage-v2"] .hero-description { max-width: 38ch; margin-bottom: 12px; font-size: .8rem; line-height: 1.36; }
    body[data-page="landingpage-v2"] .hero-actions { margin-bottom: 13px; }
    body[data-page="landingpage-v2"] .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    body[data-page="landingpage-v2"] .hero-actions .button { min-width: 0; padding-inline: 9px; text-align: center; overflow-wrap: anywhere; }
    body[data-page="landingpage-v2"] .button { min-height: 44px; padding: 9px 14px; font-size: .68rem; }
    body[data-page="landingpage-v2"] .impulse-control { min-height: 62px; padding: 8px 10px; }
    body[data-page="landingpage-v2"] .impulse-control .data-label { font-size: .61rem; }
    body[data-page="landingpage-v2"] .impulse-control strong { font-size: .62rem; }
    body[data-page="landingpage-v2"] .impulse-switch { width: 94px; min-height: 44px; padding: 5px; }
    body[data-page="landingpage-v2"] .switch-track { height: 32px; }
    body[data-page="landingpage-v2"] .switch-track i { width: 36px; }
    body[data-page="landingpage-v2"] .impulse-switch[aria-pressed="true"] .switch-track i { transform: translateX(43px); }
    body[data-page="landingpage-v2"] .hero-terminal { position: absolute; z-index: 7; left: 16px; right: 16px; top: 54%; margin: 0; padding-bottom: 9px; font-size: .58rem; }
    body[data-page="landingpage-v2"] .terminal-bar { min-height: 28px; margin-bottom: 6px; }
    body[data-page="landingpage-v2"] .hero-terminal p { margin: 2px 0; grid-template-columns: 22px minmax(0, 1fr); }
    body[data-page="landingpage-v2"] .hero-telemetry { bottom: 12px; grid-template-columns: 1fr; background: rgb(7 29 28 / .86); }
    body[data-page="landingpage-v2"] .hero-telemetry > span { min-height: 28px; padding: 3px 8px; font-size: .55rem; }
    body[data-page="landingpage-v2"] .hero-telemetry > span:not(:first-child) { display: none; }
    body[data-page="landingpage-v2"] .engine-wake { right: -7%; bottom: 6%; width: 45%; }
    body[data-page="landingpage-v2"] main > section:not(.hero) { padding: 84px 0; }
    body[data-page="landingpage-v2"] .section-heading { margin-bottom: 34px; }
    body[data-page="landingpage-v2"] .section-heading h2,
    body[data-page="landingpage-v2"] .contact-copy h2 { font-size: clamp(2.35rem, 13vw, 3.5rem); overflow-wrap: anywhere; }
    body[data-page="landingpage-v2"] .profile { background: linear-gradient(180deg, #0e2d2b 0 39%, var(--base) 39.1%); }
    body[data-page="landingpage-v2"] .crew-plate { height: 440px; }
    body[data-page="landingpage-v2"] .crew-patch { width: 84px; height: 98px; }
    body[data-page="landingpage-v2"] .profile-grid { gap: 58px; }
    body[data-page="landingpage-v2"] .profile-block { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding: 16px; }
    body[data-page="landingpage-v2"] .cargo-console { padding: 15px; }
    body[data-page="landingpage-v2"] .cargo-rail { grid-template-columns: 1fr; padding: 5px 0; }
    body[data-page="landingpage-v2"] .cargo-rail::before { left: 13px; right: auto; top: 8%; bottom: 8%; width: 5px; height: auto; border-block: 0; border-inline: 1px solid var(--alloy); background: repeating-linear-gradient(0deg, var(--gold) 0 3px, transparent 3px 25px); }
    body[data-page="landingpage-v2"] .cargo-scanner,
    body[data-page="landingpage-v2"] .cargo-console[data-selected="2"] .cargo-scanner,
    body[data-page="landingpage-v2"] .cargo-console[data-selected="3"] .cargo-scanner { top: 0; left: 2px; width: 25px; height: 30px; transform: translateY(var(--cargo-scan-y, 42px)) rotate(-90deg); }
    body[data-page="landingpage-v2"] .cargo-crate { min-height: 116px; margin-left: 18px; padding: 15px 17px; display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 6px; align-content: center; }
    body[data-page="landingpage-v2"] .cargo-crate b { margin: 0; font-size: 1.18rem; }
    body[data-page="landingpage-v2"] .cargo-crate i { grid-column: 2; }
    body[data-page="landingpage-v2"] .cargo-manifest { min-height: auto; padding: 22px; }
    body[data-page="landingpage-v2"] .cargo-rail > .cargo-manifest { margin-left: 18px; }
    body[data-page="landingpage-v2"] .cargo-manifest h3 { margin-top: 18px; }
    body[data-page="landingpage-v2"] .cargo-manifest small { margin-top: 20px; }
    body[data-page="landingpage-v2"] .terminal-topbar { grid-template-columns: auto minmax(0, 1fr); gap: 10px; }
    body[data-page="landingpage-v2"] .terminal-topbar em { display: none; }
    body[data-page="landingpage-v2"] .tech-tabs { padding: 14px 14px 0; }
    body[data-page="landingpage-v2"] .tech-tabs button { flex: 1 1 30%; min-width: 0; padding-inline: 8px; font-size: .62rem; }
    body[data-page="landingpage-v2"] .tech-panel { min-height: 430px; padding: 28px 16px 32px; }
    body[data-page="landingpage-v2"] .tech-panel ul { grid-template-columns: 1fr; gap: 8px; }
    body[data-page="landingpage-v2"] .tech-panel li { min-height: 49px; font-size: .69rem; }
    body[data-page="landingpage-v2"] .contact { min-height: 780px; }
    body[data-page="landingpage-v2"] .contact-grid { gap: 36px; }
    body[data-page="landingpage-v2"] .transmission-rig { width: 100%; min-height: 0; aspect-ratio: 1448 / 1086; }
    body[data-page="landingpage-v2"] .footer-grid { gap: 14px; }
    body[data-page="landingpage-v2"] .footer-grid strong { font-size: .9rem; }
    body[data-page="landingpage-v2"] .footer-grid a { font-size: .68rem; }
}

@media (max-width: 360px) {
    body[data-page="landingpage-v2"] .brand > span:last-child { display: none; }
    body[data-page="landingpage-v2"] .nav-actions { gap: 7px; }
    body[data-page="landingpage-v2"] .language-switch button { width: 35px; }
    body[data-page="landingpage-v2"] .hero-description { max-width: 34ch; }
    body[data-page="landingpage-v2"] .tech-tabs button { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    body[data-page="landingpage-v2"] .crew-plate { transform: none; }
    body[data-page="landingpage-v2"] .profile-hex-grid::after { animation: none !important; opacity: .2; }
    body[data-page="landingpage-v2"] *,
    body[data-page="landingpage-v2"] *::before,
    body[data-page="landingpage-v2"] *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
    body[data-page="landingpage-v2"] .boot-shutters,
    body[data-page="landingpage-v2"] .storm-particle { display: none; }
    body[data-page="landingpage-v2"] .hero-media img,
    body[data-page="landingpage-v2"].has-js .reveal,
    body[data-page="landingpage-v2"].has-js .reveal.is-visible { opacity: 1; transform: none; }
    body[data-page="landingpage-v2"] .hero-terminal::after,
    body[data-page="landingpage-v2"] .tech-terminal::after { display: none; }
    body[data-page="landingpage-v2"] .transmission-rig .console-screen-glow { opacity: .2; animation: none !important; }
    body[data-page="landingpage-v2"] .transmission-rig .console-beacon-glow { opacity: .46; animation: none !important; }
    body[data-page="landingpage-v2"] .transmission-rig .signal-wave { opacity: .16; transform: scale(1); animation: none !important; }
}

@keyframes shutter-top { from { transform: translateY(0); } to { transform: translateY(-102%); } }
@keyframes profile-hex-pulse { 0%, 100% { opacity: .05; } 45% { opacity: .95; } }
@keyframes shutter-bottom { from { transform: translateY(0); } to { transform: translateY(102%); } }
@keyframes nav-power { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes terminal-power { from { opacity: 0; filter: brightness(0); } 45% { opacity: .45; filter: brightness(2); } to { opacity: 1; filter: brightness(1); } }
@keyframes intro-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ship-drift { from { transform: translate3d(-3px, -3px, 0) scale(1.025); } to { transform: translate3d(5px, 4px, 0) scale(1.025); } }
@keyframes engine-glow { 0%, 100% { opacity: .45; transform: scaleX(.94); } 50% { opacity: .85; transform: scaleX(1.04); } }
@keyframes particle-float { from { transform: translate3d(0, 0, 0); opacity: 0; } 15%, 75% { opacity: .7; } to { transform: translate3d(-58px, 84px, 0); opacity: 0; } }
@keyframes terminal-scan { from { background-position-y: -180px; } to { background-position-y: 180px; } }
@keyframes cable-charge { 0% { opacity: 0; transform: translateX(-110%); } 28% { opacity: .85; } 100% { opacity: 0; transform: translateX(245%); } }
@keyframes signal-cycle { 0% { opacity: 0; transform: scale(.7); } 9.43% { opacity: .8; } 36.14%, 100% { opacity: 0; transform: scale(1.25); } }
@keyframes console-screen-activate { 0% { opacity: 0; } 68% { opacity: .8; } 100% { opacity: .05; } }
@keyframes console-screen-breathe { 0%, 100% { opacity: .05; } 50% { opacity: .72; } }
@keyframes console-beacon-activate { 0% { opacity: 0; } 64% { opacity: .68; } 100% { opacity: .46; } }
@keyframes console-beacon-breathe { 0%, 100% { opacity: .46; } 50% { opacity: .59; } }
@keyframes footer-charge { from { transform: scaleX(0); transform-origin: left; } to { transform: scaleX(1); transform-origin: left; } }
