:root {
    color-scheme: light dark;
    --ax-bg: #f4f7fa;
    --ax-surface: rgba(255, 255, 255, 0.82);
    --ax-surface-solid: #ffffff;
    --ax-surface-strong: #edf4f8;
    --ax-text: #102332;
    --ax-muted: #5c7282;
    --ax-primary: #0b5f7d;
    --ax-primary-strong: #073d52;
    --ax-accent: #2fb6da;
    --ax-border: rgba(16, 35, 50, 0.12);
    --ax-shadow: 0 22px 60px rgba(5, 25, 38, 0.08);
}

html[data-theme="dark"] {
    --ax-bg: #08141d;
    --ax-surface: rgba(16, 35, 50, 0.86);
    --ax-surface-solid: #102332;
    --ax-surface-strong: #0d1c28;
    --ax-text: #eef6fb;
    --ax-muted: #9ab3c3;
    --ax-primary: #44bedf;
    --ax-primary-strong: #79d4ee;
    --ax-accent: #f2b94b;
    --ax-border: rgba(161, 194, 213, 0.18);
    --ax-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: "Figtree", sans-serif;
    color: var(--ax-text);
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(47, 182, 218, 0.12), transparent 32%),
        radial-gradient(circle at top right, rgba(11, 95, 125, 0.12), transparent 28%),
        linear-gradient(180deg, var(--ax-bg), color-mix(in srgb, var(--ax-bg) 65%, var(--ax-surface-solid)));
}

body.page-home {
    background: var(--ax-bg);
}

html[data-theme="light"] body.page-home {
    background: #eef4f7;
}

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

.utility-bar {
    padding: 0;
    background: rgb(187 206 214 / 14%);
    border-bottom: 1px solid color-mix(in srgb, var(--ax-primary) 12%, var(--ax-border));
}

body.page-home .site-header {
    position: relative;
    inset: auto;
    z-index: 50;
}

body.page-home .utility-bar {
    background: rgb(187 206 214 / 14%);
    border-bottom-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

body.page-home .navbar-armxus {
    background: color-mix(in srgb, var(--ax-surface-solid) 86%, transparent);
    border-bottom-color: var(--ax-border);
    backdrop-filter: blur(16px);
}

body.page-home.nav-pinned .navbar-armxus {
    background: color-mix(in srgb, var(--ax-surface-solid) 94%, transparent);
    border-bottom-color: var(--ax-border);
}

body.page-home .utility-chip,
body.page-home .utility-actions a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #f4fbff;
}

body.page-home .utility-actions a i,
body.page-home .utility-chip i {
    color: #8edfff;
}

body.page-home .brand-name,
body.page-home .nav-link {
    color: #ffffff;
}

body.page-home .brand-tagline {
    color: rgba(236, 246, 251, 0.8);
}

