:root {
    --band-body: #07101d;
    --band-hero: #091321;
    --band-surface: #0d1727;
    --band-surface-alt: #101b2f;
    --band-surface-soft: rgba(15, 23, 42, 0.82);
    --band-border: rgba(148, 163, 184, 0.14);
    --band-border-strong: rgba(148, 163, 184, 0.22);
    --band-shadow: 0 24px 70px rgba(2, 8, 23, 0.28);
    --band-shadow-premium: 0 26px 80px rgba(2, 8, 23, 0.38);
    --band-glow-cyan: rgba(34, 211, 238, 0.2);
    --band-glow-indigo: rgba(99, 102, 241, 0.18);
    --band-container: 80rem;
    --band-container-wide: 92rem;
    --band-gutter: clamp(1.35rem, 3vw, 2.25rem);
    --band-space: clamp(3.25rem, 6vw, 5rem);
    --band-space-lg: clamp(4.25rem, 8vw, 6.5rem);
    --band-radius: 18px;
}

html {
    overflow-x: clip;
}

body {
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.08), transparent 32rem),
        linear-gradient(180deg, var(--band-body) 0%, #050b15 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(148, 163, 184, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(148, 163, 184, 0.03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 72%);
    z-index: -1;
}

.nav-wrapper {
    background: rgba(7, 16, 29, 0.88);
    border-bottom: 1px solid var(--band-border);
}

.nav,
.footer-inner,
.footer-links {
    max-width: var(--band-container-wide);
}

.nav {
    padding-inline: var(--band-gutter);
}

.nav-links {
    gap: clamp(1.15rem, 2vw, 2rem);
}

.nav-links a,
.footer-links a {
    letter-spacing: -0.01em;
}

.hero,
.blog-hero,
.article-header {
    position: relative;
    isolation: isolate;
}

.hero-media img {
    object-position: center 58%;
}

.hero-photo,
.blog-hero.hero-photo {
    overflow: hidden;
}

.hero-photo .hero-media,
.blog-hero.hero-photo .hero-media {
    display: none;
}

.hero-photo .shell,
.blog-hero.hero-photo .blog-hero-inner {
    position: relative;
    z-index: 2;
}

.hero-photo::before,
.blog-hero.hero-photo::before {
    z-index: 1;
}

body.page-services .hero-photo .hero-media img {
    object-position: center 40%;
}

body.page-industries .hero-photo .hero-media img {
    object-position: center 34%;
}

body.page-blog .blog-hero.hero-photo .hero-media img {
    object-position: center 52%;
}

body.page-services .hero.hero-photo {
    background:
        linear-gradient(90deg, rgba(7, 16, 29, 0.86) 0%, rgba(7, 16, 29, 0.56) 42%, rgba(7, 16, 29, 0.82) 100%),
        linear-gradient(180deg, rgba(7, 11, 22, 0.18) 0%, rgba(7, 11, 22, 0.72) 100%),
        url("/images/home/scorecard-1516321318423-f06f85e504b3.webp") center 38% / cover no-repeat,
        radial-gradient(circle at top right, rgba(34, 211, 238, 0.1), transparent 28rem);
}

body.page-industries .hero.hero-photo {
    background:
        linear-gradient(90deg, rgba(7, 16, 29, 0.86) 0%, rgba(7, 16, 29, 0.58) 42%, rgba(7, 16, 29, 0.84) 100%),
        linear-gradient(180deg, rgba(7, 11, 22, 0.16) 0%, rgba(7, 11, 22, 0.72) 100%),
        url("/images/home/case-study-1517048676732-d65bc937f952.webp") center 36% / cover no-repeat,
        radial-gradient(circle at top right, rgba(34, 211, 238, 0.1), transparent 28rem);
}

