:root {
    --mi-ink: #0b1620;
    --mi-ink-2: #152532;
    --mi-paper: #f7f4ed;
    --mi-white: #fff;
    --mi-brass: #b9862f;
    --mi-brass-light: #e4bd6e;
    --mi-muted: #66737d;
    --mi-line: #dce1e4;
    --mi-radius: 1.15rem;
    --mi-shadow: 0 24px 70px rgba(5, 18, 28, .12);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--mi-ink);
    background: #fff;
    line-height: 1.7;
}

a {
    color: inherit
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: #fff;
    color: #000;
    padding: .75rem 1rem;
    z-index: 9999;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
}

.site-header {
    /* background: rgba(10, 22, 32, .96); */
    background-color: #fff;
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}

.navbar-brand img {
    max-width: 150px;
    width: 100%;
    height: auto;
    /* width: 156px;
    height: auto;
    background: #fff;
    border-radius: .6rem;
    padding: .28rem */
}

.navbar .nav-link {
    color: #000;
    /* color: rgba(255, 255, 255, .82); */
    font-weight: 600;
    padding: .8rem .8rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
    color: #0473b3;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .3);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .2rem rgba(228, 189, 110, .25);
}
nav.navbar.navbar-expand-lg.navbar-dark .container button.navbar-toggler span.navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(20%) sepia(81%) saturate(4800%) hue-rotate(188deg) brightness(97%) contrast(97%) !important;
}
.btn-brass {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0172b6;
    --bs-btn-border-color: #0172b6;
    --bs-btn-hover-bg: #0172b6;
    --bs-btn-hover-border-color: #0172b6;
    --bs-btn-active-bg: #0172b6;
    font-weight: 800;
}
.btn:hover {
    color: #000 !important;
    background-color: transparent !important;
    border-color: 0172b6 !important;
}

.btn-outline-brass {
    --bs-btn-color: #dcb35f;
    --bs-btn-border-color: #dcb35f;
    --bs-btn-hover-color: #0b1620;
    --bs-btn-hover-bg: #dcb35f;
    --bs-btn-hover-border-color: #dcb35f;
    font-weight: 700;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    background: radial-gradient(circle at 75% 22%, rgba(185, 134, 47, .19), transparent 30%), linear-gradient(135deg, #07111a, #142a39 65%, #0d1b27);
    color: #fff;
    display: flex;
    align-items: center;
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .76rem;
    font-weight: 800;
    /* color: #9b6d1e; */
    color: #f28001;
}

section.hero .d-flex.flex-wrap.gap-3 a.btn.btn-brass.btn-lg:hover {
    color: #fff !important;
    border-color: #0172b6;
}
section.hero .d-flex.flex-wrap.gap-3 a.btn.btn-outline-light.btn-lg {
    border-color: #0172b6;
}
section.hero .d-flex.flex-wrap.gap-3 a.btn.btn-outline-light.btn-lg:hover{
    background-color: #0172b6 !important;
    background-color: #0172b6 !important;
    color: #fff !important;
}


.cta-panel.reveal.is-visible .col-lg-4.text-lg-end.mt-4.mt-lg-0 a:hover {
    color: #fff !important;
    border-color: #0172b6;
}
footer.footer .col-lg-4 a.btn.btn-outline-brass {
    border-color: #0172b6 !important;
}
footer.footer .col-lg-4 a.btn.btn-outline-brass:hover {
    color: #fff !important;
}
footer.footer .row.g-5 .col-lg-4 a.link-arrow.text-warning {
    color: #ec8005 !important;
}
section.section-pad .text-center.mt-5 a.btn.btn-dark.btn-lg {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0172b6;
    --bs-btn-border-color: #0172b6;
    --bs-btn-hover-bg: #0172b6;
    --bs-btn-hover-border-color: #0172b6;
    --bs-btn-active-bg: #0172b6;
}
section.section-pad.section-dark .d-grid.gap-4 .process-step.reveal.is-visible span.num {
    background: #e88009;
    color: #fff;
}

.row.align-items-center.g-5 .col-lg-5 img.hero-visual.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}
/* a.btn.btn-brass.floating-rfq:hover {
    color: #fff !important;
} */

.hero-kicker:before,
.eyebrow:before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor
}

.cta-panel .col-lg-4.text-lg-end.mt-4.mt-lg-0 a.btn.btn-brass:hover {
    color: #fff !important;
}

.row.g-5.align-items-center .col-lg-6 span.badge.badge-soft {
    background: #0077bb !important;
    color: #fff !important;
}

.row.g-5.align-items-center .col-lg-6 ul.feature-list.mt-4 li::before {
    color: #f47c08 !important;
}