body.page-home .nav-link {
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

body.page-home .nav-link:hover,
body.page-home .nav-link.active {
    color: #ffffff;
}

body.page-home .ax-navbar-toggler {
    border-color: transparent;
    background: transparent;
}

body.page-home .ax-navbar-toggler .navbar-toggler-icon,
body.page-home .ax-navbar-toggler .navbar-toggler-icon::before,
body.page-home .ax-navbar-toggler .navbar-toggler-icon::after {
    background: linear-gradient(#ffffff, #ffffff) center/100% 2px no-repeat;
}

body.page-home .hero-rockwell-shell {
    padding-top: clamp(3.25rem, 5vw, 4.5rem);
}

body.page-home .hero-rockwell {
    margin-top: -1px;
}

@media (max-height: 860px) and (min-width: 992px) {
    body.page-home .hero-rockwell-shell {
        padding-top: 3rem;
    }
}

html[data-theme="dark"] body.page-home .navbar-armxus {
    background: rgba(10, 28, 42, 0.72);
    border-bottom-color: rgba(161, 194, 213, 0.12);
}

html[data-theme="dark"] body.page-home.nav-pinned .navbar-armxus {
    background: rgba(8, 25, 39, 0.94);
    border-bottom-color: rgba(161, 194, 213, 0.12);
}

html[data-theme="light"] body.page-home .utility-bar {
    background: rgb(187 206 214 / 14%);
    border-bottom-color: rgba(16, 35, 50, 0.08);
    backdrop-filter: blur(14px);
}

html[data-theme="light"] body.page-home .utility-chip,
html[data-theme="light"] body.page-home .utility-actions a {
    background: rgba(255, 255, 255, 0.34);
    border-color: rgba(16, 35, 50, 0.1);
    color: #102332;
}

html[data-theme="light"] body.page-home .utility-actions a i,
html[data-theme="light"] body.page-home .utility-chip i {
    color: var(--ax-primary);
}

html[data-theme="light"] body.page-home .brand-name,
html[data-theme="light"] body.page-home .nav-link {
    color: #102332;
    text-shadow: none;
}

html[data-theme="light"] body.page-home .brand-tagline {
    color: rgba(16, 35, 50, 0.68);
}

html[data-theme="light"] body.page-home .nav-link:hover,
html[data-theme="light"] body.page-home .nav-link.active {
    color: #102332;
}

html[data-theme="light"] body.page-home .ax-navbar-toggler {
    border-color: transparent;
    background: transparent;
}

html[data-theme="light"] body.page-home .ax-navbar-toggler .navbar-toggler-icon,
html[data-theme="light"] body.page-home .ax-navbar-toggler .navbar-toggler-icon::before,
html[data-theme="light"] body.page-home .ax-navbar-toggler .navbar-toggler-icon::after {
    background: linear-gradient(#102332, #102332) center/100% 2px no-repeat;
}

.site-header {
    position: relative;
    z-index: 50;
}

.utility-bar {
    background: rgb(187 206 214 / 14%);
    border-bottom-color: color-mix(in srgb, var(--ax-primary) 12%, var(--ax-border));
    backdrop-filter: blur(12px);
}

.navbar-armxus {
    background: color-mix(in srgb, var(--ax-surface-solid) 86%, transparent);
    border-bottom-color: var(--ax-border);
    backdrop-filter: blur(16px);
}

body.nav-pinned .navbar-armxus {
    background: color-mix(in srgb, var(--ax-surface-solid) 94%, transparent);
    border-bottom-color: var(--ax-border);
}

.utility-chip,
.utility-actions a {
    background: rgba(255, 255, 255, 0.34);
    border-color: rgba(16, 35, 50, 0.1);
    color: var(--ax-text);
}

.utility-chip i,
.utility-actions a i {
    color: var(--ax-primary);
}

.brand-name,
.nav-link {
    color: var(--ax-text);
    text-shadow: none;
}

.brand-tagline {
    color: rgba(16, 35, 50, 0.68);
}

.nav-link:hover,
.nav-link.active {
    color: var(--ax-text);
}

.ax-navbar-toggler {
    border-color: transparent;
    background: transparent;
}

.ax-navbar-toggler .navbar-toggler-icon,
.ax-navbar-toggler .navbar-toggler-icon::before,
.ax-navbar-toggler .navbar-toggler-icon::after {
    background: linear-gradient(#102332, #102332) center/100% 2px no-repeat;
}

html[data-theme="dark"] .utility-bar {
    border-bottom-color: rgba(161, 194, 213, 0.12);
}

html[data-theme="dark"] .navbar-armxus {
    background: rgba(10, 28, 42, 0.72);
    border-bottom-color: rgba(161, 194, 213, 0.12);
}

html[data-theme="dark"] body.nav-pinned .navbar-armxus {
    background: rgba(8, 25, 39, 0.94);
    border-bottom-color: rgba(161, 194, 213, 0.12);
}

html[data-theme="dark"] .utility-chip,
html[data-theme="dark"] .utility-actions a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #f4fbff;
}

html[data-theme="dark"] .utility-chip i,
html[data-theme="dark"] .utility-actions a i {
    color: #8edfff;
}

html[data-theme="dark"] .brand-name,
html[data-theme="dark"] .nav-link {
    color: #ffffff;
}

html[data-theme="dark"] .brand-tagline {
    color: rgba(236, 246, 251, 0.8);
}

html[data-theme="dark"] .nav-link:hover,
html[data-theme="dark"] .nav-link.active {
    color: #ffffff;
}

html[data-theme="dark"] .ax-navbar-toggler .navbar-toggler-icon,
html[data-theme="dark"] .ax-navbar-toggler .navbar-toggler-icon::before,
html[data-theme="dark"] .ax-navbar-toggler .navbar-toggler-icon::after {
    background: linear-gradient(#ffffff, #ffffff) center/100% 2px no-repeat;
}

.site-header-fluid {
    padding-inline: clamp(1rem, 2vw, 1.8rem);
}

.utility-shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0.24rem 0;
    color: color-mix(in srgb, var(--ax-text) 86%, transparent);
}

.utility-copy,
.utility-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}

.utility-actions a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 1.76rem;
    padding: 0 0.72rem;
    border: 1px solid color-mix(in srgb, var(--ax-primary) 12%, var(--ax-border));
    border-radius: 999px;
    background: color-mix(in srgb, var(--ax-surface-solid) 88%, transparent);
    opacity: 0.92;
    transition: opacity 180ms ease;
}

.utility-actions a:hover {
    opacity: 1;
}

.utility-actions i {
    font-size: 0.8rem;
}

.utility-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 1.76rem;
    padding: 0 0.72rem;
    border: 1px solid color-mix(in srgb, var(--ax-primary) 12%, var(--ax-border));
    border-radius: 999px;
    background: color-mix(in srgb, var(--ax-surface-solid) 88%, transparent);
    color: var(--ax-text);
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.utility-theme-toggle {
    cursor: pointer;
    width: 1.76rem;
    padding-inline: 0;
}

.utility-chip .theme-label {
    display: none;
}

.utility-theme-toggle .icon-dark {
    display: none;
}

.utility-theme-toggle .icon-light,
.utility-theme-toggle .icon-dark {
    font-size: 0.78rem;
}

html[data-theme="dark"] .utility-theme-toggle .icon-light {
    display: none;
}

html[data-theme="dark"] .utility-theme-toggle .icon-dark {
    display: inline-block;
}

.theme-fab {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    z-index: 110;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 0.95rem;
    background: linear-gradient(180deg, #1691c7, #0d6f9d);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(9, 95, 135, 0.28);
    cursor: pointer;
}

.theme-fab .icon-dark {
    display: none;
}

.theme-fab .icon-light,
.theme-fab .icon-dark {
    font-size: 1rem;
}

html[data-theme="dark"] .theme-fab {
    background: linear-gradient(180deg, #1e9fd7, #0f7cac);
}

html[data-theme="dark"] .theme-fab .icon-light {
    display: none;
}

html[data-theme="dark"] .theme-fab .icon-dark {
    display: inline-block;
}

.theme-fab:focus {
    outline: none;
    box-shadow: 0 20px 38px rgba(9, 95, 135, 0.34);
}

.navbar-armxus {
    padding: 0;
    background: color-mix(in srgb, var(--ax-surface-solid) 96%, transparent);
    border-bottom: 1px solid var(--ax-border);
}

body.nav-pinned .navbar-armxus {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    box-shadow: 0 18px 40px rgba(5, 25, 38, 0.14);
}

html[data-theme="dark"] .navbar-armxus {
    background: rgba(11, 24, 34, 0.98);
    border-bottom-color: rgba(161, 194, 213, 0.12);
}

html[data-theme="dark"] body.nav-pinned .navbar-armxus {
    background: rgba(11, 24, 34, 0.94);
}

.header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0.95rem 0;
    background: transparent;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    margin-right: 0;
    flex: 0 0 23rem;
    min-width: 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 auto;
    border-radius: 0;
    border: 0;
    background: transparent;
    overflow: visible;
    box-shadow: none;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-mark-dark {
    display: none;
}

html[data-theme="dark"] .brand-mark-light {
    display: none;
}

html[data-theme="dark"] .brand-mark-dark {
    display: block;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.brand-name,
.nav-link,
.btn-brand,
.eyebrow {
    font-family: "Poppins", sans-serif;
}

.brand-name {
    font-family: "Figtree", "Poppins", sans-serif;
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    font-size: xx-large;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
}

.brand-name-arm {
    color: #818181;
}

.brand-name-xus {
    color: #0b6f9e;
}

.brand-tagline {
    font-size: smaller;
    font-variant: unicase;
    color: var(--ax-muted);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

html[data-theme="dark"] .brand-tagline {
    color: rgba(154, 179, 195, 0.92);
}

.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex: 1 1 auto;
    min-width: 0;
}

.header-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
}

.navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    max-width: 100%;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.navbar-nav::-webkit-scrollbar {
    display: none;
}

.nav-link {
    position: relative;
    padding: 0.95rem 1rem !important;
    color: var(--ax-text);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 0;
}

html[data-theme="dark"] .nav-link {
    color: rgba(238, 246, 251, 0.84);
}

.ax-nav-dropdown .dropdown-toggle::before {
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 0.45rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ax-primary) 72%, transparent);
    vertical-align: middle;
    content: "";
}

.ax-nav-dropdown .dropdown-toggle::after {
    margin-left: 0.45rem;
    vertical-align: 0.15em;
}

.nav-link::after {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.5rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ax-primary), var(--ax-accent));
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.nav-link.active {
    background: transparent;
}

