:root {
    --black: #050506;
    --black-2: #0b0b10;
    --black-3: #15151d;
    --white: #ffffff;
    --off-white: #f5f3f7;
    --paper: #fbfafc;
    --line-dark: rgba(255, 255, 255, 0.16);
    --line-light: rgba(5, 5, 6, 0.12);
    --text-dark: #121217;
    --text-muted: #5f5f6d;
    --text-light: rgba(255, 255, 255, 0.86);
    --text-light-muted: rgba(255, 255, 255, 0.64);
    --purple: #8645ff;
    --purple-dark: #5a22c8;
    --purple-soft: rgba(134, 69, 255, 0.12);
    --shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
    --max: 1240px;
    --ease: cubic-bezier(.2, .8, .2, 1);
}

html {
    scroll-behavior: smooth;
}

html,
body {
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--black) !important;
    color: var(--text-dark);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -0.01em;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 5, 6, 0.94) 0%, rgba(5, 5, 6, 0.78) 46%, rgba(5, 5, 6, 0.46) 100%),
        radial-gradient(circle at 80% 20%, rgba(134, 69, 255, 0.24), transparent 34%),
        linear-gradient(180deg, rgba(5, 5, 6, 0.18), rgba(5, 5, 6, 0.82));
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.24;
    background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(180deg, black 0%, transparent 55%);
}

body > * {
    position: relative;
    z-index: 2;
}

#bg {
    opacity: 0.68 !important;
    filter: saturate(0.82) contrast(1.12) brightness(0.72);
}

#bg div {
    width: 150%;
}

#signup-form {
    display: none !important;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: 16px;
    z-index: 10000;
    transform: translateY(-160%);
    background: var(--white);
    color: var(--black);
    padding: 10px 14px;
    border: 1px solid var(--line-light);
    text-decoration: none;
    font-weight: 800;
}

.skip-link:focus {
    transform: translateY(0);
}

a {
    color: inherit;
    text-decoration: none;
    border: 0;
}

img {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: inherit;
    letter-spacing: -0.045em;
    font-weight: 820;
    line-height: 0.96;
}

h1 {
    max-width: 980px;
    margin-bottom: 22px;
    color: var(--white);
    font-size: clamp(2.85rem, 6.3vw, 5.95rem);
}

h2 {
    max-width: 880px;
    margin-bottom: 24px;
    color: inherit;
    font-size: clamp(2.35rem, 5vw, 4.85rem);
}

h3 {
    margin-bottom: 14px;
    color: inherit;
    font-size: 1.36rem;
    line-height: 1.08;
}

p {
    margin-bottom: 18px;
}

.container {
    width: min(calc(100% - 48px), var(--max));
    margin: 0 auto;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 78px;
    padding: 18px clamp(24px, 4vw, 56px);
    color: var(--white);
    transition: background 220ms var(--ease), border-color 220ms var(--ease), min-height 220ms var(--ease), box-shadow 220ms var(--ease), backdrop-filter 220ms var(--ease);
    border-bottom: 1px solid transparent;
}

.topbar.is-scrolled,
.topbar.is-solid,
.topbar.nav-open {
    min-height: 68px;
    background: rgba(5, 5, 6, 0.98);
    border-bottom-color: var(--line-dark);
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    color: var(--white);
    text-decoration: none;
}

.brand__mark {
    width: 146px;
    max-height: 44px;
    object-fit: contain;
}

