:root {
    --ink: #070d14;
    --ink2: #0b1723;
    --white: #f7f8f7;
    --paper: #eef0ed;
    --muted: #a8b3b6;
    --line: rgba(255, 255, 255, .15);
    --darkline: rgba(8, 19, 26, .13);
    --lime: #d6ff57;
    --cyan: #69ece7;
    --commaci: #0660a2;
    --green: #76ce5bd7;
    --red: #e65959f3;
    --radius: 16px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Manrope, Arial, sans-serif;
    line-height: 1.45
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .04;
    z-index: 20;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E")
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 100%;
    padding: 26px clamp(22px, 4vw, 70px);
    color: #fff
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit
}

.brand strong {
    font-size: 19px;
    line-height: 1;
    letter-spacing: .08em
}

.brand strong span {
    color: var(--commaci)
}

.brand small {
    display: block;
    font-family: 'DM Mono', monospace;
    font-size: 7px;
    letter-spacing: .12em;
    opacity: .78;
    margin-top: 5px
}

.brand-mark {
    position: relative;
    width: 31px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block
}

.brand-mark:before,
.brand-mark:after,
.brand-mark i,
.brand-mark b {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #fff
}

.brand-mark:before {
    height: 5px;
    width: 5px;
    left: 5px;
    top: 11px
}

.brand-mark:after {
    height: 5px;
    width: 5px;
    right: 5px;
    top: 11px
}

.brand-mark i {
    width: 13px;
    height: 13px;
    left: 7px;
    top: 7px;
    background: transparent;
    border: 2px solid var(--commaci)
}

.brand-mark b {
    width: 5px;
    height: 5px;
    left: 12px;
    top: 12px;
    background: var(--commaci)
}

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

.main-nav>a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600
}

.main-nav>a:not(.button) {
    opacity: .89
}

.main-nav>a:not(.button):hover {
    color: var(--commaci)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 15px 21px;
    border: 1px solid var(--commaci);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: .2s ease
}

.button em,
.text-link em {
    font-size: 18px;
    font-style: normal;
    line-height: 0
}

.button-primary {
    background: var(--commaci);
    color: var(--ink)
}

.button-primary:hover {
    background: #e8ff9c;
    transform: translateY(-2px)
}

.button-small {
    padding: 11px 16px !important;
    color: #fff !important;
    background: var(--commaci);
    border-color: var(--commaci);
}

.button-small:hover {
    background: #0a75c2;
    border-color: #0a75c2;
}

.menu-toggle {
    display: none
}

.hero {
    background: url("images/hero-image.jpg") center center / cover no-repeat;
    min-height: 780px;
    position: relative;
    color: #fff;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: 1fr auto;
    overflow: hidden;
    padding: 170px clamp(22px, 8vw, 130px) 0
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(140, 235, 230, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(140, 235, 230, .075) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, black, transparent 80%);
    opacity: .55
}

.hero:after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    right: -150px;
    top: 40px;
    border: 1px solid rgba(105, 236, 231, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(105, 236, 231, .025), 0 0 0 160px rgba(105, 236, 231, .025)
}

.hero:after {
    z-index: 1;
}

.hero-copy,
.hero-panel,
.hero-footer {
    position: relative;
    z-index: 2;
}

.hero-radar-sweep {
    position: absolute;
    width: 700px;
    height: 700px;
    right: -150px;
    top: 40px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.hero-radar-sweep::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 0deg,
            rgba(105, 236, 231, 0) 0deg,
            rgba(105, 236, 231, 0) 300deg,
            rgba(105, 236, 231, .08) 330deg,
            rgba(105, 236, 231, .28) 356deg,
            rgba(105, 236, 231, 0) 360deg);
    animation: radar-sweep 30s linear infinite;
}

@keyframes radar-sweep {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hero-radar-dots {
    position: absolute;
    width: 700px;
    height: 700px;
    right: -150px;
    top: 40px;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.hero-radar-dots span {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--red);
    opacity: 0;
    transform: translate(-50%, -50%) scale(.35);
    box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);
    transition:
        opacity 2.2s ease-out,
        transform 2.2s ease-out,
        box-shadow 2.2s ease-out;
}

.hero-radar-dots span.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 10px rgba(255, 77, 77, .18);
}

.hero-radar-dots span.fade-out {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.6);
    box-shadow: 0 0 0 18px rgba(255, 77, 77, 0);
}


.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 690px
}

.eyebrow {
    margin: 0 0 18px;
    font-size: 10px;
    letter-spacing: .15em;
    font-family: 'DM Mono', monospace;
    font-weight: 500
}

.commaci {
    color: #8ea82b
}

.hero h1,
.section-heading h2,
.solutions h2,
.about h2,
.contact h2 {
    margin: 0;
    font-size: clamp(43px, 5vw, 77px);
    letter-spacing: -.055em;
    line-height: .98;
    font-weight: 600
}

.hero h1 span {
    color: var(--commaci)
}

.hero .lede {
    font-size: 15px;
    max-width: 560px;
    margin: 27px 0 31px;
    line-height: 1.75;
    color: #d5dde0
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px
}

.text-link {
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-flex;
    gap: 12px;
    align-items: center
}

.text-link:hover {
    color: var(--commaci)
}

.text-link.dark {
    color: var(--ink)
}

.hero-panel {
    position: relative;
    z-index: 2;
    border-left: 1px solid var(--line);
    padding: 15px 0 0 44px;
    align-self: start;
    margin-left: 6vw
}

.panel-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    color: var(--cyan);
    letter-spacing: .12em
}

.world-map {
    position: relative;
    height: 245px;
    margin-top: 38px;
    background: radial-gradient(circle at 45% 55%, rgba(105, 236, 231, .2), transparent 4%), radial-gradient(circle at 20% 30%, rgba(105, 236, 231, .13), transparent 3%), radial-gradient(circle at 80% 30%, rgba(105, 236, 231, .14), transparent 3%);
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.world-map svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgba(105, 236, 231, .35);
    stroke-width: 1.2
}

.node {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--commaci);
    box-shadow: 0 0 0 7px rgba(214, 255, 87, .1)
}

.n1 {
    left: 20%;
    top: 26%
}

.n2 {
    left: 42%;
    top: 62%
}

.n3 {
    left: 64%;
    top: 22%
}

.n4 {
    left: 74%;
    top: 70%
}

.n5 {
    left: 34%;
    top: 45%
}

.panel-stats {
    display: flex;
    gap: 35px;
    padding-top: 20px
}

.panel-stats span {
    font-family: 'DM Mono', monospace;
    font-size: 18px;
    color: var(--commaci);
    display: block
}

