:root {
  --ink: #07131b;
  --ink-2: #0b1c27;
  --paper: #f4f2eb;
  --paper-2: #e8e7df;
  --blue: #2ab7ff;
  --blue-2: #7dd7ff;
  --lime: #b7f44a;
  --muted: #91a3ae;
  --line: rgba(179, 217, 236, .17);
  --radius: 1.1rem;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --hero: url('/assets/images/hero.jpg');
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; width: 100%; }
::selection { color: var(--ink); background: var(--lime); }

.skip-link { position: fixed; top: 1rem; left: 1rem; transform: translateY(-150%); z-index: 200; padding: .8rem 1rem; background: var(--lime); color: var(--ink); border-radius: .4rem; }
.skip-link:focus { transform: none; }
.noise { pointer-events: none; position: fixed; inset: 0; z-index: 150; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; left: 0; top: 0; width: 24rem; height: 24rem; border-radius: 50%; background: radial-gradient(circle, rgba(42,183,255,.09), transparent 68%); transform: translate(-50%,-50%); pointer-events: none; z-index: 1; }

.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; min-height: 6.1rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.1rem var(--pad); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, transform .35s; }
.site-header.scrolled { background: rgba(7,19,27,.82); backdrop-filter: blur(20px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: .72rem; position: relative; z-index: 102; }
.brand-mark { width: 2.75rem; height: 2.75rem; position: relative; display: inline-block; }
.brand-mark i { position: absolute; left: .12rem; width: 2.5rem; height: 1.2rem; border: 1px solid rgba(244,242,235,.72); border-radius: 50%; transform: rotate(-8deg); }
.brand-mark i:nth-child(1) { top: .42rem; }
.brand-mark i:nth-child(2) { top: .78rem; opacity: .7; }
.brand-mark i:nth-child(3) { top: 1.14rem; opacity: .4; }
.brand-mark b { position: absolute; top: .3rem; left: 1.02rem; width: .78rem; height: .78rem; border-radius: 50%; background: var(--blue); box-shadow: 0 0 22px rgba(42,183,255,.7); }
.brand-copy { display: grid; line-height: .94; letter-spacing: .04em; }
.brand-copy strong { font-size: .9rem; letter-spacing: .16em; }
.brand-copy small { font-size: .56rem; letter-spacing: .44em; color: var(--muted); margin-top: .35rem; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.4rem); margin-left: auto; }
.desktop-nav a { font-size: .75rem; color: #bfccd4; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -.55rem; width: 100%; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: .8rem; }
.status-pill { display: inline-flex; align-items: center; gap: .5rem; font-size: .66rem; letter-spacing: .06em; color: #c2d1d9; text-transform: uppercase; white-space: nowrap; }
.status-pill span { width: .48rem; height: .48rem; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 .3rem rgba(183,244,74,.1); animation: pulse 2.2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 .65rem rgba(183,244,74,0); } }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 3.4rem; padding: 0 1.35rem; border: 1px solid rgba(255,255,255,.17); background: var(--paper); color: var(--ink); border-radius: 999px; font-size: .74rem; font-weight: 700; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); background: var(--lime); }
.button-small { min-height: 2.75rem; padding: 0 1.1rem; gap: .8rem; }
.button-ghost { color: var(--paper); background: transparent; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; border-radius: 50%; border: 1px solid var(--line); background: transparent; position: relative; z-index: 102; }
.menu-toggle i { position: absolute; left: .78rem; width: 1.15rem; height: 1px; background: var(--paper); transition: .3s; }
.menu-toggle i:first-child { top: 1.08rem; }
.menu-toggle i:last-child { top: 1.58rem; }
.menu-open .menu-toggle i:first-child { transform: translateY(.25rem) rotate(45deg); }
.menu-open .menu-toggle i:last-child { transform: translateY(-.25rem) rotate(-45deg); }
.menu-panel { visibility: hidden; position: fixed; inset: 0; z-index: 90; background: var(--ink-2); padding: 8rem var(--pad) 2.5rem; opacity: 0; transform: translateY(-2rem); transition: .35s; }
.menu-open .menu-panel { visibility: visible; opacity: 1; transform: none; }
.menu-index { color: var(--blue); font-size: .65rem; letter-spacing: .2em; margin-bottom: 2rem; }
.menu-panel nav { display: grid; }
.menu-panel nav a { display: flex; align-items: baseline; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(2rem, 7vw, 4rem); }
.menu-panel nav span { width: 2rem; font-family: var(--sans); font-size: .62rem; color: var(--blue); }
.menu-meta { margin-top: 2rem; display: flex; justify-content: space-between; font-size: .8rem; color: var(--muted); }