.brand__word {
    display: none;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 880;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.brand__word--visible {
    display: inline-flex;
}

.brand__mark + .brand__word--visible {
    border-left: 1px solid var(--line-dark);
    padding-left: 14px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-nav a {
    color: rgba(255, 255, 255, 0.74);
    padding: 10px 13px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 760;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    transition: color 160ms var(--ease), background 160ms var(--ease), border-color 160ms var(--ease);
}

.main-nav a:hover,
.main-nav a.is-active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.main-nav .nav-cta {
    margin-left: 8px;
    color: var(--white);
    border-color: rgba(134, 69, 255, 0.72);
    background: rgba(134, 69, 255, 0.16);
}

.topbar.is-scrolled .main-nav a,
.topbar.is-solid .main-nav a,
.topbar.nav-open .main-nav a {
    color: rgba(255, 255, 255, 0.86);
}

.topbar.is-scrolled .main-nav .nav-cta,
.topbar.is-solid .main-nav .nav-cta,
.topbar.nav-open .main-nav .nav-cta {
    color: var(--white);
    border-color: var(--purple);
    background: rgba(134, 69, 255, 0.28);
}

.topbar.is-scrolled .brand,
.topbar.is-solid .brand,
.topbar.nav-open .brand {
    color: var(--white);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line-dark);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.nav-toggle span:not(.nav-toggle__label) {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--white);
    transition: transform 180ms var(--ease), opacity 180ms var(--ease);
}

.nav-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.topbar.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.topbar.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

.topbar.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.section {
    padding: clamp(82px, 10vw, 150px) 0;
}

.section-white {
    background: linear-gradient(180deg, var(--paper), var(--off-white));
    color: var(--text-dark);
}

.section-white h2,
.section-white h3,
.section-white strong {
    color: var(--text-dark);
}

.section-white p:not(.eyebrow),
.section-white li,
.section-white span:not(.application-card__number):not(.index) {
    color: var(--text-muted);
}

.section-white .section-heading h2 {
    color: var(--text-dark);
}

.section-black,
.section-dark {
    color: var(--white);
    background: var(--black);
}

.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    align-items: center;
    padding: 104px 0 58px;
    background: transparent;
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.55fr);
    gap: clamp(30px, 5vw, 78px);
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--purple);
}

.eyebrow--dark {
    color: var(--purple-dark);
}

.hero__lead {
    max-width: 820px;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.22vw, 1.18rem);
    line-height: 1.56;
}

.hero__actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 20px;
    border: 1px solid var(--line-dark);
    color: var(--white);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 820;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transition: transform 170ms var(--ease), background 170ms var(--ease), border-color 170ms var(--ease);
}

.button:hover {
    transform: translateY(-2px);
}

.button--primary {
    border-color: var(--purple);
    background: var(--purple);
    box-shadow: 0 18px 46px rgba(134, 69, 255, 0.24);
}

.button--secondary {
    background: rgba(255, 255, 255, 0.06);
}

.button--secondary:hover {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.1);
}

.mission-card {
    border: 1px solid var(--line-dark);
    background: rgba(5, 5, 6, 0.64);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.mission-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--line-dark);
    font-size: 0.74rem;
    font-weight: 840;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.66);
}

.mission-card__header strong {
    color: var(--white);
    letter-spacing: 0.18em;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    border-bottom: 1px solid var(--line-dark);
}

.metric-grid div {
    padding: 22px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.metric-grid div:nth-child(2n) {
    border-right: 0;
}

.metric-grid div:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.metric-grid dt {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.74rem;
    font-weight: 740;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.metric-grid dd {
    margin: 0;
    color: var(--white);
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 880;
    letter-spacing: -0.05em;
    line-height: 1;
}

.metric-grid small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    font-weight: 620;
    letter-spacing: 0.05em;
    line-height: 1.28;
    text-transform: none;
}

.mission-card > p {
    margin: 0;
    padding: 22px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.98rem;
}

.scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 28px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    background: rgba(5, 5, 6, 0.34);
}

.scroll-cue span {
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(45deg) translate(-2px, -2px);
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: clamp(32px, 7vw, 96px);
    align-items: start;
}

.split--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.split--reverse .section-heading {
    order: 2;
}

.section-heading p:not(.eyebrow) {
    max-width: 760px;
    color: currentColor;
    opacity: 0.72;
    font-size: 1.08rem;
}

.section-heading--wide {
    margin-bottom: clamp(36px, 5vw, 68px);
}

