:root {
    --ink:#001220;
    --navy:#0b2d3d;
    --teal:#0d3b54;
    --accent:#186784;
    --cyan:#8dcddd;
    --paper:#f3f6f7;
    --muted:#526772;
    --line:#d4dfe3;
    --shell:min(1240px,calc(100% - 96px));
}

* {
    box-sizing:border-box;
}

html {
    scroll-behavior:smooth;
    scroll-padding-top:110px;
}

body {
    margin:0;
    background:var(--paper);
    color:var(--ink);
    font-family:Inter,"Segoe UI",Arial,sans-serif;
    -webkit-font-smoothing:antialiased;
}

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

img {
    display:block;
    max-width:100%;
    height:auto;
}

button,input,select,textarea {
    font:inherit;
}

button,a,input,textarea,select {
    touch-action:manipulation;
}

a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
    outline:3px solid #3b9cb9;
    outline-offset:5px;
}

.shell {
    width:var(--shell);
    margin-inline:auto;
}

.skip-link {
    position:fixed;
    top:-100px;
    left:16px;
    z-index:100;
    background:white;
    padding:12px;
}

.skip-link:focus {
    top:12px;
}

.site-header {
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(255,255,255,.97);
    border-bottom:1px solid var(--line);
}

.header-inner {
    min-height:94px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.brand {
    flex-shrink:0;
}

.logo-lockup {
    display:block;
    position:relative;
    padding-bottom:12px;
}

.logo-lockup img {
    width:253px;
}

.logo-lockup small {
    position:absolute;
    bottom:0;
    left:65px;
    font-size:10px;
    letter-spacing:.05em;
    color:var(--teal);
}

nav {
    display:flex;
    align-items:center;
    gap:26px;
    font-size:13px;
    font-weight:600;
}

nav a:hover,.text-link:hover {
    color:var(--accent);
}

.button {
    background:var(--accent);
    color:white;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:24px;
    min-height:52px;
    padding:15px 23px;
    font-size:14px;
    font-weight:650;
    border:1px solid transparent;
    border-radius:2px;
    cursor:pointer;
    transition:background .2s;
}

.button:hover {
    background:#0d4c66;
    color:white;
}

.button.small {
    min-height:43px;
    padding:10px 17px;
}

.button:disabled {
    opacity:.5;
    cursor:not-allowed;
}

.nav-toggle {
    display:none;
}

.hero {
    position:relative;
    isolation:isolate;
    overflow:hidden;
    min-height:720px;
    background:var(--ink);
    color:white;
    padding:100px 0 90px;
    clip-path:polygon(0 0,100% 0,100% 94%,64% 100%,0 95%);
}

.hero-photo {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index:-2;
}

.hero:after {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(90deg,rgba(0,18,32,.96),rgba(0,18,32,.74) 37%,rgba(0,18,32,.04) 78%);
}

.eyebrow {
    font-size:11px;
    letter-spacing:.17em;
    font-weight:750;
    color:var(--accent);
    margin-bottom:23px;
    line-height:1.6;
}

.hero .eyebrow,.product .eyebrow,.cta .eyebrow {
    color:var(--cyan);
}

h1,h2,h3,p {
    margin-top:0;
}

h1 {
    font-size:clamp(48px,5.8vw,82px);
    letter-spacing:-.055em;
    line-height:1.02;
    font-weight:700;
    margin-bottom:26px;
}

em {
    font-style:normal;
    color:var(--accent);
}

.hero em {
    color:var(--cyan);
}

.hero-content>p {
    max-width:470px;
    color:#d0dce2;
    font-size:17px;
    line-height:1.7;
}

.actions {
    display:flex;
    align-items:center;
    gap:26px;
    flex-wrap:wrap;
    margin-top:30px;
}

.text-link {
    font-size:14px;
    font-weight:650;
    border-bottom:1px solid currentColor;
    padding-bottom:5px;
    display:inline-block;
}

.hero-signoff {
    margin-top:48px;
    font-size:18px;
    letter-spacing:.02em;
    color:#d2e4ea;
}

.hero-signoff sup {
    font-size:9px;
}

.hero-caption {
    position:absolute;
    right:5%;
    bottom:100px;
    text-align:right;
    font-size:10px;
    letter-spacing:.18em;
    line-height:1.8;
    color:#d7ebf1;
}

.section {
    padding:96px 0;
}

h2 {
    font-size:clamp(34px,3.6vw,52px);
    line-height:1.12;
    letter-spacing:-.04em;
    font-weight:650;
    margin-bottom:24px;
}

.section-heading {
    display:grid;
    grid-template-columns:1.15fr 1fr;
    gap:90px;
    align-items:center;
    margin-bottom:48px;
}

p {
    font-size:16px;
    line-height:1.75;
    color:var(--muted);
}

.section-heading>p {
    max-width:450px;
}

.cap-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-top:1px solid var(--line);
}

.cap-grid article {
    padding:32px 32px 0 0;
}

.cap-grid article+article {
    border-left:1px solid var(--line);
    padding-left:32px;
}

.number {
    font-size:10px;
    letter-spacing:.13em;
    color:var(--accent);
    font-weight:750;
}

.cap-grid h3 {
    font-size:26px;
    line-height:1.2;
    letter-spacing:-.025em;
    margin:28px 0 16px;
}

.cap-grid p {
    font-size:14px;
    margin-bottom:0;
}

.product {
    background:var(--ink);
    color:white;
    position:relative;
}

.product-top {
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:baseline;
    margin-bottom:42px;
}

.release {
    color:#b2cbd5;
    border:1px solid #345261;
    padding:8px 12px;
    font-size:10px;
    letter-spacing:.12em;
    white-space:nowrap;
}