html[data-theme="dark"] .nav-link:hover,
html[data-theme="dark"] .nav-link.active {
    color: #ffffff;
}

.ax-dropdown-menu {
    min-width: 18rem;
    margin-top: 0.35rem;
    padding: 0.55rem;
    border: 1px solid color-mix(in srgb, var(--ax-primary) 14%, var(--ax-border));
    border-radius: 1rem;
    background: color-mix(in srgb, var(--ax-surface-solid) 98%, transparent);
    box-shadow: 0 20px 40px rgba(5, 25, 38, 0.14);
}

html[data-theme="dark"] .ax-dropdown-menu {
    background: rgba(12, 27, 39, 0.98);
    border-color: rgba(161, 194, 213, 0.12);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
}

.ax-dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 0.9rem;
    border-radius: 0.8rem;
    color: var(--ax-text);
    font-family: "Poppins", sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: normal;
}

.ax-dropdown-item i {
    flex: 0 0 auto;
    font-size: 1rem;
    color: var(--ax-primary);
}

.ax-dropdown-item:hover,
.ax-dropdown-item:focus {
    color: var(--ax-text);
    background: color-mix(in srgb, var(--ax-primary) 8%, transparent);
}

html[data-theme="dark"] .ax-dropdown-item {
    color: rgba(238, 246, 251, 0.92);
}

html[data-theme="dark"] .ax-dropdown-item:hover,
html[data-theme="dark"] .ax-dropdown-item:focus {
    color: #ffffff;
    background: rgba(68, 190, 223, 0.1);
}

@media (min-width: 992px) {
    .navbar-collapse,
    .header-nav-wrap,
    .navbar-nav,
    .ax-nav-dropdown {
        overflow: visible;
    }

    .ax-nav-dropdown {
        position: relative;
    }

    .ax-dropdown-menu {
        inset: calc(100% - 0.1rem) auto auto 0;
    }
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: flex-end;
    flex: 0 0 17rem;
    padding-left: 1rem;
    min-width: 0;
}

.btn-brand,
.btn-outline-brand {
    border-radius: 999px;
    padding: 0.9rem 1.35rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.btn-brand {
    color: #fff;
    background: linear-gradient(135deg, var(--ax-primary-strong), var(--ax-primary));
    border: none;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--ax-primary) 24%, transparent);
}

.btn-outline-brand {
    color: var(--ax-primary);
    border: 1px solid color-mix(in srgb, var(--ax-primary) 24%, transparent);
    background: color-mix(in srgb, var(--ax-surface-solid) 88%, transparent);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding-inline: 1.45rem;
    white-space: nowrap;
}

.header-cta i {
    font-size: 0.9rem;
}

.mobile-contact-trigger,
.mobile-header-icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--ax-border);
    border-radius: 0.95rem;
    background: color-mix(in srgb, var(--ax-surface-solid) 92%, transparent);
    color: var(--ax-text);
    text-decoration: none;
    box-shadow: none;
}

.mobile-contact-trigger i,
.mobile-header-icon i {
    font-size: 1rem;
}

.mobile-header-actions {
    display: none;
    align-items: center;
    gap: 0.55rem;
    margin-left: auto;
}

.ax-navbar-toggler {
    padding: 0.7rem 0.85rem;
    border: 1px solid var(--ax-border);
    border-radius: 0.95rem;
    background: color-mix(in srgb, var(--ax-surface-solid) 92%, transparent);
}

.ax-navbar-toggler .navbar-toggler-icon {
    width: 1.2rem;
    height: 1.2rem;
    background-image: none;
    position: relative;
}

.ax-navbar-toggler .navbar-toggler-icon::before,
.ax-navbar-toggler .navbar-toggler-icon::after,
.ax-navbar-toggler .navbar-toggler-icon {
    display: block;
    background:
        linear-gradient(var(--ax-text), var(--ax-text)) center/100% 2px no-repeat;
    content: "";
}

.ax-navbar-toggler .navbar-toggler-icon::before,
.ax-navbar-toggler .navbar-toggler-icon::after {
    position: absolute;
    inset: 0;
}

.ax-navbar-toggler .navbar-toggler-icon::before {
    transform: translateY(-0.35rem);
}

.ax-navbar-toggler .navbar-toggler-icon::after {
    transform: translateY(0.35rem);
}

@media (max-width: 1399.98px) {
    .brand-tagline {
        display: none;
    }

    .utility-chip .theme-label {
        display: none;
    }

    .header-controls {
        gap: 0.55rem;
    }

    .nav-link {
        padding-inline: 0.82rem !important;
        font-size: 0.78rem;
    }
}

@media (max-width: 1199.98px) {
    .navbar-brand {
        flex-basis: auto;
    }

    .header-controls {
        padding-left: 1rem;
        flex-basis: auto;
    }
}

.hero-section,
.page-hero {
    padding: 4rem 0 2rem;
}

.page-hero {
    padding-bottom: 1rem;
}

.page-hero-editorial {
    padding-top: 3.2rem;
}

.page-hero-editorial .container {
    position: relative;
}

.page-hero-editorial .row {
    align-items: center;
}