.prose {
    max-width: 720px;
    color: var(--text-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.prose--dark {
    color: var(--text-light-muted);
}

.capability-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    border-top: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
}

.capability-band article {
    min-height: 272px;
    padding: 30px;
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
    background: rgba(255, 255, 255, 0.42);
}

.capability-band .index,
.application-card__number,
.architecture-map span {
    display: inline-block;
    margin-bottom: 46px;
    color: var(--purple-dark);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.capability-band p,
.application-card p,
.architecture-map p,
.person-card p,
.evidence-card li,
.contact-panel p {
    color: inherit;
    opacity: 0.7;
}

.comparison-section,
.architecture-section,
.leadership-section,
.contact-section {
    background: linear-gradient(180deg, #050506, #0b0b12);
}

.comparison-table {
    border: 1px solid var(--line-dark);
    background: rgba(255, 255, 255, 0.03);
}

.comparison-row {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    border-bottom: 1px solid var(--line-dark);
}

.comparison-row:last-child {
    border-bottom: 0;
}

.comparison-row span {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 18px 20px;
    border-right: 1px solid var(--line-dark);
    color: rgba(255, 255, 255, 0.7);
}

.comparison-row span:last-child {
    border-right: 0;
}

.comparison-row--head span {
    min-height: 52px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.comparison-row--featured {
    background: linear-gradient(90deg, rgba(134, 69, 255, 0.22), rgba(134, 69, 255, 0.02));
}

.comparison-row--featured span {
    color: var(--white);
    font-weight: 760;
}

.application-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.application-card {
    display: flex;
    flex-direction: column;
    min-height: 520px;
    padding: 34px;
    border: 1px solid var(--line-light);
    background: var(--white);
    box-shadow: 0 18px 62px rgba(5, 5, 6, 0.06);
}

.application-card__number {
    margin-bottom: auto;
}

.application-card ul {
    display: grid;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.application-card li {
    display: flex;
    gap: 10px;
    color: var(--text-muted);
}

.application-card li::before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin-top: 11px;
    background: var(--purple);
}

.architecture-map {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 66px;
    border: 1px solid var(--line-dark);
}

.architecture-map article {
    min-height: 320px;
    padding: 30px;
    border-right: 1px solid var(--line-dark);
    background: rgba(255, 255, 255, 0.035);
}

.architecture-map article:last-child {
    border-right: 0;
}

.architecture-map span {
    color: rgba(255, 255, 255, 0.56);
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    counter-reset: step;
    border-top: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
    list-style: none;
}

.timeline li {
    min-height: 284px;
    padding: 30px;
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
    counter-increment: step;
}

.timeline li::before {
    content: counter(step, decimal-leading-zero);
    display: block;
    margin-bottom: 54px;
    color: var(--purple-dark);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.15em;
}

.timeline strong {
    display: block;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-size: 1.08rem;
    line-height: 1.2;
}

.timeline span {
    color: var(--text-muted);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.person-card {
    border: 1px solid var(--line-dark);
    background: rgba(255, 255, 255, 0.04);
}

.portrait {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(134, 69, 255, 0.18), rgba(255, 255, 255, 0.04)),
        #111119;
    border-bottom: 1px solid var(--line-dark);
}

.portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.16) contrast(1.03);
}

.portrait--missing::after {
    content: attr(data-initials);
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 3rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.person-card__body {
    padding: 22px;
}

.person-card h3 {
    margin-bottom: 6px;
    font-size: 1.1rem;
    letter-spacing: -0.025em;
}

.person-card .role {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.74rem;
    font-weight: 840;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.person-card p:not(.role) {
    min-height: 118px;
    margin-bottom: 18px;
    font-size: 0.92rem;
    line-height: 1.55;
}

.person-card a,
.link-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.person-card a::after,
.link-list a::after {
    content: "↗";
    color: var(--purple);
}

.evidence-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.evidence-card {
    min-height: 318px;
    padding: 30px;
    border: 1px solid var(--line-light);
    background: var(--white);
    box-shadow: 0 18px 62px rgba(5, 5, 6, 0.06);
}

.link-list {
    display: grid;
    gap: 18px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.link-list a {
    color: var(--text-dark);
    line-height: 1.35;
}

.contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 42px;
    align-items: end;
    padding: clamp(34px, 6vw, 70px);
    border: 1px solid var(--line-dark);
    background:
        linear-gradient(135deg, rgba(134, 69, 255, 0.22), rgba(255, 255, 255, 0.035) 38%, rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.04);
}

.contact-panel h2 {
    max-width: 780px;
}

.contact-panel p:not(.eyebrow) {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.08rem;
}

.site-footer {
    background: var(--black);
    color: rgba(255, 255, 255, 0.55);
    border-top: 1px solid var(--line-dark);
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0;
    font-size: 0.82rem;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 520ms var(--ease), transform 520ms var(--ease);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

@media screen and (max-width: 1180px) {
    .hero__grid,
    .split,
    .split--reverse,
    .contact-panel {
        grid-template-columns: 1fr;
    }

    .split--reverse .section-heading {
        order: 0;
    }

    .capability-band,
    .architecture-map,
    .timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .application-grid,
    .evidence-grid {
        grid-template-columns: 1fr;
    }

    .application-card {
        min-height: auto;
    }

    .application-card__number {
        margin-bottom: 50px;
    }

    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px) {
    .topbar {
        min-height: 68px;
        padding: 12px 20px;
    }

    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        display: grid;
        gap: 0;
        padding: 12px 20px 24px;
        background: rgba(5, 5, 6, 0.96);
        border-bottom: 1px solid var(--line-dark);
        transform: translateY(-120%);
        opacity: 0;
        pointer-events: none;
        transition: transform 220ms var(--ease), opacity 220ms var(--ease);
        backdrop-filter: blur(18px);
    }

    .topbar.nav-open .main-nav {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .main-nav a,
    .main-nav .nav-cta {
        margin: 0;
        padding: 16px 4px;
        border-radius: 0;
        border-width: 0 0 1px;
        border-color: var(--line-dark);
        background: transparent;
    }

    .brand__mark {
        width: 118px;
        max-height: 38px;
    }

    .brand__word {
        font-size: 0.92rem;
    }

    .hero {
        min-height: 100svh;
        padding: 102px 0 54px;
    }

    .mission-card {
        max-width: 560px;
    }

    .comparison-table {
        overflow-x: auto;
    }

    .comparison-row {
        min-width: 860px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 620px) {
    .container {
        width: min(calc(100% - 34px), var(--max));
    }

    h1 {
        font-size: clamp(2.65rem, 16vw, 4.7rem);
    }

    h2 {
        font-size: clamp(2.05rem, 12vw, 3.2rem);
    }

    .hero__actions,
    .contact-actions {
        display: grid;
        width: 100%;
    }

    .button {
        width: 100%;
    }

    .metric-grid,
    .capability-band,
    .architecture-map,
    .timeline,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .metric-grid div,
    .metric-grid div:nth-child(2n),
    .metric-grid div:nth-last-child(-n + 2),
    .architecture-map article {
        border-right: 0;
        border-bottom: 1px solid var(--line-dark);
    }

    .metric-grid div:last-child,
    .architecture-map article:last-child {
        border-bottom: 0;
    }

    .capability-band article,
    .architecture-map article,
    .timeline li {
        min-height: auto;
    }

    .capability-band .index,
    .application-card__number,
    .architecture-map span,
    .timeline li::before {
        margin-bottom: 30px;
    }

    .application-card,
    .evidence-card,
    .contact-panel {
        padding: 26px;
    }

    .person-card p:not(.role) {
        min-height: auto;
    }

    .brand__mark + .brand__word {
        display: none;
    }
}


@media screen and (max-height: 760px) and (min-width: 901px) {
    h1 {
        font-size: clamp(2.7rem, 5.5vw, 5.1rem);
        margin-bottom: 16px;
    }

    .hero {
        padding: 88px 0 42px;
    }

    .hero__lead {
        font-size: 1rem;
    }

    .mission-card__header,
    .metric-grid div,
    .mission-card > p {
        padding: 16px 18px;
    }

    .scroll-cue {
        display: none;
    }
}


/* V3 refinements: clearer hero comparison, robust nav contrast, software UI placement */
.topbar.is-solid,
.topbar.is-scrolled,
.topbar.nav-open {
    background: rgba(5, 5, 6, 0.985);
    border-bottom-color: rgba(255, 255, 255, 0.14);
}

.metric-grid--comparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-tile--evandor {
    position: relative;
    background:
        linear-gradient(135deg, rgba(134, 69, 255, 0.28), rgba(134, 69, 255, 0.08) 48%, rgba(255, 255, 255, 0.025));
    box-shadow: inset 0 0 0 1px rgba(134, 69, 255, 0.42);
}

.metric-tile--evandor::after {
    content: "Evandor capability";
    display: inline-flex;
    margin-top: 12px;
    padding: 5px 8px;
    border: 1px solid rgba(134, 69, 255, 0.72);
    color: #ffffff;
    background: rgba(134, 69, 255, 0.2);
    font-size: 0.62rem;
    font-weight: 820;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.metric-tile--baseline {
    background: rgba(255, 255, 255, 0.035);
}

.metric-tile--baseline dd {
    color: rgba(255, 255, 255, 0.74);
}

.metric-tile--baseline::after {
    content: "What we replace";
    display: inline-flex;
    margin-top: 12px;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.055);
    font-size: 0.62rem;
    font-weight: 820;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.metric-comparison {
    grid-column: 1 / -1;
    display: grid;
    gap: 5px;
    padding: 18px 22px !important;
    background:
        linear-gradient(90deg, rgba(134, 69, 255, 0.22), rgba(255, 255, 255, 0.035));
    border-right: 0 !important;
    border-bottom: 1px solid var(--line-dark) !important;
}

.metric-comparison span {
    color: rgba(255, 255, 255, 0.56) !important;
    font-size: 0.7rem;
    font-weight: 820;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.metric-comparison strong {
    color: #ffffff;
    font-size: clamp(1.05rem, 1.4vw, 1.26rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.metric-comparison small {
    max-width: 92%;
    margin-top: 3px;
}

.scroll-cue {
    display: none !important;
}

.architecture-section .split,
.evidence-section .split {
    align-items: center;
}

.architecture-section .split .prose,
.evidence-section .split .prose {
    padding-top: clamp(24px, 3vw, 54px);
}

.software-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: center;
    margin-top: clamp(38px, 6vw, 82px);
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(135deg, rgba(134, 69, 255, 0.14), rgba(255, 255, 255, 0.035) 40%, rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.035);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.software-copy h3 {
    max-width: 560px;
    color: #ffffff;
    font-size: clamp(1.65rem, 2.7vw, 2.7rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.software-copy p:not(.eyebrow),
.software-copy li {
    color: rgba(255, 255, 255, 0.72);
}

.software-copy ul {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.software-copy li {
    position: relative;
    padding: 12px 0 12px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.96rem;
}

.software-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 7px;
    height: 7px;
    background: var(--purple);
}

.software-shot {
    position: relative;
    min-height: 320px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
        #0b0b10;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.software-shot::before {
    content: "";
    display: block;
    height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 18px 17px, rgba(134, 69, 255, 0.95) 0 4px, transparent 5px),
        radial-gradient(circle at 36px 17px, rgba(255, 255, 255, 0.42) 0 4px, transparent 5px),
        radial-gradient(circle at 54px 17px, rgba(255, 255, 255, 0.22) 0 4px, transparent 5px),
        rgba(255, 255, 255, 0.035);
}

.software-shot img {
    width: 100%;
    height: auto;
    min-height: 286px;
    object-fit: cover;
}

.software-shot figcaption {
    position: absolute;
    left: 18px;
    bottom: 16px;
    max-width: calc(100% - 36px);
    padding: 7px 10px;
    background: rgba(5, 5, 6, 0.72);
    color: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.software-shot--missing {
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 34px;
    text-align: center;
}

.software-shot--missing::after {
    content: "Add your software screenshot at assets/images/software/software-ui.png";
    max-width: 360px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    line-height: 1.5;
}

@media screen and (max-width: 1180px) {
    .software-panel {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 620px) {
    .metric-grid--comparison,
    .software-panel {
        grid-template-columns: 1fr;
    }

    .metric-comparison {
        grid-column: auto;
    }

    .software-shot {
        min-height: 260px;
    }

    .software-shot img {
        min-height: 226px;
    }
}

/* V4 refinement: purple navigation housing over light sections.
   The header stays visually transparent while it is over the moving hero imagery,
   then gains a designed #8645ff bar once it approaches the first light section. */
.topbar {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.topbar::before {
    content: "";
    position: absolute;
    inset: 9px clamp(14px, 3vw, 42px);
    z-index: 0;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%),
        #8645ff;
    border: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.28),
        0 10px 30px rgba(134, 69, 255, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    opacity: 0;
    transform: translateY(-8px) scaleX(0.985);
    transform-origin: center top;
    pointer-events: none;
    transition: opacity 220ms var(--ease), transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.topbar > * {
    position: relative;
    z-index: 1;
}

.topbar.is-scrolled,
.topbar.is-solid,
.topbar.nav-open {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.topbar.is-scrolled::before,
.topbar.is-solid::before,
.topbar.nav-open::before {
    opacity: 1;
    transform: translateY(0) scaleX(1);
}

.topbar.is-scrolled .main-nav a,
.topbar.is-solid .main-nav a,
.topbar.nav-open .main-nav a {
    color: rgba(255, 255, 255, 0.92);
}

.topbar.is-scrolled .main-nav a:hover,
.topbar.is-solid .main-nav a:hover,
.topbar.nav-open .main-nav a:hover,
.topbar.is-scrolled .main-nav a.is-active,
.topbar.is-solid .main-nav a.is-active,
.topbar.nav-open .main-nav a.is-active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.24);
}

.topbar.is-scrolled .main-nav .nav-cta,
.topbar.is-solid .main-nav .nav-cta,
.topbar.nav-open .main-nav .nav-cta {
    color: #ffffff;
    background: rgba(5, 5, 6, 0.22);
    border-color: rgba(255, 255, 255, 0.46);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.topbar.is-scrolled .brand,
.topbar.is-solid .brand,
.topbar.nav-open .brand {
    color: #ffffff;
}

.topbar.is-scrolled .brand__mark + .brand__word--visible,
.topbar.is-solid .brand__mark + .brand__word--visible,
.topbar.nav-open .brand__mark + .brand__word--visible {
    border-left-color: rgba(255, 255, 255, 0.32);
}

@media screen and (max-width: 900px) {
    .topbar::before {
        inset: 8px 12px;
        border-radius: 24px;
    }

    .topbar.nav-open::before {
        border-radius: 24px 24px 0 0;
    }

    .topbar.nav-open .main-nav {
        top: 60px;
        left: 12px;
        right: 12px;
        padding: 8px 20px 20px;
        background: #8645ff;
        border: 1px solid rgba(255, 255, 255, 0.26);
        border-top: 0;
        border-radius: 0 0 24px 24px;
        box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
    }

    .topbar.nav-open .main-nav a,
    .topbar.nav-open .main-nav .nav-cta {
        border-color: rgba(255, 255, 255, 0.22);
        color: rgba(255, 255, 255, 0.94);
    }
}

/* V5 hard fix: navigation turns into a purple housing over light sections.
   This block deliberately sits last and uses high specificity so the older
   HTML5 UP template rules in main.css cannot override it. */
html body .topbar[data-topbar] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    min-height: 78px;
    padding: 18px clamp(24px, 4vw, 56px);
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    isolation: isolate;
}

html body .topbar[data-topbar]::before {
    content: "";
    position: absolute;
    inset: 10px clamp(16px, 3vw, 44px);
    z-index: -1;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02) 36%, rgba(0,0,0,0.08)),
        #8645ff;
    border: 1px solid rgba(255,255,255,0.28);
    box-shadow:
        0 18px 55px rgba(0,0,0,0.30),
        0 10px 35px rgba(134,69,255,0.36),
        inset 0 1px 0 rgba(255,255,255,0.28);
    opacity: 0;
    transform: translate3d(0,-10px,0) scaleX(0.985);
    transform-origin: center top;
    pointer-events: none;
    transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

html body .topbar[data-topbar].nav-boxed::before,
html body .topbar[data-topbar].is-scrolled::before,
html body .topbar[data-topbar].is-solid::before,
html body .topbar[data-topbar].nav-open::before {
    opacity: 1 !important;
    transform: translate3d(0,0,0) scaleX(1) !important;
}

html body .topbar[data-topbar] .brand,
html body .topbar[data-topbar] .main-nav a,
html body .topbar[data-topbar] .main-nav a:hover,
html body .topbar[data-topbar] .main-nav a.is-active,
html body .topbar[data-topbar] .main-nav .nav-cta,
html body .topbar[data-topbar] .main-nav .nav-cta:hover {
    color: #ffffff !important;
}

html body .topbar[data-topbar] .main-nav a:hover,
html body .topbar[data-topbar] .main-nav a.is-active {
    background: rgba(255,255,255,0.14) !important;
    border-color: rgba(255,255,255,0.24) !important;
}

html body .topbar[data-topbar].nav-boxed .main-nav .nav-cta,
html body .topbar[data-topbar].is-scrolled .main-nav .nav-cta,
html body .topbar[data-topbar].is-solid .main-nav .nav-cta,
html body .topbar[data-topbar].nav-open .main-nav .nav-cta {
    background: rgba(5,5,6,0.24) !important;
    border-color: rgba(255,255,255,0.50) !important;
}

@media screen and (max-width: 900px) {
    html body .topbar[data-topbar] {
        min-height: 66px;
        padding: 11px 16px;
    }

    html body .topbar[data-topbar]::before {
        inset: 8px 10px;
        border-radius: 24px;
    }

    html body .topbar[data-topbar].nav-open::before {
        border-radius: 24px 24px 0 0;
    }

    html body .topbar[data-topbar].nav-open .main-nav {
        background: #8645ff !important;
        border-color: rgba(255,255,255,0.26) !important;
    }
}


/* V6 tuning: more restrained navigation, standalone benchmark panel, broader fluid-system positioning */
html body .topbar[data-topbar]::before {
    inset: 12px clamp(20px, 3vw, 48px) !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.015) 38%, rgba(0,0,0,0.10)),
        rgba(134, 69, 255, 0.78) !important;
    border: 1px solid rgba(255,255,255,0.20) !important;
    box-shadow:
        0 10px 26px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.16) !important;
    backdrop-filter: blur(18px) saturate(0.9);
    -webkit-backdrop-filter: blur(18px) saturate(0.9);
}

html body .topbar[data-topbar].nav-boxed .main-nav .nav-cta,
html body .topbar[data-topbar].is-scrolled .main-nav .nav-cta,
html body .topbar[data-topbar].is-solid .main-nav .nav-cta,
html body .topbar[data-topbar].nav-open .main-nav .nav-cta {
    background: rgba(5,5,6,0.16) !important;
    border-color: rgba(255,255,255,0.34) !important;
}

html body .topbar[data-topbar] .main-nav a:hover,
html body .topbar[data-topbar] .main-nav a.is-active {
    background: rgba(255,255,255,0.10) !important;
    border-color: rgba(255,255,255,0.18) !important;
}

.hero__grid--single {
    grid-template-columns: minmax(0, 0.95fr);
    max-width: 1240px;
}

.hero__grid--single .hero__copy {
    max-width: 1040px;
}

.hero__grid--single .hero__lead {
    max-width: 860px;
}

.benchmark-section {
    padding: clamp(78px, 8vw, 120px) 0;
    background:
        linear-gradient(180deg, rgba(5,5,6,0.98), rgba(11,11,18,0.99)),
        var(--black);
    border-top: 1px solid rgba(255,255,255,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.benchmark-shell {
    display: grid;
    grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 92px);
    align-items: center;
}

.mission-card--benchmark {
    max-width: 620px;
}

.benchmark-copy h2 {
    max-width: 760px;
    font-size: clamp(2.15rem, 4.4vw, 4.35rem);
}

.benchmark-copy p:not(.eyebrow) {
    max-width: 760px;
    color: rgba(255,255,255,0.72);
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.72;
}

.metric-comparison strong {
    max-width: 96%;
}

.metric-tile--evandor dd {
    color: #ffffff;
}

.metric-tile--baseline dd {
    color: rgba(255,255,255,0.70);
}

.split--tuned {
    align-items: center;
}

.section-heading--wide > p:not(.eyebrow) {
    max-width: 820px;
    color: var(--text-muted);
    opacity: 1;
}

.section-black .section-heading--wide > p:not(.eyebrow) {
    color: rgba(255,255,255,0.72);
}

.application-card {
    min-height: 500px;
}

.timeline--commercial li {
    min-height: 310px;
    background: rgba(255,255,255,0.38);
}

.timeline--commercial strong {
    font-size: 1.02rem;
}

.capability-band article,
.application-card,
.evidence-card {
    border-color: rgba(5,5,6,0.10);
}

.capability-band article:hover,
.application-card:hover,
.evidence-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 62px rgba(5,5,6,0.08);
}

.capability-band article,
.application-card,
.evidence-card,
.architecture-map article,
.timeline li,
.person-card {
    transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), border-color 180ms var(--ease);
}

.section {
    padding: clamp(76px, 9vw, 134px) 0;
}

@media screen and (max-width: 1180px) {
    .benchmark-shell,
    .hero__grid--single {
        grid-template-columns: 1fr;
    }

    .mission-card--benchmark {
        max-width: none;
    }
}

@media screen and (max-width: 900px) {
    html body .topbar[data-topbar]::before {
        background: rgba(134, 69, 255, 0.84) !important;
    }

    html body .topbar[data-topbar].nav-open .main-nav {
        background: rgba(134, 69, 255, 0.94) !important;
    }
}

@media screen and (max-width: 620px) {
    .benchmark-section {
        padding: 64px 0;
    }

    .benchmark-shell {
        gap: 28px;
    }
}


/* V7 mobile-only navigation fix
   Keeps the user's current text and desktop layout unchanged.
   Purpose: compact mobile header, stop the menu covering the hero headline,
   and ensure the collapsed mobile menu cannot intercept hero CTA taps. */
@media screen and (max-width: 900px) {
    html body .topbar[data-topbar] {
        min-height: calc(58px + env(safe-area-inset-top, 0px)) !important;
        padding: calc(8px + env(safe-area-inset-top, 0px)) 14px 8px !important;
        align-items: center !important;
        gap: 10px !important;
    }

    html body .topbar[data-topbar]::before {
        inset: calc(6px + env(safe-area-inset-top, 0px)) 10px 6px !important;
        border-radius: 999px !important;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.01) 42%, rgba(0, 0, 0, 0.10)),
            rgba(134, 69, 255, 0.66) !important;
        border-color: rgba(255, 255, 255, 0.16) !important;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
        backdrop-filter: blur(14px) saturate(0.9) !important;
        -webkit-backdrop-filter: blur(14px) saturate(0.9) !important;
    }

    html body .topbar[data-topbar].nav-open::before {
        border-radius: 999px !important;
    }

    html body .brand__mark {
        width: 108px !important;
        max-height: 32px !important;
    }

    html body .brand__word {
        font-size: 0.78rem !important;
        letter-spacing: 0.09em !important;
    }

    html body .nav-toggle {
        display: grid !important;
        place-items: center !important;
        flex: 0 0 auto !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.075) !important;
        border-color: rgba(255, 255, 255, 0.18) !important;
    }

    html body .nav-toggle span:not(.nav-toggle__label) {
        width: 17px !important;
        height: 2px !important;
        margin: 2px auto !important;
    }

    html body .topbar[data-topbar] .main-nav {
        display: none !important;
        position: fixed !important;
        top: calc(62px + env(safe-area-inset-top, 0px)) !important;
        left: 14px !important;
        right: 14px !important;
        width: auto !important;
        max-height: min(58svh, 390px) !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        grid-template-columns: 1fr !important;
        gap: 3px !important;
        padding: 8px !important;
        background: rgba(8, 8, 13, 0.96) !important;
        border: 1px solid rgba(255, 255, 255, 0.13) !important;
        border-radius: 18px !important;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32) !important;
        backdrop-filter: blur(18px) saturate(0.96) !important;
        -webkit-backdrop-filter: blur(18px) saturate(0.96) !important;
        opacity: 0 !important;
        transform: translate3d(0, -8px, 0) !important;
        pointer-events: none !important;
        z-index: 10001 !important;
        transition: opacity 180ms var(--ease), transform 180ms var(--ease) !important;
    }

    html body .topbar[data-topbar].nav-open .main-nav {
        display: grid !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
        pointer-events: auto !important;
    }

    html body .topbar[data-topbar] .main-nav a,
    html body .topbar[data-topbar] .main-nav .nav-cta {
        display: flex !important;
        align-items: center !important;
        min-height: 40px !important;
        margin: 0 !important;
        padding: 9px 12px !important;
        border: 0 !important;
        border-radius: 12px !important;
        background: transparent !important;
        color: rgba(255, 255, 255, 0.90) !important;
        font-size: 0.72rem !important;
        line-height: 1.2 !important;
        letter-spacing: 0.11em !important;
    }

    html body .topbar[data-topbar] .main-nav a:hover,
    html body .topbar[data-topbar] .main-nav a:focus-visible,
    html body .topbar[data-topbar] .main-nav a.is-active {
        background: rgba(255, 255, 255, 0.085) !important;
        color: #ffffff !important;
    }

    html body .topbar[data-topbar] .main-nav .nav-cta {
        background: rgba(134, 69, 255, 0.22) !important;
        outline: 1px solid rgba(134, 69, 255, 0.32) !important;
        outline-offset: -1px !important;
    }

    html body .hero {
        min-height: 100svh !important;
        padding-top: calc(132px + env(safe-area-inset-top, 0px)) !important;
        padding-bottom: 46px !important;
        align-items: start !important;
    }

    html body .hero__grid,
    html body .hero__grid--single {
        align-items: start !important;
    }

    html body .hero__copy {
        position: relative !important;
        z-index: 3 !important;
    }

    html body .hero__actions,
    html body .hero__actions .button {
        position: relative !important;
        z-index: 4 !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
    }
}

@media screen and (max-width: 620px) {
    html body .container {
        width: min(calc(100% - 32px), var(--max)) !important;
    }

    html body h1 {
        font-size: clamp(2.55rem, 13vw, 4.05rem) !important;
    }

    html body .hero {
        padding-top: calc(124px + env(safe-area-inset-top, 0px)) !important;
    }

    html body .hero__actions {
        gap: 10px !important;
    }

    html body .hero__actions .button {
        width: 100% !important;
        min-height: 48px !important;
    }
}

/* V8 anchor-click fix
   Keep anchor navigation native and reliable while accounting for the fixed top bar. */
html {
    scroll-padding-top: 96px !important;
}

#page {
    scroll-padding-top: 96px !important;
}

section[id],
#hero,
#main,
#benchmark,
#capabilities,
#applications,
#architecture,
#team,
#evidence,
#contact {
    scroll-margin-top: 96px !important;
}

@media screen and (max-width: 900px) {
    html,
    #page {
        scroll-padding-top: calc(76px + env(safe-area-inset-top, 0px)) !important;
    }

    section[id],
    #hero,
    #main,
    #benchmark,
    #capabilities,
    #applications,
    #architecture,
    #team,
    #evidence,
    #contact {
        scroll-margin-top: calc(76px + env(safe-area-inset-top, 0px)) !important;
    }
}
