.page-home-magazine {
    --home-command-bg: #07121d;
    --home-command-panel: #0a1724;
    --home-command-panel-alt: #0b1b1b;
    --home-command-line: rgba(145, 181, 207, 0.18);
    --home-command-line-strong: rgba(145, 181, 207, 0.3);
    --home-command-text: #f4f8fb;
    --home-command-muted: #95a7b8;
    --home-command-teal: #27d6ad;
    --home-command-orange: #ff9d42;
    --home-command-blue: #5e97ff;
    background: var(--home-command-bg);
    color: var(--home-command-text);
}

.page-home-magazine .home-magazine-main {
    background: var(--home-command-bg);
}

.page-home-magazine .public-site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(7, 18, 29, 0.72) !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px);
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.page-home-magazine.home-header-scrolled .public-site-header {
    border-bottom-color: rgba(255, 255, 255, 0.16);
    background: rgba(7, 18, 29, 0.97) !important;
}

.page-home-magazine .public-site-header .navbar-brand,
.page-home-magazine .public-site-header .navbar-brand:hover,
.page-home-magazine .public-site-header .navbar-brand:focus {
    color: #ffffff;
}

.page-home-magazine .public-site-header .text-primary {
    color: var(--home-command-teal) !important;
}

.page-home-magazine .public-sidebar-trigger {
    color: #b8c5d0;
}

.page-home-magazine .public-sidebar-trigger:hover,
.page-home-magazine .public-sidebar-trigger:focus-visible,
.page-home-magazine .public-sidebar-trigger[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.page-home-magazine .public-site-header .nav-badge {
    border: 1px solid transparent;
    background: transparent;
    color: #9eadba;
}

.page-home-magazine .public-site-header .nav-badge:hover {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.page-home-magazine .public-site-header .nav-badge.active {
    border-color: var(--home-command-teal);
    background: var(--home-command-teal);
    color: #071814;
}

.page-home-magazine #sidebar,
.page-home-magazine #sidebar .sidebar-shell,
.page-home-magazine .mobile-sidebar,
.page-home-magazine .mobile-sidebar-scroll {
    background: #081522 !important;
    color: #ffffff;
}

.page-home-magazine #sidebar,
.page-home-magazine .mobile-sidebar {
    border-right: 1px solid var(--home-command-line-strong);
}

.page-home-magazine .site-nav-heading,
.page-home-magazine .nav-header {
    color: #6f8496 !important;
}

.page-home-magazine #sidebar .sidebar-shell-menu .site-nav-link,
.page-home-magazine .mobile-sidebar .site-nav-menu .site-nav-link {
    color: #aab9c6 !important;
}

.page-home-magazine #sidebar .sidebar-shell-menu .site-nav-link:hover,
.page-home-magazine .mobile-sidebar .site-nav-menu .site-nav-link:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
}

.page-home-magazine #sidebar .sidebar-shell-menu .site-nav-link.active,
.page-home-magazine .mobile-sidebar .site-nav-menu .site-nav-link.active {
    background: rgba(39, 214, 173, 0.12) !important;
    color: var(--home-command-teal) !important;
    box-shadow: inset 3px 0 0 var(--home-command-teal) !important;
}

.page-home-magazine #sidebar .sidebar-shell-menu .site-nav-link i,
.page-home-magazine .mobile-sidebar .site-nav-menu .site-nav-link .menu-icon {
    color: #718698 !important;
}

.page-home-magazine #sidebar .sidebar-shell-menu .site-nav-link:hover i,
.page-home-magazine #sidebar .sidebar-shell-menu .site-nav-link.active i,
.page-home-magazine .mobile-sidebar .site-nav-menu .site-nav-link:hover .menu-icon,
.page-home-magazine .mobile-sidebar .site-nav-menu .site-nav-link.active .menu-icon {
    color: var(--home-command-teal) !important;
}

.page-home-magazine #sidebar .sidebar-contact-fixed,
.page-home-magazine .mobile-sidebar .sidebar-contact-fixed,
.page-home-magazine .mobile-sidebar .mobile-site-navigation {
    border-color: var(--home-command-line) !important;
    background: #081522 !important;
}

.page-home-magazine .public-sidebar-overlay,
.page-home-magazine .mobile-sidebar-overlay {
    background: rgba(2, 8, 14, 0.76) !important;
}

.home-section-rail {
    display: grid;
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 920;
    gap: 4px;
    width: 92px;
    margin: 0;
    padding: 16px 0;
    transform: translateY(-50%);
}

.home-section-rail::before {
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.16);
    content: "";
}

