:root{--bg: #f4f6f9;--bg-elevated: #ffffff;--bg-dark: #0e2138;--bg-darker: #07182a;--text: #14253d;--text-muted: #5a6b85;--text-light: #f4f6f9;--accent: #e07725;--accent-deep: #b85a18;--accent-blue: #1d3557;--border: #d8dde6;--max-width: 1240px;--content-width: 760px;--font-display: "Space Grotesk", "Inter", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}img{max-width:100%;display:block}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.narrow{max-width:var(--content-width);margin-left:auto;margin-right:auto}header.site{position:absolute;top:0;left:0;right:0;padding:1.75rem 0;z-index:10}header.site .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}header.site .wordmark{font-family:var(--font-display);font-size:1.375rem;font-weight:700;letter-spacing:.02em;color:var(--text-light);text-decoration:none;text-transform:uppercase}header.site nav{font-size:.875rem}header.site nav a{color:var(--text-light);text-decoration:none;margin-left:1.5rem;font-weight:500;opacity:.85;transition:opacity .2s}header.site nav a:hover{opacity:1;color:var(--accent)}.hero{position:relative;min-height:92vh;display:flex;align-items:center;background:linear-gradient(135deg,#07182aa6,#07182a73),url(https://images.unsplash.com/photo-1635711517978-3b0ff0a53550?w=2400&q=80&fm=jpg&fit=crop) center/cover no-repeat;color:var(--text-light)}.hero .content{max-width:920px;padding:6rem 2rem 4rem}.hero .eyebrow-light{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#e0772526;border:1px solid rgba(224,119,37,.35);padding:.375rem .875rem;border-radius:2px;margin-bottom:1.5rem}.hero h1{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.015em;margin-bottom:1.5rem}.hero p.tagline{font-size:clamp(1.125rem,1.4vw,1.375rem);line-height:1.5;opacity:.92;max-width:620px;margin-bottom:0}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff26;margin-top:3rem;border:1px solid rgba(255,255,255,.15)}.stat-row .item{background:#07182a99;padding:1.5rem 1.25rem;text-align:left}.stat-row .num{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--accent);line-height:1}.stat-row .lbl{font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;margin-top:.5rem;opacity:.8}section.band{padding:6rem 0}section.band.dark{background:var(--bg-dark);color:var(--text-light)}section.band.darker{background:var(--bg-darker);color:var(--text-light)}section.band.elevated{background:var(--bg-elevated)}.eyebrow{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.875rem}h2{font-family:var(--font-display);font-size:clamp(1.875rem,3vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.01em;color:var(--accent-blue)}section.band.dark h2,section.band.darker h2{color:var(--text-light)}h3{font-family:var(--font-display);font-size:1.5rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--accent-blue)}section.band.dark h3,section.band.darker h3{color:var(--text-light)}p{margin-bottom:1.25rem}p.lede{font-size:clamp(1.125rem,1.5vw,1.375rem);color:var(--text-muted);line-height:1.55;margin-bottom:2rem;max-width:700px}section.band.dark p.lede,section.band.darker p.lede{color:#f4f6f9bf}a{color:var(--accent);text-decoration:none;font-weight:500;border-bottom:1px solid rgba(224,119,37,.4);transition:border-color .2s}a:hover{border-bottom-color:var(--accent)}section.band.dark a,section.band.darker a{color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.product-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0e21381f}.product-card .img{aspect-ratio:4 / 3;overflow:hidden;background:var(--accent-blue)}.product-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .img img{transform:scale(1.05)}.product-card .body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-card h3{margin-top:0;margin-bottom:.5rem;font-size:1.25rem}.product-card p{color:var(--text-muted);font-size:.9375rem;margin-bottom:1rem;flex:1}.product-card .link{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:none}.sector-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.sector-tile{position:relative;aspect-ratio:16 / 10;overflow:hidden;border-radius:4px;color:var(--text-light)}.sector-tile .bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .6s}.sector-tile:hover .bg{transform:scale(1.05)}.sector-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#07182a0d,#07182ad9)}.sector-tile .label{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;z-index:2}.sector-tile .label h3{color:var(--text-light);font-size:1.5rem;margin:0 0 .25rem}.sector-tile .label p{font-size:.875rem;opacity:.9;margin:0}.service-list{display:grid;grid-template-columns:1fr 1fr;gap:2rem 4rem;margin-top:3rem}.service-item .num{display:inline-block;font-family:var(--font-display);font-size:.875rem;font-weight:700;background:var(--accent);color:var(--text-light);padding:.25rem .625rem;border-radius:2px;margin-bottom:.875rem}.service-item h3{margin-top:0;font-size:1.375rem}.service-item p{color:var(--text-muted);font-size:.9375rem}section.band.dark .service-item p,section.band.darker .service-item p{color:#f4f6f9bf}.page-header{position:relative;padding:9rem 0 5rem;background:var(--bg-darker);color:var(--text-light);overflow:hidden}.page-header:before{content:"";position:absolute;inset:0;background-image:var(--header-bg, none);background-size:cover;background-position:center;opacity:.45;z-index:0}.page-header:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#07182aa6,#07182a59);z-index:1}.page-header .container{position:relative;z-index:2}.page-header h1{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;color:var(--text-light);line-height:1.1;letter-spacing:-.01em;margin-bottom:1rem;max-width:800px}.page-header .subtitle{font-size:1.25rem;opacity:.85;max-width:700px}.service-block{padding:3rem 0;border-bottom:1px solid var(--border)}.service-block:last-child{border-bottom:none}.service-block .anchor{display:block;position:relative;top:-2rem;visibility:hidden}ul{padding-left:1.5rem;margin-bottom:1.25rem}li{margin-bottom:.5rem}blockquote{border-left:3px solid var(--accent);padding:1rem 1.5rem;margin:1.75rem 0;color:var(--text-muted);background:var(--bg-elevated);font-size:1rem}.btn{display:inline-block;padding:.875rem 1.75rem;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s,border-color .2s;border:2px solid currentColor;background:transparent}.btn.primary{background:var(--accent);color:var(--text-light);border-color:var(--accent)}.btn.primary:hover{background:var(--accent-deep);border-color:var(--accent-deep)}.btn.outline{color:var(--text-light);border-color:#fff9}.btn.outline:hover{border-color:#fff;background:#ffffff0f}.cta-row{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}footer.site{background:var(--bg-darker);color:var(--text-light);padding:4rem 0 2rem}footer.site .row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem}footer.site .row h4{font-family:var(--font-display);font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:#f4f6f999;margin-bottom:1rem}footer.site .row a,footer.site .row p{display:block;color:var(--text-light);margin-bottom:.5rem;border:none;font-size:.9375rem;line-height:1.5}footer.site .row a:hover{color:var(--accent)}footer.site .row .muted{color:#f4f6f9b3}footer.site .legal{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;font-size:.8125rem;color:#f4f6f980}@media(max-width:880px){.product-grid,.sector-grid{grid-template-columns:1fr}.service-list{grid-template-columns:1fr;gap:2rem}.stat-row{grid-template-columns:repeat(2,1fr)}footer.site .row{grid-template-columns:1fr 1fr;gap:2rem}.hero .content{padding:5rem 2rem 3rem}section.band{padding:4rem 0}header.site nav a{margin-left:1rem;font-size:.8125rem}}@media print{body{background:#fff;color:#000}header.site,footer.site,.hero{display:none}}