.page-hero-editorial h1 {
    max-width: 11ch;
    font-family: "Figtree", sans-serif;
    font-size: clamp(2.35rem, 4.7vw, 4.1rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.page-hero-editorial .page-copy {
    max-width: 48ch;
    color: var(--ax-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.page-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: 1.35rem;
}

.page-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.72rem 0.95rem;
    border: 1px solid color-mix(in srgb, var(--ax-primary) 12%, var(--ax-border));
    border-radius: 999px;
    background: color-mix(in srgb, var(--ax-surface-solid) 88%, transparent);
    color: var(--ax-text);
    font-family: "Poppins", sans-serif;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-hero-points i {
    color: var(--ax-primary);
}

.page-hero-media {
    aspect-ratio: 16 / 10;
    border-radius: 1.7rem;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--ax-accent) 18%, transparent), transparent 28%),
        color-mix(in srgb, var(--ax-surface-solid) 96%, transparent);
}

.page-hero-media img {
    filter: saturate(0.98) contrast(1.01);
}

.page-hero-detail {
    padding-bottom: 1.5rem;
}

.page-hero-media-detail {
    aspect-ratio: 16 / 9;
}

.hero-panel-detail {
    margin-top: 1rem;
    padding: 1.25rem;
    border-radius: 1.45rem;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--ax-surface-solid) 94%, transparent), color-mix(in srgb, var(--ax-primary) 4%, transparent)),
        var(--ax-surface);
}

.detail-outcome-card {
    padding-top: 1.7rem;
}

.detail-outcome-card h3 {
    margin-bottom: 0.8rem;
}

.detail-proof-card,
.detail-context-card,
.detail-application-card {
    min-height: 100%;
}

.detail-proof-card h3,
.detail-context-card h3,
.detail-application-card h3 {
    margin-bottom: 0.85rem;
}

.detail-proof-card p,
.detail-context-card p {
    margin-bottom: 0;
    color: var(--ax-copy);
}

.section-case-stages {
    padding-top: 1rem;
}

.case-stage-card {
    padding: 1.45rem;
    border-color: color-mix(in srgb, var(--ax-primary) 16%, var(--ax-border));
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--ax-primary) 8%, transparent), transparent 34%),
        color-mix(in srgb, var(--ax-surface-solid) 96%, transparent);
}

.case-stage-card .proof-stat {
    min-width: 0;
    margin-bottom: 0.85rem;
}

.case-stage-card h3 {
    margin-top: 0;
    font-size: 1.12rem;
}

.case-stage-card p {
    line-height: 1.72;
}

.detail-delivery-card,
.detail-spec-card,
.related-catalog-card {
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--ax-accent) 10%, transparent), transparent 24%),
        var(--ax-surface);
}

.detail-application-card {
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--ax-primary) 10%, transparent), color-mix(in srgb, var(--ax-surface-solid) 95%, transparent)),
        var(--ax-surface);
}

.detail-context-card {
    justify-content: center;
}

.detail-delivery-card h2 {
    max-width: 13ch;
}

.service-focus-card h3 {
    margin-bottom: 0.9rem;
}

.service-focus-card .spec-list {
    margin-bottom: 0;
}

.service-focus-card .spec-list li {
    align-items: flex-start;
}

.service-next-step-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-next-step-actions {
    margin-top: 1.1rem;
}

.related-catalog-card .proof-stat {
    margin-bottom: 1.15rem;
}

.related-catalog-card h3 {
    margin-bottom: 0.85rem;
}

.spec-list-plain li {
    align-items: flex-start;
}

.hero-rockwell {
    position: relative;
    overflow: hidden;
    padding: 0 0 2rem;
    min-height: clamp(520px, calc(92svh - 2rem), 900px);
    background: #071824;
}

.hero-rockwell-media,
.hero-rockwell-overlay {
    position: absolute;
    inset: 0;
}

.hero-rockwell-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(0.95) contrast(1.02);
}

.hero-rockwell-overlay {
    background:
        linear-gradient(90deg, rgba(6, 19, 31, 0.9) 0%, rgba(8, 28, 44, 0.8) 24%, rgba(9, 34, 52, 0.38) 54%, rgba(8, 24, 38, 0.52) 100%),
        linear-gradient(180deg, rgba(6, 17, 27, 0.16) 0%, rgba(6, 17, 27, 0.4) 100%);
}

.hero-shape {
    position: absolute;
    display: block;
    border-radius: 1.2rem;
    transform: skewX(-34deg);
    opacity: 0.62;
}

.hero-shape-a {
    top: 0;
    left: 31%;
    width: clamp(180px, 20vw, 320px);
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 197, 255, 0.2), rgba(0, 197, 255, 0.08));
}

.hero-shape-b {
    top: 0;
    left: 22%;
    width: clamp(220px, 22vw, 360px);
    height: 100%;
    background: linear-gradient(180deg, rgba(196, 18, 91, 0.34), rgba(43, 109, 255, 0.22));
}

.hero-shape-c {
    right: -2%;
    bottom: -8%;
    width: clamp(120px, 12vw, 210px);
    height: 62%;
    background: linear-gradient(180deg, rgba(46, 118, 255, 0.48), rgba(18, 77, 155, 0.18));
}

.hero-rockwell-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.95fr) minmax(280px, 0.34fr);
    gap: 0.85rem;
    align-items: center;
    min-height: clamp(420px, calc(66svh - 4.5rem), 640px);
    padding-top: clamp(7rem, 10vh, 8.25rem);
    padding-bottom: clamp(1.3rem, 2vw, 2rem);
    padding-inline: clamp(1rem, 2vw, 1.8rem);
}

.hero-rockwell-content {
    max-width: 980px;
    color: #fff;
    margin-left: 0;
}

.hero-premium-shell {
    position: relative;
    padding: clamp(1.25rem, 2vw, 2rem);
    border: 1px solid color-mix(in srgb, var(--ax-primary) 14%, var(--ax-border));
    border-radius: 2rem;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--ax-primary) 16%, transparent), transparent 28%),
        linear-gradient(135deg, color-mix(in srgb, var(--ax-surface-solid) 96%, transparent), color-mix(in srgb, var(--ax-primary) 4%, transparent));
    box-shadow: var(--ax-shadow);
    overflow: hidden;
}