body.page-blog .blog-hero.hero-photo {
    background:
        linear-gradient(90deg, rgba(7, 16, 29, 0.84) 0%, rgba(7, 16, 29, 0.5) 42%, rgba(7, 16, 29, 0.8) 100%),
        linear-gradient(180deg, rgba(7, 11, 22, 0.18) 0%, rgba(7, 11, 22, 0.7) 100%),
        url("/images/home/hero-operations-1550751827-4bd374c3f58b.webp") center 54% / cover no-repeat,
        radial-gradient(circle at top right, rgba(34, 211, 238, 0.1), transparent 28rem);
}

@keyframes bandHeroField {
    0% {
        background-position:
            12% 18%,
            86% 14%,
            50% 86%,
            -180% 0,
            0 0,
            0 0,
            0 0;
        opacity: 0.82;
    }

    50% {
        background-position:
            16% 24%,
            80% 12%,
            46% 80%,
            8% 0,
            0 0,
            0 0,
            0 0;
        opacity: 0.96;
    }

    100% {
        background-position:
            22% 30%,
            74% 18%,
            42% 76%,
            180% 0,
            0 0,
            0 0,
            0 0;
        opacity: 0.88;
    }
}

.hero::before,
.blog-hero::before,
.article-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 22%, rgba(34, 211, 238, 0.2), transparent 22rem),
        radial-gradient(circle at 82% 24%, rgba(99, 102, 241, 0.18), transparent 26rem),
        radial-gradient(circle at 50% 86%, rgba(34, 211, 238, 0.1), transparent 18rem),
        linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.14) 44%, rgba(34, 211, 238, 0.12) 48%, rgba(255, 255, 255, 0.08) 52%, transparent 68%),
        linear-gradient(120deg, rgba(34, 211, 238, 0.12), transparent 28%, transparent 72%, rgba(99, 102, 241, 0.12)),
        linear-gradient(rgba(148, 163, 184, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.045) 1px, transparent 1px);
    background-size:
        auto,
        auto,
        auto,
        220% 220%,
        auto,
        112px 112px,
        112px 112px;
    background-position:
        12% 18%,
        86% 14%,
        50% 86%,
        -180% 0,
        0 0,
        0 0,
        0 0;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.68) 76%, transparent 100%);
    filter: saturate(118%);
    opacity: 0.9;
    animation: bandHeroField 18s ease-in-out infinite alternate;
}

body.landing-page .hero::before,
.blog-hero::before,
.article-header::before {
    background:
        radial-gradient(circle at 14% 20%, rgba(34, 211, 238, 0.22), transparent 20rem),
        radial-gradient(circle at 84% 22%, rgba(99, 102, 241, 0.2), transparent 24rem),
        radial-gradient(circle at 48% 84%, rgba(34, 211, 238, 0.12), transparent 16rem),
        linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.14) 44%, rgba(34, 211, 238, 0.14) 48%, rgba(255, 255, 255, 0.08) 52%, transparent 68%),
        linear-gradient(120deg, rgba(34, 211, 238, 0.14), transparent 26%, transparent 70%, rgba(99, 102, 241, 0.12)),
        linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
    opacity: 0.96;
}

.hero-home::before {
    background:
        radial-gradient(circle at 18% 24%, rgba(34, 211, 238, 0.16), transparent 18rem),
        radial-gradient(circle at 82% 22%, rgba(99, 102, 241, 0.14), transparent 22rem),
        radial-gradient(circle at 52% 88%, rgba(34, 211, 238, 0.08), transparent 14rem),
        linear-gradient(112deg, transparent 32%, rgba(255, 255, 255, 0.12) 46%, rgba(34, 211, 238, 0.08) 50%, rgba(255, 255, 255, 0.06) 54%, transparent 68%),
        linear-gradient(120deg, rgba(34, 211, 238, 0.08), transparent 24%, transparent 72%, rgba(99, 102, 241, 0.08)),
        linear-gradient(rgba(148, 163, 184, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.035) 1px, transparent 1px);
    opacity: 0.48;
    mix-blend-mode: screen;
}