.panel-stats small {
    font-size: 10px;
    color: #a9b6bd
}

.hero-footer {
    z-index: 2;
    position: relative;
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 86px
}

.hero-footer>div {
    display: flex;
    gap: 10px;
    padding: 22px 22px 22px 0;
    border-right: 1px solid var(--line)
}

.hero-footer>div+div {
    padding-left: 23px
}

.icon {
    color: var(--commaci);
    font-size: 22px;
    line-height: 1
}

.hero-footer p {
    margin: 0
}

.hero-footer b {
    font-size: 10px;
    display: block
}

.hero-footer small {
    font-size: 9px;
    color: #a8b5bb;
    display: block;
    margin-top: 4px
}

.trust-strip {
    padding: 28px clamp(22px, 8vw, 130px);
    display: flex;
    align-items: center;
    gap: 60px;
    background: #fff;
    border-bottom: 1px solid #d8ddda
}

.trust-strip p {
    font: 500 9px 'DM Mono', monospace;
    letter-spacing: .13em;
    min-width: 210px;
    margin: 0
}

.trust-strip>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 24px;
    align-items: center
}

.trust-strip span {
    font-size: 12px;
    font-weight: 800;
    color: #6f7778;
    line-height: 1.1
}

.section-pad {
    padding: 120px clamp(22px, 8vw, 130px)
}

.intro {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: end
}

.section-heading h2,
.solutions h2,
.about h2,
.contact h2 {
    font-size: clamp(36px, 4.3vw, 59px)
}

h2 i {
    font-family: Georgia, serif;
    font-weight: 400
}

.intro-copy {
    border-left: 1px solid var(--darkline);
    padding: 8px 0 8px 42px
}

.intro-copy p {
    max-width: 420px;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 27px
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 clamp(22px, 8vw, 130px) 120px;
    gap: 18px
}

.challenge-card {
    background: #fff;
    padding: 18px;
    border-radius: var(--radius);
    box-shadow: 0 7px 30px rgba(15, 27, 30, .05)
}

.challenge-card>span {
    font: 500 10px 'DM Mono', monospace;
    color: #7b8586
}

.card-image {
    height: 205px;
    border-radius: 10px;
    margin: 12px 0 20px
}

.abstract {
    overflow: hidden;
    position: relative
}

.terrain {
    background: linear-gradient(135deg, #798c85, #b9b9a4 35%, #445d66 36%, #092334 88%)
}

.terrain:after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(154deg, transparent 0 26px, rgba(255, 255, 255, .18) 28px 29px, transparent 31px 55px), radial-gradient(circle at 72% 45%, #d6ff57 0 4px, transparent 5px)
}

.dashboard {
    background: linear-gradient(130deg, #00131e, #063a56 46%, #0e1824)
}

.dashboard:after {
    content: "";
    position: absolute;
    inset: 15%;
    border: 1px solid #69ece7;
    box-shadow: 0 0 0 18px rgba(105, 236, 231, .07), 50px 15px 0 -25px #69ece7, -50px 65px 0 -25px #d6ff57;
    background: repeating-linear-gradient(0deg, transparent 0 21px, rgba(105, 236, 231, .26) 22px 23px), repeating-linear-gradient(90deg, transparent 0 34px, rgba(105, 236, 231, .15) 35px 36px)
}

.datacentre {
    background: linear-gradient(120deg, #091b26, #234c56 42%, #071018)
}

.datacentre:after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, transparent 0 27px, rgba(151, 225, 233, .25) 28px 30px, transparent 31px 58px), linear-gradient(90deg, transparent, rgba(105, 236, 231, .3), transparent);
    transform: perspective(320px) rotateY(-13deg) scale(1.15)
}

.challenge-card h3 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.15;
    letter-spacing: -.04em
}

.challenge-card p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0 0 18px;
    color: #556164
}

.challenge-card a {
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    color: #142029
}

.challenge-card a em {
    font-style: normal;
    color: #9db82b;
    font-size: 17px;
    margin-left: 6px
}

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

.solutions-head {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: end;
    margin-bottom: 60px
}

.solutions-head>p {
    max-width: 355px;
    color: #b4c1c4;
    line-height: 1.75;
    font-size: 14px
}

.solutions-list {
    border-top: 1px solid var(--line)
}

.solution-item {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 15px;
    padding: 30px 0;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid var(--line);
    transition: .2s
}

.solution-item:hover {
    padding-left: 15px;
    background: rgba(255, 255, 255, .025)
}

.solution-number,
.solution-item small {
    font: 500 10px 'DM Mono', monospace;
    letter-spacing: .1em;
    color: var(--commaci)
}

.solution-item h3 {
    font-size: 28px;
    letter-spacing: -.04em;
    margin: 5px 0
}

.solution-item p {
    font-size: 13px;
    color: #bcc7ca;
    margin: 0;
    max-width: 570px
}

.solution-arrow {
    color: var(--commaci);
    font-size: 27px;
    align-self: center;
    padding-right: 10px
}

.sectors {
    background: #fff
}

.sector-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: #dae0dd;
    margin-top: 65px;
    border: 1px solid #dae0dd
}

.sector-grid a {
    min-height: 224px;
    background: #f7f8f6;
    text-decoration: none;
    color: var(--ink);
    padding: 21px;
    display: flex;
    flex-direction: column;
    transition: .2s
}

.sector-grid a:hover {
    background: var(--commaci)
}

.sector-grid b {
    font: 500 10px 'DM Mono', monospace;
    color: #788182
}

.sector-grid h3 {
    font-size: 17px;
    letter-spacing: -.035em;
    line-height: 1.1;
    margin: auto 0 0
}

.sector-grid span {
    font-size: 23px;
    margin-top: 15px
}

.case-study {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 520px
}

.case-visual {
    padding: 105px clamp(22px, 6vw, 100px);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #07131e 0, #0b2331 55%, #0a171c)
}

.case-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 45%, rgba(105, 236, 231, .26), transparent 2%), radial-gradient(circle at 42% 70%, rgba(214, 255, 87, .3), transparent 1.2%)
}

.signal-lines {
    position: absolute;
    inset: -10%;
    background: repeating-radial-gradient(ellipse at 85% 45%, transparent 0 38px, rgba(105, 236, 231, .12) 39px 40px, transparent 41px 75px);
    transform: rotate(-13deg)
}

.case-visual p,
.case-visual h2 {
    position: relative;
    z-index: 1
}

.case-visual p {
    font: 500 10px 'DM Mono', monospace;
    color: var(--commaci);
    letter-spacing: .1em
}

.case-visual h2 {
    font-size: clamp(29px, 3.2vw, 48px);
    line-height: 1.03;
    letter-spacing: -.045em;
    margin-top: 22px
}

