/*
 * 完整 CSS 整理预览稿
 * ------------------------------------------------------------
 * 自动整理自 styles.css，不会被网页引用，也不会影响当前页面。
 * 顺序：共用样式 → 超宽屏 → 中屏 → 手机 → 更窄手机 → 动效偏好。
 * 相同断点、相同选择器、相同属性采用原文件中最后生效的值。
 */

/* ==================== 共用样式 ==================== */

@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {
    *, :after, :before, ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html, :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }
    a:focus {
        outline: none;
    }
    b, strong {
        font-weight: bolder
    }

    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub, sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol, ul, menu {
        list-style: none
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        vertical-align: middle;
        display: block
    }

    img, video {
        max-width: 100%;
        height: auto
    }

    button, input, select, optgroup, textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple],[size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple],[size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }textarea {
         resize: vertical
     }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button, input:where([type=button],[type=reset],[type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .visible {
        visibility: visible
    }

    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .table {
        display: table
    }
}

:root {
    --blue: #073fc9;
    --blue-deep: #031b67;
    --blue-dark: #020d38;
    --lime: #b8ff00;
    --white: #f7f8ff;
    --muted: #a9b8e7;
    --line: rgba(255, 255, 255, 0.141)
}

* {
    box-sizing: border-box
}
/* 清除点击瞬间浏览器默认焦点 */
*:focus {
    outline: none;
}
*:focus-visible {
    outline: 3px solid var(--lime);
    outline-offset: 4px
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--blue-dark);
    color: var(--white);
    margin: 0;
    font-family: Arial, PingFang SC, Microsoft YaHei, sans-serif;
    overflow-x: hidden
}

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

button, summary {
    font: inherit
}

.siteHeader {
    z-index: 20;
    /* border-bottom: 1px solid var(--line); */
    background: rgba(7, 63, 201, 0.439);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    justify-content: space-between;
    align-items: center;
    /* width: min(1440px, 100% - 64px); */
    width:100%;
    max-width:1440px;
    height: 86px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    position: fixed;
    inset: 0 0 auto
}

.brand {
    align-items: center;
    display: inline-flex
}

.brandLogo {
    width: 220px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(89%) sepia(95%) saturate(1850%) hue-rotate(28deg) brightness(105%) contrast(104%)
}

.desktopNav {
    align-items: center;
    gap: 32px;
    font-size: 14px;
    display: flex
}

.desktopNav > a {
    color: #dce4ff;
    transition: color .2s
}

.desktopNav > a:hover {
    color: var(--lime)
}

.desktopNav > a.navCta:hover {
    color: var(--blue)
}

.desktopNav .navCta {
    background: var(--lime);
    color: #071238;
    padding: 11px 17px;
    font-weight: 800
}

.mobileNav {
    display: none;
    position: relative
}

