:root {
    --bg: #07090f;
    --bg-2: #0d111b;
    --card: #111827;
    --muted: #6b7280;
    --text: #111827;
    --white: #ffffff;
    --soft: #f5f7fb;
    --line: rgba(255,255,255,.12);
    --line-dark: rgba(15,23,42,.1);
    --red: #800000;
    --red-2: #b30000;
    --red-3: #ef4444;
    --blue: #0c4a6e;
    --radius: 28px;
    --shadow: 0 24px 70px rgba(0,0,0,.24);
    --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
}
@supports (overflow: clip) {
    html, body { overflow-x: clip; }
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
/* Mobile overflow guardrails */
.site-header,
.site-main,
.site-footer,
.section,
.hero,
.trust-strip {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
@supports (overflow: clip) {
    .site-header,
    .site-main,
    .site-footer,
    .section,
    .hero,
    .trust-strip { overflow-x: clip; }
}
.container,
.nav-shell,
.hero-grid,
.split-grid,
.quote-grid,
.faq-grid,
.service-grid,
.industry-grid,
.work-grid,
.process-line,
.strip-grid,
.footer-grid,
.form-row,
.checkbox-grid,
.quote-form,
.hero-copy,
.hero-panel {
    min-width: 0;
    max-width: 100%;
}
.hero-grid > *,
.split-grid > *,
.quote-grid > *,
.faq-grid > *,
.service-grid > *,
.industry-grid > *,
.work-grid > *,
.process-line > *,
.strip-grid > *,
.footer-grid > *,
.form-row > *,
.checkbox-grid > * {
    min-width: 0;
}
h1, h2, h3, p, li, a, span, strong, summary, label {
    overflow-wrap: break-word;
}
.container { width: min(1180px, calc(100% - 40px)); max-width: calc(100% - 40px); margin: 0 auto; }
.narrow { max-width: 860px; }
.skip-link {
    position: absolute;
    left: -999px;
    top: 12px;
    background: var(--white);
    color: #000;
    padding: 10px 14px;
    z-index: 999;
}
.skip-link:focus { left: 12px; }
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 16px 0;
    transition: background .25s ease, padding .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
    background: rgba(5, 7, 12, .82);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(0,0,0,.22);
    padding: 10px 0;
}
.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-width: 0;
}
.brand { display: inline-flex; align-items: center; min-width: 0; flex-shrink: 1; }
.brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 20px;
    padding: 9px 16px;
    box-shadow: 0 14px 35px rgba(0,0,0,.25);
    min-height: 58px;
    width: min(218px, 52vw);
    max-width: 100%;
}
.brand-logo,
.brand-logo-wrap img,
.custom-logo-link img {
    width: 100%;
    max-width: 218px;
    max-height: 44px;
    height: auto;
    object-fit: contain;
}
.menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 5px;
    margin: 0;
    padding: 7px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    backdrop-filter: blur(18px);
}
.menu a {
    display: inline-flex;
    align-items: center;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    font-weight: 650;
    padding: 10px 14px;
    border-radius: 999px;
    transition: all .2s ease;
}
.menu a:hover { background: rgba(255,255,255,.12); color: var(--white); }
.menu .nav-cta,
.menu a[href="#quote"] {
    background: linear-gradient(135deg, var(--red), var(--red-2));
    color: var(--white);
    box-shadow: 0 12px 28px rgba(128,0,0,.35);
}
.nav-toggle {
    display: none;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.1);
    width: 46px;
    height: 46px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    flex: 0 0 46px;
    cursor: pointer;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--white); border-radius: 4px; }