.row.g-5.align-items-center .col-lg-6 .spec-card span.spec-label {
    color: #0073b6 !important;
}


section.section-pad.section-soft .col-lg-4 .icon-box.mb-3 {
    background: #0073b6 !important;
    color: #fff !important;
}


section.section-pad.section-soft .filter-bar.mb-5 .col-lg-4 select#productCategory:focus {
    border-color: #0175b9 !important;
    box-shadow: 0 0 0 .25rem rgb(1 115 177 / 12%) !important;
}

section.section-pad.section-soft .filter-bar.mb-5 .col-lg-8 input#productSearch:focus {
    border-color: #0175b9 !important;
    box-shadow: 0 0 0 .25rem rgb(1 115 177 / 12%) !important;
}

section.section-pad.section-soft .row.g-4 .info-card.p-4 .icon-box.mb-3 {
    background: #0073b6 !important;
    color: #fff !important;
}


section.section-pad.section-soft .row.g-4 .col-md-6.col-xl-4 .icon-box.mb-4 {
    background: #0073b6 !important;
    color: #fff !important;
}



article.capability-card.p-4 .icon-box.mb-4 {
    background: #0073b6 !important;
    color: #fff !important;
}


.display-title {
    font-size: clamp(2.8rem, 6vw, 5.65rem);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: .99;
}

.text-gradient {
    /* background: linear-gradient(100deg, #fff0bd, #c98d27); */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    color: #0172b6;
}

.hero-copy {
    max-width: 650px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.12rem;
}

.hero-visual {
    filter: drop-shadow(0 34px 60px rgba(0, 0, 0, .38));
    animation: float 7s ease-in-out infinite; 
}

@keyframes float {
    50% {
        transform: translateY(-14px)
    }
}

.trust-bar {
    margin-top: -50px;
    position: relative;
    z-index: 3;
}

.trust-panel {
    background: #fff;
    border-radius: var(--mi-radius);
    box-shadow: var(--mi-shadow);
    padding: 1.2rem;
}

.trust-item {
    padding: 1rem 1.35rem;
    border-right: 1px solid var(--mi-line);
}

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

.trust-number {
    font-weight: 850;
    font-size: 1.5rem;
}

.section-pad {
    padding: 6rem 0;
}

.section-soft {
    background: var(--mi-paper);
}

.section-dark {
    background: var(--mi-ink);
    color: #fff;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 850;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.section-copy {
    color: var(--mi-muted);
    font-size: 1.05rem;
}

.section-dark .section-copy {
    color: rgba(255, 255, 255, .68);
}

.product-card,
.capability-card,
.industry-card,
.info-card {
    height: 100%;
    /* border: 1px solid rgba(20, 37, 50, .1); */
    border: 1px solid #0172b62e;
    border-radius: var(--mi-radius);
    background: #fff;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-card:hover,
.capability-card:hover,
.industry-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--mi-shadow);
    /* border-color: rgba(185, 134, 47, .45); */
    border-color: #0172b62e;
}

.product-card .visual {
    background: linear-gradient(145deg, #172735, #08131d);
    aspect-ratio: 16/10;
    padding: 1rem;
}
section.section-pad .col-md-6.col-xl-4 .visual {
    padding: 0px;
}
.product-card .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .card-body {
    padding: 1.6rem;
}

.product-card .category {
    /* color: #9b6d1e; */
    color: #f28001;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .72rem;
    font-weight: 800;
}

.product-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
}

.link-arrow {
    font-weight: 800;
    text-decoration: none;
    /* color: #8a5d16; */
    color: #0172b6;
}

.link-arrow:after {
    content: " →";
    transition: margin .2s;
}

.link-arrow:hover:after {
    margin-left: .3rem;
}

.icon-box {
    width: 52px;
    height: 52px;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    background: #f1e3c4;
    color: #7d5315;
    font-weight: 900;
    font-size: 1.2rem;
}

.process-step {
    position: relative;
    padding-left: 4.5rem;
}

.process-step .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #d6a547;
    color: #0b1620;
    font-weight: 900;
}

.metric {
    border-left: 2px solid var(--mi-brass);
    padding-left: 1rem;
}

.metric strong {
    display: block;
    font-size: 2rem;
}

.cta-panel {
    background: linear-gradient(120deg, #142735, #08131d);
    color: #fff;
    border-radius: 1.6rem;
    padding: clamp(2rem, 6vw, 4.5rem);
    position: relative;
    overflow: hidden;
}

.cta-panel:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(219, 174, 87, .25);
    border-radius: 50%;
    right: -70px;
    top: -80px;
    box-shadow: 0 0 0 50px rgba(219, 174, 87, .05), 0 0 0 100px rgba(219, 174, 87, .03);
}

