:root {
    --navy-950: #051522;
    --navy-900: #071d30;
    --navy-800: #0b2a43;
    --blue-600: #1264a3;
    --blue-500: #1b77bb;
    --accent: #f08a24;
    --accent-dark: #cf6d0d;
    --ink: #162532;
    --steel: #607180;
    --mist: #edf3f6;
    --cloud: #f7f9fa;
    --line: #d9e2e8;
    --white: #ffffff;
    --radius-sm: 4px;
    --radius-md: 8px;
    --shadow-sm: 0 12px 30px rgba(5, 21, 34, .08);
    --shadow-lg: 0 30px 90px rgba(5, 21, 34, .20);
    --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 16px; background: var(--white); color: var(--navy-950); }
.skip-link:focus { top: 16px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(217, 226, 232, .9);
    backdrop-filter: blur(16px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: baseline; gap: 6px; margin-right: auto; color: var(--navy-950); letter-spacing: .11em; font-size: .96rem; }
.brand span { font-weight: 500; }
.brand strong { font-weight: 850; }
.custom-logo-link { display: inline-flex; }
.custom-logo { max-height: 48px; width: auto; }
.primary-nav ul { display: flex; gap: 30px; align-items: center; list-style: none; margin: 0; padding: 0; }
.primary-nav a { position: relative; display: block; padding: 28px 0 24px; font-size: .91rem; font-weight: 700; color: #263948; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy-950); font-weight: 800; cursor: pointer; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid var(--blue-600); border-radius: var(--radius-sm); background: var(--blue-600); color: var(--white); font-size: .9rem; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--navy-800); border-color: var(--navy-800); }
.button--small { min-height: 40px; padding: 9px 15px; font-size: .82rem; }
.button--accent { background: var(--accent); border-color: var(--accent); color: var(--navy-950); }
.button--accent:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: var(--white); }
.button--ghost { background: transparent; border-color: rgba(255, 255, 255, .45); color: var(--white); }
.button--ghost:hover { background: var(--white); border-color: var(--white); color: var(--navy-950); }
.button--light { background: var(--white); border-color: var(--white); color: var(--navy-950); }
.button--light:hover { background: var(--mist); border-color: var(--mist); }
.text-link { color: var(--blue-600); font-weight: 800; }
.text-link--arrow::after { content: " →"; }
.text-link--light { color: var(--white); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.eyebrow { margin: 0 0 15px; color: var(--blue-600); font-size: .73rem; font-weight: 850; letter-spacing: .18em; }
.eyebrow--light { color: #8cc3e8; }

.home-hero { position: relative; min-height: 720px; overflow: hidden; background: var(--navy-950); color: var(--white); }
.home-hero__content { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); align-items: end; gap: 70px; padding-top: 105px; padding-bottom: 80px; }
.home-hero__copy { align-self: center; max-width: 850px; }
.home-hero h1 { max-width: 900px; margin: 0; color: var(--white); font-size: clamp(3.3rem, 7vw, 6.9rem); line-height: .94; letter-spacing: -.055em; }
.home-hero__lead { max-width: 720px; margin: 28px 0 0; color: #c5d2db; font-size: clamp(1.05rem, 1.7vw, 1.32rem); }
.home-hero__visual { position: absolute; inset: 0; }
.home-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 21, 34, .98) 0%, rgba(5, 21, 34, .92) 42%, rgba(5, 21, 34, .45) 100%); }
.home-hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 72px 72px; transform: perspective(700px) rotateX(58deg) scale(1.45) translateY(22%); transform-origin: bottom; opacity: .7; }
.home-hero__glow { position: absolute; display: block; border-radius: 50%; filter: blur(20px); }
.home-hero__glow--one { width: 540px; height: 540px; right: 3%; top: 5%; background: rgba(27, 119, 187, .38); }
.home-hero__glow--two { width: 260px; height: 260px; right: 27%; bottom: 4%; background: rgba(240, 138, 36, .20); }
.energy-module { position: absolute; z-index: 1; right: 8%; top: 18%; width: 310px; min-height: 400px; padding: 34px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(155deg, rgba(255,255,255,.11), rgba(255,255,255,.025)); box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); transform: skewY(-4deg); }
.energy-module::before, .energy-module::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.10); }
.energy-module::before { inset: 18px -18px -18px 18px; }
.energy-module::after { width: 11px; height: 110px; right: 32px; bottom: 30px; background: var(--accent); border: 0; }
.energy-module__label { display: block; color: #9fc9e5; font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.energy-module__line { display: block; width: 76px; height: 3px; margin: 24px 0 95px; background: var(--accent); }
.energy-module strong { display: block; font-size: 4rem; line-height: 1; letter-spacing: -.05em; }
.energy-module small { display: block; max-width: 160px; margin-top: 14px; color: #b8c8d3; }
.home-hero__metrics { margin: 0; padding: 0 0 4px; }
.home-hero__metrics div { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.22); }
.home-hero__metrics dt { color: #9eb0bd; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.home-hero__metrics dd { margin: 5px 0 0; color: var(--white); font-size: 2.15rem; font-weight: 800; line-height: 1; }
.home-hero__metrics dd span { font-size: .82rem; font-weight: 650; color: #a9bbc7; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.trust-strip p { display: flex; min-height: 86px; align-items: center; justify-content: center; margin: 0; border-right: 1px solid var(--line); color: #4f626f; font-size: .78rem; font-weight: 800; letter-spacing: .055em; text-align: center; text-transform: uppercase; }
.trust-strip p:first-child { border-left: 1px solid var(--line); }

.section { padding: 108px 0; }
.section--soft { background: var(--cloud); }
.section--navy { background: var(--navy-900); color: var(--white); }
.section--line { border-top: 1px solid var(--line); }
.section--cta { padding: 92px 0; background: var(--blue-600); color: var(--white); }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .6fr); gap: 70px; align-items: end; margin-bottom: 54px; }
.section-intro h2, .project-cta h2, .page-hero h1, .cta h2 { max-width: 800px; margin: 0; color: var(--navy-950); font-size: clamp(2.25rem, 4.5vw, 4.25rem); line-height: 1.03; letter-spacing: -.045em; }
.section-intro > p { margin: 0; color: var(--steel); font-size: 1.05rem; }
.section-intro--light h2 { color: var(--white); }
.section-intro--light > p { color: #b7c7d2; }

.industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.industry-card { position: relative; min-height: 215px; display: grid; grid-template-columns: 60px 1fr 36px; gap: 22px; padding: 35px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.industry-card:nth-child(odd) { border-left: 1px solid var(--line); }
.industry-card:hover { background: var(--navy-900); color: var(--white); }
.industry-card__code { color: var(--blue-600); font-size: .75rem; font-weight: 850; }
.industry-card h3 { margin: 0 0 12px; font-size: 1.65rem; line-height: 1.2; }
.industry-card p { max-width: 390px; margin: 0; color: var(--steel); }
.industry-card:hover p { color: #b9c9d4; }
.industry-card__arrow { justify-self: end; font-size: 1.35rem; }

.capability-list { border-top: 1px solid rgba(255,255,255,.18); }
.capability-item { display: grid; grid-template-columns: 70px minmax(220px, .7fr) 1fr; gap: 34px; align-items: start; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.capability-item > span { color: #7db7dc; font-size: .72rem; font-weight: 850; }
.capability-item h3 { margin: 0; color: var(--white); font-size: 1.55rem; }
.capability-item p { max-width: 600px; margin: 0; color: #afc0cb; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.product-card > a { display: block; height: 100%; }
.product-card__visual { position: relative; height: 128px; overflow: hidden; background: linear-gradient(145deg, var(--navy-900), var(--blue-600)); }
.product-card__visual::after { content: ""; position: absolute; width: 170px; height: 90px; right: -16px; bottom: -18px; border: 1px solid rgba(255,255,255,.25); transform: skewX(-20deg); }
.product-card__line { position: absolute; right: 20px; top: 24px; width: 68px; height: 4px; background: var(--accent); }
.product-card__mark { position: absolute; left: 23px; bottom: 18px; color: rgba(255,255,255,.94); font-size: 2.2rem; font-weight: 850; letter-spacing: -.04em; }
.product-card__body { padding: 23px; }
.product-card__top { display: flex; justify-content: space-between; gap: 10px; color: var(--steel); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 16px 0 3px; color: var(--navy-950); font-size: 1.55rem; line-height: 1.2; }
.product-card__motor { min-height: 46px; margin: 0; color: var(--steel); font-size: .9rem; }
.product-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card dt { color: var(--steel); font-size: .68rem; }
.product-card dd { margin: 2px 0 0; color: var(--navy-950); font-size: .95rem; font-weight: 850; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { position: relative; min-height: 255px; padding: 26px 28px 30px; border: 1px solid var(--line); border-right: 0; }
.process-grid li:last-child { border-right: 1px solid var(--line); }
.process-grid span { display: block; margin-bottom: 72px; color: var(--blue-600); font-size: .72rem; font-weight: 850; }
.process-grid h3 { margin: 0 0 10px; color: var(--navy-950); font-size: 1.35rem; }
.process-grid p { margin: 0; color: var(--steel); font-size: .92rem; }
.project-cta { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.project-cta h2 { color: var(--white); }
.project-cta p:not(.eyebrow) { max-width: 760px; margin: 22px 0 0; color: #d7e8f3; }

.page-hero { padding: 88px 0; background: var(--mist); }
.page-hero p { color: var(--steel); font-size: 1.08rem; }
.product-hero .metric-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 36px; }
.metric-row div { min-width: 180px; padding: 18px 24px; border: 1px solid var(--line); background: var(--white); }
.metric-row span { display: block; color: var(--steel); font-size: .78rem; }
.metric-row strong { color: var(--navy-950); font-size: 1.35rem; }
.product-layout { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: start; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; }
.spec-table th { width: 38%; color: var(--steel); font-weight: 600; }
.quote-box { position: sticky; top: 110px; padding: 30px; border-top: 4px solid var(--accent); background: var(--mist); }
.quote-box h3 { color: var(--navy-950); font-size: 1.6rem; line-height: 1.2; }
.quote-box small { display: block; margin-top: 24px; color: var(--steel); }

.site-footer { padding: 72px 0 26px; background: var(--navy-950); color: #b8c7d1; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 70px; }
.brand--footer { margin-bottom: 18px; color: var(--white); }
.footer-brand p { max-width: 430px; }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #243746; font-size: .78rem; }

@media (max-width: 1050px) {
    .product-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .energy-module { right: 2%; opacity: .78; }
    .home-hero__content { grid-template-columns: 1fr 220px; }
}

@media (max-width: 850px) {
    body.admin-bar .site-header { top: 46px; }
    .container { width: min(100% - 32px, var(--container)); }
    .header-inner { min-height: 70px; }
    .header-cta { display: none; }
    .menu-toggle { display: block; }
    .primary-nav { display: none; position: absolute; top: 70px; right: 0; left: 0; padding: 12px 16px 22px; border-bottom: 1px solid var(--line); background: var(--white); }
    .primary-nav.is-open { display: block; }
    .primary-nav ul { display: block; }
    .primary-nav a { padding: 12px 8px; }
    .primary-nav a::after { display: none; }
    .home-hero, .home-hero__content { min-height: 650px; }
    .home-hero__content { grid-template-columns: 1fr; align-items: center; padding-top: 86px; padding-bottom: 60px; }
    .home-hero h1 { font-size: clamp(3rem, 12vw, 5.3rem); }
    .home-hero__metrics, .energy-module { display: none; }
    .home-hero__visual::after { background: rgba(5,21,34,.84); }
    .trust-strip__grid { grid-template-columns: 1fr 1fr; }
    .trust-strip p { min-height: 68px; border-bottom: 1px solid var(--line); }
    .trust-strip p:nth-child(odd) { border-left: 1px solid var(--line); }
    .section { padding: 78px 0; }
    .section-intro, .project-cta { grid-template-columns: 1fr; gap: 24px; }
    .industry-grid, .product-grid, .product-grid--four, .process-grid { grid-template-columns: 1fr; }
    .industry-card { border-left: 1px solid var(--line); }
    .capability-item { grid-template-columns: 45px 1fr; gap: 18px; }
    .capability-item p { grid-column: 2; }
    .process-grid li { min-height: auto; border-right: 1px solid var(--line); border-bottom: 0; }
    .process-grid li:last-child { border-bottom: 1px solid var(--line); }
    .process-grid span { margin-bottom: 35px; }
    .product-layout, .footer-grid { grid-template-columns: 1fr; }
    .quote-box { position: static; }
    .footer-bottom { display: block; }
    .footer-bottom span { display: block; margin-top: 5px; }
}

@media (max-width: 520px) {
    .home-hero h1 { font-size: 3.25rem; }
    .actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .trust-strip__grid { grid-template-columns: 1fr; }
    .trust-strip p { border-left: 1px solid var(--line); }
    .industry-card { grid-template-columns: 42px 1fr; }
    .industry-card__arrow { display: none; }
    .section-intro h2, .project-cta h2, .page-hero h1, .cta h2 { font-size: 2.35rem; }
}