.hero-home {
    background: transparent;
}

.hero-home .hero-media {
    z-index: -1;
}

.hero-home .hero-inner {
    position: relative;
    z-index: 1;
}

.hero-home .hero-media::after {
    background:
        linear-gradient(90deg, rgba(7, 11, 22, 0.82) 0%, rgba(7, 11, 22, 0.52) 48%, rgba(7, 11, 22, 0.18) 100%),
        linear-gradient(180deg, rgba(7, 11, 22, 0.04) 0%, rgba(7, 11, 22, 0.5) 82%);
}

.hero::after,
.blog-hero::after,
.article-header::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.18), transparent);
}

.hero-inner,
body.landing-page .shell,
body.landing-page .hero .shell,
.product-section,
.posts-section,
.article-header .article-header-inner,
.article-body,
.article-footer,
.contact-inner {
    max-width: var(--band-container-wide);
}

.hero,
body.landing-page .hero,
.blog-hero,
.article-header {
    box-shadow: 0 0 0 100vmax var(--band-hero);
    clip-path: inset(0 -100vmax);
    background:
        linear-gradient(180deg, rgba(7, 16, 29, 0.72), rgba(7, 16, 29, 0.9)),
        radial-gradient(circle at top right, rgba(34, 211, 238, 0.1), transparent 28rem);
}

.hero-inner,
body.landing-page .hero .shell {
    padding-top: clamp(3rem, 5vw, 4.25rem);
    padding-bottom: clamp(3rem, 5vw, 4.25rem);
}

.hero-inner {
    width: min(100%, 78rem);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    min-height: clamp(20rem, 46vh, 27rem);
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 27rem);
    justify-content: stretch;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
}

.hero-inner > :not(.credentials) {
    grid-column: 1;
    align-self: start;
}

.hero .credentials {
    grid-column: 2;
    grid-row: 1 / span 4;
    margin-top: 0.4rem;
    align-self: center;
    justify-self: stretch;
    width: 100%;
}

.credentials-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-content: start;
}

.credentials-inner > div {
    min-height: 7rem;
    padding: 1rem;
    background: rgba(8, 15, 30, 0.62);
    border: 1px solid var(--band-border);
    border-radius: 14px;
    box-shadow: var(--band-shadow);
}

.credentials-inner .value {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 700;
}

.hero h1 {
    max-width: 16ch;
}

.hero p,
body.landing-page .hero .lead,
body.landing-page .hero .promise {
    max-width: 42rem;
}

.hero-badge,
.hero-btns {
    justify-self: start;
    width: fit-content;
    max-width: 100%;
}

body.landing-page .hero-grid {
    width: min(100%, 78rem);
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 27rem);
    justify-content: stretch;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
}

body.landing-page .hero h1 {
    max-width: 16ch;
}

body.landing-page .hero-aside {
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(17, 29, 48, 0.92), rgba(10, 18, 32, 0.98));
    border: 1px solid var(--band-border-strong);
    box-shadow: var(--band-shadow);
    align-self: start;
    justify-self: start;
    width: 100%;
}

body.landing-page .hero-aside ul,
body.landing-page .hero-aside .list-quiet,
.blog-hero .list-quiet,
body.page-products .hero-panel ul {
    list-style: none;
    padding-left: 0;
}

body.landing-page .hero-aside li::marker,
.blog-hero .list-quiet li::marker,
body.page-products .hero-panel li::marker {
    content: "";
}

.section-bg,
.products-spotlight,
.blog-preview,
.contact-section,
.blog-hero,
.posts-section,
.article-body,
.article-footer,
.product-section,
.footer,
body.landing-page main > .section,
body:not(.landing-page) > .section,
body:not(.landing-page) > .why-craft {
    position: relative;
    isolation: isolate;
}