.hero-premium-shell::before {
    position: absolute;
    inset: auto 2rem 0 auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, color-mix(in srgb, var(--ax-accent) 10%, transparent), transparent 70%);
    content: "";
    pointer-events: none;
}

.hero-section h1,
.page-hero h1 {
    max-width: 12ch;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.hero-copy,
.page-copy {
    max-width: 62ch;
    margin-top: 1.35rem;
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--ax-muted);
}

.section-copy {
    max-width: 68ch;
    margin: 1rem auto 0;
    color: var(--ax-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1.15rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ax-primary);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-note-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 0.95rem;
}

.hero-note-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.95rem;
    border: 1px solid color-mix(in srgb, var(--ax-primary) 14%, var(--ax-border));
    border-radius: 999px;
    background: color-mix(in srgb, var(--ax-surface-solid) 90%, transparent);
    color: var(--ax-text);
    font-size: 0.92rem;
    line-height: 1.1;
    box-shadow: var(--ax-shadow);
}

.hero-note-chip i {
    color: var(--ax-primary);
}

.hero-rockwell .eyebrow {
    color: #8edfff;
}

.hero-rockwell h1 {
    max-width: 24ch;
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: clamp(2.1rem, 3.35vw, 3.15rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.038em;
    text-wrap: balance;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.hero-rockwell .hero-copy {
    max-width: 43ch;
    color: rgba(241, 247, 251, 0.92);
    font-size: clamp(0.9rem, 0.95vw, 1rem);
    line-height: 1.55;
}

.hero-proof-line {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.2rem;
    margin-top: 1rem;
    color: rgba(241, 247, 251, 0.88);
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-proof-line span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.hero-proof-line i {
    color: #74dbff;
}

.hero-rockwell .btn-outline-brand {
    border-color: rgba(255, 255, 255, 0.34);
    color: #fff;
    background: rgba(9, 28, 44, 0.18);
}

.hero-rockwell .btn-outline-brand:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.hero-rockwell .hero-note-chip {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(7, 22, 34, 0.42);
    color: #fff;
    backdrop-filter: blur(8px);
    box-shadow: 0 16px 40px rgba(6, 20, 30, 0.18);
}

.hero-rockwell .hero-note-chip i {
    color: #74dbff;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-metrics-premium {
    margin-top: 1.6rem;
}

.hero-metrics div,
.hero-panel,
.info-card,
.proof-card,
.process-card,
.cta-band,
.blueprint-card,
.roadmap-card {
    background: var(--ax-surface);
    border: 1px solid var(--ax-border);
    border-radius: 1.5rem;
    box-shadow: var(--ax-shadow);
}

.hero-metrics div {
    padding: 1.1rem 1rem;
}

.hero-metrics strong {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
}

.hero-metrics span {
    display: block;
    margin-top: 0.45rem;
    color: var(--ax-muted);
    font-size: 0.92rem;
}

.hero-panel {
    padding: 1.5rem;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--ax-surface-solid) 94%, transparent), color-mix(in srgb, var(--ax-primary) 5%, transparent)),
        var(--ax-surface);
}

.hero-visual-stack {
    display: grid;
    gap: 1rem;
}

.hero-rockwell-rail {
    position: relative;
    align-self: center;
    display: grid;
    gap: 0.75rem;
    padding-bottom: 0;
    margin-left: 0.9rem;
}

.hero-rail-card {
    padding: 0.95rem 1.05rem;
    border: 1px solid rgba(142, 223, 255, 0.18);
    border-radius: 1.35rem;
    background: rgba(9, 28, 44, 0.74);
    color: #fff;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.hero-rail-card-featured {
    max-width: 640px;
}

.hero-rail-card strong {
    display: block;
    margin-top: 0.2rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.85rem;
}

.hero-rail-card p {
    margin: 0.3rem 0 0;
    color: rgba(241, 247, 251, 0.82);
    line-height: 1.45;
}

.hero-rail-card .hero-list {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: rgba(241, 247, 251, 0.82);
    font-size: 0.88rem;
    line-height: 1.5;
}

.hero-rail-mini-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}