.product-grid {
    display:grid;
    grid-template-columns:1fr 1.15fr;
    gap:72px;
    align-items:center;
}

.wordmark {
    font-size:clamp(36px,4.8vw,66px);
    letter-spacing:-.06em;
    margin-bottom:24px;
}

.wordmark span {
    color:var(--cyan);
}

sup {
    font-size:.27em;
    vertical-align:super;
    letter-spacing:0;
}

.product h3 {
    font-size:clamp(32px,3.5vw,49px);
    font-weight:500;
    line-height:1.1;
    letter-spacing:-.035em;
    margin-bottom:25px;
}

.product em {
    color:var(--cyan);
}

.product p {
    color:#abc1cb;
    font-size:15px;
}

.product p.lede {
    color:#e3edf0;
    font-size:18px;
    line-height:1.5;
}

.product .button {
    margin-top:12px;
}

.product-photo {
    margin:0;
    position:relative;
    align-self:stretch;
    min-height:420px;
    overflow:hidden;
}

.product-photo img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:62% center;
}

.product-photo:after {
    content:"";
    position:absolute;
    inset:40% 0 0;
    background:linear-gradient(transparent,rgba(0,18,32,.9));
}

.product-photo figcaption {
    position:absolute;
    bottom:28px;
    left:28px;
    z-index:1;
}

.product-photo figcaption span {
    display:block;
    letter-spacing:.15em;
    font-size:9px;
    color:#b1d7e0;
    margin-bottom:9px;
}

.product-photo figcaption strong {
    font-size:25px;
    font-weight:500;
}

.feature-row {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    border-top:1px solid #2b424f;
    margin-top:55px;
    padding-top:26px;
    font-size:12px;
    color:#b2c8d3;
}

.feature-row span:before {
    content:"+";
    color:var(--cyan);
    margin-right:14px;
}

.scotty {
    background:#e7eff2;
}

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

.scotty-name {
    color:var(--teal);
    font-size:25px;
    font-weight:600;
    margin-bottom:12px;
}

.scotty-card {
    background:#fff;
    border:1px solid #cfdee4;
    padding:36px;
    box-shadow:0 20px 70px #0d3b540b;
}

.card-label {
    display:flex;
    gap:12px;
    align-items:center;
    font-weight:750;
    letter-spacing:.12em;
    font-size:13px;
    color:var(--teal);
    padding-bottom:25px;
    border-bottom:1px solid var(--line);
}

.spark {
    font-size:29px;
}

.card-label>span:last-child {
    font-weight:500;
    font-size:8px;
    margin-left:auto;
    letter-spacing:.1em;
}

.sample-label {
    font-size:9px;
    letter-spacing:.14em;
    color:var(--muted);
    margin:35px 0 15px;
}

blockquote {
    font-size:27px;
    line-height:1.4;
    letter-spacing:-.025em;
    margin:0 0 26px;
    color:var(--teal);
}

.context-tags {
    display:flex;
    gap:6px;
    flex-wrap:wrap;
}

.context-tags span {
    font-size:10px;
    padding:7px 9px;
    background:#eef4f6;
    color:#416675;
}

.local-note {
    margin-top:36px;
    padding-top:22px;
    border-top:1px solid var(--line);
    font-size:13px;
}

.local-note p {
    font-size:12px;
    margin:8px 0 0;
}

.about {
    background:white;
}

.about .section-heading {
    margin-bottom:0;
}

.industry-list {
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    font-size:11px;
    border-top:1px solid var(--line);
    padding-top:22px;
    color:var(--accent);
}

.cta {
    padding:80px 0;
    background:var(--teal);
    color:white;
    position:relative;
    overflow:hidden;
}

.cta:after {
    content:"";
    position:absolute;
    width:540px;
    height:540px;
    border:1px solid #ffffff12;
    border-radius:50%;
    top:-180px;
    right:-70px;
    pointer-events:none;
}

.cta h2 {
    font-size:clamp(40px,6vw,80px);
    line-height:1.04;
    max-width:900px;
}

.cta-bottom {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:25px;
}

.cta-bottom p {
    color:#c1d6df;
    margin:0;
}

.cta .button {
    background:#e8f3f6;
    color:var(--teal);
}

footer {
    background:var(--ink);
    color:#b4c8d2;
    padding-top:56px;
}

.footer-grid {
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    gap:55px;
    padding-bottom:45px;
}

footer p,footer address {
    font-size:12px;
    line-height:1.8;
    color:#a8bfca;
    font-style:normal;
    margin:14px 0;
}

footer strong {
    font-size:12px;
    color:#e2edf1;
}

.footer-logo {
    font-size:25px;
    font-weight:700;
    letter-spacing:.05em;
    color:white;
}

.footer-grid>div>a:not(.footer-logo) {
    font-size:12px;
}

.legal {
    border-top:1px solid #253c49;
    display:flex;
    justify-content:space-between;
    gap:24px;
    padding:22px 0;
    font-size:10px;
    color:#8ca8b7;
}

.page-hero {
    min-height:65vh;
}

.page-hero h1 {
    font-size:clamp(42px,5vw,70px);
}

.contact-grid {
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:80px;
}

.contact-aside h1 {
    font-size:clamp(40px,5vw,65px);
}

.contact-aside address {
    font-style:normal;
    font-size:14px;
    line-height:1.8;
    color:var(--muted);
    margin:25px 0;
}

.contact-aside .phone {
    font-size:21px;
    line-height:1.8;
    color:var(--teal);
}

.contact-form {
    background:white;
    padding:36px;
    border:1px solid var(--line);
}