.section-bg,
.blog-preview,
.posts-section,
.article-body,
.contact-section,
body.landing-page main > .section:nth-of-type(odd),
body:not(.landing-page) > .section:nth-of-type(odd),
body:not(.landing-page) > .why-craft,
.product-section:nth-of-type(odd) {
    box-shadow: 0 0 0 100vmax var(--band-surface);
    clip-path: inset(0 -100vmax);
    background: var(--band-surface);
}

.products-spotlight,
.article-footer,
.footer,
body.landing-page main > .section:nth-of-type(even),
body:not(.landing-page) > .section:nth-of-type(even),
.product-section:nth-of-type(even) {
    box-shadow: 0 0 0 100vmax var(--band-surface-alt);
    clip-path: inset(0 -100vmax);
    background: var(--band-surface-alt);
}

.section,
.product-section,
.posts-section,
.article-body,
.article-footer {
    padding-top: var(--band-space);
    padding-bottom: var(--band-space);
}

.section,
.contact-inner,
.product-section,
.posts-section,
.article-body,
.article-footer,
.footer-inner {
    width: min(100%, var(--band-container-wide));
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--band-gutter);
    padding-right: var(--band-gutter);
}

.section-header,
.section-head {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: clamp(1.55rem, 2.4vw, 2.35rem);
    max-width: 100%;
}

.section-header h2,
.section-head h2 {
    max-width: 24ch;
    margin: 0;
}

.section-header p,
.section-head p {
    max-width: 56rem;
    justify-self: start;
}

.section-head.section-head-wide,
.section-header.section-head-wide {
    max-width: 100%;
}

.section-head::after {
    content: "";
    width: min(9rem, 32vw);
    height: 2px;
    margin-top: 0.25rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), rgba(99, 102, 241, 0.7), transparent);
    opacity: 0.82;
}

.services-grid,
.offers-grid,
.why-grid,
.projects-grid,
.blog-grid,
.grid-3,
.grid-4,
.snapshot-grid,
.deliverables-grid,
.posts-grid {
    gap: clamp(1.1rem, 2vw, 1.6rem);
}

body.landing-page .grid-3,
body.landing-page .grid-4,
body.landing-page .snapshot-grid,
body.landing-page .proof-grid,
body.landing-page .deliverables-grid,
body.landing-page .timeline,
body.landing-page .faq-grid,
body.landing-page .why-grid {
    gap: clamp(1.25rem, 2vw, 1.75rem);
}

.card-elevated,
.card-standard,
.card-subtle,
.panel,
.panel-soft,
.proof-snapshot,
.deliverable-card,
.product-card,
.post-card,
.article-offer-card,
.article-bottom-band-card {
    position: relative;
    overflow: hidden;
    border-color: var(--band-border);
    box-shadow: var(--band-shadow-premium);
    border-radius: var(--band-radius);
}

.panel::before,
.panel-soft::before,
.proof-snapshot::before,
.deliverable-card::before,
.product-card::before,
.post-card::before,
.article-offer-card::before,
.article-bottom-band-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 28%),
        radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.13), transparent 34%);
    opacity: 0.58;
}

.panel::after,
.panel-soft::after,
.proof-snapshot::after,
.deliverable-card::after,
.post-card::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    pointer-events: none;
    opacity: 0.16;
    background:
        linear-gradient(90deg, currentColor 1px, transparent 1px),
        linear-gradient(currentColor 1px, transparent 1px);
    background-size: 14px 14px;
    color: var(--accent);
    mask-image: radial-gradient(circle at center, #000, transparent 72%);
}

.panel > *,
.panel-soft > *,
.proof-snapshot > *,
.deliverable-card > *,
.product-card > *,
.post-card > *,
.article-offer-card > *,
.article-bottom-band-card > * {
    position: relative;
    z-index: 1;
}

.service-card,
.offer-card,
.project-card,
.blog-card,
.panel,
.panel-soft,
.proof-snapshot,
.deliverable-card,
.product-info,
.post-card {
    text-align: left;
}