.section { padding: 104px 0; position: relative; }
.section-dark { background: var(--bg); color: var(--white); }
.section-light { background: var(--soft); color: var(--text); }
.section-muted { background: #eceff5; color: var(--text); }
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 160px 0 90px;
    background:
        radial-gradient(circle at 12% 26%, rgba(128,0,0,.52), transparent 35%),
        radial-gradient(circle at 80% 65%, rgba(12,74,110,.45), transparent 35%),
        linear-gradient(135deg, #07090f 0%, #0b0f18 48%, #07090f 100%);
}
#networkCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .82;
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(circle at center, black 0%, transparent 76%);
    pointer-events: none;
}
.hero-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    right: -120px;
    top: 120px;
    background: rgba(128,0,0,.22);
    filter: blur(70px);
}
.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
}
.eyebrow,
.kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--red-3);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 800;
    font-size: 12px;
}
.eyebrow span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--red-3);
    box-shadow: 0 0 18px rgba(239,68,68,.9);
}
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
    margin: 20px 0 22px;
    font-size: clamp(46px, 6vw, 82px);
    line-height: .96;
    letter-spacing: -.065em;
    max-width: 760px;
}
.hero-lead {
    color: rgba(255,255,255,.74);
    font-size: 19px;
    max-width: 680px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    cursor: pointer;
    font: inherit;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
    background: linear-gradient(135deg, var(--red), var(--red-2));
    color: var(--white);
    box-shadow: 0 18px 40px rgba(128,0,0,.38);
}
.button.ghost {
    color: var(--white);
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
}
.button.full { width: 100%; }
.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 540px;
}
.hero-metrics div {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.07);
    border-radius: 22px;
    padding: 18px;
    backdrop-filter: blur(12px);
}
.hero-metrics strong { display: block; font-size: 30px; line-height: 1; }
.hero-metrics span { color: rgba(255,255,255,.62); font-size: 13px; }
.hero-panel {
    min-height: 610px;
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
    border-radius: 42px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
}
.status-card,
.signal-list {
    position: relative;
    z-index: 2;
    background: rgba(2,6,12,.62);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px;
    padding: 16px;
    backdrop-filter: blur(14px);
}
.status-card { display: flex; align-items: center; gap: 12px; width: fit-content; max-width: 100%; }
.status-card strong { display: block; }
.status-card small { overflow-wrap: anywhere; }
.status-card small { color: rgba(255,255,255,.58); }
.dot { width: 11px; height: 11px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 18px #22c55e; }
.orbit-system {
    position: absolute;
    inset: 60px 20px 90px;
    display: grid;
    place-items: center;
}
.center-node {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 30px;
    color: var(--white);
    background: linear-gradient(135deg, var(--red), #0d111b);
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 0 80px rgba(128,0,0,.42);
    z-index: 3;
}
.orbit {
    position: absolute;
    border: 1px dashed rgba(255,255,255,.22);
    border-radius: 50%;
    animation: spin 22s linear infinite;
}
.orbit-one { width: 330px; height: 330px; }
.orbit-two { width: 470px; height: 470px; animation-duration: 35s; animation-direction: reverse; }
.node {
    position: absolute;
    min-width: 72px;
    padding: 10px 12px;
    border-radius: 16px;
    text-align: center;
    font-weight: 800;
    font-size: 12px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
}
.node-a { top: 24%; left: 18%; }
.node-b { top: 18%; right: 16%; }
.node-c { bottom: 20%; left: 18%; }
.node-d { bottom: 25%; right: 12%; }
.signal-list {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: grid;
    gap: 10px;
}
.signal-list div { display: flex; gap: 10px; color: rgba(255,255,255,.78); font-size: 14px; }
.signal-list span { color: var(--red-3); font-weight: 900; }
@keyframes spin { to { transform: rotate(360deg); } }
.trust-strip {
    background: #0b0f18;
    color: rgba(255,255,255,.72);
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 20px 0;
}
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.strip-grid span { display: flex; align-items: center; gap: 10px; font-weight: 750; font-size: 14px; }
.strip-grid span::before { content: ""; width: 8px; height: 8px; background: var(--red-3); border-radius: 50%; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2,
.split-section h2,
.quote-copy h2,
.faq-grid h2 {
    font-size: clamp(34px, 4vw, 58px);
    letter-spacing: -.045em;
    line-height: 1.03;
    margin: 12px 0 16px;
}
.section-heading p,
.split-section p,
.quote-copy p,
.faq-grid p { color: #606878; font-size: 18px; }
.section-dark .section-heading p,
.section-dark .split-section p,
.section-dark .quote-copy p { color: rgba(255,255,255,.68); }
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.service-card {
    background: var(--white);
    border: 1px solid var(--line-dark);
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 16px 50px rgba(15,23,42,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 70px rgba(15,23,42,.14); }
.service-card img { width: 100%; height: 220px; object-fit: cover; }
.card-body { padding: 26px; }
.card-body > span,
.industry-card span,
.process-step span {
    display: inline-flex;
    color: var(--red-2);
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 12px;
}
.service-card h3,
.industry-card h3,
.process-step h3,
.work-card h3 { margin-bottom: 10px; font-size: 24px; letter-spacing: -.02em; }
.service-card p,
.industry-card p,
.process-step p,
.work-card p { color: #667085; margin-bottom: 0; }
ul { padding-left: 20px; color: #4b5563; }
.service-card.solid {
    background: linear-gradient(145deg, #0b0f18, #141b2b);
    color: var(--white);
    min-height: 100%;
    display: flex;
    align-items: stretch;
}
.service-card.solid p,
.service-card.solid ul { color: rgba(255,255,255,.7); }
.service-card.solid a { color: var(--white); font-weight: 900; display: inline-flex; margin-top: 16px; }
.split-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 56px;
    align-items: center;
}
.feature-list { display: grid; gap: 14px; margin-top: 28px; }
.feature-list div {
    display: grid;
    grid-template-columns: minmax(64px, 90px) minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px;
    background: rgba(255,255,255,.06);
}
.feature-list strong { color: var(--white); }
.feature-list span { color: rgba(255,255,255,.68); }
.system-card { position: relative; border-radius: 40px; overflow: hidden; min-height: 520px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.13); }
.system-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.system-overlay {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(0,0,0,.58);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(16px);
}
.system-overlay strong { display: block; margin-bottom: 5px; }
.system-overlay span { color: rgba(255,255,255,.7); }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.industry-card {
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line-dark);
    border-radius: 28px;
    min-height: 220px;
    box-shadow: 0 14px 42px rgba(15,23,42,.07);
}
.industry-card.highlight { background: linear-gradient(135deg, var(--red), #1a1f2d); color: var(--white); }
.industry-card.highlight p { color: rgba(255,255,255,.72); }
.industry-card.highlight span { color: var(--white); }
.process-wrap { position: relative; }
.process-line { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.process-step {
    background: rgba(255,255,255,.75);
    border: 1px solid var(--line-dark);
    border-radius: 28px;
    padding: 24px;
    position: relative;
}
.brands-section { overflow: hidden; }
.brands-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(128,0,0,.35), transparent 35%);
    pointer-events: none;
}
.brand-cloud { display: flex; flex-wrap: wrap; gap: 12px; position: relative; }
.brand-cloud span {
    padding: 14px 18px;
    border-radius: 999px;
    color: rgba(255,255,255,.86);
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.07);
    font-weight: 800;
}
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.work-card {
    border-radius: 30px;
    background: var(--white);
    overflow: hidden;
    border: 1px solid var(--line-dark);
    box-shadow: 0 16px 50px rgba(15,23,42,.08);
}
.work-card img { height: 230px; width: 100%; object-fit: cover; }
.work-card div { padding: 24px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 48px; align-items: start; }
.faq-list { display: grid; gap: 14px; }
details {
    background: rgba(255,255,255,.8);
    border: 1px solid var(--line-dark);
    border-radius: 22px;
    padding: 18px 20px;
}
summary { cursor: pointer; font-weight: 900; font-size: 18px; }
details p { margin: 12px 0 0; color: #667085; }
.quote-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 0% 0%, rgba(128,0,0,.52), transparent 32%),
        radial-gradient(circle at 90% 60%, rgba(12,74,110,.38), transparent 30%),
        #07090f;
}
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: start; }
.quote-points { display: grid; gap: 14px; margin-top: 28px; }
.quote-points div {
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
}
.quote-points strong { display: block; margin-bottom: 4px; }
.quote-points span { color: rgba(255,255,255,.66); }
.quote-form {
    padding: 30px;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.94);
    color: var(--text);
    box-shadow: var(--shadow);
}
.form-row.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.quote-form label { display: grid; gap: 8px; font-weight: 850; font-size: 14px; color: #1f2937; margin-bottom: 14px; }
.quote-form input,
.quote-form textarea,
.quote-form select {
    width: 100%;
    border: 1px solid #d7dce5;
    border-radius: 16px;
    padding: 14px 14px;
    font: inherit;
    background: #f9fafb;
    color: #111827;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus { border-color: var(--red-2); box-shadow: 0 0 0 4px rgba(179,0,0,.1); }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 14px; }
.checkbox-grid label {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f7fb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 12px;
    margin: 0;
    font-weight: 750;
}
.checkbox-grid input { width: 18px; height: 18px; accent-color: var(--red); }
.form-note { margin: 12px 0 0; color: #6b7280; font-size: 13px; text-align: center; }
.form-alert { padding: 14px 16px; border-radius: 16px; margin-bottom: 16px; font-weight: 800; }
.form-alert.success { background: #dcfce7; color: #166534; }
.form-alert.error { background: #fee2e2; color: #991b1b; }
.site-footer { background: #05070b; color: rgba(255,255,255,.72); padding: 70px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr .95fr; gap: 34px; }
.footer-logo-card { display: inline-flex; background: var(--white); border-radius: 18px; padding: 11px 14px; margin-bottom: 18px; }
.footer-logo-card img { width: 230px; height: auto; }
.site-footer h3 { color: var(--white); margin-bottom: 14px; }
.site-footer a,
.site-footer span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.72); }
.footer-button { display: inline-flex!important; color: var(--white)!important; background: var(--red); padding: 12px 16px; border-radius: 999px; font-weight: 850; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 46px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }
.page-content { padding-top: 160px; min-height: 60vh; }
.post-card { background: var(--white); padding: 28px; border-radius: 24px; margin-bottom: 18px; }
@media (max-width: 1040px) {
    .hero-grid, .split-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; }
    .hero-panel { min-height: 520px; }
    .service-grid, .industry-grid, .work-grid { grid-template-columns: repeat(2, 1fr); }
    .process-line { grid-template-columns: repeat(2, 1fr); }
    .strip-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
    .nav-toggle { display: inline-flex; }
    .site-nav {
        position: absolute;
        top: calc(100% + 12px);
        left: 20px;
        right: 20px;
        width: auto;
        max-width: calc(100% - 40px);
        display: none;
    }
    .site-nav.open { display: block; }
    .menu {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        border-radius: 24px;
        flex-direction: column;
        align-items: stretch;
        background: rgba(5,7,12,.96);
        padding: 12px;
    }
    .menu a { justify-content: center; }
    .site-header { padding: 12px 0; }
    .nav-shell { gap: 12px; }
    .brand-logo-wrap {
        width: min(180px, 54vw);
        min-height: 52px;
        padding: 8px 13px;
        border-radius: 17px;
    }
    .brand-logo,
    .brand-logo-wrap img,
    .custom-logo-link img { max-height: 36px; }
    .hero { padding-top: 132px; }
    .hero h1 { font-size: clamp(42px, 12vw, 64px); }
    .hero-metrics { grid-template-columns: 1fr; }
    .service-grid, .industry-grid, .work-grid, .process-line, .form-row.two, .checkbox-grid, .strip-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}
@media (max-width: 560px) {
    .container { width: calc(100% - 28px); max-width: 1180px; }
    .section { padding: 76px 0; }
    .site-header.scrolled { padding: 8px 0; }
    .brand-logo-wrap {
        width: min(166px, 50vw);
        min-height: 46px;
        padding: 7px 11px;
        border-radius: 15px;
    }
    .brand-logo,
    .brand-logo-wrap img,
    .custom-logo-link img { max-height: 32px; }
    .nav-toggle { width: 44px; height: 44px; flex-basis: 44px; border-radius: 14px; }
    .site-nav { left: 14px; right: 14px; }
    .menu a { padding: 13px 14px; font-size: 15px; }
    .hero { min-height: auto; padding: 118px 0 62px; }
    .hero-grid { gap: 38px; }
    .hero h1 { font-size: clamp(38px, 12vw, 54px); letter-spacing: -.05em; }
    .hero-lead { font-size: 17px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-panel { min-height: 430px; border-radius: 30px; padding: 16px; }
    .orbit-two { width: 340px; height: 340px; }
    .orbit-one { width: 240px; height: 240px; }
    .node { font-size: 10px; min-width: 60px; }
    .quote-form { padding: 20px; border-radius: 26px; }
}
@media (max-width: 380px) {
    .container { width: calc(100% - 22px); max-width: 1180px; }
    .nav-shell { gap: 8px; }
    .brand-logo-wrap {
        width: min(145px, 49vw);
        min-height: 42px;
        padding: 6px 9px;
        border-radius: 14px;
    }
    .brand-logo,
    .brand-logo-wrap img,
    .custom-logo-link img { max-height: 28px; }
    .nav-toggle { width: 42px; height: 42px; flex-basis: 42px; }
    .hero h1 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .orbit, .reveal { animation: none; transition: none; }
    .reveal { opacity: 1; transform: none; }
}

/* Keep phones locked to the viewport */
@media (max-width: 860px) {
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    @supports (overflow: clip) {
        html, body { overflow-x: clip; }
    }
    .site-header {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
    }
    .brand,
    .brand-logo-wrap,
    .nav-toggle { flex-shrink: 0; }
    .hero-panel,
    .service-card,
    .industry-card,
    .work-card,
    .process-step,
    .quote-form,
    details {
        max-width: 100%;
    }
    .button,
    input,
    textarea,
    select {
        max-width: 100%;
    }
}
@media (max-width: 420px) {
    .feature-list div { grid-template-columns: 1fr; }
    .status-card { width: 100%; }
    .signal-list { left: 16px; right: 16px; }
}