.case-copy {
    padding: 95px clamp(22px, 6vw, 90px);
    background: #0e1d27
}

.case-copy .large {
    font-size: 18px;
    line-height: 1.55
}

.case-copy ul {
    padding: 0;
    list-style: none;
    margin: 35px 0
}

.case-copy li {
    font-size: 12px;
    color: #c2cbce;
    border-top: 1px solid var(--line);
    padding: 12px 0 0;
    margin-top: 12px
}

.case-copy li:before {
    content: '✓';
    color: var(--commaci);
    margin-right: 10px
}

.about-row {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: end
}

.about-row p {
    font-size: 16px;
    line-height: 1.75;
    max-width: 440px
}

.process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    border-top: 1px solid var(--darkline)
}

.process>div {
    padding: 24px 20px 0 0;
    border-right: 1px solid var(--darkline)
}

.process>div+div {
    padding-left: 22px
}

.process b {
    font: 500 10px 'DM Mono', monospace;
    color: #7e8888
}

.process h3 {
    font-size: 18px;
    margin: 45px 0 6px
}

.process p {
    font-size: 12px;
    color: #5f6a6b;
    line-height: 1.65
}

.contact {
    padding: 105px clamp(22px, 8vw, 130px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px
}

.contact-copy h2 {
    margin-bottom: 20px
}

.contact-copy>p:not(.eyebrow) {
    max-width: 470px;
    color: #b7c4c6;
    font-size: 15px;
    line-height: 1.7
}

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

.contact-form label {
    font-size: 9px;
    font-family: 'DM Mono', monospace;
    letter-spacing: .1em;
    color: #aab8bb
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    margin-top: 7px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 13px;
    color: #fff;
    font: 500 12px Manrope, sans-serif;
    outline: none
}

.contact-form option {
    color: #000
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--commaci)
}

.contact-form .full {
    grid-column: 1/-1
}

.contact-form .button {
    justify-self: start;
    margin-top: 4px;
    border: 0
}

.form-message {
    margin: 0;
    align-self: center;
    color: var(--commaci);
    font-size: 12px
}

footer {
    padding: 31px clamp(22px, 8vw, 130px);
    background: #071019;
    color: #d4dfe0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

footer p {
    font-size: 11px;
    color: #829094
}

footer>div {
    display: flex;
    gap: 20px
}

footer>div a {
    font-size: 11px;
    color: #d4dfe0;
    text-decoration: none
}

@media(max-width:900px) {
    .main-nav {
        display: none
    }

    .main-nav.open {
        display: flex;
        position: absolute;
        right: 20px;
        top: 74px;
        flex-direction: column;
        align-items: stretch;
        background: #0b1620;
        padding: 20px;
        min-width: 200px;
        gap: 18px;
        border: 1px solid var(--line)
    }

    .menu-toggle {
        display: flex;
        background: none;
        border: 0;
        color: #fff;
        align-items: center;
        gap: 10px;
        font: 600 12px Manrope
    }

    .menu-toggle span,
    .menu-toggle:before,
    .menu-toggle:after {
        content: "";
        display: block;
        width: 16px;
        height: 1px;
        background: #fff
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 135px;
        min-height: 850px
    }

    .hero-panel {
        display: none
    }

    .hero-footer {
        grid-template-columns: 1fr 1fr;
        margin-top: 70px
    }

    .hero-footer>div:nth-child(2) {
        border-right: 0
    }

    .trust-strip {
        display: block
    }

    .trust-strip>div {
        margin-top: 20px;
        flex-wrap: wrap
    }

    .intro,
    .about-row,
    .contact,
    .case-study {
        grid-template-columns: 1fr
    }

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

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

    .solutions-head {
        display: block
    }

    .solutions-head>p {
        margin-top: 24px
    }

    .case-copy {
        padding-top: 60px
    }

    .contact {
        gap: 50px
    }

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

    .process>div:nth-child(2) {
        border-right: 0
    }
}

@media(max-width:560px) {
    .site-header {
        padding: 20px
    }

    .hero {
        padding: 120px 22px 0;
        min-height: 800px
    }

    .hero h1 {
        font-size: 42px
    }

    .hero .lede {
        font-size: 13px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .hero-footer {
        margin-top: 45px
    }

    .hero-footer>div {
        padding: 15px 10px 15px 0
    }

    .hero-footer>div+div {
        padding-left: 12px
    }

    .hero-footer b {
        font-size: 9px
    }

    .hero-footer small {
        display: none
    }

    .section-pad {
        padding: 80px 22px
    }

    .challenge-grid {
        padding: 0 22px 80px
    }

    .intro-copy {
        padding-left: 0;
        border-left: 0
    }

    .trust-strip {
        padding: 22px
    }

    .solutions-head {
        margin-bottom: 35px
    }

    .solution-item {
        grid-template-columns: 45px 1fr auto
    }

    .solution-item h3 {
        font-size: 23px
    }

    .sector-grid {
        margin-top: 40px
    }

    .sector-grid a {
        min-height: 160px
    }

    .case-visual,
    .case-copy {
        padding: 65px 22px
    }

    .contact {
        padding: 80px 22px
    }

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

    .contact-form .full {
        grid-column: auto
    }

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

    .process>div,
    .process>div+div {
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid var(--darkline)
    }

    .process h3 {
        margin: 15px 0 5px
    }

    footer {
        display: block
    }

    footer p {
        margin: 20px 0
    }

    footer>div {
        flex-wrap: wrap
    }

    .brand strong {
        font-size: 16px
    }
}

/* Multi-page expansion */
.page-hero {
    padding: 190px clamp(22px, 8vw, 130px) 95px;
    background: radial-gradient(circle at 80% 25%, rgba(105, 236, 231, .16), transparent 22%), linear-gradient(135deg, #071019, #0c2531);
    color: #fff;
    position: relative;
    overflow: hidden
}

.page-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black, transparent)
}

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

.page-hero h1 {
    font-size: clamp(44px, 6vw, 82px);
    line-height: .98;
    letter-spacing: -.06em;
    max-width: 850px;
    margin: 18px 0
}

.page-hero .lede {
    font-size: 18px;
    line-height: 1.7;
    color: #c0ced1;
    max-width: 650px
}

.crumbs {
    font: 500 10px 'DM Mono', monospace;
    letter-spacing: .1em;
    color: var(--commaci)
}

.subnav {
    padding: 18px clamp(22px, 8vw, 130px);
    border-bottom: 1px solid #dde3df;
    background: #fff;
    display: flex;
    gap: 22px;
    overflow: auto
}

.subnav a {
    color: #344144;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap
}

.subnav a:hover,
.subnav a.active {
    color: #698100
}

.content-grid {
    padding: 100px clamp(22px, 8vw, 130px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px
}

.feature-panel {
    padding: 42px;
    border-radius: 16px;
    background: #f4f7f5;
    border: 1px solid #dde4e0
}

.feature-panel.dark {
    background: #0c1b25;
    color: #fff;
    border-color: transparent
}

.feature-panel h3 {
    font-size: 30px;
    letter-spacing: -.05em;
    margin: 18px 0 10px
}

.feature-panel p {
    font-size: 14px;
    line-height: 1.7;
    max-width: 560px;
    color: #5c686a
}

.feature-panel.dark p {
    color: #bdc8ca
}

.link-arrow {
    display: inline-flex;
    gap: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    color: inherit;
    margin-top: 18px
}

.detail-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px;
    padding: 115px clamp(22px, 8vw, 130px)
}

.detail-grid h2 {
    font-size: clamp(36px, 4.3vw, 62px);
    line-height: 1.02;
    letter-spacing: -.05em;
    margin: 14px 0
}

.detail-grid p {
    font-size: 16px;
    line-height: 1.8;
    color: #5d696b
}

.stack-list {
    border-top: 1px solid #d6ded9
}

.stack-list>div {
    padding: 22px 0;
    border-bottom: 1px solid #d6ded9;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px
}

.stack-list b {
    font: 500 10px 'DM Mono', monospace;
    color: #778283
}

.stack-list h3 {
    margin: 0 0 6px;
    font-size: 18px
}

.stack-list p {
    font-size: 13px;
    margin: 0
}

.metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #19303b;
    margin: 0 clamp(22px, 8vw, 130px) 110px
}