.hero-rail-mini-stats div {
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-rail-mini-label {
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
}

.hero-rail-mini-stats small {
    display: block;
    margin-top: 0.25rem;
    color: rgba(241, 247, 251, 0.7);
    font-size: 0.78rem;
    line-height: 1.45;
}

.hero-rail-divider {
    height: 1px;
    margin: 1rem 0 0.95rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.hero-list-compact {
    padding-left: 1rem;
}

.hero-rockwell-tray-shell {
    position: relative;
    z-index: 3;
    margin-top: -0.3rem;
    margin-bottom: 0;
}

.hero-rockwell + .section-shell {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-top: 1.1rem;
}

.hero-rockwell-tray {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 1.3rem;
    box-shadow: var(--ax-shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.hero-tray-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 100px;
    padding: 1rem 1.15rem;
    border-right: 1px solid color-mix(in srgb, var(--ax-primary) 10%, var(--ax-border));
}

.hero-tray-item:last-child {
    border-right: 0;
}

.hero-tray-item i {
    font-size: 1.7rem;
    color: var(--ax-primary);
}

.hero-tray-item strong {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #102332;
}

.hero-tray-item span {
    display: block;
    margin-top: 0.35rem;
    color: rgba(16, 35, 50, 0.72);
    line-height: 1.5;
}

html[data-theme="dark"] .hero-rockwell-tray {
    background: rgba(12, 27, 39, 0.52);
    border-color: rgba(161, 194, 213, 0.18);
}

html[data-theme="dark"] .hero-tray-item {
    border-right-color: rgba(161, 194, 213, 0.12);
}

html[data-theme="dark"] .hero-tray-item strong {
    color: #eef6fb;
}

html[data-theme="dark"] .hero-tray-item span {
    color: rgba(238, 246, 251, 0.74);
}

@media (max-height: 860px) and (min-width: 992px) {
    .hero-rockwell {
        min-height: clamp(500px, calc(100svh - 1rem), 760px);
    }

    .hero-rockwell-shell {
        min-height: clamp(380px, calc(64svh - 4rem), 560px);
        align-items: center;
        padding-top: 6.5rem;
        padding-bottom: 1.2rem;
    }

    .hero-rockwell h1 {
        max-width: 19ch;
        font-size: clamp(1.9rem, 2.55vw, 2.45rem);
        line-height: 0.99;
    }

    .hero-note-row {
        margin-top: 0.75rem;
    }

    .hero-rockwell-rail {
        margin-left: 1.25rem;
    }

    .hero-note-chip-optional {
        display: none;
    }

    .hero-rockwell .hero-copy {
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .hero-proof-line {
        margin-top: 0.85rem;
        font-size: 0.74rem;
    }
}

.hero-visual-stage {
    position: relative;
    padding: 1.25rem 0 4.75rem 1.25rem;
}

.proof-card,
.process-card {
    height: 100%;
    padding: 1.5rem;
}

.page-media-card,
.gallery-media-card,
.card-media-frame {
    overflow: hidden;
    border: 1px solid var(--ax-border);
    border-radius: 1.5rem;
    background: color-mix(in srgb, var(--ax-surface-solid) 92%, transparent);
    box-shadow: var(--ax-shadow);
}

.page-media-card {
    margin: 0 0 1rem;
    min-height: 100%;
    aspect-ratio: 16 / 10;
}

.hero-media-card {
    aspect-ratio: 5 / 4;
    margin-bottom: 0;
}

.hero-media-premium {
    position: relative;
    z-index: 1;
    min-height: clamp(360px, 50vw, 560px);
    aspect-ratio: auto;
    border-radius: 1.8rem;
}

.hero-floating-card {
    position: absolute;
    z-index: 2;
    max-width: min(300px, 78%);
    padding: 1rem 1.1rem;
    border: 1px solid color-mix(in srgb, var(--ax-primary) 16%, var(--ax-border));
    border-radius: 1.35rem;
    background: color-mix(in srgb, var(--ax-surface-solid) 88%, transparent);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 50px rgba(6, 20, 30, 0.2);
}

.hero-floating-card strong {
    display: block;
    margin-top: 0.3rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.45rem;
}

.hero-floating-card p {
    margin: 0.4rem 0 0;
    color: var(--ax-muted);
    line-height: 1.55;
}

.hero-floating-card .hero-list {
    margin-top: 0.6rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.65;
}

.hero-floating-label {
    display: inline-block;
    color: var(--ax-primary);
    font-family: "Poppins", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-floating-card-top {
    top: 0;
    right: 0;
}

.hero-floating-card-bottom {
    right: 1rem;
    bottom: 0;
}

.hero-rockwell .hero-floating-label {
    color: #74dbff;
}

.page-media-card img,
.gallery-media-card img,
.card-media-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-media-card,
.card-media-frame {
    aspect-ratio: 16 / 10;
}

.page-media-card img,
.gallery-media-card img,
.card-media-frame img {
    aspect-ratio: auto;
}

.card-media-frame {
    margin-bottom: 1.1rem;
}

.proof-stat,
.process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.75rem;
    padding: 0.45rem 0.85rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ax-primary) 10%, transparent);
    color: var(--ax-primary);
    font-family: "Poppins", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.hero-list {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--ax-muted);
    line-height: 1.8;
}

.section-shell {
    padding: 2rem 0 4rem;
}

.section-alt {
    padding-top: 0;
}

.section-heading {
    margin-bottom: 1.75rem;
}

.section-heading h2,
.blueprint-card h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: -0.04em;
}

.info-card,
.blueprint-card,
.roadmap-card {
    height: 100%;
    padding: 1.6rem;
}

.who-help-card {
    min-height: 100%;
}

.info-card i {
    font-size: 1.6rem;
    color: var(--ax-primary);
}

.info-card h3,
.proof-card h3,
.process-card h3,
.cta-band h2,
.roadmap-step h3 {
    margin: 1rem 0 0.65rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.28rem;
    letter-spacing: -0.03em;
}

.info-card p,
.proof-card p,
.process-card p,
.cta-band p,
.blueprint-card p,
.roadmap-step p {
    margin: 0;
    color: var(--ax-muted);
    line-height: 1.75;
}

.card-link {
    display: block;
    color: inherit;
}

.card-link .info-card {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.card-link:hover .info-card {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--ax-primary) 26%, var(--ax-border));
}

.card-link:hover .proof-card {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--ax-primary) 26%, var(--ax-border));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.card-link-meta {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--ax-primary);
    font-family: "Poppins", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.section-process {
    position: relative;
}

.proof-visual-grid,
.story-split,
.support-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.showcase-card,
.story-copy-card {
    height: 100%;
    padding: 1.5rem;
    background: var(--ax-surface);
    border: 1px solid var(--ax-border);
    border-radius: 1.5rem;
    box-shadow: var(--ax-shadow);
}

.showcase-card-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 1rem;
    align-items: stretch;
}

.showcase-card-copy {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 2rem;
}

.showcase-copy {
    align-self: center;
}

.showcase-copy h3,
.story-copy-card h2,
.support-showcase-copy h2 {
    margin: 0 0 0.8rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.6rem, 2.4vw, 2.3rem);
    letter-spacing: -0.04em;
}

.showcase-copy p,
.story-copy-card p,
.support-showcase-copy p {
    margin: 0;
    color: var(--ax-muted);
    line-height: 1.8;
}

.showcase-stack,
.story-photo-grid {
    display: grid;
    gap: 1rem;
}

.showcase-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-photo {
    margin-bottom: 0;
    aspect-ratio: 4 / 5;
}

.story-photo-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: stretch;
}

.story-photo-lg,
.story-photo-sm,
.support-showcase-photo {
    margin-bottom: 0;
}

.story-photo-lg {
    aspect-ratio: 4 / 5;
}

.story-photo-sm {
    aspect-ratio: 4 / 5;
}

.support-showcase-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.support-showcase-photo {
    aspect-ratio: 16 / 11;
}

.support-bullet-list {
    margin-top: 1.2rem;
    padding-left: 1.25rem;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.process-card {
    position: relative;
    overflow: hidden;
}

.process-card::before {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ax-primary), var(--ax-accent));
    content: "";
}

.spec-card {
    padding: 1.6rem;
    background: var(--ax-surface);
    border: 1px solid var(--ax-border);
    border-radius: 1.5rem;
    box-shadow: var(--ax-shadow);
}

.spec-card h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.spec-list {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.spec-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: var(--ax-muted);
    line-height: 1.7;
}