.hero {
    background: linear-gradient(128deg, var(--blue) 0%, #0735b2 52%, #021346 100%);
    isolation: isolate;
    grid-template-columns:minmax(0, 1fr) minmax(430px, .92fr);
    align-items: center;
    gap: 40px;
    min-height: 940px;
    padding: 132px max(32px, 50vw - 688px) 72px;
    display: grid;
    position: relative;
    overflow: hidden
}

.hero:before {
    content: "1";
    color: rgba(0, 8, 45, 0.349);
    z-index: -1;
    font-size: clamp(480px, 52vw, 830px);
    font-weight: 950;
    line-height: 1;
    position: absolute;
    top: -120px;
    right: -1vw
}

.heroGrid {
    z-index: -1;
    opacity: .38;
    background-image: linear-gradient(rgba(255, 255, 255, 0.122) 1px, #0000 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.122) 1px, #0000 1px);
    background-size: 70px 70px;
    position: absolute;
    inset: 0;
    -webkit-mask-image: linear-gradient(#000 0%, #0000 92%);
    mask-image: linear-gradient(#000 0%, #0000 92%)
}

.heroNo {
    z-index: 0;
    color: rgb(0 24 103 / 20%);
    /* letter-spacing: .04em; */
    font-size: clamp(430px, 30vw, 820px);
    font-weight: 950;
    line-height: .7;
    pointer-events: none;
    position: absolute;
    bottom: 150px;
    left: max(24px, calc(50vw - 588px));
    transform: rotate(-20deg);
    transform-origin: left bottom;
    user-select: none
}

.heroCopy {
    z-index: 3;
    padding-top: 36px;
    position: relative
}

.eyebrow {
    border-left: 5px solid var(--lime);
    letter-spacing: .14em;
    background: #071238;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex
}

.eyebrow span {
    color: var(--lime);
    font-size: 18px
}

.hero h1 {
    letter-spacing: 0em;
    max-width: 680px;
    margin: 0;
    font-size: clamp(82px, 9vw, 150px);
    font-weight: 950;
    line-height: 1
}

.hero h1 span, .hero h1 strong {
    display: block
}

.hero h1 strong {
    width: max-content;
    color: var(--lime);
    /* margin-top: 18px; */
    padding: 4px 38px 14px 2px;
    font-style: normal;
    position: relative
}

.hero h1 strong:after {
    content: "↗";
    font-size: .42em;
    position: absolute;
    bottom: 6px;
    right: -54px;
    transform: rotate(-8deg)
}

.heroLead {
    color: #d8e2ff;
    max-width: 620px;
    margin: 32px 0 0;
    font-size: 18px;
    line-height: 1.9
}

.heroActions {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
    display: flex
}

.button {
    border: 1px solid rgba(255, 255, 255, 0.251);
    justify-content: space-between;
    align-items: center;
    min-width: 158px;
    padding: 15px 18px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s, background .2s;
    display: inline-flex
}

.button:hover {
    transform: translateY(-3px)
}

.buttonPrimary {
    background: var(--lime);
    color: #06123a;
    border-color: var(--lime)
}

.buttonGhost {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(3, 18, 69, 0.38)
}

.heroStats {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    gap: 0;
    margin-top: 42px;
    display: flex
}

.heroStats div {
    min-width: 150px;
    padding: 18px 24px
}

.heroStats div + div {
    border-left: 1px solid var(--line);
    padding-left: 24px
}

.heroStats strong {
    color: var(--lime);
    font-size: 22px;
    display: block
}

.heroStats span {
    color: #c2cff5;
    margin-top: 4px;
    font-size: 12px;
    display: block
}

.heroVisual {
    justify-self: end;
    align-self: stretch;
    width: min(700px, 52vw);
    margin-right: 0;
    position: relative
}

.posterFrame {
    z-index: 2;
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    inset: 0;
    overflow: visible;
    transform: none;
    box-shadow: none
}

.posterFrame img {
    object-fit: contain;
    object-position: right bottom;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 84%, transparent 100%)
}

.posterHalo {
    z-index: 0;
    aspect-ratio: 1;
    background: var(--lime);
    filter: blur(90px);
    opacity: .24;
    border-radius: 50%;
    width: 98%;
    position: absolute;
    top: 22%;
    right: 0
}

.orbitBadge {
    z-index: 4;
    background: var(--lime);
    color: #03113b;
    border-radius: 50%;
    place-items: center;
    width: 126px;
    height: 126px;
    display: grid;
    position: absolute;
    bottom: 150px;
    right: 24px;
    transform: rotate(-8deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.349)
}

.orbitBadge span {
    letter-spacing: -.08em;
    font-size: 42px;
    font-weight: 950
}

.orbitBadge i {
    font-size: 28px;
    font-style: normal;
    position: absolute;
    top: 8px;
    right: 24px
}

.glassTag {
    z-index: 5;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    letter-spacing: .16em;
    background: rgba(220, 235, 255, 0.149);
    border: 1px solid rgba(255, 255, 255, 0.451);
    padding: 12px 15px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
    position: absolute;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.349)
}

.glassTagTop {
    top: 26vh;
    left: 1vw
}

.glassTagBottom {
    bottom: 84px;
    right: 34px
}

.ticker {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--lime);
    color: #04113c;
    overflow: hidden
}

.ticker div {
    letter-spacing: .08em;
    align-items: center;
    gap: 28px;
    width: max-content;
    padding: 18px 0;
    font-size: 20px;
    font-weight: 950;
    animation: 24s linear infinite slide;
    display: flex
}

.ticker i {
    font-size: 14px;
    font-style: normal
}

@keyframes slide {
    to {
        transform: translate(-40%)
    }
}

.section {
    padding: 120px max(32px, 50vw - 688px)
}

.services {
    background: linear-gradient(#03185f 0%, #020b2a 100%)
}

.sectionHead {
    grid-template-columns:1.3fr .7fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 58px;
    display: grid
}

.sectionKicker {
    color: var(--lime);
    letter-spacing: .18em;
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 900
}

.sectionHead h2 {
    letter-spacing: -.06em;
    margin: 0;
    font-size: clamp(44px, 5.6vw, 82px);
    line-height: 1.02
}

.sectionHead > p {
    max-width: 460px;
    color: var(--muted);
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.85
}

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

.serviceCard {
    border: 1px solid var(--line);
    background: linear-gradient(155deg, rgba(18, 64, 190, 0.549), rgba(2, 10, 42, 0.902));
    flex-direction: column;
    min-height: 520px;
    padding: 24px;
    transition: transform .25s, border-color .25s, background .25s;
    display: flex;
    position: relative;
    overflow: hidden
}

.serviceCard:hover {
    border-color: var(--lime);
    background: linear-gradient(155deg, rgba(23, 83, 236, 0.678), rgba(2, 10, 42, 0.922));
    transform: translateY(-9px)
}

.serviceTop {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 78px;
    display: flex
}

.serviceNo {
    color: #a9b8e7;
    font-size: 13px
}

.serviceCode {
    width: 54px;
    height: 54px;
    color: var(--lime);
    border: 1px solid rgba(184, 255, 0, 0.549);
    border-radius: 50%;
    place-items: center;
    font-size: 11px;
    font-weight: 900;
    display: grid
}

.serviceSubtitle {
    color: var(--lime);
    letter-spacing: .18em;
    margin: 0 0 8px;
    font-size: 10px;
    font-weight: 900
}

.serviceCard h3 {
    letter-spacing: -.05em;
    margin: 0;
    font-size: 38px
}

.serviceDescription {
    color: #b7c5ee;
    min-height: 90px;
    margin: 18px 0 20px;
    font-size: 14px;
    line-height: 1.75
}

.serviceCard ul {
    margin: auto 0 0;
    padding: 0 0 34px;
    list-style: none
}

.serviceCard li {
    color: #e6ecff;
    border-top: 1px solid rgba(255, 255, 255, 0.102);
    padding: 10px 0;
    font-size: 13px
}

.serviceCard li:before {
    content: "+";
    color: var(--lime);
    margin-right: 9px
}

.cardArrow {
    color: var(--lime);
    font-size: 22px;
    position: absolute;
    bottom: 14px;
    right: 20px
}

.manifesto {
    background: var(--lime);
    color: #04113b;
    flex-direction: column;
    justify-content: center;
    min-height: 680px;
    padding: 100px max(32px, 50vw - 688px);
    display: flex;
    position: relative;
    overflow: hidden
}

.manifesto:after {
    content: "GO";
    color: rgba(3, 17, 59, 0.078);
    letter-spacing: -.13em;
    font-size: 38vw;
    font-weight: 950;
    line-height: .8;
    position: absolute;
    bottom: -11vw;
    right: -2vw
}

.manifestoLabel {
    z-index: 1;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 900;
    position: relative
}

.manifesto > p {
    z-index: 1;
    letter-spacing: -.07em;
    margin: 46px 0;
    font-size: clamp(54px, 7.4vw, 112px);
    font-weight: 950;
    line-height: 1.04;
    position: relative
}

.manifesto > p span {
    color: var(--blue)
}

.manifestoFoot {
    z-index: 1;
    border-top: 1px solid rgba(4, 17, 59, 0.349);
    border-bottom: 1px solid rgba(4, 17, 59, 0.349);
    width: fit-content;
    display: flex;
    position: relative
}

.manifestoFoot span {
    padding: 14px 46px;
    font-size: 13px;
    font-weight: 800
}

.manifestoFoot span + span {
    border-left: 1px solid rgba(4, 17, 59, 0.349);
    padding-left: 46px
}

.team {
    background: radial-gradient(circle at 12% 24%, rgba(16, 80, 255, 0.302), #0000 30%), #020b2a;
    grid-template-columns:.82fr 1.18fr;
    gap: 90px;
    display: grid
}

.teamIntro {
    align-self: start;
    position: sticky;
    top: 42px
}

.teamIntro h2 {
    letter-spacing: -.06em;
    margin: 0;
    font-size: clamp(42px, 4.8vw, 72px);
    line-height: 1.07
}

.teamIntro > p:not(.sectionKicker) {
    max-width: 570px;
    color: var(--muted);
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.9
}

.teamStatement {
    border-top: 1px solid var(--line);
    align-items: flex-end;
    gap: 30px;
    margin-top: 54px;
    padding-top: 24px;
    display: flex
}

.teamStatement strong {
    color: var(--lime);
    letter-spacing: -.06em;
    font-size: 32px;
    line-height: .9
}

.teamStatement span {
    color: #c6d2f3;
    font-size: 12px;
    line-height: 1.7
}

.roleList {
    gap: 12px;
    display: grid
}

.roleCard {
    border: 1px solid var(--line);
    background: linear-gradient(110deg, rgba(9, 54, 169, 0.361), rgba(255, 255, 255, 0.031));
    grid-template-columns:30px 118px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 170px;
    padding: 26px 28px;
    transition: transform .22s, border-color .22s;
    display: grid;
    position: relative;
    overflow: hidden
}

.roleCard:hover {
    border-color: var(--lime);
    transform: translate(-8px)
}

.roleIndex {
    color: var(--lime);
    letter-spacing: .12em;
    align-self: start;
    font-size: 14px;
    font-weight: 900
}

.roleCard p {
    color: var(--lime);
    letter-spacing: .16em;
    margin: 0 0 6px;
    font-size: 10px;
    font-weight: 900
}

.roleCard h3 {
    letter-spacing: -.04em;
    margin: 0 0 10px;
    font-size: 27px
}

.roleCard span {
    color: #9faed7;
    font-size: 13px
}

.roleInfo {
    z-index: 3;
    position: relative
}

.rolePortrait {
    z-index: 2;
    width: 112px;
    height: 112px;
    border: 2px solid rgba(184, 255, 0, 0.4);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    box-shadow: 0 12px 30px rgba(0, 8, 45, 0.451)
}

.rolePortrait img {
    object-fit: cover;
    object-position: center 18%;
    width: 100%;
    max-width: none;
    height: 100%;
    position: static
}

.rolePortraitDesigner img {
    object-position: center 18%
}

.rolePortraitPhotographer img {
    object-position: center 20%
}

.rolePortraitDirector img {
    object-position: center 18%
}

.rolePortraitStrategy img {
    object-position: center 24%
}

.roleCard b {
    z-index: 1;
    color: rgba(255, 255, 255, 0.071);
    letter-spacing: -.09em;
    font-size: clamp(50px, 6.3vw, 88px);
    position: absolute;
    right: 22px
}

.process {
    background-color: #041a64;
    background-image: linear-gradient(rgba(255, 255, 255, 0.051) 1px, #0000 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.051) 1px, #0000 1px), none;
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: 70px 70px;
    background-attachment: scroll, scroll, scroll;
    background-origin: padding-box, padding-box, padding-box;
    background-clip: border-box, border-box, border-box
}

.processGrid {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    grid-template-columns:repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid
}

.processGrid li {
    background: rgba(2, 13, 56, 0.549);
    min-height: 340px;
    padding: 34px 28px;
    position: relative
}

.processGrid li + li {
    border-left: 1px solid var(--line)
}

.processGrid li:hover {
    background: rgba(5, 43, 146, 0.8)
}

.processGrid li > span {
    color: var(--lime);
    letter-spacing: -.08em;
    font-size: 48px;
    font-weight: 950
}

.processGrid small {
    color: #8ea3db;
    letter-spacing: .18em;
    margin-top: 54px;
    font-size: 10px;
    font-weight: 900;
    display: block
}

.processGrid h3 {
    margin: 12px 0 18px;
    font-size: 30px
}

.processGrid p {
    color: #b9c6ea;
    margin: 0;
    font-size: 14px;
    line-height: 1.8
}

.contact {
    isolation: isolate;
    background: linear-gradient(135deg, #073fc9, #052d9b 48%, #020b2a);
    min-height: 860px;
    padding: 120px max(32px, 50vw - 688px) 60px;
    position: relative;
    overflow: hidden
}

.contact:before {
    content: "";
    z-index: -1;
    background: var(--lime);
    border-radius: 50%;
    width: 640px;
    height: 640px;
    position: absolute;
    top: 70px;
    right: -120px;
    box-shadow: 0 0 140px rgba(184, 255, 0, 0.349)
}

.contact:after {
    content: "1";
    z-index: -1;
    color: #061b66;
    font-size: 760px;
    font-weight: 950;
    line-height: 1;
    position: absolute;
    top: -100px;
    right: -30px
}

.contactGrid {
    z-index: -1;
    background-image: linear-gradient(rgba(255, 255, 255, 0.102) 1px, #0000 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.102) 1px, #0000 1px);
    background-size: 70px 70px;
    position: absolute;
    inset: 0
}

.contactKicker {
    letter-spacing: .2em;
    margin: 0 0 44px;
    font-size: 12px;
    font-weight: 900
}

.contact h2 {
    z-index: 1;
    letter-spacing: 0em;
    width: max-content;
    margin: 0;
    font-size: clamp(74px, 10vw, 150px);
    font-weight: 950;
    line-height: 1;
    position: relative
}

.contact h2 span {
    color: var(--lime)
}

.contactLead {
    color: #d7e1ff;
    letter-spacing: .08em;
    margin: 42px 0 0;
    font-size: 16px
}

.contactActions {
    gap: 14px;
    margin-top: 28px;
    display: flex
}

.contactBottom {
    /* border-top: 1px solid var(--line); */
    justify-content: space-between;
    align-items: end;
    padding-top: 24px;
    display: flex;
    position: static;
    /* margin-top: clamp(56px, 1vh, 150px) */
}

.contactBottom strong, .contactBottom span {
    display: block
}

.contactBottom strong {
    font-size: 15px
}

.contactBottom > div > span {
    color: #b8c7ef;
    margin-top: 7px;
    font-size: 12px
}

.contactBadge {
    background: var(--lime);
    color: #04113b;
    border-radius: 50%;
    place-items: center;
    width: 104px;
    height: 104px;
    font-size: 36px;
    font-weight: 950;
    display: grid;
    position: relative
}

.contactBadge span {
    font-size: 22px;
    position: absolute;
    top: 8px;
    right: 12px
}

footer {
    color: #7f90be;
    letter-spacing: .1em;
    background: #01071d;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 22px max(32px, 50vw - 688px);
    font-size: 10px;
    display: flex
}

footer a {
    color: var(--lime);
    font-weight: 800
}

/* Final responsive and accessibility refinements. */
section[id] {
    scroll-margin-top: 86px
}

.desktopNav > a,
.button,
.mobileNav summary,
footer a {
    border-radius: 2px
}

.button:active {
    transform: translateY(0)
}

/* ==================== (width > 1440px) ==================== */

@media (width > 1440px) {
    .siteHeader {
        max-width: 100%;
        padding: 0px calc(50vw - 688px)
    }
}

/* ==================== (width > 760px) ==================== */

@media (width > 760px) {
    .hero {
        min-height: min(940px, 100svh);
        padding-top: 118px;
        padding-bottom: 54px
    }
}

/* ==================== (width <= 1180px) ==================== */

@media (width <= 1180px) {
    .hero {
        grid-template-columns: minmax(0, 1fr) minmax(230px, .92fr)
    }

    .heroVisual {
        width: min(700px, 62vw);
        right: -6vw
    }

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

    .serviceCard {
        min-height: 460px
    }

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

    .teamIntro {
        position: static
    }

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

    .processGrid li:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--line)
    }

    .processGrid li:nth-child(4) {
        border-top: 1px solid var(--line)
    }
}

/* ==================== (width <= 760px) ==================== */

@media (width <= 760px) {
    .siteHeader {
        height: 70px;
        background: rgb(7 63 201 / 88%)
    }

    .brandLogo {
        width: 172px
    }

    .desktopNav {
        display: none
    }

    .mobileNav {
        display: block
    }

    .mobileNav summary {
        border: 1px solid var(--line);
        padding: 9px 12px;
        font-size: 12px;
        font-weight: 800;
        list-style: none;
        cursor: pointer
    }

    .mobileNav summary::-webkit-details-marker {
        display: none
    }

    .mobileNav div {
        border: 1px solid var(--line);
        background: #03165a;
        min-width: 170px;
        padding: 8px;
        display: grid;
        position: absolute;
        top: 42px;
        right: 0;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.349)
    }

    .mobileNav a {
        padding: 12px;
        font-size: 13px
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 110px 20px 70px;
        min-height: 790px;
        padding-top: 106px;
        padding-bottom: 64px
    }

    .hero:before {
        font-size: 700px;
        top: 250px
    }

    .heroNo {
        font-size: clamp(170px, 52vw, 260px);
        bottom: 28%;
        left: 8px
    }

    .heroCopy {
        padding: 0;
        width: 100%
    }

    .hero h1 {
        max-width: 78%;
        font-size: clamp(54px, 16vw, 74px);
        line-height: .98
    }

    .heroLead {
        position: relative;
        z-index: 4;
        max-width: 100%;
        margin-top: 28px;
        padding: 12px 14px;
        color: #f7f8ff;
        background: rgb(2 13 56 / 72%);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        border-left: 3px solid var(--lime);
        font-size: 15px;
        line-height: 1.75
    }

    .heroStats {
        justify-content: space-between
    }

    .heroStats div {
        min-width: 0;
        padding: 15px 10px;
        flex: 1 1 0
    }

    .heroStats div + div {
        padding-left: 12px
    }

    .heroStats strong {
        font-size: 18px
    }

    .heroStats span {
        font-size: 10px
    }

    .heroVisual {
        z-index: 1;
        min-height: 0;
        margin: 0;
        position: absolute;
        pointer-events: none;
        width: min(76vw, 430px);
        height: 610px;
        top: 72px;
        right: -8vw;
        opacity: .92
    }

    .posterFrame {
        transform: none
    }

    .posterFrame img {
        -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
        mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%)
    }

    .heroVisual .glassTag, .heroVisual .orbitBadge {
        display: none
    }

    .orbitBadge {
        width: 94px;
        height: 94px;
        bottom: 72px;
        right: -10px
    }

    .orbitBadge span {
        font-size: 32px
    }

    .glassTagTop {
        top: 28px;
        left: -4px
    }

    .glassTagBottom {
        right: -4px
    }

    .section {
        padding: 80px 20px
    }

    .sectionHead {
        grid-template-columns: 1fr;
        gap: 24px
    }

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

    .serviceCard {
        min-height: 400px
    }

    .manifesto {
        min-height: 560px;
        padding: 76px 20px
    }

    .manifestoFoot {
        width: 100%;
        display: grid
    }

    .manifestoFoot span {
        padding: 12px 0
    }

    .manifestoFoot span + span {
        border-top: 1px solid rgba(4, 17, 59, 0.349);
        border-left: 0;
        padding-left: 0
    }

    .team {
        gap: 50px
    }

    .teamStatement {
        align-items: center
    }

    .roleCard {
        grid-template-columns: 44px 100px minmax(0, 1fr);
        min-height: 160px;
        padding: 22px 18px
    }

    .roleCard b {
        font-size: 68px;
        position: absolute;
        bottom: -12px;
        right: -4px
    }

    .rolePortrait {
        width: 100px;
        height: 100px;
        opacity: 1
    }

    .rolePortrait img {
        height: 100%
    }

    .roleCard div:nth-child(2) {
        z-index: 1;
        position: relative
    }

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

    .processGrid li {
        min-height: 280px
    }

    .processGrid li + li {
        border-left: 0;
        border-top: 1px solid var(--line)
    }

    .processGrid small {
        margin-top: 30px
    }

    .contact {
        min-height: 720px;
        padding: 86px 20px 40px
    }

    .contact:before {
        width: 460px;
        height: 460px;
        top: 90px;
        right: -210px;
        background: #b8ff00
    }

    .contact:after {
        font-size: 420px;
        top: 100px;
        right: -75px
    }

    .contact h2 {
        font-size: clamp(70px, 22vw, 104px);
        width: auto
    }

    .contactLead {
        line-height: 1.8
    }

    .contactBadge {
        width: 74px;
        height: 74px;
        font-size: 26px
    }

    footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 20px
    }

    .mobileNav[open] summary {
        color: var(--blue-dark);
        background: var(--lime);
        border-color: var(--lime)
    }

    .heroActions, .heroStats {
        position: relative;
        z-index: 4
    }

    .heroActions .button {
        flex: 1 1 0;
        min-width: 0
    }

    .sectionHead h2, .teamIntro h2 {
        font-size: clamp(40px, 12vw, 58px)
    }

    .serviceTop {
        margin-bottom: 52px
    }

    .posterHalo,.heroNo,.glassTag,.hero:before {
        display: none
    }
}

/* ==================== (width <= 560px) ==================== */

@media (width <= 560px) {
    .hero h1 {
        font-size: clamp(54px, 16vw, 116px)
    }

    .hero h1 strong:after {
        bottom: 10px;
        right: 10px
    }

    .heroVisual {
        z-index: 1;
        width: min(68vw, 480px);
        height: min(42vh,500px);
        min-height: 0;
        margin: 0;
        position: absolute;
        /* top: 80px; */
        right: -8vw;
        pointer-events: none
    }

    .roleCard {
        grid-template-columns: 30px 80px minmax(0, 1fr);
        min-height: 160px;
        padding: 22px 18px
    }

    .rolePortrait {
        width: 80px;
        height: 80px;
        opacity: 1
    }

    .contact:before {
        width: 460px;
        height: 460px;
        top: 100px;
        right: -210px;
        background: rgba(184, 255, 0, 0.502)
    }

    .contact:after {
        font-size: 420px;
        top: 120px;
        right: -75px
    }
}

/* ==================== (width <= 420px) ==================== */

@media (width <= 420px) {
    .brandLogo {
        width: 176px
    }

    .hero h1 {
        max-width: 76%
    }
    .eyebrow {
        padding: 4px 6px;
        font-size: 11px;
        font-weight: 400;
        margin-bottom: 16px;
    }
    .eyebrow span {
        font-size: 15px
    }

    .roleCard {
        grid-template-columns: 24px 72px minmax(0, 1fr);
        gap: 12px;
        padding-inline: 14px
    }

    .rolePortrait {
        width: 72px;
        height: 72px
    }

    .roleCard h3 {
        font-size: 22px
    }

    .roleIndex {
        font-size: 12px
    }
}

/* ==================== (prefers-reduced-motion: reduce) ==================== */

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

    .ticker div {
        animation: none
    }

    .button, .serviceCard {
        transition: none
    }
}