.home-section-rail a {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1fr) 15px;
    align-items: center;
    min-height: 30px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.home-section-rail a::after {
    position: relative;
    z-index: 1;
    justify-self: end;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 50%;
    background: #07121d;
    content: "";
    transition: width 0.2s ease, height 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home-section-rail span {
    display: none;
}

.home-section-rail em {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    padding-right: 9px;
    font-style: normal;
    opacity: 0;
    transform: translateX(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-section-rail a:hover,
.home-section-rail a.is-active {
    color: #ffffff;
}

.home-section-rail a:hover em,
.home-section-rail a.is-active em {
    opacity: 1;
    transform: translateX(0);
}

.home-section-rail a.is-active::after {
    width: 11px;
    height: 11px;
    border-color: var(--home-command-teal);
    background: var(--home-command-teal);
}

.home-magazine-hero {
    border-bottom: 1px solid var(--home-command-line);
}

.home-magazine-eyebrow,
.home-magazine-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--home-command-teal);
}

.home-magazine-eyebrow span,
.home-magazine-kicker span {
    color: var(--home-command-orange);
    font-size: 10px;
    font-weight: 900;
}

.home-editorial-band {
    position: relative;
    border-bottom: 1px solid var(--home-command-line);
    background: var(--home-command-panel);
}

.home-band-service {
    background: #081522;
}

.home-band-operation {
    background: #0a1919;
}

.home-band-process {
    background: #0a1622;
}

.home-band-modular {
    background: #091624;
}

.home-band-contact {
    background: #07151e;
}

.home-editorial-media,
.home-band-service .home-editorial-media,
.home-band-operation .home-editorial-media,
.home-band-process .home-editorial-media,
.home-band-modular .home-editorial-media,
.home-band-contact .home-editorial-media {
    position: relative;
    padding: clamp(42px, 5vw, 88px);
    background: rgba(3, 10, 17, 0.28);
}

.home-media-first .home-editorial-media,
.home-copy-first .home-editorial-copy {
    border-right: 1px solid var(--home-command-line);
}

.home-editorial-media::before {
    position: absolute;
    top: 28px;
    left: clamp(28px, 4vw, 68px);
    z-index: 2;
    color: #6f8496;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.4;
    content: attr(data-visual-label);
}

.home-editorial-media::after {
    position: absolute;
    top: 35px;
    right: clamp(28px, 4vw, 68px);
    width: 46px;
    height: 1px;
    background: var(--home-command-orange);
    content: "";
}

.home-editorial-media img {
    width: min(100%, 820px);
    max-width: 820px;
    height: min(76vh, 820px);
    max-height: none;
    object-fit: contain;
    filter: saturate(0.92) contrast(1.04) drop-shadow(0 30px 50px rgba(0, 0, 0, 0.36));
    transition: transform 0.55s ease, filter 0.55s ease;
}

.home-editorial-band:hover .home-editorial-media img {
    filter: saturate(1.03) contrast(1.05) drop-shadow(0 34px 58px rgba(0, 0, 0, 0.42));
    transform: scale(1.018);
}

.home-editorial-copy {
    position: relative;
    background: transparent;
}

.home-editorial-copy h2,
.home-capabilities-heading h2 {
    color: var(--home-command-text);
}

.home-editorial-copy > p:not(.home-magazine-kicker),
.home-capabilities-heading > p:not(.home-magazine-kicker) {
    color: var(--home-command-muted);
}

.home-editorial-copy .home-magazine-kicker,
.home-capabilities .home-magazine-kicker,
.home-band-process .home-magazine-kicker {
    color: var(--home-command-teal);
}

.home-editorial-links,
.home-editorial-facts,
.home-process-summary {
    border-top-color: var(--home-command-line-strong);
}

.home-editorial-links a,
.home-editorial-facts div,
.home-process-summary li {
    border-bottom-color: var(--home-command-line-strong);
}

.home-editorial-links a {
    color: #d8e2ea;
}

.home-editorial-links a i,
.home-editorial-facts dt,
.home-check-list i {
    color: var(--home-command-teal);
}

.home-editorial-links a:hover {
    color: var(--home-command-teal);
}

.home-editorial-facts dd,
.home-process-summary strong,
.home-check-list li {
    color: #c5d1dc;
}

.home-process-summary > li > span {
    color: var(--home-command-orange);
}

.home-process-summary p {
    color: #8496a7;
}

.home-principles {
    border-bottom: 1px solid var(--home-command-line);
    background: #06111c;
}

.home-principles-intro {
    border-right-color: var(--home-command-line);
}

.home-principles-intro span {
    color: var(--home-command-orange);
}

.home-principles-intro strong {
    color: var(--home-command-text);
}

.home-principles-list li {
    border-right-color: var(--home-command-line);
}

.home-principles-list span {
    color: var(--home-command-teal);
}

.home-principles-list p {
    color: #8496a7;
}

.home-capabilities {
    min-height: calc(100vh - var(--header-height, 64px));
    min-height: calc(100svh - var(--header-height, 64px));
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--home-command-line);
    background: #081817;
}

.home-capabilities-heading .home-magazine-kicker {
    color: var(--home-command-teal);
}

.home-capability-list {
    border-top-color: var(--home-command-line-strong);
}

.home-capability-list > a,
.home-capability-list > a:first-child {
    border-color: var(--home-command-line-strong);
}