.product-section {
    padding-inline: var(--band-gutter);
}

body.page-services .panel {
    display: flex;
    flex-direction: column;
}

body.page-services .service-panel {
    min-height: 100%;
    padding-top: 1.35rem;
}

body.page-services .service-panel h3 {
    margin-top: 0.85rem;
}

body.page-services .panel .quiet-links {
    margin-top: auto;
    padding-top: 1rem;
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.service-mark {
    display: inline-grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.85rem;
    background:
        linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(99, 102, 241, 0.16)),
        rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(34, 211, 238, 0.24);
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
    box-shadow: 0 0 0 0.35rem rgba(34, 211, 238, 0.06);
}

.service-type {
    color: var(--accent-soft);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.service-price {
    margin: 1.1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--band-border);
    color: var(--band-ink);
    font-size: 0.88rem;
    font-weight: 750;
}

.process-section .section-head h2 {
    max-width: 44rem;
}

.services-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.8vw, 1.35rem);
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: calc(var(--band-radius) + 10px);
    background:
        linear-gradient(135deg, rgba(34, 211, 238, 0.08), transparent 26%),
        radial-gradient(circle at 84% 14%, rgba(99, 102, 241, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(10, 18, 32, 0.9), rgba(6, 12, 22, 0.98));
    box-shadow: 0 34px 90px rgba(2, 8, 23, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.services-flow::before {
    content: "";
    position: absolute;
    left: calc(1.35rem + 8%);
    right: calc(1.35rem + 8%);
    top: calc(1.35rem + 2.2rem);
    height: 2px;
    background:
        linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.62), rgba(99, 102, 241, 0.42), transparent);
    box-shadow: 0 0 28px rgba(34, 211, 238, 0.22);
    pointer-events: none;
}

.services-flow::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(148, 163, 184, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(148, 163, 184, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 78%);
}

.flow-step,
.flow-custom {
    position: relative;
    border: 1px solid var(--band-border);
    border-radius: var(--band-radius);
    background: linear-gradient(180deg, rgba(15, 27, 45, 0.96), rgba(9, 18, 32, 0.98));
    box-shadow: var(--band-shadow);
}

.flow-step {
    z-index: 1;
    display: flex;
    min-height: 13rem;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.15rem;
    padding: clamp(1.15rem, 2vw, 1.55rem);
    background:
        radial-gradient(circle at 18% 0%, rgba(34, 211, 238, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(16, 30, 50, 0.96), rgba(8, 16, 29, 0.98));
    transform: translateY(0);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.flow-step:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 211, 238, 0.3);
    box-shadow: 0 30px 90px rgba(2, 8, 23, 0.42), 0 0 40px rgba(34, 211, 238, 0.08);
}