.metric-row div {
    background: #0c1b25;
    color: #fff;
    padding: 28px
}

.metric-row strong {
    display: block;
    color: var(--commaci);
    font-size: 28px;
    letter-spacing: -.05em
}

.metric-row span {
    display: block;
    font-size: 12px;
    color: #b8c4c7;
    margin-top: 7px
}

.article-grid {
    padding: 100px clamp(22px, 8vw, 130px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.insight-card {
    background: #fff;
    border: 1px solid #dee5e1;
    border-radius: 14px;
    padding: 24px;
    min-height: 290px;
    display: flex;
    flex-direction: column
}

.insight-card[hidden] {
    display: none
}

.insight-card .tag {
    font: 500 10px 'DM Mono', monospace;
    letter-spacing: .08em;
    color: #7d8b8d
}

.insight-card h3 {
    font-size: 24px;
    letter-spacing: -.05em;
    line-height: 1.08;
    margin: 40px 0 12px
}

.insight-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #647174
}

.insight-card .link-arrow {
    margin-top: auto
}

.filter-row {
    padding: 0 clamp(22px, 8vw, 130px);
    display: flex;
    gap: 9px;
    flex-wrap: wrap
}

.filter-row button {
    background: #fff;
    border: 1px solid #d9e0dd;
    padding: 9px 14px;
    border-radius: 100px;
    font: 700 11px Manrope;
    cursor: pointer
}

.filter-row button.active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink)
}

.two-col-list {
    padding: 100px clamp(22px, 8vw, 130px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

.two-col-list h2 {
    font-size: clamp(36px, 4vw, 58px);
    letter-spacing: -.055em;
    margin: 10px 0
}

.two-col-list .cards {
    display: grid;
    gap: 12px
}

.simple-card {
    padding: 26px;
    background: #fff;
    border: 1px solid #dbe2de;
    border-radius: 12px
}

.simple-card h3 {
    margin: 0 0 8px;
    font-size: 20px
}

.simple-card p {
    font-size: 13px;
    color: #5d696b;
    line-height: 1.65;
    margin: 0
}

.careers-cta {
    margin: 0 clamp(22px, 8vw, 130px) 110px;
    padding: 52px;
    background: linear-gradient(135deg, #c8fb48, #d9ff71);
    border-radius: 18px
}

.careers-cta h2 {
    font-size: clamp(32px, 4vw, 52px);
    letter-spacing: -.05em;
    max-width: 700px;
    margin: 8px 0 12px
}

.contact-page {
    padding: 100px clamp(22px, 8vw, 130px);
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px
}

.contact-page aside p {
    font-size: 14px;
    line-height: 1.7;
    color: #687477
}

.contact-page .contact-form {
    background: #0c1b25;
    padding: 28px;
    border-radius: 16px
}

.footer-brand {
    text-decoration: none;
    color: #fff
}

.footer-brand small {
    display: block;
    margin-top: 4px;
    font: 500 8px 'DM Mono', monospace;
    letter-spacing: .1em;
    color: #8da0a1
}

@media(max-width:900px) {

    .content-grid,
    .detail-grid,
    .two-col-list,
    .contact-page {
        grid-template-columns: 1fr
    }

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

    .metric-row {
        grid-template-columns: 1fr
    }

    .page-hero {
        padding-top: 145px
    }
}

@media(max-width:560px) {
    .page-hero {
        padding: 130px 22px 65px
    }

    .page-hero .lede {
        font-size: 15px
    }

    .content-grid,
    .detail-grid,
    .article-grid,
    .two-col-list,
    .contact-page {
        padding: 70px 22px
    }

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

    .feature-panel {
        padding: 28px
    }

    .metric-row {
        margin: 0 22px 70px
    }

    .careers-cta {
        margin: 0 22px 70px;
        padding: 32px
    }

    .subnav {
        padding: 14px 22px
    }
}

.button-dark {
    background: #0b1821;
    color: #fff
}

.logo-image {
    flex-shrink: 0;
}

.logo-image img {
    display: block;
    width: clamp(190px, 18vw, 320px);
    height: auto;
    max-height: 72px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .logo-image img {
        width: 220px;
        max-height: 58px;
    }
}

@media (max-width: 560px) {
    .logo-image img {
        width: 165px;
        max-height: 44px;
    }
}

.page-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    isolation: isolate;
    background-color: #101411;
}

/* Dark overlay for legible text */
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg,
            rgba(8, 12, 10, 0.96) 0%,
            rgba(8, 12, 10, 0.82) 42%,
            rgba(8, 12, 10, 0.38) 100%),
        linear-gradient(0deg,
            rgba(8, 12, 10, 0.72) 0%,
            rgba(8, 12, 10, 0.05) 65%);
}

/* Optional technical texture */
.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(181, 255, 73, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(181, 255, 73, 0.18) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to right, transparent, black 45%, transparent);
}

/* Individual images */
.page-hero--solutions {
    background: url("images/hero-solutions.jpg") center / cover no-repeat;
}