.spec-list i {
    color: var(--ax-primary);
    margin-top: 0.1rem;
}

.tall {
    min-height: 100%;
}

.roadmap-card {
    display: grid;
    gap: 1rem;
}

.roadmap-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--ax-border);
}

.roadmap-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.roadmap-step strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: color-mix(in srgb, var(--ax-primary) 12%, transparent);
    color: var(--ax-primary);
    font-family: "Poppins", sans-serif;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--ax-accent) 18%, transparent), transparent 32%),
        linear-gradient(135deg, color-mix(in srgb, var(--ax-primary) 10%, transparent), color-mix(in srgb, var(--ax-surface-solid) 95%, transparent));
}

.cta-band h2 {
    margin-bottom: 0.85rem;
}

.cta-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.deliverables-card h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.site-footer {
    margin-top: 3rem;
    border-top: 1px solid var(--ax-border);
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--ax-surface-solid) 90%, transparent), color-mix(in srgb, var(--ax-bg) 96%, transparent));
}

.footer-band {
    border-bottom: 1px solid color-mix(in srgb, var(--ax-primary) 12%, var(--ax-border));
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--ax-primary) 14%, transparent), color-mix(in srgb, var(--ax-accent) 10%, transparent));
}

.footer-band-shell,
.footer-main-shell {
    width: min(100%, 1420px);
    margin: 0 auto;
}

.footer-band-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.4rem 0;
}

.footer-band h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    letter-spacing: -0.04em;
}

.footer-main {
    padding: 1.3rem 0 1.15rem;
    background: rgb(187 206 214 / 14%);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 1.75rem;
    padding: 0.65rem 0 1rem;
    background: transparent;
}

.footer-brand {
    text-align: center;
}

.footer-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 0.28rem;
}

.footer-brand-mark img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-footer h2,
.site-footer h3 {
    margin-top: 0;
    font-family: "Poppins", sans-serif;
}

.site-footer p,
.site-footer li,
.footer-bottom {
    color: var(--ax-muted);
    line-height: 1.7;
}

.site-footer ul {
    margin: 0;
    padding-left: 1rem;
}

.footer-list {
    list-style: none;
    padding-left: 0;
}

.footer-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.55rem;
}

.footer-list i {
    color: var(--ax-primary);
    margin-top: 0.22rem;
}

.footer-list a {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: inherit;
    text-decoration: none;
}

.footer-list a:hover {
    color: var(--ax-text);
}

.footer-bottom {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    min-height: 1.76rem;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    font-size: 0.72rem;
}

.footer-bottom-bar {
    background: rgb(187 206 214 / 14%);
    border-top: 1px solid color-mix(in srgb, var(--ax-primary) 10%, var(--ax-border));
}

.footer-bottom-bar .footer-main-shell,
.footer-bottom-bar .footer-bottom {
    width: 100%;
}

.contact-placeholder {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.contact-placeholder div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ax-border);
}

.contact-placeholder span,
.contact-list {
    color: var(--ax-muted);
}

.contact-list {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.9rem;
}

.auth-shell,
.portal-shell {
    padding: 3.5rem 0;
}

.auth-card,
.portal-header,
.portal-card {
    background: var(--ax-surface);
    border: 1px solid var(--ax-border);
    border-radius: 1.5rem;
    box-shadow: var(--ax-shadow);
}

.auth-card {
    max-width: 560px;
    margin: 0 auto;
    padding: 2rem;
}

.auth-brand h1,
.portal-header h1,
.portal-card h2 {
    margin: 0 0 0.85rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.04em;
}

.auth-brand p,
.portal-card p,
.portal-note span,
.portal-list {
    color: var(--ax-muted);
    line-height: 1.75;
}

.auth-form {
    margin-top: 1.5rem;
}

.auth-footer {
    margin-top: 1.2rem;
    text-align: center;
}

.portal-header,
.portal-card {
    padding: 1.5rem;
}

.portal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.portal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.portal-meta {
    display: grid;
    gap: 0.85rem;
}

.portal-meta div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid var(--ax-border);
}

.portal-meta dt {
    color: var(--ax-muted);
}

.portal-meta dd {
    margin: 0;
    font-weight: 600;
}

.portal-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.portal-stat-grid div,
.portal-note {
    padding: 1rem;
    border: 1px solid var(--ax-border);
    border-radius: 1rem;
    background: color-mix(in srgb, var(--ax-surface-solid) 90%, transparent);
}

.portal-stat-grid strong,
.portal-note strong {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
}

.portal-list {
    margin: 0;
    padding-left: 1.2rem;
}

.portal-rich-list {
    padding-left: 0;
    list-style: none;
}

.portal-rich-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--ax-border);
}

.portal-rich-list li:last-child {
    border-bottom: none;
}

.portal-rich-list strong {
    font-family: "Poppins", sans-serif;
}

.portal-rich-list span {
    color: var(--ax-muted);
    text-align: right;
}

.contact-form {
    margin-top: 1.35rem;
}

.contact-form .form-label {
    margin-bottom: 0.45rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-form .form-control,
.contact-form .form-select {
    min-height: 3.2rem;
    border-color: var(--ax-border);
    border-radius: 1rem;
    background: color-mix(in srgb, var(--ax-surface-solid) 92%, transparent);
    color: var(--ax-text);
    box-shadow: none;
}

.contact-form textarea.form-control {
    min-height: 10rem;
    resize: vertical;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: color-mix(in srgb, var(--ax-primary) 55%, white);
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--ax-primary) 12%, transparent);
}

.contact-form .invalid-feedback {
    display: block;
}

.contact-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.35rem;
}

.contact-form-actions span {
    color: var(--ax-muted);
    font-size: 0.95rem;
}

.contact-alert {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.2rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--ax-border);
}