.form-row {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.field {
    margin-bottom:20px;
}

label {
    display:block;
    font-size:12px;
    font-weight:600;
    margin-bottom:8px;
}

input,select,textarea {
    width:100%;
    background:#f8fafb;
    border:1px solid #bcced6;
    border-radius:2px;
    padding:12px;
    color:var(--ink);
    min-width:0;
}

textarea {
    resize:vertical;
    min-height:150px;
}

.field-validation-error,.validation-summary-errors {
    font-size:12px;
    color:#a12727;
    line-height:1.5;
}

.validation-summary-valid {
    display:none;
}

.form-note {
    font-size:11px;
    margin-top:18px;
}

.notice {
    padding:18px;
    border:1px solid #a8c9b9;
    background:#edf8f1;
    font-size:14px;
    margin-bottom:20px;
}

.notice.unavailable {
    background:#f3f6f7;
    border-color:var(--line);
}

.trap {
    position:absolute;
    left:-10000px;
    width:1px;
    height:1px;
    overflow:hidden;
}

.cf-turnstile {
    margin:16px 0;
}

a[href^="tel:"]:hover {
    text-decoration:underline;
}

@media(min-width:1600px) {
    .hero {
        min-height:790px;
        padding-top:130px;
    }

}

@media(max-width:1050px) {
    :root {
        --shell:min(1240px,calc(100% - 56px));
    }

    nav {
        gap:15px;
        font-size:12px;
    }

    .logo-lockup img {
        width:215px;
    }

    .logo-lockup small {
        left:55px;
        font-size:9px;
    }

    .product-grid,.scotty-grid,.contact-grid {
        gap:40px;
    }

    .section-heading {
        gap:45px;
    }

    .hero {
        min-height:690px;
    }

    .hero-caption {
        display:none;
    }

}

@media(max-width:800px) {
    .header-inner {
        min-height:82px;
    }

    .nav-toggle {
        display:flex;
        gap:10px;
        background:none;
        border:1px solid var(--line);
        padding:10px;
        color:var(--teal);
        font-size:12px;
    }

    nav {
        display:none;
        position:absolute;
        top:100%;
        left:0;
        right:0;
        background:white;
        padding:22px 28px;
        border-bottom:1px solid var(--line);
        flex-direction:column;
        align-items:stretch;
        font-size:15px;
        gap:23px;
    }

    nav.open {
        display:flex;
    }

    .hero {
        padding-top:80px;
        min-height:670px;
    }

    .hero:after {
        background:linear-gradient(90deg,#001220ed,#001220a8 65%,#00122055);
    }

    .hero-photo {
        object-position:65%;
    }

    .hero-content>p {
        max-width:440px;
    }

    .section {
        padding:65px 0;
    }

    .section-heading,.product-grid,.scotty-grid,.contact-grid {
        grid-template-columns:1fr;
        gap:35px;
    }

    .section-heading {
        margin-bottom:35px;
    }

    .section-heading>p {
        max-width:100%;
    }

    .cap-grid h3 {
        font-size:22px;
    }

    .cap-grid article {
        padding-right:20px;
    }

    .cap-grid article+article {
        padding-left:20px;
    }

    .product-photo {
        height:420px;
        min-height:0;
    }

    .feature-row {
        grid-template-columns:1fr 1fr;
    }

    .product-top {
        align-items:flex-start;
    }

    .product-top .eyebrow {
        max-width:230px;
    }

    .scotty-card {
        max-width:600px;
    }

    .footer-grid {
        gap:25px;
    }

    .footer-logo {
        font-size:22px;
    }

    .cta {
        padding:65px 0;
    }

}

@media(max-width:520px) {
    :root {
        --shell:calc(100% - 40px);
    }

    .hero {
        min-height:655px;
        padding:65px 0 80px;
    }

    .hero h1 {
        font-size:51px;
    }

    .hero .eyebrow {
        font-size:9px;
        letter-spacing:.1em;
        max-width:270px;
    }

    .hero-content>p {
        font-size:15px;
        max-width:315px;
    }

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

    .hero-signoff {
        margin-top:32px;
        font-size:15px;
    }

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

    .cap-grid article,.cap-grid article+article {
        padding:25px 0;
        border-left:0;
        border-bottom:1px solid var(--line);
    }

    .cap-grid h3 {
        margin-top:15px;
    }

    .cap-grid h3 br {
        display:none;
    }

    .product-top {
        display:block;
    }

    .release {
        display:inline-block;
        margin-bottom:5px;
    }

    .wordmark {
        font-size:47px;
    }

    .product-photo {
        height:320px;
    }

    .feature-row {
        font-size:11px;
        gap:22px 12px;
    }

    .feature-row span:before {
        margin-right:6px;
    }

    .scotty-card {
        padding:24px;
    }

    .card-label>span:last-child {
        font-size:7px;
    }

    blockquote {
        font-size:24px;
    }

    .cta-bottom {
        align-items:flex-start;
        flex-direction:column;
    }

    .footer-grid {
        grid-template-columns:1fr;
        gap:20px;
    }

    .legal {
        flex-direction:column;
        font-size:9px;
        line-height:1.7;
    }

    .form-row {
        grid-template-columns:1fr;
        gap:0;
    }

    .contact-form {
        padding:20px;
    }

    .logo-lockup img {
        width:205px;
    }

    .logo-lockup small {
        left:53px;
    }

    .cf-turnstile {
        max-width:100%;
    }

}

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

    * {
        transition:none!important;
    }

}

.brand-trademark {
    position:absolute;
    right:-9px;
    top:14px;
    font-size:8px;
    color:var(--teal);
}

.contact-aside .phone small {
    font-size:10px;
    color:var(--muted);
}

/* Homepage refinement: company first, dark brand header, shallow hero transition. */
.site-header {
    background:rgba(0,18,32,.98);
    color:#ecf3f6;
    border-bottom:1px solid #284351;
}

.logo-lockup small {
    color:#b3ced8;
}

.brand-trademark {
    color:#fff;
}

nav a:hover {
    color:var(--cyan);
}

.nav-toggle {
    color:#e8f2f6;
    border-color:#49616e;
}

.home-hero {
    min-height:670px;
    padding:92px 0 88px;
    clip-path:polygon(0 0,100% 0,100% 96%,0 100%);
}

.home-hero h1 {
    font-size:clamp(38px,4.8vw,67px);
    line-height:1.08;
    max-width:760px;
    letter-spacing:-.045em;
}

.home-hero .hero-photo {
    object-position:72% center;
}

.home-hero:after {
    background:linear-gradient(90deg,#001220fa 0%,#001220e8 27%,#001220ae 49%,#00122022 83%);
}

.home-hero .hero-content>p {
    max-width:460px;
}

.manufacturing-ai {
    background:#e7eff2;
}

.ai-editorial {
    display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:72px;
    align-items:center;
}

.ai-editorial figure {
    margin:0;
    align-self:stretch;
}

.ai-editorial figure img {
    height:100%;
    min-height:460px;
    object-fit:cover;
    object-position:62% center;
}

.ai-editorial h2 {
    font-size:clamp(32px,3.1vw,45px);
}

.ai-capabilities {
    border-top:1px solid #c6d7de;
    margin-top:25px;
}

.ai-capabilities>div {
    display:grid;
    grid-template-columns:1fr 1.25fr;
    gap:15px;
    padding:16px 0;
    border-bottom:1px solid #c6d7de;
    font-size:12px;
}

.ai-capabilities strong {
    color:var(--teal);
}

.ai-capabilities span {
    color:var(--muted);
    line-height:1.55;
}

.wordmark {
    display:inline-flex;
    align-items:flex-start;
    gap:.035em;
    white-space:nowrap;
    line-height:1.05;
    letter-spacing:-.045em;
}

.wordmark .wordmark-letters {
    color:white;
}

.wordmark sup {
    font-size:.23em;
    line-height:1;
    margin-top:.24em;
    position:static;
    vertical-align:baseline;
    letter-spacing:0;
    color:var(--cyan);
}

.product-focused h3 {
    font-size:clamp(26px,3vw,40px);
    line-height:1.18;
}

.platform-summary {
    border-left:1px solid #2a4756;
    padding-left:40px;
}

.platform-summary>div {
    position:relative;
    padding:27px 0 25px 34px;
    border-bottom:1px solid #2a4756;
}

.platform-summary>div>span {
    position:absolute;
    left:0;
    top:29px;
    font-size:10px;
    color:var(--cyan);
}

.platform-summary strong {
    font-size:19px;
    font-weight:500;
}

.platform-summary p {
    margin:9px 0 0;
    font-size:13px;
}

.platform-summary>.number {
    color:var(--cyan);
}

@media(max-width:1050px) {
    nav {
        gap:16px;
    }

    .logo-lockup img {
        width:220px;
    }

    .ai-editorial {
        gap:40px;
    }

}

@media(max-width:800px) {
    nav {
        background:var(--ink);
        border-color:#284351;
    }

    .home-hero {
        padding:70px 0 80px;
        min-height:620px;
    }

    .home-hero h1 {
        font-size:clamp(36px,6.8vw,54px);
    }

    .home-hero:after {
        background:linear-gradient(90deg,#001220f2,#001220cd 55%,#00122055);
    }

    .ai-editorial {
        grid-template-columns:1fr;
        gap:35px;
    }

    .ai-editorial figure img {
        height:350px;
        min-height:0;
        width:100%;
        object-position:center;
    }

    .platform-summary {
        padding-left:0;
        border-left:0;
        border-top:1px solid #2a4756;
        padding-top:30px;
    }

}

@media(max-width:520px) {
    .home-hero {
        min-height:620px;
    }

    .home-hero h1 {
        font-size:clamp(31px,8.1vw,42px);
        line-height:1.13;
    }

    .home-hero .eyebrow {
        font-size:9px;
        letter-spacing:.08em;
    }

    .home-hero .hero-photo {
        object-position:65% center;
    }

    .home-hero .hero-content>p {
        font-size:15px;
        max-width:315px;
    }

    .ai-editorial figure img {
        height:260px;
    }

    .ai-capabilities>div {
        grid-template-columns:1fr;
        gap:6px;
    }

    .wordmark {
        font-size:44px;
    }

    .logo-lockup img {
        width:205px;
    }

}

/* Reference-led homepage top. Flat section boundaries throughout. */
.hero,.home-hero,.reference-hero {
    clip-path:none;
}

.reference-hero {
    min-height:625px;
    padding:82px 0 62px;
}

.reference-hero h1 {
    font-size:clamp(52px,6vw,85px);
    line-height:.98;
    letter-spacing:-.045em;
    max-width:820px;
    margin-bottom:26px;
}

.reference-hero h1 em {
    color:#e5f3f7;
}

.reference-hero h1 sup {
    font-size:.14em;
    margin-left:.25em;
    vertical-align:top;
    display:inline-block;
    transform:translateY(.45em);
    color:var(--cyan);
}

.reference-hero .eyebrow {
    font-size:11px;
    letter-spacing:.1em;
    margin-bottom:22px;
}

.reference-hero .hero-content>p {
    font-size:17px;
    line-height:1.65;
    max-width:485px;
}

.reference-hero .actions {
    gap:14px;
    margin-top:28px;
}

.button-outline {
    background:transparent;
    border-color:#b3c9d4;
    color:#fff;
}

.button-outline:hover {
    background:#ffffff12;
}

.hero-focus {
    display:flex;
    gap:28px;
    margin-top:52px;
    max-width:690px;
}

.hero-focus>div {
    padding-right:26px;
    border-right:1px solid #6c8795;
}

.hero-focus>div:last-child {
    padding-right:0;
    border:0;
}

.hero-focus span {
    display:block;
    color:#a5cfdf;
    font-size:8px;
    letter-spacing:.1em;
    line-height:1.5;
    margin-bottom:8px;
}

.hero-focus strong {
    font-size:16px;
    line-height:1.35;
    font-weight:600;
}

.capability-band {
    background:#f7fafb;
    padding:44px 0 46px;
    border-bottom:1px solid var(--line);
}

.capability-band-inner {
    display:grid;
    grid-template-columns:290px 1fr;
    gap:40px;
    align-items:center;
}

.capability-intro h2 {
    font-size:27px;
    line-height:1.04;
    letter-spacing:-.025em;
    margin-bottom:17px;
    font-weight:750;
}

.capability-intro p {
    font-size:12px;
    line-height:1.65;
    margin-bottom:20px;
}

.capability-intro .text-link {
    font-size:12px;
    border:1px solid #8cb2c3;
    padding:10px 12px;
    display:inline-flex;
    gap:14px;
    align-items:center;
    color:var(--accent);
}

.benefit-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
}

.benefit-grid article {
    text-align:center;
    padding:0 21px;
}

.benefit-grid article+article {
    border-left:1px solid #c6d7df;
}

.benefit-icon {
    font-size:34px;
    color:var(--teal);
    height:39px;
    width:42px;
    display:inline-block;
    margin-bottom:15px;
}

.benefit-grid .svg-inline--fa {
    height:39px;
    width:42px;
}

.benefit-grid h3 {
    font-size:15px;
    line-height:1.16;
    letter-spacing:-.015em;
    font-weight:750;
    margin-bottom:15px;
}

.benefit-grid p {
    font-size:12px;
    line-height:1.55;
    margin:0;
}

.button .svg-inline--fa,.text-link .svg-inline--fa {
    height:1em;
}

@media(max-width:1100px) {
    .capability-band-inner {
        grid-template-columns:245px 1fr;
        gap:24px;
    }

    .benefit-grid article {
        padding:0 14px;
    }

    .benefit-grid h3 {
        font-size:13px;
    }

    .reference-hero h1 {
        font-size:70px;
    }

    .hero-focus {
        gap:20px;
    }

}

@media(max-width:800px) {
    .reference-hero {
        min-height:620px;
        padding:65px 0 55px;
    }

    .reference-hero h1 {
        font-size:clamp(48px,8.5vw,67px);
    }

    .reference-hero .hero-content>p {
        max-width:420px;
    }

    .capability-band-inner {
        grid-template-columns:1fr;
        gap:35px;
    }

    .capability-intro {
        max-width:560px;
    }

    .capability-intro p {
        font-size:14px;
    }

    .capability-intro h2 {
        font-size:30px;
    }

    .benefit-grid article {
        padding:0 16px;
    }

    .benefit-grid h3 {
        font-size:14px;
    }

    .hero-focus strong {
        font-size:14px;
    }

}

@media(max-width:520px) {
    .reference-hero {
        min-height:610px;
        padding:58px 0 40px;
    }

    .reference-hero h1 {
        font-size:clamp(35px,9.1vw,47px);
        line-height:1.02;
        letter-spacing:-.04em;
    }

    .reference-hero .eyebrow {
        font-size:8px;
        letter-spacing:.05em;
        max-width:100%;
    }

    .reference-hero .hero-content>p {
        font-size:15px;
        max-width:310px;
    }

    .reference-hero .actions {
        flex-direction:row;
        gap:10px;
    }

    .reference-hero .button {
        font-size:12px;
        padding:12px 13px;
        gap:10px;
        min-height:46px;
    }

    .hero-focus {
        gap:12px;
        margin-top:38px;
    }

    .hero-focus>div {
        padding-right:10px;
        flex:1;
        min-width:0;
    }

    .hero-focus span {
        font-size:7px;
        letter-spacing:.03em;
    }

    .hero-focus strong {
        font-size:12px;
    }

    .benefit-grid {
        grid-template-columns:1fr 1fr;
        row-gap:32px;
    }

    .benefit-grid article:nth-child(3) {
        border-left:0;
    }

    .benefit-grid h3 {
        font-size:14px;
    }

    .capability-band {
        padding:35px 0;
    }

    .capability-intro h2 {
        font-size:29px;
    }

}

/* Closing homepage section */
.cta-manufacturing {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 64px 0;
    background: var(--ink);
}

.cta-manufacturing::after {
    content: none;
}

.cta-manufacturing::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient( 90deg, rgba(0, 18, 32, 0.97) 0%, rgba(0, 18, 32, 0.90) 38%, rgba(0, 18, 32, 0.48) 70%, rgba(0, 18, 32, 0.20) 100% );
}

.cta-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
}