.home-capability-list > a > i {
    color: var(--home-command-teal);
}

.home-capability-list p {
    color: #8496a7;
}

.home-capability-list > a:hover {
    background: rgba(39, 214, 173, 0.06);
}

.home-capability-list > a:hover .home-capability-arrow {
    border-color: var(--home-command-teal);
    background: var(--home-command-teal);
}

.home-contact-flow {
    border-top-color: var(--home-command-line-strong);
    color: #b6c4cf;
}

.home-contact-flow i {
    color: #64798b;
}

.dark-actions .home-magazine-button.primary {
    background: var(--home-command-teal);
    color: #061712;
}

.dark-actions .home-magazine-button.primary:hover {
    background: #5ce6c3;
    color: #061712;
}

.page-home-magazine .public-site-footer {
    border-top: 1px solid var(--home-command-line);
    background: #040c14;
}

.page-home-magazine .public-site-footer-brand p,
.page-home-magazine .public-site-footer-links a {
    color: #8496a7;
}

.page-home-magazine .public-site-footer-links a:hover {
    color: var(--home-command-teal);
}

.page-home-magazine .public-site-footer-bottom {
    border-top-color: var(--home-command-line);
    color: #617385;
}

@media (min-width: 1281px) {
    .home-principles,
    .home-principles-intro,
    .home-principles-list li {
        min-height: calc(100vh - var(--header-height, 64px));
        min-height: calc(100svh - var(--header-height, 64px));
    }
}

@media (max-width: 1280px) {
    .home-section-rail {
        display: none;
    }

    .home-editorial-media img {
        width: min(100%, 680px);
        height: min(68vh, 680px);
    }
}

@media (max-width: 1024px) {
    .home-editorial-media,
    .home-band-service .home-editorial-media,
    .home-band-operation .home-editorial-media,
    .home-band-process .home-editorial-media,
    .home-band-modular .home-editorial-media,
    .home-band-contact .home-editorial-media {
        padding: 44px 28px;
    }

    .home-editorial-media::before {
        top: 20px;
        left: 28px;
    }

    .home-editorial-media::after {
        top: 27px;
        right: 28px;
    }
}

@media (max-width: 768px) {
    .page-home-magazine .mobile-animation-title {
        background: #0b1926 !important;
        color: #9fb0bf !important;
    }

    .page-home-magazine .mobile-animation-title .glitter-effect {
        display: none;
    }

    .page-home-magazine .mobile-header {
        border-bottom-color: var(--home-command-line);
        background: #081522;
    }

    .page-home-magazine .mobile-header .mobile-header-title,
    .page-home-magazine .mobile-header .mobile-header-title a {
        color: #ffffff !important;
    }

    .page-home-magazine .mobile-hamburger::before,
    .page-home-magazine .mobile-hamburger::after,
    .page-home-magazine .mobile-hamburger .hamburger-line {
        background: #a6b5c2;
    }

    .page-home-magazine .mobile-category-swiper {
        border-color: var(--home-command-line);
        background: #07131f;
    }

    .page-home-magazine .mobile-category-swiper .swiper-slide a {
        border-color: var(--home-command-line-strong);
        border-radius: 6px;
        background: #0c1b28;
        color: #9eadba;
    }

    .page-home-magazine .mobile-category-swiper .swiper-slide:first-child a,
    .page-home-magazine .mobile-category-swiper .swiper-slide a:hover {
        border-color: var(--home-command-teal);
        background: rgba(39, 214, 173, 0.1);
        color: var(--home-command-teal);
    }

    .home-media-first .home-editorial-media,
    .home-copy-first .home-editorial-copy {
        border-right: 0;
    }

    .home-editorial-copy {
        border-bottom: 1px solid var(--home-command-line);
    }

    .home-editorial-media,
    .home-band-service .home-editorial-media,
    .home-band-operation .home-editorial-media,
    .home-band-process .home-editorial-media,
    .home-band-modular .home-editorial-media,
    .home-band-contact .home-editorial-media {
        padding: 54px 16px 40px;
    }

    .home-editorial-media img {
        width: min(100%, 520px);
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .home-editorial-media::before {
        top: 22px;
        left: 20px;
    }

    .home-editorial-media::after {
        top: 29px;
        right: 20px;
        width: 34px;
    }

    .home-principles-list li {
        border-bottom-color: var(--home-command-line);
    }

    .home-capabilities {
        min-height: 0;
        padding-top: 64px;
        padding-bottom: 0;
    }

    .home-capability-list > a,
    .home-capability-list > a:first-child,
    .home-capability-list > a:nth-child(odd) {
        border-color: var(--home-command-line-strong);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-editorial-media img,
    .home-section-rail a::after,
    .home-section-rail em,
    .page-home-magazine .public-site-header {
        transition: none !important;
    }

    .home-editorial-band:hover .home-editorial-media img {
        transform: none;
    }
}