.contact-alert.success {
    background: color-mix(in srgb, #28a745 10%, var(--ax-surface-solid));
    color: color-mix(in srgb, #28a745 65%, var(--ax-text));
}

.contact-alert.error {
    background: color-mix(in srgb, #dc3545 8%, var(--ax-surface-solid));
    color: color-mix(in srgb, #dc3545 65%, var(--ax-text));
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

@media (max-width: 991.98px) {
    .page-hero-editorial {
        padding-top: 2.3rem;
    }

    .page-hero-editorial h1 {
        max-width: 12ch;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .site-header,
    body.page-home .site-header,
    html[data-theme="light"] body.page-home .site-header {
        position: static;
        inset: auto;
    }

    .navbar-armxus {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 90;
        box-shadow: 0 14px 32px rgba(5, 25, 38, 0.1);
    }

    body {
        padding-top: var(--ax-mobile-nav-offset, 0);
    }

    .header-shell {
        flex-wrap: wrap;
        padding-block: 0;
    }

    .mobile-header-actions {
        display: inline-flex;
    }

    .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
        order: 3;
        align-items: stretch;
        padding-top: 1rem;
        border-top: 1px solid var(--ax-border);
    }

    .header-nav-wrap {
        justify-content: stretch;
    }

    .navbar-nav {
        gap: 0.2rem;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        overflow: visible;
        padding-top: 0.35rem;
    }

    .header-controls {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 1rem;
        padding-left: 0;
        border-left: 0;
    }

    .header-controls .header-cta {
        display: none;
    }

    .utility-chip,
    .header-cta {
        justify-content: center;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .hero-rockwell {
        min-height: auto;
        padding-bottom: 2rem;
    }

    .hero-rockwell-shell {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 7.5rem;
        padding-bottom: 4rem;
    }

    .hero-rockwell-rail {
        padding-bottom: 0;
        max-width: min(100%, 420px);
        margin-left: 0;
    }

    .hero-rockwell-tray {
        grid-template-columns: 1fr 1fr;
    }

    .hero-rockwell + .section-shell {
        margin-top: 0;
        padding-top: 1.5rem;
    }

    .hero-visual-stage {
        padding: 0;
    }

    .hero-floating-card {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .proof-visual-grid,
    .story-split,
    .support-showcase-grid,
    .showcase-card-feature,
    .story-photo-grid {
        grid-template-columns: 1fr;
    }

    .cta-band {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-band-shell {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .page-hero-editorial {
        padding-top: 1.9rem;
    }

    .page-hero-editorial h1 {
        max-width: 12ch;
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .page-hero-points {
        gap: 0.6rem;
    }

    .page-hero-points span {
        font-size: 0.7rem;
        letter-spacing: 0.06em;
    }

    .site-header-fluid {
        padding-inline: 1rem;
    }

    .utility-bar {
        display: none;
    }

    .navbar-armxus,
    body.page-home .navbar-armxus,
    html[data-theme="light"] body.page-home .navbar-armxus {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 95;
    }

    body.page-home .utility-bar,
    body.page-home .navbar-armxus {
        background: color-mix(in srgb, var(--ax-surface-solid) 96%, transparent);
        border-bottom-color: var(--ax-border);
        backdrop-filter: none;
    }

    body.page-home .brand-name,
    body.page-home .nav-link,
    body.page-home .utility-chip,
    body.page-home .utility-actions a {
        color: var(--ax-text);
        text-shadow: none;
    }

    body.page-home .brand-tagline {
        color: var(--ax-muted);
    }

    .navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 13.6rem);
        gap: 0.7rem;
    }

    .brand-tagline {
        display: none;
    }

    .brand-name {
        font-size: 1.18rem;
        line-height: 1;
    }

    .brand-mark {
        width: 3.65rem;
        height: 3.65rem;
    }

    .brand-mark img {
        width: 100%;
        height: 100%;
    }

    .brand-tagline {
        display: block;
        font-size: 0.56rem;
        letter-spacing: 0.14em;
    }

    .mobile-header-actions {
        flex: 0 0 auto;
        gap: 0.45rem;
        margin-left: 0.55rem;
        align-items: center;
    }

    .mobile-header-icon,
    .ax-navbar-toggler {
        width: 2.9rem;
        height: 2.9rem;
        padding: 0;
    }

    .mobile-header-icon {
        display: inline-flex;
        width: 2rem;
        height: 2rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .ax-navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-color: transparent;
        width: 3.45rem;
        height: 3.45rem;
        min-width: 3.45rem;
        min-height: 3.45rem;
        border-radius: 0;
        background: linear-gradient(180deg, #1691c7, #0d6f9d);
        color: #ffffff;
        box-shadow: none;
    }

    .ax-navbar-toggler .navbar-toggler-icon,
    .ax-navbar-toggler .navbar-toggler-icon::before,
    .ax-navbar-toggler .navbar-toggler-icon::after {
        background:
            linear-gradient(#ffffff, #ffffff) center/100% 2px no-repeat;
    }

    .ax-navbar-toggler .navbar-toggler-icon {
        width: 1.15rem;
        height: 1.15rem;
        margin: 0;
    }

    html[data-theme="dark"] .mobile-header-icon {
        color: rgba(238, 246, 251, 0.94);
    }

    html[data-theme="dark"] .ax-navbar-toggler {
        background: linear-gradient(180deg, #1382b5, #0c6b95);
        border-color: transparent;
    }

    .theme-fab {
        right: 0.85rem;
        bottom: 0.85rem;
        width: 2.8rem;
        height: 2.8rem;
        border-radius: 0.85rem;
    }

    .hero-section,
    .page-hero {
        padding-top: 2.75rem;
    }

    .hero-rockwell-shell {
        padding-top: 2.4rem;
    }

    .hero-rockwell .hero-copy {
        max-width: none;
    }

    .hero-rockwell-tray {
        grid-template-columns: 1fr;
    }

    .hero-tray-item {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid color-mix(in srgb, var(--ax-primary) 10%, var(--ax-border));
    }

    .hero-tray-item:last-child {
        border-bottom: 0;
    }

    .footer-grid,
    .footer-bottom {
        grid-template-columns: 1fr;
        display: grid;
    }

    .footer-band-shell {
        padding: 1.15rem 0;
    }

    .portal-grid,
    .portal-stat-grid {
        grid-template-columns: 1fr;
    }

.portal-header {
    align-items: flex-start;
    flex-direction: column;
}
}

.resource-card h3 {
    margin-bottom: .85rem;
}

.resource-card p {
    margin-bottom: 0;
}

.resource-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: .9rem;
    font-weight: 700;
    color: var(--ax-primary);
    text-decoration: none;
}