.cta-manufacturing h2 {
    max-width: 720px;
    margin-bottom: 20px;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.cta-manufacturing h2 span {
    color: var(--cyan);
}

.cta-manufacturing p {
    max-width: 470px;
    margin-bottom: 26px;
    color: #d0e0e7;
    font-size: 16px;
    line-height: 1.7;
}

.cta-manufacturing .button {
    background: #e8f3f6;
    color: var(--teal);
}

.cta-manufacturing .button:hover {
    background: #ffffff;
}

@media (max-width: 600px) {
    .cta-manufacturing {
        padding: 48px 0;
    }

    .cta-manufacturing::before {
        background: rgba(0, 18, 32, 0.83);
    }

    .cta-background {
        object-position: 60% center;
    }

}

/* Header and hero update — September 2026. */
:root {
    --header-height: 104px;
}

html {
    scroll-padding-top: calc(var(--header-height) + 24px);
}

.site-header {
    position: sticky;
    top: 0;
    background: var(--navy);
    border-bottom: 1px solid transparent;
    transition: background .2s ease, box-shadow .2s ease;
}

.header-inner {
    min-height: var(--header-height);
    gap: 24px;
}

.home-page .site-header {
    position: absolute;
    width: 100%;
    background: transparent;
}

.home-page.has-header-js .site-header {
    position: fixed;
}

.home-page .site-header.is-scrolled,
.home-page .site-header.has-open-menu {
    background: var(--navy);
    box-shadow: 0 8px 28px #00122026;
}

#primary-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 14px;
}

