* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #080808;
    color: #f5f5f5;
    font-family: Inter, Arial, sans-serif;
    line-height: 1.6
}

.wrap {
    width: min(1320px, calc(100% - 80px));
    margin: auto
}

.site-header {
    height: 82px;
    position: fixed;
    inset: 0 0 auto;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0 4%;
    background: rgba(5, 5, 5, .9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #272727
}

.logo {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    text-decoration: none;
    min-width: 245px
}

.mark {
    font: 900 48px Arial;
    color: #e50914
}

.logo b {
    display: block;
    font: 700 23px "Barlow Condensed";
    letter-spacing: 5px;
    line-height: 1
}

.logo small {
    display: block;
    color: #999;
    font-size: 8px;
    letter-spacing: 1.3px;
    margin-top: 5px
}

.site-header nav {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex: 1
}

.site-header nav a,
.foot-nav a {
    font: 13px "Barlow Condensed";
    letter-spacing: 1px;
    color: #ddd;
    text-decoration: none
}

.site-header nav a:hover,
.foot-nav a:hover {
    color: #e50914
}

.top-cta {
    background: #e50914;
    color: #fff;
    padding: 13px 21px;
    text-decoration: none;
    font: 13px "Barlow Condensed";
    letter-spacing: 1px
}

.top-cta span,
.btn span {
    margin-left: 20px;
    font-size: 18px
}

.menu {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 25px
}

.hero {
    height: 850px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero-image {
    position: absolute;
    inset: 0;
    background: url("assets/hero.png") center/cover no-repeat
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .97), rgba(0, 0, 0, .6) 48%, rgba(0, 0, 0, .18)), linear-gradient(0deg, #080808, transparent 35%)
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-top: 80px
}

.eyebrow {
    color: #e50914;
    font: 600 13px "Barlow Condensed";
    letter-spacing: 1.5px;
    margin: 0 0 20px
}

.eyebrow i {
    display: inline-block;
    width: 38px;
    height: 5px;
    background: #e50914;
    margin-right: 14px;
    vertical-align: middle
}

.hero h1,
h2 {
    font: 700 clamp(58px, 7vw, 110px)/.88 "Barlow Condensed";
    letter-spacing: 1px;
    margin: 0
}

.hero h1 em,
h2 em {
    font-style: normal;
    color: #e50914
}

.hero-copy {
    max-width: 600px;
    color: #ddd;
    font-size: 18px;
    margin: 30px 0
}

.actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 23px;
    border: 1px solid #444;
    background: none;
    color: #fff;
    font: 14px "Barlow Condensed";
    letter-spacing: 1.2px;
    cursor: pointer;
    text-decoration: none
}

.btn.red {
    background: #e50914;
    border-color: #e50914
}

.hero-note {
    position: absolute;
    right: 5%;
    bottom: 90px;
    z-index: 1;
    border-left: 1px solid #e50914;
    padding-left: 18px;
    font-family: "Barlow Condensed"
}

.hero-note b {
    display: block;
    color: #e50914;
    font-size: 32px
}

.hero-note span {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1.2;
    display: block
}

.strip {
    display: flex;
    gap: 28px;
    justify-content: space-around;
    overflow: hidden;
    white-space: nowrap;
    padding: 18px 4%;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    color: #999;
    font: 13px "Barlow Condensed";
    letter-spacing: 1.7px
}

.section {
    padding: 120px 0
}

.dark {
    background: #101010
}

.two-col,
.section-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px
}

.two-col h2,
.section-head h2 {
    font-size: 75px
}

.lead {
    font-size: 21px;
    color: #eee;
    line-height: 1.55
}

.two-col p:not(.lead),
.section-head>p {
    color: #999
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 80px
}

.about-grid article {
    border: 1px solid #333;
    padding: 30px;
    background: #101010
}

.about-grid h3 {
    font: 600 25px "Barlow Condensed";
    margin: 0 0 20px
}

.about-grid ul {
    padding-left: 18px;
    color: #aaa;
    margin: 0
}

.about-grid li {
    margin: 7px 0
}

.section-head {
    align-items: end;
    margin-bottom: 60px
}

.section-head>p {
    margin: 0 0 7px
}

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

.card {
    border: 1px solid #2c2c2c;
    background: #151515;
    overflow: hidden
}

.card.wide {
    grid-column: span 2
}

.image {
    height: 220px;
    background-position: center;
    background-size: cover;
    filter: grayscale(60%)
}

.land {
    background-image: url("assets/1.png")
}

.aerospace {
    background-image: url("assets/2.png")
}

.optics {
    background-image: url("assets/3.png")
}

.marine {
    background-image: url("assets/4.png")
}

.electronics {
    background-image: url("assets/5.png")
}

.card-body {
    padding: 25px
}