.page-hero {
    background: linear-gradient(130deg, #08141e, #173044);
    color: #fff;
    padding: 8.5rem 0 4.6rem;
    position: relative;
    overflow: hidden;
}

.page-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 82% 30%, rgba(199, 146, 49, .22), transparent 26%);
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.breadcrumb a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #e2bd73;
}

.breadcrumb-item+.breadcrumb-item:before {
    color: rgba(255, 255, 255, .45);
}

.product-detail-visual {
    background: linear-gradient(145deg, #172735, #08131d);
    border-radius: 1.4rem;
    /* padding: 2rem; */
    box-shadow: var(--mi-shadow);
}

.product-detail-visual img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 20px;

}

.spec-card {
    border: 1px solid var(--mi-line);
    border-radius: 1rem;
    padding: 1.1rem;
    background: #fff;
    height: 100%;
}

.spec-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
    color: #8c6421;
}

.table-spec {
    font-size: .9rem;
}

.table-spec thead th {
    background: #102331;
    color: #fff;
    white-space: nowrap;
}

.table-spec td,
.table-spec th {
    vertical-align: middle;
    padding: .8rem;
}

.table-responsive {
    border: 1px solid var(--mi-line);
    border-radius: 1rem;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: .65rem;
}

.feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    /* color: #9b6c19; */
    color: #f28001;
    font-weight: 900;
}

.filter-bar {
    background: #fff;
    border: 1px solid var(--mi-line);
    border-radius: 1rem;
    padding: 1rem;
}

.form-control,
.form-select {
    border-radius: .75rem;
    padding: .78rem .9rem;
    border-color: #cfd6da;
}

.form-control:focus,
.form-select:focus {
    border-color: #c49337;
    box-shadow: 0 0 0 .25rem rgba(196, 147, 55, .15);
}

.form-label {
    font-weight: 700;
}

.required:after {
    content: " *";
    color: #a12b2b;
}

.footer {
    background: #07111a;
    color: rgba(255, 255, 255, .72);
    padding: 5rem 0 1.5rem;
}

.footer h2,
.footer h3 {
    color: #fff;
}

.footer a {
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
}

.footer a:hover {
    color: #e2bd73;
}

.footer-logo {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .11);
    margin-top: 3rem;
    padding-top: 1.4rem;
}

.floating-rfq {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1040;
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .24);
}

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

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.badge-soft {
    background: #f1e4c9;
    color: #795112;
}

.callout {
    border-left: 4px solid #bf8b2f;
    background: #fbf5e9;
    padding: 1.2rem 1.4rem;
    border-radius: 0 1rem 1rem 0;
}

.download-card {
    border: 1px solid var(--mi-line);
    border-radius: 1rem;
    padding: 1.4rem;
    background: #fff;
}

.security-note {
    font-size: .92rem;
    color: var(--mi-muted);
}

.empty-state {
    display: none;
}

.empty-state.show {
    display: block;
}

.ratio-map {
    background: #e9ecef;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    min-height: 300px;
    color: #56616a;
}

.small-caps {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
    font-size: .72rem;
}

.prose h2 {
    font-size: 1.65rem;
    font-weight: 800;
    margin-top: 2.3rem;
}

.prose h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: 1.8rem;
}

.prose p,
.prose li {
    color: #4e5b64;
}

.nav-pills .nav-link {
    color: #34434d;
    font-weight: 700;
}

.nav-pills .nav-link.active {
    background: #132938;
}

.accordion-button:not(.collapsed) {
    background: #f4ead6;
    color: #5f4214;
}

.accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgba(185, 134, 47, .15);
}

@media(max-width:991.98px) {
    .hero {
        min-height: auto;
        padding: 8.5rem 0 7rem;
    }

    .trust-bar {
        margin-top: -35px;
    }

    .trust-item {
        border-right: 0;
        border-bottom: 1px solid var(--mi-line);
    }

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

    .navbar-collapse {
        padding: 1rem 0;
    }

    .floating-rfq {
        right: .8rem;
        bottom: .8rem;
    }

    .display-title {
        font-size: clamp(2.6rem, 12vw, 4.6rem);
    }
}

@media(max-width:575.98px) {
    .section-pad {
        padding: 4.4rem 0;
    }

    .page-hero {
        padding: 7.5rem 0 3.7rem;
    }

    .hero-visual {
        margin-top: 2rem;
    }

    .floating-rfq span {
        display: none;
    }

    .floating-rfq {
        width: 52px;
        height: 52px;
        padding: 0;
        display: grid;
        place-items: center;
    }

    .product-card .card-body {
        padding: 1.25rem;
    }
}

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

    .hero-visual {
        animation: none;
    }

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

    .product-card,
    .capability-card,
    .industry-card {
        transition: none;
    }
}