#primary-nav > a {
    white-space: nowrap;
}

.nav-dropdown > summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 46px;
    list-style: none;
    white-space: nowrap;
}

.nav-dropdown > summary::-webkit-details-marker {
    display: none;
}

.nav-dropdown > summary:hover,
.nav-dropdown[open] > summary {
    color: var(--cyan);
}

.nav-dropdown > summary:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 4px;
}

.nav-chevron {
    display: inline-block;
    font-size: 16px;
    transition: transform .2s;
}

.nav-dropdown[open] .nav-chevron {
    transform: rotate(180deg);
}

.mega-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: min(1240px, calc(100% - 48px));
    max-height: calc(100dvh - var(--header-height) - 20px);
    overflow: auto;
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 32px;
    background: #f7fafb;
    color: var(--ink);
    padding: 32px;
    border-top: 3px solid var(--accent);
    box-shadow: 0 24px 48px #00122040;
}

.mega-feature {
    padding: 25px;
    background: #e6eff2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mega-feature .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
}

.mega-feature h2 {
    font-size: 28px;
    letter-spacing: -.03em;
    margin-bottom: 14px;
}

.mega-feature p {
    font-size: 14px;
}

.mega-feature .text-link {
    margin-top: auto;
    color: var(--teal);
    font-size: 13px;
}