.flow-step::before {
    content: attr(data-stage);
    align-self: flex-end;
    color: var(--accent-soft);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.flow-number {
    display: inline-grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.85rem;
    background:
        linear-gradient(135deg, rgba(34, 211, 238, 0.95), rgba(99, 102, 241, 0.76));
    color: #04111d;
    font-weight: 900;
    box-shadow: 0 0 0 0.5rem rgba(34, 211, 238, 0.08), 0 18px 45px rgba(34, 211, 238, 0.14);
}

.flow-step h3,
.flow-custom h3 {
    margin-bottom: 0.35rem;
}

.flow-step p,
.flow-custom p {
    margin: 0;
    color: var(--text-soft);
}

.flow-custom {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: clamp(1.1rem, 2vw, 1.5rem);
    background:
        radial-gradient(circle at 6% 30%, rgba(34, 211, 238, 0.2), transparent 28%),
        radial-gradient(circle at 90% 24%, rgba(99, 102, 241, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(15, 27, 45, 0.94), rgba(9, 18, 32, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.flow-custom .section-eyebrow {
    margin-bottom: 0.35rem;
}

.flow-custom a {
    justify-self: end;
    color: var(--accent);
    font-weight: 800;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.08);
}

.product-card {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(8, 15, 30, 0.98));
    margin-bottom: clamp(1.35rem, 3vw, 2.25rem);
}

.product-card-inner {
    align-items: stretch;
}

.product-card:nth-of-type(even) .product-card-inner {
    direction: rtl;
}

.product-card:nth-of-type(even) .product-info,
.product-card:nth-of-type(even) .product-visual {
    direction: ltr;
}

.product-info,
.product-visual {
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.product-info h2 {
    max-width: 18ch;
}

.blog-hero {
    max-width: none;
    padding: var(--band-space) var(--band-gutter) calc(var(--band-space) - 1rem);
    text-align: left;
}

.blog-hero-inner {
    width: min(100%, 78rem);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--band-gutter);
    padding-right: var(--band-gutter);
    display: grid;
    grid-template-columns: minmax(0, 68rem);
    justify-content: start;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    align-items: start;
}

.blog-hero-copy {
    max-width: 52rem;
}

.blog-hero .badge,
.blog-hero h1,
.blog-hero p {
    max-width: var(--band-container);
    margin-left: auto;
    margin-right: auto;
}

.blog-hero-copy .badge,
.blog-hero-copy h1,
.blog-hero-copy p {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

.blog-hero h1 {
    max-width: 18ch;
}

.blog-hero-copy p {
    max-width: 38rem;
}

.blog-hero .hero-aside {
    padding: 1rem 1.1rem;
    border-radius: 16px;
    border: 1px solid var(--band-border-strong);
    background: linear-gradient(180deg, rgba(17, 29, 48, 0.92), rgba(10, 18, 32, 0.98));
    box-shadow: var(--band-shadow);
    align-self: start;
    justify-self: start;
    width: 100%;
}

.blog-hero .statline {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #67e8f9;
}

.blog-hero .list-quiet {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-hero .list-quiet li::marker {
    content: "";
}

.blog-hero .list-quiet li {
    position: relative;
    padding-left: 1.1rem;
    color: #e2e8f0;
    line-height: 1.45;
    max-width: 17rem;
}

.blog-hero .list-quiet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--accent, #22d3ee);
}

.posts-section {
    max-width: var(--band-container-wide);
    padding-inline: var(--band-gutter);
}

.posts-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.post-card {
    padding: 1.55rem;
}

body.landing-page .hero-aside ul,
body.landing-page .hero-aside .list-quiet {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
}

body.landing-page .hero-aside li {
    max-width: 17rem;
    line-height: 1.45;
}

body.page-products .hero {
    padding: 0 var(--band-gutter);
}

body.page-products .hero-shell {
    width: min(100%, 78rem);
    min-height: clamp(20rem, 46vh, 27rem);
    padding-top: clamp(3rem, 5vw, 4.25rem);
    padding-bottom: clamp(3rem, 5vw, 4.25rem);
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 27rem);
    justify-content: stretch;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
}

body.page-products .products-hero-copy {
    max-width: 52rem;
    padding: 0;
}

body.page-products .hero h1 {
    max-width: 16ch;
}

body.page-products .hero-side {
    justify-content: flex-start;
    width: 100%;
}

body.page-products .hero-panel {
    width: 100%;
    padding: 1rem 1.1rem;
    border-radius: 16px;
}

body.page-products .hero-panel h2 {
    max-width: 28rem;
}

body.page-products .hero-panel ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
}

body.page-products .hero-panel li {
    position: relative;
    padding-left: 1.1rem;
    max-width: 17rem;
    line-height: 1.45;
}

body.page-products .product-section {
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

body.page-products .product-card-inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.75fr);
}

body.page-products .product-card:nth-of-type(even) .product-card-inner {
    direction: ltr;
}

body.page-products .product-visual {
    min-height: clamp(16rem, 32vw, 22rem);
}

body.page-products .visual-shield {
    width: clamp(8rem, 16vw, 11rem);
    height: clamp(8rem, 16vw, 11rem);
}

@media (min-width: 981px) {
    .services-grid,
    .offers-grid,
    .why-grid,
    .projects-grid,
    .blog-grid,
    .grid-3,
    .deliverables-grid,
    .process-strip,
    .posts-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .services-grid > *,
    .offers-grid > *,
    .why-grid > *,
    .projects-grid > *,
    .blog-grid > *,
    .grid-3 > *,
    .deliverables-grid > *,
    .process-strip > *,
    .posts-grid > * {
        grid-column: span 2;
    }

    .services-grid:has(> :nth-child(4):last-child) > *,
    .offers-grid:has(> :nth-child(4):last-child) > *,
    .why-grid:has(> :nth-child(4):last-child) > *,
    .projects-grid:has(> :nth-child(4):last-child) > *,
    .blog-grid:has(> :nth-child(4):last-child) > *,
    .grid-3:has(> :nth-child(4):last-child) > *,
    .deliverables-grid:has(> :nth-child(4):last-child) > *,
    .process-strip:has(> :nth-child(4):last-child) > *,
    .posts-grid:has(> :nth-child(4):last-child) > * {
        grid-column: span 3;
    }

    .services-grid:has(> :nth-child(5):last-child) > :nth-last-child(-n+2),
    .offers-grid:has(> :nth-child(5):last-child) > :nth-last-child(-n+2),
    .why-grid:has(> :nth-child(5):last-child) > :nth-last-child(-n+2),
    .projects-grid:has(> :nth-child(5):last-child) > :nth-last-child(-n+2),
    .blog-grid:has(> :nth-child(5):last-child) > :nth-last-child(-n+2),
    .grid-3:has(> :nth-child(5):last-child) > :nth-last-child(-n+2),
    .deliverables-grid:has(> :nth-child(5):last-child) > :nth-last-child(-n+2),
    .process-strip:has(> :nth-child(5):last-child) > :nth-last-child(-n+2),
    .posts-grid:has(> :nth-child(5):last-child) > :nth-last-child(-n+2) {
        grid-column: span 3;
    }

    .services-grid:has(> :nth-child(4):last-child),
    .why-grid:has(> :nth-child(4):last-child),
    .projects-grid:has(> :nth-child(4):last-child),
    .blog-grid:has(> :nth-child(4):last-child),
    .grid-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .services-grid:has(> :nth-child(4):last-child) > *,
    .why-grid:has(> :nth-child(4):last-child) > *,
    .projects-grid:has(> :nth-child(4):last-child) > *,
    .blog-grid:has(> :nth-child(4):last-child) > *,
    .grid-4 > * {
        grid-column: auto;
    }

    .grid-2,
    .snapshot-grid,
    .spotlight-grid,
    .contact-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid-2 > *,
    .snapshot-grid > *,
    .spotlight-grid > *,
    .contact-grid > * {
        grid-column: span 2;
    }

    .grid-2:has(> :last-child:nth-child(odd)) > :last-child,
    .snapshot-grid:has(> :last-child:nth-child(odd)) > :last-child,
    .spotlight-grid:has(> :last-child:nth-child(odd)) > :last-child,
    .contact-grid:has(> :last-child:nth-child(odd)) > :last-child {
        grid-column: 1 / -1;
    }

    body.landing-page .hero-aside ul,
    body.landing-page .hero-aside .list-quiet,
    .blog-hero .list-quiet,
    body.page-products .hero-panel ul {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.landing-page .hero-aside li,
    .blog-hero .list-quiet li,
    body.page-products .hero-panel li {
        grid-column: auto;
        max-width: none;
    }
}

.article-header {
    padding-top: var(--band-space-lg);
    padding-bottom: calc(var(--band-space) - 1rem);
    text-align: left;
}

.article-header > *,
.article-header .article-header-inner {
    max-width: var(--band-container);
    margin-left: auto;
    margin-right: auto;
}

.article-header .article-header-inner {
    display: grid;
    gap: 1rem;
}

.article-subhead {
    max-width: 42rem;
    margin-left: 0;
}

.article-meta {
    justify-content: flex-start;
}

.article-body,
.article-footer {
    max-width: var(--band-container);
    padding-inline: var(--band-gutter);
}

.article-body > * {
    max-width: 42rem;
}

.article-body .article-note,
.article-body .article-offer,
.article-body .article-bottom-band,
.article-body figure,
.article-body pre,
.article-body table,
.article-body .comparison-panel {
    max-width: 48rem;
}

.footer {
    margin-top: 0;
}

.footer-inner {
    padding-top: calc(var(--band-space) - 1.5rem);
    padding-bottom: calc(var(--band-space) - 1.75rem);
}

.contact-inner {
    padding-top: var(--band-space);
    padding-bottom: var(--band-space);
}

@media (max-width: 980px) {
    .hero-inner,
    body.landing-page .hero-grid,
    .blog-hero-inner,
    .product-card-inner,
    .posts-grid {
        grid-template-columns: 1fr;
    }

    .product-card:nth-of-type(even) .product-card-inner {
        direction: ltr;
    }

    .credentials-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-products .product-card-inner {
        grid-template-columns: 1fr;
    }

    body.page-products .hero-shell {
        grid-template-columns: 1fr;
    }

    body.page-products .hero h1 {
        max-width: none;
    }

    body.page-products .hero-panel ul {
        display: grid;
    }

    body.page-products .hero-panel li {
        max-width: none;
    }

    body.page-products .product-visual {
        min-height: 13rem;
        order: 0;
    }

    .services-flow {
        grid-template-columns: 1fr;
    }

    .services-flow::before {
        left: 1.15rem;
        right: auto;
        top: 1.5rem;
        bottom: 6.75rem;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg, rgba(34, 211, 238, 0.45), rgba(99, 102, 241, 0.22), transparent);
    }

    .flow-custom {
        grid-template-columns: 1fr;
    }

    .flow-custom a {
        justify-self: start;
    }
}

@media (max-width: 768px) {
    .hero,
    body.landing-page .hero,
    .blog-hero,
    .article-header {
        padding-top: clamp(2.75rem, 8vw, 3.5rem);
    }

    .hero-inner,
    body.landing-page .hero .shell {
        padding-top: clamp(2.75rem, 8vw, 3.5rem);
        padding-bottom: clamp(2.75rem, 8vw, 3.5rem);
    }

    .hero h1,
    body.landing-page .hero h1,
    .blog-hero h1,
    .section-header h2,
    .section-head h2,
    .product-info h2 {
        max-width: none;
    }

    .hero-inner {
        min-height: auto;
    }

    .hero .credentials {
        grid-column: auto;
        grid-row: auto;
        align-self: stretch;
    }

    .credentials-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .credentials-inner > div {
        padding: 0.65rem 0.8rem;
    }

    .blog-hero .hero-aside {
        max-width: none;
    }

    body.page-products .hero-shell {
        min-height: auto;
        padding-top: clamp(2.75rem, 8vw, 3.5rem);
        padding-bottom: clamp(2.75rem, 8vw, 3.5rem);
    }

    body.page-products .product-info,
    body.page-products .product-visual {
        padding: 1.35rem;
    }

    body.page-products .product-visual {
        min-height: 11rem;
        order: 0;
    }

    .section,
    .product-section,
    .posts-section,
    .article-body,
    .article-footer,
    .contact-inner {
        padding-top: clamp(3rem, 8vw, 4rem);
        padding-bottom: clamp(3rem, 8vw, 4rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .flow-step {
        transition: none;
    }

    .flow-step:hover {
        transform: none;
    }
}