.page-hero--capabilities {
    background: url("images/hero-capabilities.jpg") 70% center / cover no-repeat;
}

.page-hero--sectors {
    background: url("images/hero-sectors.jpg") center / cover no-repeat;
}

.page-hero--insights {
    background: url("images/hero-insights.jpg") 70% center / cover no-repeat;
}

.page-hero--about {
    background: url("images/hero-about.jpg") 70% center / cover no-repeat;
}

.page-hero--careers {
    background: url("images/hero-careers.jpg") 65% center / cover no-repeat;
}

.page-hero--contact {
    background: url("images/hero-contact.jpg") center / cover no-repeat;
}

.page-hero--accessibility {
    background: url("images/hero-access.jpg") center / cover no-repeat;
}

.page-hero--privacy {
    background: url("images/hero-privacy.jpg") center / cover no-repeat;
}

/* Mobile adjustment */
@media (max-width: 700px) {
    .page-hero {
        min-height: 460px;
        background-position: 65% center;
    }

    .page-hero::before {
        background:
            linear-gradient(90deg,
                rgba(8, 12, 10, 0.95) 0%,
                rgba(8, 12, 10, 0.72) 100%),
            linear-gradient(0deg,
                rgba(8, 12, 10, 0.8) 0%,
                rgba(8, 12, 10, 0.2) 70%);
    }
}

.footer-logo-image {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.footer-logo-image img {
    display: block;
    width: 150px;
    height: auto;
    max-height: 42px;
    object-fit: contain;
}

@media (max-width: 560px) {
    .footer-logo-image img {
        width: 130px;
        max-height: 36px;
    }
}

.privacy-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 100px clamp(22px, 8vw, 130px);
}

.privacy-page h2 {
    margin: 48px 0 14px;
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -.04em;
}

.privacy-page p,
.privacy-page li {
    font-size: 15px;
    line-height: 1.8;
    color: #4f5b5e;
}

.privacy-page ul {
    margin: 18px 0;
    padding-left: 22px;
}

.privacy-page a {
    color: var(--commaci);
    font-weight: 700;
}

@media (max-width: 560px) {
    .privacy-page {
        padding: 70px 22px;
    }
}

/* Sectors page: large cards, one per row */
.page-hero--sectors+.article-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px clamp(22px, 8vw, 130px) 100px;
}