.mega-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content: center;
}

.mega-link {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border-radius: 3px;
}

#primary-nav .mega-link:hover {
    background: #e6eff2;
    color: var(--teal);
}

.mega-link > i, .mega-link > svg {
    color: var(--accent);
    width: 24px;
    min-width: 24px;
    font-size: 22px;
    margin-top: 2px;
}

.mega-link strong {
    display: block;
    font-size: 15px;
    line-height: 1.35;
}

.mega-link small {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    color: var(--muted);
    margin-top: 7px;
    font-weight: 400;
}

.home-hero.reference-hero {
    display: flex;
    align-items: center;
    min-height: max(740px, 94svh);
    padding: calc(var(--header-height) + 85px) 0 100px;
}

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

.home-hero.reference-hero h1 {
    font-size: clamp(54px, 6.4vw, 96px);
    max-width: 960px;
    line-height: 1.04;
}

.home-hero.reference-hero .hero-content > p {
    max-width: 500px;
    font-size: 19px;
    color: #e1edf1;
}

.home-hero.reference-hero .eyebrow {
    color: #c2e4ed;
    letter-spacing: .15em;
}

.home-hero.reference-hero::after {
    background: linear-gradient(180deg, #00122075 0%, transparent 28%, #00122044 100%), linear-gradient(90deg, #001220d9 0%, #001220a6 42%, #00122026 75%, #00122019 100%);
}

.home-hero.reference-hero .hero-photo {
    object-position: center;
}

.home-hero.hero-1996088352::after {
    background: linear-gradient(180deg, #00122088, transparent 35%), linear-gradient(90deg, #001220e8, #001220ac 45%, #00122033 85%);
}

.home-hero.hero-2066809869 .hero-photo {
    object-position: 45% center;
}

.hero-foundations {
    background: var(--navy);
    color: white;
    border-top: 1px solid #ffffff20;
}

.hero-foundations .hero-focus {
    margin: 0;
    max-width: none;
    padding: 28px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.hero-foundations .hero-focus > div {
    padding: 0 24px 0 0;
}

.hero-foundations .hero-focus span {
    font-size: 9px;
}

.hero-foundations .hero-focus strong {
    font-size: 18px;
}

.legal {
    flex-wrap: wrap;
}

@media (max-width: 1100px) {
    :root {
        --header-height: 88px;
    }

    .logo-lockup img {
        width: 205px;
    }

    #primary-nav {
        gap: 13px;
        font-size: 12px;
    }

    .mega-panel {
        grid-template-columns: 240px 1fr;
        gap: 15px;
        padding: 22px;
    }

    .mega-link {
        padding: 14px;
    }

}

@media (max-width: 960px) {
    .nav-toggle {
        display: flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        border: 1px solid #8aa8b9;
        color: white;
        padding: 10px 14px;
    }

    #primary-nav {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 20px 24px;
        background: var(--navy);
        max-height: calc(100dvh - var(--header-height));
        overflow-y: auto;
        font-size: 15px;
        border-bottom: 1px solid #365563;
    }

    .has-header-js #primary-nav:not(.open) {
        display: none;
    }

    #primary-nav > a:not(.button), .nav-dropdown > summary {
        padding: 10px 4px;
    }

    .mega-panel {
        position: static;
        transform: none;
        width: 100%;
        max-height: none;
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 12px;
        margin: 4px 0 12px;
        box-shadow: none;
    }

    .mega-feature {
        padding: 18px;
    }

    .mega-feature h2 {
        font-size: 23px;
    }

    .mega-feature p {
        margin-bottom: 14px;
    }

    .mega-links {
        gap: 4px;
    }

    .home-hero.reference-hero {
        min-height: 780px;
        padding-top: 180px;
        padding-bottom: 90px;
    }

    .home-hero.reference-hero h1 {
        font-size: clamp(44px, 7.8vw, 74px);
    }

}