.card-body>span,
.product-grid span {
    color: #e50914;
    font: 15px "Barlow Condensed"
}

.card h3,
.product-grid h3 {
    font: 600 34px/.95 "Barlow Condensed";
    margin: 14px 0
}

.card p,
.product-grid p {
    font-size: 14px;
    color: #999
}

.card a {
    font: 13px "Barlow Condensed";
    color: #fff;
    text-decoration: none
}

.detail-head {
    margin-bottom: 50px
}

.detail-head h2 {
    font-size: 80px;
    margin-bottom: 25px
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.detail-grid article {
    border: 1px solid #333;
    padding: 30px;
    background: #111
}

.detail-grid article.full {
    grid-column: span 2
}

.detail-grid h3,
.tech-grid h3,
.electronics-grid h3,
.why-grid h3 {
    font: 600 26px "Barlow Condensed";
    margin: 0 0 10px
}

.detail-grid p,
.tech-grid p,
.why-grid p {
    color: #999;
    margin: 0
}

.optics-section {
    background: linear-gradient(90deg, #0a0a0a, #111)
}

.optics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.optics-copy h3 {
    font: 600 34px "Barlow Condensed"
}

.optics-copy>p {
    color: #aaa
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #333;
    margin-top: 30px
}

.features span {
    font: 12px "Barlow Condensed";
    letter-spacing: 1px;
    color: #ddd;
    padding: 13px 0;
    border-bottom: 1px solid #333
}

.scope-visual {
    height: 430px;
    position: relative;
    border: 1px solid #333;
    background: radial-gradient(circle, #303030 0, #101010 42%, #080808 72%);
    overflow: hidden
}

.scope-ring {
    position: absolute;
    inset: 15%;
    border: 1px solid #555;
    border-radius: 50%
}

.scope-cross:before,
.scope-cross:after {
    content: "";
    position: absolute;
    background: #e50914
}

.scope-cross:before {
    height: 1px;
    left: 5%;
    right: 5%;
    top: 50%
}

.scope-cross:after {
    width: 1px;
    top: 5%;
    bottom: 5%;
    left: 50%
}

.scope-visual small {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #e50914;
    font: 11px "Barlow Condensed";
    letter-spacing: 1px
}

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

.tech-grid article {
    border-top: 2px solid #e50914;
    padding: 24px 5px
}

.tech-grid b,
.why-grid b {
    color: #e50914;
    font: 18px "Barlow Condensed"
}

.tech-grid h3 {
    font-size: 21px;
    margin-top: 18px
}

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

.product-grid a {
    min-height: 330px;
    padding: 27px;
    border: 1px solid #333;
    background: linear-gradient(145deg, #171717, #0b0b0b);
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: .25s
}

.product-grid a:hover {
    border-color: #e50914;
    transform: translateY(-5px)
}

.product-grid h3 {
    font-size: 34px;
    margin-top: 60px
}

.product-grid b {
    margin-top: auto;
    font: 12px "Barlow Condensed";
    letter-spacing: 1px
}

.capability-list {
    border-top: 1px solid #333
}

.capability-list>div {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 25px;
    padding: 27px 0;
    border-bottom: 1px solid #333
}

.capability-list>div>span {
    color: #e50914;
    font: 22px "Barlow Condensed"
}

.capability-list h3 {
    font: 600 27px "Barlow Condensed";
    margin: 0
}

.capability-list p {
    color: #888;
    margin: 4px 0
}

.electronics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

.electronics-grid ul {
    columns: 2;
    color: #aaa;
    padding-left: 20px
}

.electronics-grid li {
    margin: 10px 0
}

.radar-panel {
    border: 1px solid #333;
    padding: 35px;
    background: #0b0b0b
}

.radar {
    height: 260px;
    border-radius: 50%;
    background: repeating-radial-gradient(circle at center, #222 0 1px, transparent 2px 38px), conic-gradient(from 0deg, transparent 0 87%, rgba(229, 9, 20, .5) 88%, transparent 89%);
    border: 1px solid #444;
    margin-bottom: 25px
}

.workflow {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #444
}

.workflow>div {
    padding: 28px 14px;
    min-height: 230px;
    border-right: 1px solid #333
}

.workflow>div:first-child {
    border-left: 1px solid #333
}

.workflow strong {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #e50914;
    border-radius: 50%;
    color: #e50914;
    font: 16px "Barlow Condensed"
}

.workflow b {
    display: block;
    color: #e50914;
    font-size: 30px;
    margin: 20px 0 10px
}

.workflow h3 {
    font: 600 16px "Barlow Condensed";
    letter-spacing: 1px
}

.workflow p {
    font-size: 12px;
    color: #888
}

.support {
    background: linear-gradient(90deg, #080808, #151515)
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.support-grid article {
    border: 1px solid #333;
    padding: 28px;
    background: #101010;
    min-height: 150px
}

.support-grid b {
    color: #e50914;
    font: 24px "Barlow Condensed"
}

.support-grid h3 {
    font: 600 21px "Barlow Condensed";
    margin: 28px 0 0
}

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

.why-grid article {
    border: 1px solid #333;
    padding: 30px
}

.why-grid h3 {
    margin-top: 20px
}

.simple-banner {
    background: linear-gradient(90deg, #0e0e0e, #1a1a1a)
}

.simple-banner p:last-child {
    color: #999
}

.contact {
    background: #121212
}

.contact form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.contact label {
    font: 12px "Barlow Condensed";
    letter-spacing: 1px;
    color: #aaa
}

.contact label:nth-of-type(3),
.contact label:nth-of-type(4),
.contact form button {
    grid-column: span 2
}

.contact input,
.contact select,
.contact textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 14px;
    background: #191919;
    border: 1px solid #333;
    color: #fff;
    font: 14px Inter
}

.contact textarea {
    resize: vertical
}

.contact form button {
    justify-self: start
}

footer {
    background: #080808;
    border-top: 1px solid #292929
}

.foot-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0 35px;
    gap: 30px
}

.foot-nav {
    display: flex;
    gap: 23px
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #222;
    padding: 18px 0;
    color: #777;
    font-size: 11px
}

@media(max-width:1100px) {
    .site-header nav {
        gap: 12px
    }

    .site-header nav a {
        font-size: 11px
    }

    .two-col,
    .section-head,
    .optics-grid,
    .electronics-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .cards {
        grid-template-columns: 1fr 1fr
    }

    .card.wide {
        grid-column: auto
    }

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

    .workflow {
        grid-template-columns: repeat(4, 1fr)
    }

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

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

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

@media(max-width:700px) {
    .wrap {
        width: calc(100% - 40px)
    }

    .site-header {
        height: 70px;
        padding: 0 20px
    }

    .logo {
        min-width: 0
    }

    .logo b {
        font-size: 18px
    }

    .logo small {
        font-size: 6px
    }

    .mark {
        font-size: 36px
    }

    .menu {
        display: block;
        margin-left: auto
    }

    .site-header nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: #0a0a0a;
        padding: 25px 20px
    }

    .site-header nav.open {
        display: flex
    }

    .top-cta {
        display: none
    }

    .hero {
        height: 760px
    }

    .hero h1 {
        font-size: 62px
    }

    .hero-copy {
        font-size: 15px
    }

    .section {
        padding: 80px 0
    }

    .two-col h2,
    .section-head h2,
    .detail-head h2 {
        font-size: 55px
    }

    .strip {
        justify-content: flex-start
    }

    .about-grid,
    .cards,
    .product-grid,
    .support-grid,
    .why-grid,
    .detail-grid {
        grid-template-columns: 1fr
    }

    .detail-grid article.full {
        grid-column: auto
    }

    .image {
        height: 240px
    }

    .features {
        grid-template-columns: 1fr
    }

    .tech-grid {
        grid-template-columns: 1fr 1fr
    }

    .workflow {
        grid-template-columns: 1fr 1fr
    }

    .workflow>div {
        min-height: 195px
    }

    .scope-visual {
        height: 300px
    }

    .electronics-grid ul {
        columns: 1
    }

    .contact form {
        grid-template-columns: 1fr
    }

    .contact label:nth-of-type(3),
    .contact label:nth-of-type(4),
    .contact form button {
        grid-column: auto
    }

    .foot-top {
        align-items: flex-start;
        flex-direction: column
    }

    .foot-nav {
        flex-wrap: wrap
    }

    .foot-bottom {
        flex-direction: column;
        gap: 10px
    }

    .hero-note {
        display: none
    }
}

/* Generated Grey Hawk imagery */
.hero-image {
    background-position: center 30%
}

.image {
    background-position: center;
    background-blend-mode: screen
}

.land {
    background-position: 12% 68%
}

.aerospace {
    background-position: 50% 68%
}

.optics {
    background-position: 88% 68%
}

.marine {
    background-position: 12% 90%
}

.electronics {
    background-position: 50% 90%
}

.hero-image {
    background-size: cover
}

/* Fresh no-text generated imagery */
.hero-image {
    background-position: center top;
    filter: saturate(.88) contrast(1.08);
    background-image: url("assets/hero.png");
}

.card .image {

    background-size: cover
}

.card .image.land {
    background-position: 0 60%
}

.card .image.aerospace {
    background-position: 34% 62%
}

.card .image.optics {
    background-position: 53% 62%
}

.card .image.marine {
    background-position: 76% 62%
}

.card .image.electronics {
    background-position: 14% 91%
}

.card .image.manufacturing {
    background-position: 42% 91%
}