.page-hero--sectors+.article-grid .insight-card {
    min-height: clamp(520px, 70vh, 760px);
    padding: clamp(36px, 8vw, 130px);
    border-radius: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Keep every card the same colour */
.page-hero--sectors+.article-grid .insight-card:nth-child(even) {
    background: #fff;
}

/* Header area */
.page-hero--sectors+.article-grid .insight-card .tag {
    width: 100%;
    margin: 0 0 28px;
}

.page-hero--sectors+.article-grid .insight-card h3 {
    width: 100%;
    margin: 0;
    font-size: clamp(40px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.065em;
}

/* Body copy sits at the bottom and uses full card width */
.page-hero--sectors+.article-grid .insight-card p {
    width: 100%;
    max-width: none;
    margin: auto 0 0;
    font-size: clamp(15px, 1.35vw, 19px);
    line-height: 1.7;
}

/* Link remains beneath the body copy */
.page-hero--sectors+.article-grid .insight-card .link-arrow {
    width: fit-content;
    margin-top: 28px;
}

@media (max-width: 560px) {
    .page-hero--sectors+.article-grid {
        gap: 16px;
        padding: 16px 22px 70px;
    }

    .page-hero--sectors+.article-grid .insight-card {
        min-height: clamp(460px, 65svh, 620px);
        padding: 32px 24px;
    }

    .page-hero--sectors+.article-grid .insight-card h3 {
        font-size: clamp(38px, 11vw, 58px);
    }
}

.challenge-card .card-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.privacy-consent {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    cursor: pointer;
    font: 500 11px 'DM Mono', monospace;
    letter-spacing: .08em;
    color: #c4d0d3;
}

.privacy-consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-check {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.03);
    display: grid;
    place-items: center;
    transition: 0.2s ease;
}

.privacy-consent input:checked+.custom-check {
    background: var(--commaci);
    border-color: var(--commaci);
}

.privacy-consent input:checked+.custom-check::after {
    content: "✓";
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.privacy-consent input:focus-visible+.custom-check {
    outline: 3px solid var(--lime);
    outline-offset: 3px;
}

.privacy-consent a {
    color: var(--lime);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.privacy-consent a:hover {
    color: #fff;
}

/* ==========================================================================
   FINAL MOBILE, FORM AND ACCESSIBILITY FIXES
   Paste at the very end of styles.css
   ========================================================================== */

html,
body {
    overflow-x: hidden;
}

.main-nav>a.active:not(.button) {
    color: var(--lime);
    opacity: 1;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid var(--lime);
    outline-offset: 3px;
}

.form-message {
    grid-column: 1 / -1;
    margin: 4px 0 0;
}

.form-message.is-error {
    color: #ffb3b3;
}

@media (max-width: 900px) {
    .site-header {
        isolation: isolate;
    }

    .hero-copy,
    .intro>*,
    .solutions-head>*,
    .solution-item>*,
    .detail-grid>*,
    .two-col-list>*,
    .contact-page>* {
        min-width: 0;
    }

    .menu-toggle {
        min-height: 44px;
        min-width: 72px;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .main-nav.open {
        position: fixed;
        z-index: 100;
        top: 76px;
        right: 12px;
        left: 12px;
        min-width: 0;
        max-width: none;
        padding: 10px;
        gap: 2px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 16px;
        background: rgba(7, 16, 25, 0.98);
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
    }

    .main-nav.open>a:not(.button) {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .main-nav.open>.button {
        justify-content: space-between;
        min-height: 48px;
        margin-top: 8px;
        padding: 0 14px !important;
    }

    .hero-radar-sweep,
    .hero-radar-dots {
        width: 520px;
        height: 520px;
        top: 80px;
        right: -210px;
    }

    .hero::after {
        width: 520px;
        height: 520px;
        top: 80px;
        right: -210px;
    }
}

@media (max-width: 600px) {
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .site-header {
        padding: 16px 20px;
    }

    .logo-image img {
        width: 150px;
        max-height: 42px;
    }

    .menu-toggle {
        min-width: 68px;
        font-size: 12px;
    }

    .main-nav.open {
        top: 74px;
        right: 12px;
        left: 12px;
    }

    .hero {
        min-height: 720px;
        min-height: 100svh;
        padding: 116px 20px 0;
        background-position: 62% center;
    }

    .hero h1,
    .page-hero h1 {
        font-size: clamp(38px, 11vw, 48px);
        line-height: 1;
    }

    .hero h1 br,
    .page-hero h1 br {
        display: none;
    }

    .hero .lede,
    .page-hero .lede {
        font-size: 15px;
        line-height: 1.65;
    }

    .hero .lede {
        margin: 22px 0 25px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .hero-actions .button,
    .hero-actions .text-link {
        width: 100%;
        min-height: 48px;
    }

    .hero-actions .text-link {
        justify-content: space-between;
    }

    .hero-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 36px;
    }

    .hero-footer>div,
    .hero-footer>div+div {
        min-width: 0;
        padding: 14px 8px;
    }

    .hero-footer>div:nth-child(odd) {
        padding-left: 0;
    }

    .hero-footer>div:nth-child(even) {
        padding-left: 10px;
    }

    .hero-footer small {
        font-size: 8px;
        line-height: 1.35;
    }

    .trust-strip {
        padding: 22px 20px;
    }

    .trust-strip>div {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px;
    }

    .trust-strip span {
        font-size: 10px;
    }

    .section-pad {
        padding: 72px 20px;
    }

    .challenge-grid {
        gap: 14px;
        padding: 0 20px 72px;
    }

    .card-image {
        height: clamp(180px, 54vw, 220px);
    }

    .solution-item {
        grid-template-columns: 34px minmax(0, 1fr) 24px;
        gap: 10px;
        padding: 22px 0;
    }

    .solution-item h3 {
        font-size: 24px;
    }

    .solution-arrow {
        padding-right: 0;
        font-size: 23px;
    }

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

    footer {
        padding: 30px 20px;
    }

    .page-hero {
        min-height: 500px;
        padding: 126px 20px 48px;
        background-position: 62% center;
    }

    .content-grid,
    .detail-grid,
    .article-grid,
    .two-col-list,
    .contact-page,
    .privacy-page {
        gap: 28px;
        padding: 64px 20px;
    }

    .feature-panel,
    .simple-card {
        padding: 24px;
    }

    .feature-panel h3 {
        font-size: 26px;
        line-height: 1.08;
    }

    .stack-list>div {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
    }

    .metric-row {
        margin: 0 20px 64px;
    }

    .careers-cta {
        margin: 0 20px 64px;
        padding: 28px 24px;
    }

    .contact-page .contact-form {
        padding: 20px;
        border-radius: 14px;
    }

    .contact-form input:not([type="checkbox"]),
    .contact-form select,
    .contact-form textarea {
        min-height: 50px;
        font-size: 16px;
    }

    .contact-form textarea {
        min-height: 148px;
    }

    .privacy-consent {
        align-items: flex-start;
        line-height: 1.5;
    }

    .page-hero--sectors+.article-grid {
        gap: 14px;
        padding: 14px 20px 64px;
    }

    .page-hero--sectors+.article-grid .insight-card {
        min-height: 410px;
        padding: 28px 22px;
    }

    .page-hero--sectors+.article-grid .insight-card h3 {
        font-size: clamp(36px, 10vw, 50px);
    }
}

@media (max-width: 375px) {
    .site-header {
        padding-right: 16px;
        padding-left: 16px;
    }

    .logo-image img {
        width: 136px;
    }

    .hero,
    .page-hero,
    .section-pad,
    .challenge-grid,
    .content-grid,
    .detail-grid,
    .article-grid,
    .two-col-list,
    .contact-page,
    .privacy-page {
        padding-right: 16px;
        padding-left: 16px;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 36px;
    }

    .metric-row,
    .careers-cta {
        margin-right: 16px;
        margin-left: 16px;
    }
}

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

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

/* ==========================================================================
   MOBILE CLEAN-UP — paste at the very bottom of styles.css
   ========================================================================== */

@media (max-width: 900px) {

    /* 1. Clean MENU button — text only, no hamburger lines */
    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 68px;
        min-height: 38px;
        padding: 0 12px;
        border: 1px solid rgba(255, 255, 255, 0.45);
        border-radius: 999px;
        background: rgba(7, 13, 20, 0.38);
        color: #fff;
        font: 600 10px "DM Mono", monospace;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .menu-toggle span,
    .menu-toggle::before,
    .menu-toggle::after {
        display: none !important;
        content: none !important;
    }

    .menu-toggle:hover {
        background: rgba(255, 255, 255, 0.12);
    }

    /* Keep the open menu clean and close to the button */
    .main-nav.open {
        top: 72px;
        right: 16px;
        left: auto;
        width: min(240px, calc(100vw - 32px));
        padding: 14px;
        gap: 4px;
        border-radius: 12px;
    }

    /* 2. Keep arrows visually like desktop */
    .solution-item {
        grid-template-columns: 45px minmax(0, 1fr) auto;
    }

    .solution-arrow {
        font-size: 27px;
        padding-right: 10px;
        align-self: center;
    }

    .sector-grid span {
        font-size: 23px;
        margin-top: 15px;
    }

    .link-arrow {
        font-size: 11px;
    }

    /* 3. Homepage hero: less crowded */
    .hero {
        min-height: 640px;
        padding-top: 112px;
        padding-bottom: 0;
        background-position: 58% center;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero .eyebrow {
        margin-bottom: 12px;
        font-size: 8px;
        letter-spacing: 0.11em;
    }

    .hero h1 {
        max-width: 330px;
        font-size: clamp(38px, 10vw, 46px);
        line-height: 0.98;
    }

    .hero .lede {
        max-width: 330px;
        margin: 18px 0 22px;
        font-size: 12px;
        line-height: 1.55;
    }

    .hero-actions {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .hero-actions .button {
        width: auto;
        min-height: 46px;
        padding: 13px 16px;
    }

    .hero-actions .text-link {
        width: auto;
        min-height: auto;
        font-size: 11px;
    }

    /* Remove the busy four-box strip under the hero on phones */
    .hero-footer {
        display: none;
    }

    /* Simplify the trust strip immediately below the hero */
    .trust-strip {
        padding: 22px 20px;
    }

    .trust-strip p {
        min-width: 0;
        margin-bottom: 16px;
        font-size: 8px;
    }

    .trust-strip>div {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 16px;
        margin-top: 0;
    }

    .trust-strip span {
        font-size: 9px;
        line-height: 1.25;
    }

    /* Give the first content section more breathing room */
    .intro.section-pad {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .intro .section-heading h2 {
        font-size: clamp(33px, 9vw, 42px);
        line-height: 1.02;
    }

    .intro-copy {
        margin-top: 18px;
    }

    .intro-copy p {
        font-size: 14px;
        line-height: 1.65;
    }

    /* Make the cards below feel less compressed */
    .challenge-grid {
        gap: 18px;
        padding-bottom: 64px;
    }

    .challenge-card {
        padding: 16px;
    }

    .challenge-card h3 {
        font-size: 19px;
    }

    .challenge-card p {
        margin-bottom: 8px;
    }
}

@media (max-width: 375px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .button,
    .hero-actions .text-link {
        width: 100%;
    }

    .hero-actions .text-link {
        justify-content: space-between;
    }
}

/* ==========================================================================
   MOBILE HERO SPACING + TRUST STRIP DECLUTTER
   Paste at the very bottom of styles.css
   ========================================================================== */

@media (max-width: 600px) {

    /* More breathing room below the hero buttons */
    .hero-actions {
        margin-bottom: 34px;
    }

    .hero {
        padding-bottom: 28px;
    }

    /* Cleaner sector strip below the homepage hero */
    .trust-strip {
        display: block;
        padding: 24px 20px;
    }

    .trust-strip p {
        min-width: 0;
        margin: 0 0 14px;
        font-size: 8px;
        line-height: 1.4;
        letter-spacing: 0.11em;
    }

    .trust-strip>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
    }

    .trust-strip span {
        display: inline-flex;
        align-items: center;
        width: auto;
        min-height: 28px;
        padding: 7px 10px;
        border: 1px solid rgba(7, 13, 20, 0.12);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.72);
        color: #566064;
        font-size: 8px;
        font-weight: 800;
        line-height: 1.15;
        white-space: nowrap;
    }
}

@media (max-width: 375px) {
    .hero-actions {
        margin-bottom: 28px;
    }

    .trust-strip {
        padding-right: 16px;
        padding-left: 16px;
    }

    .trust-strip span {
        padding: 6px 8px;
        font-size: 7px;
    }
}

/* ==========================================================================
   FINAL MOBILE TRUST CAROUSEL
   Paste at the very bottom of styles.css
   ========================================================================== */

@media (max-width: 600px) {
    .trust-strip {
        display: block;
        padding: 22px 0 22px;
        overflow: hidden;
    }

    .trust-strip p {
        min-width: 0;
        margin: 0 20px 14px;
        font-size: 8px;
        line-height: 1.4;
        letter-spacing: 0.11em;
    }

    .trust-strip>.trust-carousel {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 2px 0;
    }

    .trust-strip .trust-track {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
        width: max-content;
        padding-left: 20px;
        will-change: transform;
    }

    .trust-strip .trust-track span {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        min-height: 30px;
        padding: 7px 11px;
        margin: 0;
        border: 1px solid rgba(7, 13, 20, 0.12);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.78);
        color: #566064;
        font-size: 8px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0.03em;
        white-space: nowrap;
    }

    .trust-strip .trust-carousel::before,
    .trust-strip .trust-carousel::after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        width: 18px;
        pointer-events: none;
    }

    .trust-strip .trust-carousel::before {
        left: 0;
        background: linear-gradient(to right, #fff, transparent);
    }

    .trust-strip .trust-carousel::after {
        right: 0;
        background: linear-gradient(to left, #fff, transparent);
    }
}

@media (prefers-reduced-motion: reduce) {
    .trust-strip .trust-track {
        transform: none !important;
    }
}

.button em,
.text-link em,
.solution-arrow,
.sector-grid span,
.icon {
    font-family: Arial, sans-serif;
    font-variant-emoji: text;
}

/* TRUST STRIP: static on tablets, laptops and desktops */
@media (min-width: 601px) {
    .trust-strip>.trust-carousel {
        display: block;
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        margin-top: 0;
        overflow: visible;
    }

    .trust-strip .trust-track {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 14px 24px;
        width: 100%;
        transform: none !important;
    }

    .trust-strip .trust-track span {
        display: block;
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

@media (min-width: 901px) {
    .trust-strip .trust-track {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

/* Hide the hero feature row on web, but keep its original space */
@media (min-width: 601px) {
    .hero-footer {
        display: grid;
        visibility: hidden;
        pointer-events: none;
    }
}

/* ==========================================================================
   COMMACI MOTION LAYER
   ========================================================================== */

@media (prefers-reduced-motion: no-preference) {

    /* Hero: grid resolves once, then copy rises in */
    .hero-grid {
        animation: commaci-grid-arrival 1600ms cubic-bezier(.2, .75, .25, 1) 100ms both;
    }

    .page-hero::after {
        animation: commaci-page-grid-arrival 1500ms cubic-bezier(.2, .75, .25, 1) 100ms both;
    }

    .hero-copy>.eyebrow,
    .hero-copy>h1,
    .hero-copy>.lede,
    .hero-copy>.hero-actions,
    .page-hero>.crumbs,
    .page-hero>h1,
    .page-hero>.lede,
    .page-hero>.button {
        opacity: 0;
        animation: commaci-fade-up 1100ms cubic-bezier(.2, .75, .25, 1) both;
    }

    .hero-copy>.eyebrow,
    .page-hero>.crumbs {
        animation-delay: 180ms;
    }

    .hero-copy>h1,
    .page-hero>h1 {
        animation-delay: 380ms;
    }

    .hero-copy>.lede,
    .page-hero>.lede {
        animation-delay: 650ms;
    }

    .hero-copy>.hero-actions,
    .page-hero>.button {
        animation-delay: 900ms;
    }

    @keyframes commaci-grid-arrival {
        from {
            opacity: 0;
            transform: translateY(-18px);
            background-position: 0 -70px, -70px 0;
        }

        to {
            opacity: .55;
            transform: translateY(0);
            background-position: 0 0, 0 0;
        }
    }

    @keyframes commaci-page-grid-arrival {
        from {
            opacity: 0;
            background-position: 0 -48px, -48px 0;
        }

        to {
            opacity: 1;
            background-position: 0 0, 0 0;
        }
    }

    @keyframes commaci-fade-up {
        from {
            opacity: 0;
            transform: translateY(22px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Services: revealed by site.js as each section enters view */
    .motion-reveal {
        opacity: 0;
        transform: translateY(26px);
        transition:
            opacity 800ms ease,
            transform 800ms cubic-bezier(.2, .75, .25, 1);
        transition-delay: var(--reveal-delay, 0ms);
        will-change: opacity, transform;
    }

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

    /* CTA and arrow movement */
    .link-arrow,
    .solution-arrow,
    .button em,
    .text-link em {
        transition:
            transform 250ms ease,
            color 250ms ease;
    }

    .button em,
    .text-link em {
        display: inline-block;
    }

    .link-arrow:hover {
        color: var(--commaci);
        transform: translateX(4px);
    }

    .solution-item:hover .solution-arrow {
        transform: translate(6px, -2px);
    }

    .button:hover em,
    .text-link:hover em {
        transform: translate(4px, -4px);
    }

    /* Contact form: sending state */
    .contact-form button.is-loading {
        cursor: wait;
        opacity: .88;
        pointer-events: none;
    }

    .contact-form .form-message.is-sending {
        color: var(--lime);
    }

    .button-loader {
        width: 12px;
        height: 12px;
        border: 2px solid rgba(7, 13, 20, .28);
        border-top-color: var(--ink);
        border-radius: 50%;
        animation: commaci-spinner 700ms linear infinite;
    }

    @keyframes commaci-spinner {
        to {
            transform: rotate(360deg);
        }
    }
}

/* Desktop navigation underline */
@media (min-width: 901px) {
    .main-nav>a:not(.button) {
        position: relative;
        padding-bottom: 7px;
    }

    .main-nav>a:not(.button)::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background: var(--lime);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 260ms ease;
    }

    .main-nav>a:not(.button):hover,
    .main-nav>a:not(.button).active {
        color: var(--lime);
        opacity: 1;
    }

    .main-nav>a:not(.button):hover::after,
    .main-nav>a:not(.button).active::after {
        transform: scaleX(1);
    }
}

/* ==========================================================================
   COMMACI: PROCESS, SIGNAL, SECTOR + FORM ENHANCEMENTS
   ========================================================================== */

@media (prefers-reduced-motion: no-preference) {

    /* Process line: homepage + Capabilities */
    .process.motion-line,
    .metric-row.motion-line {
        position: relative;
    }

    .process.motion-line {
        border-top-color: transparent;
    }

    .process.motion-line::before,
    .metric-row.motion-line::before {
        content: "";
        position: absolute;
        top: -1px;
        right: 0;
        left: 0;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 1100ms cubic-bezier(.2, .75, .25, 1);
        pointer-events: none;
        z-index: 2;
    }

    .process.motion-line::before {
        background: var(--commaci);
    }

    .metric-row.motion-line::before {
        background: var(--lime);
    }

    .commaci-sequence-item {
        opacity: 0;
        transform: translateY(20px);
        transition:
            opacity 700ms ease,
            transform 700ms cubic-bezier(.2, .75, .25, 1);
        transition-delay: var(--sequence-delay, 0ms);
    }

    .motion-line.is-visible::before {
        transform: scaleX(1);
    }

    .motion-line.is-visible .commaci-sequence-item {
        opacity: 1;
        transform: none;
    }

    /* Case-study signal: fades in and pulses once */
    .case-visual .signal-lines {
        opacity: 0;
        transition: opacity 900ms ease;
    }

    .case-visual.is-signal-active .signal-lines {
        opacity: 1;
    }

    .case-visual .signal-lines::after {
        content: "";
        position: absolute;
        left: 85%;
        top: 45%;
        width: 22px;
        height: 22px;
        border: 1px solid var(--cyan);
        border-radius: 50%;
        opacity: 0;
        transform: translate(-50%, -50%) scale(.2);
        pointer-events: none;
    }

    .case-visual.is-signal-active .signal-lines::after {
        animation: commaci-signal-pulse 1800ms cubic-bezier(.2, .75, .25, 1) 350ms both;
    }

    @keyframes commaci-signal-pulse {
        0% {
            opacity: .8;
            transform: translate(-50%, -50%) scale(.2);
        }

        70% {
            opacity: .25;
            transform: translate(-50%, -50%) scale(13);
        }

        100% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(16);
        }
    }
}

/* Sector-card scan effect */
@media (hover: hover) and (pointer: fine) {
    .sector-grid a {
        position: relative;
        overflow: hidden;
    }

    .sector-grid a::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 2px;
        background: var(--lime);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 350ms ease;
    }

    .sector-grid a::after {
        content: "↗";
        position: absolute;
        top: 18px;
        right: 18px;
        color: var(--lime);
        font-size: 19px;
        opacity: 0;
        transform: translate(-5px, 5px);
        transition:
            opacity 250ms ease,
            transform 250ms ease;
    }

    .sector-grid a:hover,
    .sector-grid a:focus-visible {
        background: var(--commaci);
        color: #fff;
    }

    .sector-grid a:hover b,
    .sector-grid a:focus-visible b {
        color: var(--lime);
    }

    .sector-grid a:hover::before,
    .sector-grid a:focus-visible::before {
        transform: scaleX(1);
    }

    .sector-grid a:hover::after,
    .sector-grid a:focus-visible::after {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* Inline contact-form validation */
.contact-form input[aria-invalid="true"]:not([type="checkbox"]),
.contact-form select[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
    border-color: #ff8b8b;
    box-shadow: 0 0 0 1px rgba(255, 139, 139, .35);
}

.contact-form .privacy-consent.has-error {
    color: #ffb3b3;
}

.contact-form .privacy-consent.has-error .custom-check {
    border-color: #ff8b8b;
    box-shadow: 0 0 0 1px rgba(255, 139, 139, .35);
}

.contact-form .field-error {
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #ffb3b3;
    font: 500 10px "DM Mono", monospace;
    letter-spacing: .04em;
    line-height: 1.45;
}

.contact-form .privacy-consent .field-error {
    flex-basis: 100%;
    padding-left: 28px;
}

.contact-form button.is-loading {
    cursor: wait;
    opacity: .88;
    pointer-events: none;
}

.contact-form .form-message.is-sending {
    color: var(--lime);
}

.button-loader {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(7, 13, 20, .28);
    border-top-color: var(--ink);
    border-radius: 50%;
    animation: commaci-submit-spinner 700ms linear infinite;
}

@keyframes commaci-submit-spinner {
    to {
        transform: rotate(360deg);
    }
}

/* Sectors page: technical scan on large sector cards */
@media (hover: hover) and (pointer: fine) {
    .page-hero--sectors+.article-grid .insight-card {
        position: relative;
        overflow: hidden;
        transition:
            border-color 300ms ease,
            background 300ms ease;
    }

    .page-hero--sectors+.article-grid .insight-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 2px;
        background: var(--lime);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 450ms ease;
    }

    .page-hero--sectors+.article-grid .insight-card:hover,
    .page-hero--sectors+.article-grid .insight-card:focus-within {
        border-color: var(--commaci);
    }

    .page-hero--sectors+.article-grid .insight-card:hover::before,
    .page-hero--sectors+.article-grid .insight-card:focus-within::before {
        transform: scaleX(1);
    }

    .page-hero--sectors+.article-grid .insight-card:hover .tag,
    .page-hero--sectors+.article-grid .insight-card:focus-within .tag {
        color: var(--commaci);
    }
}