@media (max-width: 600px) {
    :root {
        --header-height: 82px;
    }

    .logo-lockup img {
        width: 190px;
    }

    .logo-lockup small {
        left: 49px;
        font-size: 8px;
    }

    .header-inner {
        gap: 14px;
    }

    .mega-links {
        grid-template-columns: 1fr;
    }

    .home-hero.reference-hero {
        min-height: max(650px, 90svh);
        padding: 155px 0 65px;
    }

    .home-hero.reference-hero h1 {
        font-size: clamp(32px, 8.5vw, 51px);
        letter-spacing: -.045em;
    }

    .home-hero.reference-hero .eyebrow {
        font-size: 9px;
        letter-spacing: .08em;
    }

    .home-hero.reference-hero .hero-content > p {
        font-size: 16px;
        max-width: 340px;
    }

    .home-hero.reference-hero .hero-photo {
        object-position: 58% center;
    }

    .home-hero.hero-1996088352 .hero-photo {
        object-position: 58% center;
    }

    .home-hero.hero-2066809869 .hero-photo {
        object-position: 40% center;
    }

    .home-hero.hero-2072260112 .hero-photo {
        object-position: 50% center;
    }

    .home-hero.reference-hero::after {
        background: linear-gradient(90deg, #001220d9, #00122088), linear-gradient(180deg, #00122055, transparent);
    }

    .hero-foundations .hero-focus {
        gap: 14px;
        padding: 24px 0;
    }

    .hero-foundations .hero-focus > div {
        padding-right: 10px;
    }

    .hero-foundations .hero-focus span {
        font-size: 7px;
        letter-spacing: .04em;
    }

    .hero-foundations .hero-focus strong {
        font-size: 13px;
    }



}

/* Apply on every screen size, outside the mobile media query. */
body.home-page .home-hero.reference-hero {
    min-height: 100vh;
    min-height: 100svh;
}

#primary-nav .nav-chevron {
    display: none;
}