.page { min-height: 70vh; }
.hero { min-height: 100svh; position: relative; display: grid; align-items: end; padding: 10rem var(--pad) 4rem; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,19,27,.98) 0%, rgba(7,19,27,.76) 48%, rgba(7,19,27,.28) 100%), var(--hero) center/cover no-repeat; transform: scale(1.04); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 6.5vw 6.5vw; mask-image: linear-gradient(to bottom, transparent 3%, #000 35%); }
.hero-scan { position: absolute; top: 0; bottom: 0; left: 58%; width: 1px; background: linear-gradient(transparent, var(--blue), transparent); box-shadow: 0 0 34px 5px rgba(42,183,255,.22); opacity: .85; }
.hero-content { width: min(850px, 90%); position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.3rem; color: var(--blue-2); text-transform: uppercase; letter-spacing: .18em; font-size: .65rem; font-weight: 700; }
.eyebrow::before { content: ""; width: 1.8rem; height: 1px; background: currentColor; }
.hero h1, .page-hero h1 { margin: 0; max-width: 1050px; font-size: clamp(3.6rem, 9vw, 8.5rem); font-weight: 550; letter-spacing: -.065em; line-height: .85; }
.hero h1 em, .page-hero h1 em, .display em { font-family: var(--serif); font-weight: 400; color: var(--blue-2); }
.hero-lede { max-width: 590px; margin: 2rem 0 0; color: #b8c7ce; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }
.hero-side { position: absolute; right: var(--pad); bottom: 4rem; z-index: 3; width: 17rem; }
.signal-card { padding: 1rem; border: 1px solid var(--line); background: rgba(5,18,27,.58); backdrop-filter: blur(12px); border-radius: .8rem; }
.signal-head { display: flex; justify-content: space-between; color: var(--muted); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.signal-wave { display: flex; align-items: center; gap: 3px; height: 3rem; margin: .8rem 0; }
.signal-wave i { flex: 1; min-width: 2px; height: 10%; background: var(--blue); border-radius: 4px; animation: wave 1.4s ease-in-out infinite alternate; }
.signal-wave i:nth-child(3n) { animation-delay: -.5s; }.signal-wave i:nth-child(4n) { animation-delay: -.9s; }.signal-wave i:nth-child(5n) { animation-delay: -.2s; }
@keyframes wave { to { height: 92%; } }
.signal-foot { display: flex; justify-content: space-between; align-items: end; }
.signal-foot strong { font-size: 1.55rem; }.signal-foot small { color: var(--muted); }
.scroll-note { position: absolute; left: var(--pad); bottom: 1.5rem; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

.trust-rail { display: grid; grid-template-columns: 1.1fr repeat(3, .7fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #081721; }
.trust-rail > div { padding: 1.8rem var(--pad); border-right: 1px solid var(--line); }
.trust-rail > div:not(:first-child) { padding-left: 2rem; padding-right: 2rem; }
.trust-rail small { display: block; color: var(--muted); font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; }
.trust-rail strong { display: block; font-size: clamp(1.3rem, 2.5vw, 2.2rem); margin-top: .2rem; }

.section { padding: clamp(5rem, 10vw, 10rem) var(--pad); position: relative; }
.section-paper { background: var(--paper); color: var(--ink); }
.section-blue { background: var(--blue); color: var(--ink); }
.section-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; margin-bottom: 4rem; }
.section-label { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); }
.section-paper .section-label, .section-blue .section-label { color: #246c90; }
.display { margin: 0; max-width: 900px; font-size: clamp(2.6rem, 6.3vw, 6rem); letter-spacing: -.055em; font-weight: 550; line-height: .95; }
.section-intro { color: #59666d; max-width: 700px; line-height: 1.7; font-size: 1.04rem; }
.section-dark-intro { color: #9fb0ba; }

.services-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-card { min-height: 29rem; grid-column: span 4; position: relative; overflow: hidden; border-radius: var(--radius); padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; isolation: isolate; }
.service-card.wide { grid-column: span 8; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(to top, rgba(4,15,22,.96), rgba(4,15,22,.08) 75%), var(--image) center/cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; }
.service-card:hover::before { transform: scale(1.045); }
.card-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.72); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.service-card h3 { font-size: clamp(1.9rem, 3.4vw, 3.5rem); line-height: .95; letter-spacing: -.045em; margin: 0 0 1rem; }
.service-card p { color: #bfccd3; line-height: 1.55; max-width: 32rem; margin: 0; }
.card-link { width: 2.9rem; height: 2.9rem; display: grid; place-items: center; margin-top: 1.4rem; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transition: .25s; }
.service-card:hover .card-link { color: var(--ink); background: var(--lime); transform: rotate(45deg); }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 48rem; }
.split-media { position: relative; overflow: hidden; min-height: 35rem; }
.split-media img { height: 100%; object-fit: cover; }
.split-media::after { content: "LIVE / INTEGRATED"; position: absolute; right: 1rem; top: 1rem; padding: .55rem .7rem; color: var(--ink); background: var(--lime); border-radius: 999px; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.split-copy { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; background: var(--paper); color: var(--ink); }
.split-copy h2 { margin: 0; font-size: clamp(2.5rem, 5.5vw, 5.2rem); letter-spacing: -.055em; line-height: .96; }
.split-copy p { color: #56646b; line-height: 1.7; }
.feature-list { list-style: none; padding: 0; margin: 2rem 0; }
.feature-list li { display: flex; gap: 1rem; align-items: center; padding: 1rem 0; border-top: 1px solid #d0d3cf; }
.feature-list li::before { content: "✓"; color: #267ea8; font-weight: 800; }

.standards { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 4rem; }
.standards blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5.5vw, 5.4rem); line-height: 1; letter-spacing: -.03em; }
.standards-copy { max-width: 550px; color: #b4c2c9; line-height: 1.7; }
.standards-copy .button { margin-top: 1rem; }

.page-hero { min-height: 72svh; display: flex; align-items: end; padding: 11rem var(--pad) 5rem; position: relative; overflow: hidden; }
.page-hero .hero-bg { opacity: .72; }
.page-hero .hero-content { width: min(1100px, 94%); }
.page-hero h1 { font-size: clamp(3.5rem, 8.2vw, 8rem); }
.page-hero .breadcrumb { color: #aab9c2; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2rem; }
.page-hero .breadcrumb a { color: var(--blue-2); }
.page-hero .hero-lede { font-size: clamp(1rem, 1.7vw, 1.3rem); }
.page-number { position: absolute; right: var(--pad); bottom: 4rem; z-index: 2; font-family: var(--serif); font-size: clamp(4rem, 10vw, 9rem); line-height: .7; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.22); }

.content-section { padding: clamp(4rem, 8vw, 8rem) var(--pad); background: var(--paper); color: var(--ink); }
.content-wrap { width: min(1180px, 100%); margin: 0 auto; }
.lead-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 8vw, 8rem); margin-bottom: 5rem; }
.lead-grid h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; letter-spacing: -.05em; }
.rich-copy { color: #45545b; font-size: 1.04rem; line-height: 1.75; }
.rich-copy p:first-child { margin-top: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #cdd3d3; border: 1px solid #cdd3d3; }
.benefit { min-height: 15rem; padding: 2rem; background: var(--paper); }
.benefit-index { color: #287ea7; font-size: .65rem; letter-spacing: .16em; }
.benefit h3 { font-size: 1.55rem; letter-spacing: -.025em; margin: 2.5rem 0 .8rem; }
.benefit p { color: #5b696f; line-height: 1.65; margin: 0; }
.bullet-cloud { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2.5rem; }
.bullet-cloud span { padding: .7rem 1rem; border: 1px solid #bcc7c8; border-radius: 999px; font-size: .77rem; }
.content-cta { margin-top: 5rem; padding: clamp(2rem, 5vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: var(--paper); background: var(--ink); border-radius: var(--radius); }
.content-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.04em; line-height: 1; }

.sector-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cbd0cc; }
.sector-item { min-height: 19rem; padding: 2rem 2rem 2rem 0; border-bottom: 1px solid #cbd0cc; }
.sector-item:nth-child(even) { padding-left: 2rem; border-left: 1px solid #cbd0cc; }
.sector-item span { color: #2278a1; font-size: .62rem; letter-spacing: .12em; }
.sector-item h3 { margin: 2rem 0 1rem; font-size: 2rem; }
.sector-item p { color: #59676d; line-height: 1.7; max-width: 34rem; }

.product-specs { width: 100%; border-collapse: collapse; margin: 2rem 0; }
.product-specs th, .product-specs td { padding: 1rem; text-align: left; border-bottom: 1px solid #ccd1ce; }
.product-specs th { width: 42%; color: #516067; font-weight: 500; }

.legal { width: min(870px, 100%); }
.legal h2 { margin-top: 3rem; font-size: 1.8rem; }.legal h3 { margin-top: 2rem; }.legal p, .legal li { color: #48565d; line-height: 1.8; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-details { display: grid; gap: 1px; align-content: start; background: #cad0cd; border: 1px solid #cad0cd; }
.contact-detail { background: var(--paper); padding: 1.5rem; }
.contact-detail small { display: block; color: #66757b; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: .6rem; }
.contact-detail a, .contact-detail strong { font-size: 1.1rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .55rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; color: #5d6a70; }
.field input, .field textarea { width: 100%; padding: 1rem 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #aeb8b8; border-radius: 0; outline: none; }
.field input:focus, .field textarea:focus { border-color: #1686bc; }
.field textarea { min-height: 9rem; resize: vertical; }
.contact-form .button { justify-self: start; border: 0; background: var(--ink); color: var(--paper); cursor: pointer; }
.form-note { grid-column: 1/-1; color: #68757b; font-size: .7rem; }

.site-footer { padding: clamp(4rem, 8vw, 8rem) var(--pad) 2rem; background: #050e14; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 5rem; }
.footer-top h2 { margin: 0; font-size: clamp(3rem, 7.5vw, 7rem); line-height: .9; letter-spacing: -.06em; }
.footer-top h2 em { color: var(--blue-2); font-family: var(--serif); font-weight: 400; }
.round-link { flex: 0 0 auto; width: 9rem; height: 9rem; padding: 1.3rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 50%; font-size: .7rem; transition: .3s; }
.round-link b { align-self: end; font-size: 1.4rem; }
.round-link:hover { color: var(--ink); background: var(--lime); transform: rotate(7deg); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 3rem; padding: 3rem 0; border-top: 1px solid var(--line); }
.footer-grid h3 { color: var(--blue-2); text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; margin: 0 0 1.2rem; }
.footer-grid a, .footer-grid p { display: block; color: #93a4ae; font-size: .76rem; line-height: 1.8; }
.footer-grid a:hover { color: var(--paper); }
.footer-brand p { max-width: 20rem; margin-top: 1.5rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #677984; font-size: .61rem; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 1060px) {
  .desktop-nav, .status-pill { display: none; }
  .menu-toggle { display: block; }
  .hero-side { display: none; }
  .hero-content { width: 100%; }
  .service-card, .service-card.wide { grid-column: span 6; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 760px) {
  :root { --pad: 1.25rem; }
  .site-header { min-height: 5rem; }.site-header .button { display: none; }
  .brand-mark { transform: scale(.88); transform-origin: left; }.brand-copy strong { font-size: .78rem; }
  .hero { min-height: 94svh; padding-top: 8rem; }.hero h1 { font-size: clamp(3rem, 14vw, 4.3rem); }.hero h1 em { font-size: .94em; }.hero-lede { max-width: 94%; font-size: .92rem; }
  .hero-grid { background-size: 18vw 18vw; }
  .trust-rail { grid-template-columns: 1fr 1fr; }.trust-rail > div { padding: 1.4rem 1.25rem; }.trust-rail > div:nth-child(2) { border-right: 0; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .services-grid { display: block; }.service-card, .service-card.wide { min-height: 26rem; margin-bottom: 1rem; }
  .split-feature { grid-template-columns: 1fr; }.split-media { min-height: 24rem; }.split-copy { padding: 4rem 1.25rem; }
  .standards { grid-template-columns: 1fr; gap: 2.5rem; }
  .page-hero { min-height: 68svh; padding-top: 8rem; }.page-number { display: none; }
  .lead-grid { grid-template-columns: 1fr; gap: 2rem; }.benefit-grid, .sector-grid { grid-template-columns: 1fr; }
  .sector-item:nth-child(even) { padding-left: 0; border-left: 0; }
  .content-cta { display: block; }.content-cta .button { margin-top: 2rem; }
  .contact-grid, .contact-form { grid-template-columns: 1fr; }.field.full { grid-column: auto; }
  .footer-top { display: block; }.round-link { margin: 2.5rem 0 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }.menu-meta { flex-direction: column; gap: .5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cursor-glow { display: none; }
}