/* Full-width navigation, footer directory and Meet Scotty. */
.site-header .mega-panel {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    display: block;
    padding: 0;
    background: #f7fafb;
}
.mega-inner {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    gap: 36px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.mega-inner .mega-feature {
    padding: 16px 22px;
}
.mega-inner .mega-feature h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.mega-inner .mega-feature p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
}
.mega-inner .mega-feature .eyebrow {
    margin-bottom: 10px;
}
.mega-art {
    width: 100%;
    height: 85px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 14px;
}
.mega-feature-ai .mega-art {
    height: 100px;
}
.mega-inner .mega-links {
    align-content: center;
}
.site-footer {
    padding-top: 0;
}
.footer-directory {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr 1fr .75fr;
    gap: 48px;
    padding-top: 60px;
    padding-bottom: 52px;
}
.footer-column h2, .footer-company h2 {
    color: #ecf4f6;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .04em;
    font-weight: 700;
    margin: 0 0 20px;
}
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-column li {
    margin-bottom: 13px;
}
.footer-column a {
    display: inline-block;
    color: #adc4ce;
    font-size: 13px;
    line-height: 1.6;
}
.site-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.footer-company {
    border-top: 1px solid #29424f;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 52px;
    padding-top: 34px;
    padding-bottom: 30px;
}
.footer-company .footer-tagline {
    margin: 8px 0 16px;
    color: var(--cyan);
}
.footer-company h2 {
    margin-bottom: 14px;
}
.footer-contact {
    display: inline-block;
    font-size: 13px;
    color: #d6e9ef;
}
.site-footer .legal {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.site-footer .legal > span {
    margin-right: auto;
}
.scotty-page-hero {
    background: #eaf1f4;
    overflow: hidden;
    padding-top: 58px;
}
.scotty-intro-grid {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    align-items: center;
    gap: 40px;
}
.scotty-intro-copy {
    padding-bottom: 70px;
}
.scotty-breadcrumb {
    display: inline-block;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 38px;
}
.scotty-intro-copy h1 {
    font-size: clamp(44px, 4.9vw, 72px);
    line-height: 1.06;
    letter-spacing: -.045em;
}
.scotty-intro-copy .scotty-lead {
    font-size: 22px;
    color: var(--teal);
    line-height: 1.5;
    max-width: 480px;
}
.scotty-intro-copy > p {
    max-width: 500px;
}
.scotty-intro-copy .actions {
    gap: 22px;
}
.scotty-portrait {
    position: relative;
    isolation: isolate;
    margin: 0;
    align-self: end;
}
.scotty-portrait-backdrop {
    position: absolute;
    inset: 12% -10% 0 7%;
    background: #cbdfe6;
    border-radius: 48% 48% 0 0;
    z-index: -1;
}
.scotty-portrait img {
    width: 100%;
    height: auto;
    position: relative;
}
.scotty-portrait figcaption {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 24px;
    background: var(--navy);
    border-left: 3px solid var(--cyan);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 17px 22px;
}
.scotty-portrait figcaption strong {
    letter-spacing: .12em;
    font-size: 15px;
}
.scotty-portrait figcaption span {
    font-size: 12px;
    color: #bfdae4;
}
.scotty-principles {
    background: var(--navy);
    color: white;
}
.scotty-principle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.scotty-principle-grid span {
    display: block;
    font-size: 9px;
    letter-spacing: .13em;
    margin-bottom: 9px;
    color: var(--cyan);
}
.scotty-principle-grid strong {
    font-size: 17px;
    font-weight: 500;
}
.scotty-questions {
    background: #fff;
}
.scotty-section-heading {
    max-width: 690px;
    margin-bottom: 42px;
}
.scotty-question-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.scotty-question-grid article {
    background: #f0f5f7;
    border-top: 3px solid #9fc4d0;
    padding: 30px;
}
.scotty-question-grid i, .scotty-question-grid svg {
    font-size: 25px;
    color: var(--accent);
    margin-bottom: 24px;
}
.scotty-question-grid h3 {
    font-size: 14px;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 16px;
}
.scotty-question-grid blockquote {
    font-size: 24px;
    line-height: 1.35;
}
.scotty-question-grid p {
    font-size: 14px;
    margin-bottom: 0;
}
.scotty-example-note {
    font-size: 12px;
    margin: 22px 0 0;
}
.scotty-product-story {
    background: var(--navy);
    color: white;
}
.scotty-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.scotty-story-grid figure {
    margin: 0;
    align-self: stretch;
}
.scotty-story-grid img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: 56% center;
}
.scotty-product-story p {
    color: #bdd1da;
}
.scotty-product-story .eyebrow,
.scotty-product-story em,
.scotty-product-story .text-link {
    color: var(--cyan);
}
.scotty-deployment {
    background: #eaf1f4;
}
.scotty-deployment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
}
.scotty-deployment-list article {
    display: flex;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid #bed1da;
}
.scotty-deployment-list article:first-child {
    padding-top: 0;
}
.scotty-deployment-list article > span {
    font-size: 11px;
    color: var(--accent);
    padding-top: 5px;
}
.scotty-deployment-list h3 {
    font-size: 19px;
    margin-bottom: 10px;
}
.scotty-deployment-list p {
    font-size: 14px;
    margin: 0;
}
.scotty-page-cta {
    padding: 68px 0;
    background: var(--teal);
    color: white;
}
.scotty-page-cta .shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.scotty-page-cta .eyebrow {
    color: var(--cyan);
}
.scotty-page-cta p {
    color: #c2d9e2;
    max-width: 510px;
    margin-bottom: 0;
}
.scotty-page-cta .button {
    background: #eaf3f6;
    color: var(--teal);
    flex-shrink: 0;
}
@media (max-width: 1100px) {
    .mega-inner {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 20px;
    }
    .footer-directory {
        gap: 30px;
    }
}
@media (max-width: 960px) {
    .site-header .mega-panel {
        position: static;
        width: 100%;
        margin: 4px 0 12px;
    }
    .mega-inner {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 12px;
    }
    .mega-art, .mega-feature-ai .mega-art {
        height: 95px;
        width: 120px;
        margin-bottom: 10px;
        object-position: left center;
    }
    .mega-inner .mega-feature h2 {
        font-size: 23px;
    }
    .footer-directory {
        grid-template-columns: 1fr 1fr;
        gap: 32px 48px;
    }
    .scotty-intro-grid {
        gap: 15px;
    }
    .scotty-intro-copy h1 {
        font-size: 46px;
    }
    .scotty-intro-copy .scotty-lead {
        font-size: 19px;
    }
    .scotty-story-grid, .scotty-deployment-grid {
        gap: 35px;
    }
    .scotty-question-grid article {
        padding: 22px;
    }
    .scotty-question-grid blockquote {
        font-size: 21px;
    }
}
@media (max-width: 700px) {
    .footer-company {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
    .footer-identity {
        grid-column: 1 / -1;
    }
    .scotty-page-hero {
        padding-top: 30px;
    }
    .scotty-intro-grid, .scotty-question-grid,
    .scotty-story-grid, .scotty-deployment-grid {
        grid-template-columns: 1fr;
    }
    .scotty-intro-copy {
        padding-bottom: 18px;
    }
    .scotty-intro-copy h1 {
        font-size: clamp(40px, 9vw, 58px);
    }
    .scotty-breadcrumb {
        margin-bottom: 25px;
    }
    .scotty-portrait {
        width: min(100%, 440px);
        margin-inline: auto;
    }
    .scotty-portrait-backdrop {
        right: 0;
    }
    .scotty-principle-grid {
        gap: 15px;
    }
    .scotty-principle-grid strong {
        font-size: 13px;
    }
    .scotty-principle-grid span {
        font-size: 8px;
    }
    .scotty-story-grid img {
        height: 320px;
        min-height: 0;
    }
    .scotty-page-cta .shell {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 420px) {
    .footer-directory {
        gap: 28px 20px;
    }
    .footer-column a {
        font-size: 12px;
    }
    .footer-company {
        grid-template-columns: 1fr;
    }
    .scotty-portrait figcaption {
        left: 3%;
        right: 3%;
        padding: 14px;
    }
}

/* Empty destination pages: titles only until content is authored. */
.content-page-shell {
    min-height: 45svh;
    background: var(--paper);
}

.content-page-shell h1 {
    max-width: 1000px;
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 1.12;
    overflow-wrap: break-word;
}

.site-header .brand img.brand-logo {
    display: block;
    width: 300px;
    height: auto;
}

@media (max-width: 640px) {
    .site-header .brand img.brand-logo {
        width: 240px;
    }
}