:root {
  --ink: #061f2c;
  --ink-2: #0a2d3c;
  --ink-3: #123c4d;
  --paper: #f7f9f8;
  --paper-2: #eaf0ef;
  --white: #ffffff;
  --muted: #57707c;
  --line: rgba(6, 31, 44, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --teal: #0eb5ab;
  --teal-bright: #35e4d2;
  --blue: #226bdd;
  --blue-light: #7da5ff;
  --violet: #7c71ef;
  --warning: #f0bd5e;
  --shadow: 0 26px 65px rgba(6, 31, 44, 0.14);
  --radius-xl: 36px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --font-sans: "Manrope", "Segoe UI", sans-serif;
  --font-mono: "DM Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--teal-bright); color: var(--ink); left: 16px; padding: 9px 12px; position: fixed; top: -60px; z-index: 100; }
.skip-link:focus { top: 16px; }
.container { margin: 0 auto; max-width: 1280px; padding: 0 38px; width: 100%; }
.section-pad { padding: 142px 0; }
.page-noise { 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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E"); inset: 0; opacity: .025; pointer-events: none; position: fixed; z-index: 20; }

.site-header { left: 0; position: absolute; right: 0; top: 0; z-index: 15; }
.nav-shell { align-items: center; display: flex; height: 94px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; gap: 10px; min-width: 174px; }
.brand-mark-wrap { align-items: center; background: #fff; border-radius: 8px; display: flex; height: 36px; justify-content: center; overflow: hidden; width: 46px; }
.brand-mark { height: 45px; max-width: none; mix-blend-mode: multiply; object-fit: contain; width: 57px; }
.brand-name { color: var(--ink); font-size: 20px; font-weight: 800; letter-spacing: -1.1px; }
.brand-name span { color: var(--teal); }
.site-nav { align-items: center; display: flex; gap: 29px; }
.site-nav > a { color: #294652; font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: color .2s ease; }
.site-nav > a:hover { color: var(--teal); }
.site-nav .nav-cta { align-items: center; background: var(--ink); border-radius: 999px; color: #fff; display: inline-flex; gap: 12px; padding: 11px 17px 11px 20px; }
.site-nav .nav-cta:hover { background: var(--teal); color: var(--ink); }
.site-nav .nav-cta span { font-size: 15px; line-height: .5; }
.menu-toggle { background: transparent; border: 0; display: none; padding: 8px 0 8px 8px; }
.menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 5px 0; transition: transform .2s ease; width: 24px; }

.hero { background: linear-gradient(110deg, #f7f9f8 0%, #f4faf8 51%, #e6f7f4 100%); min-height: 824px; overflow: hidden; padding-top: 154px; position: relative; }
.hero::before { background: repeating-linear-gradient(90deg, transparent 0, transparent 132px, rgba(6, 31, 44, .035) 132px, rgba(6, 31, 44, .035) 133px); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero::after { border: 1px solid rgba(14, 181, 171, .16); border-radius: 50%; content: ""; height: 690px; position: absolute; right: -220px; top: 42px; width: 690px; }
.hero-grid { align-items: center; display: grid; gap: 55px; grid-template-columns: minmax(0, 1.05fr) minmax(480px, .95fr); min-height: 618px; position: relative; z-index: 1; }
.hero-copy { padding-bottom: 26px; }
.eyebrow { align-items: center; color: var(--teal); display: flex; font-family: var(--font-mono); font-size: 10px; font-weight: 500; gap: 9px; letter-spacing: .1em; margin: 0 0 22px; text-transform: uppercase; }
.pulse-dot { background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(14, 181, 171, .12); display: inline-block; height: 6px; width: 6px; }
.hero h1, h2 { letter-spacing: -0.065em; margin: 0; }
.hero h1 { font-size: clamp(48px, 5.35vw, 78px); font-weight: 800; line-height: .99; max-width: 765px; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-intro { color: #42606b; font-size: 17px; line-height: 1.72; margin: 30px 0 30px; max-width: 600px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; }
.button { align-items: center; border: 0; border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 800; gap: 25px; justify-content: center; letter-spacing: .02em; padding: 16px 21px 16px 23px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); box-shadow: 0 13px 24px rgba(6, 31, 44, .15); color: #fff; }
.button-primary:hover { background: var(--teal); color: var(--ink); }
.button span { font-size: 17px; line-height: .5; }
.text-link { align-items: center; color: var(--ink); display: inline-flex; font-size: 12px; font-weight: 800; gap: 10px; }
.text-link span { color: var(--teal); font-size: 17px; }
.hero-proof { border-top: 1px solid var(--line); display: flex; gap: 35px; margin-top: 56px; max-width: 520px; padding-top: 18px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--ink); font-size: 21px; letter-spacing: -.06em; line-height: 1; }
.hero-proof span { color: var(--muted); font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; margin-top: 4px; text-transform: uppercase; }

.hero-visual { align-self: stretch; min-height: 550px; position: relative; }
.hero-glow { background: radial-gradient(circle, rgba(42, 180, 176, .28) 0, rgba(38, 139, 230, .11) 39%, transparent 68%); height: 600px; left: 50%; position: absolute; top: 46%; transform: translate(-50%, -50%); width: 600px; }
.hero-orbit { border: 1px solid rgba(20, 125, 143, .18); border-radius: 50%; position: absolute; }
.orbit-one { height: 493px; left: 50%; top: 53%; transform: translate(-50%, -50%) rotate(-23deg); width: 493px; }
.orbit-two { border-style: dashed; height: 605px; left: 50%; top: 53%; transform: translate(-50%, -50%) rotate(13deg); width: 605px; }
.operations-board { background: linear-gradient(140deg, #0a2b3a 0%, #061e2a 100%); border: 1px solid rgba(120, 218, 210, .24); border-radius: var(--radius-xl); box-shadow: 0 38px 80px rgba(4, 40, 55, .25); color: #fff; left: 50%; overflow: hidden; padding: 20px; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(-4deg); width: min(100%, 482px); }
.operations-board::before { background: linear-gradient(90deg, transparent, rgba(53, 228, 210, .18), transparent); content: ""; height: 1px; left: 0; position: absolute; top: 58px; width: 100%; }
.board-topline, .board-footer { align-items: center; display: flex; justify-content: space-between; }
.mini-label, .live-status, .board-kicker { font-family: var(--font-mono); font-size: 8px; letter-spacing: .12em; }
.mini-label { color: rgba(255,255,255,.55); }
.live-status { align-items: center; color: var(--teal-bright); display: flex; gap: 6px; }
.live-status i { background: var(--teal-bright); border-radius: 50%; box-shadow: 0 0 0 4px rgba(53, 228, 210, .12); height: 5px; width: 5px; }
.board-main { min-height: 290px; padding: 42px 3px 20px; position: relative; }
.board-title { position: relative; z-index: 2; }
.board-kicker { color: var(--blue-light); display: block; margin-bottom: 9px; }
.board-title strong { font-size: 41px; letter-spacing: -.07em; line-height: .98; }
.board-map { bottom: 16px; height: 218px; position: absolute; right: -9px; width: 316px; }
.board-map svg { height: 100%; left: 0; overflow: visible; position: absolute; top: 0; width: 100%; }
.board-map path { fill: none; stroke: rgba(104, 225, 213, .45); stroke-dasharray: 3 4; stroke-width: 1.2; }
.map-node, .map-core { align-items: center; border-radius: 999px; display: flex; font-family: var(--font-mono); font-size: 9px; justify-content: center; letter-spacing: .02em; position: absolute; z-index: 1; }
.map-node { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); color: #d9f7f2; height: 30px; width: 72px; }
.map-core { background: var(--teal); box-shadow: 0 0 0 8px rgba(53,228,210,.11); color: var(--ink); font-weight: 700; height: 49px; left: 135px; top: 84px; width: 49px; }
.node-a { left: 7px; top: 25px; }.node-b { right: 1px; top: 27px; }.node-c { bottom: 14px; left: 5px; }.node-d { bottom: 9px; right: 2px; }
.board-footer { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-family: var(--font-mono); font-size: 8px; gap: 8px; padding: 13px 3px 1px; }
.board-footer span { align-items: center; display: inline-flex; gap: 5px; }
.legend-dot { border-radius: 50%; height: 5px; width: 5px; }.legend-dot.teal { background: var(--teal-bright); }.legend-dot.blue { background: var(--blue-light); }.legend-dot.light { background: #d0f1ee; }
.signal-card { align-items: center; backdrop-filter: blur(10px); background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.8); border-radius: 13px; box-shadow: 0 18px 36px rgba(6, 54, 63, .10); display: flex; gap: 11px; padding: 11px 15px 11px 11px; position: absolute; z-index: 2; }
.signal-card small { color: #6a838e; display: block; font-family: var(--font-mono); font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }.signal-card strong { display: block; font-size: 11px; line-height: 1.3; }.signal-card-top { right: 13px; top: 59px; }.signal-card-bottom { bottom: 62px; left: 3px; }
.signal-icon { align-items: center; border-radius: 9px; display: flex; font-size: 15px; font-weight: 800; height: 31px; justify-content: center; width: 31px; }.icon-teal { background: #d6faf6; color: #048c87; }.icon-blue { background: #e2ebff; color: var(--blue); }
.hero-marquee { bottom: 0; color: rgba(6,31,44,.30); font-family: var(--font-mono); font-size: 10px; left: 0; letter-spacing: .15em; overflow: hidden; padding: 17px 0 19px; position: absolute; text-transform: uppercase; white-space: nowrap; width: 100%; }.hero-marquee div { animation: marquee 26s linear infinite; display: inline-block; min-width: max-content; }.hero-marquee i { color: var(--teal); font-size: 13px; font-style: normal; margin: 0 22px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-22%); } }

.intro-band { background: var(--ink); color: #fff; padding: 42px 0; }.intro-band-grid { align-items: center; display: grid; gap: 38px; grid-template-columns: .76fr 1.5fr auto; }.eyebrow-dark { color: var(--teal-bright); margin: 0; }.intro-band-grid > p:not(.eyebrow) { font-size: 18px; letter-spacing: -.024em; line-height: 1.55; margin: 0; }.round-link { align-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; display: flex; font-size: 11px; font-weight: 700; gap: 15px; padding: 8px 9px 8px 15px; white-space: nowrap; }.round-link b { align-items: center; background: var(--teal); border-radius: 50%; color: var(--ink); display: flex; font-size: 15px; height: 26px; justify-content: center; width: 26px; }

.purpose-section { background: #e5f4f1; overflow: hidden; position: relative; }.purpose-section::after { border: 1px solid rgba(14,181,171,.18); border-radius: 50%; content: ""; height: 520px; position: absolute; right: -205px; top: -270px; width: 520px; }.purpose-grid { align-items: center; display: grid; gap: 55px; grid-template-columns: .86fr 1.14fr; position: relative; z-index: 1; }.purpose-intro h2 { font-size: clamp(37px, 4.2vw, 58px); letter-spacing: -.065em; line-height: 1; margin: 17px 0 0; }.purpose-intro h2 em { color: #187c78; }.purpose-intro > p:not(.eyebrow) { color: #4f6c74; font-size: 14px; line-height: 1.72; margin: 24px 0 0; max-width: 440px; }.purpose-cards { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0,1fr)); }.purpose-card { border-radius: 19px; min-height: 303px; overflow: hidden; padding: 26px; position: relative; }.purpose-card span { font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; position: relative; z-index: 1; }.purpose-card h3 { font-size: 24px; letter-spacing: -.06em; line-height: 1.08; margin: 52px 0 0; max-width: 315px; position: relative; z-index: 1; }.purpose-card p { font-size: 12px; line-height: 1.62; margin: 19px 0 0; max-width: 280px; position: relative; z-index: 1; }.purpose-card::after { border: 1px solid currentColor; border-radius: 50%; content: ""; height: 190px; opacity: .16; position: absolute; right: -82px; top: -85px; width: 190px; }.purpose-card-vision { background: linear-gradient(145deg, #0c4150, #062630); color: #fff; }.purpose-card-vision span { color: var(--teal-bright); }.purpose-card-vision p { color: rgba(255,255,255,.68); }.purpose-card-mission { background: #fff; border: 1px solid rgba(6,31,44,.1); color: var(--ink); }.purpose-card-mission span { color: #714b67; }.purpose-card-mission p { color: #61747a; }

.section-heading { margin-bottom: 66px; }.split-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: 1fr .65fr; }.section-heading h2 { font-size: clamp(38px, 4.25vw, 60px); font-weight: 800; line-height: 1.02; max-width: 760px; }.section-copy { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0 0 3px; max-width: 450px; }.section-heading-centered { margin: 0 auto 64px; max-width: 700px; text-align: center; }.section-heading-centered .eyebrow { justify-content: center; }.section-heading-centered h2 { margin: auto; }
.principles-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }.principle-card { background: #fff; border: 1px solid rgba(6,31,44,.08); border-radius: var(--radius-lg); min-height: 309px; overflow: hidden; padding: 23px; position: relative; transition: transform .25s ease, box-shadow .25s ease; }.principle-card:hover { box-shadow: 0 20px 45px rgba(6,31,44,.09); transform: translateY(-6px); }.card-index { color: var(--teal); font-family: var(--font-mono); font-size: 10px; }.principle-card h3 { font-size: 20px; letter-spacing: -.055em; margin: 25px 0 8px; }.principle-card p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }.principle-icon { height: 66px; margin-top: 31px; position: relative; width: 78px; }.principle-icon > span { background: var(--ink); border-radius: 50%; position: absolute; }.principle-icon > span:nth-child(1) { height: 11px; left: 0; top: 21px; width: 11px; }.principle-icon > span:nth-child(2) { background: var(--teal); height: 16px; left: 32px; top: 0; width: 16px; }.principle-icon > span:nth-child(3) { background: var(--blue); bottom: 0; height: 14px; right: 0; width: 14px; }.principle-icon::before, .principle-icon::after { background: linear-gradient(90deg, var(--ink), var(--teal)); content: ""; height: 1px; position: absolute; transform-origin: left; }.principle-icon::before { left: 9px; top: 26px; transform: rotate(-30deg); width: 33px; }.principle-icon::after { left: 43px; top: 15px; transform: rotate(47deg); width: 42px; }.modular-icon { display: grid; gap: 6px; grid-template-columns: repeat(2, 21px); grid-template-rows: repeat(2, 21px); }.modular-icon::before, .modular-icon::after { display: none; }.modular-icon > span { border-radius: 5px; height: auto !important; position: static; width: auto !important; }.modular-icon > span:nth-child(1) { background: var(--teal); }.modular-icon > span:nth-child(2) { background: #c9eeea; }.modular-icon > span:nth-child(3) { background: #d8e2fc; }.modular-icon > span:nth-child(4) { background: var(--blue); }.lock-icon::before { background: transparent; border: 3px solid var(--teal); border-bottom: 0; border-radius: 19px 19px 0 0; height: 32px; left: 16px; top: 0; transform: none; width: 37px; }.lock-icon::after { background: var(--ink); border-radius: 8px; height: 35px; left: 8px; top: 24px; transform: none; width: 52px; }.lock-icon > span { background: var(--teal-bright); height: 8px; left: 30px; top: 37px; width: 8px; z-index: 1; }.flow-icon::before { background: var(--teal); left: 8px; top: 21px; transform: none; width: 56px; }.flow-icon::after { border-bottom: 6px solid transparent; border-left: 9px solid var(--teal); border-top: 6px solid transparent; height: 0; left: 62px; top: 16px; transform: none; width: 0; }.flow-icon > span:nth-child(1) { background: var(--blue); height: 16px; left: 0; top: 13px; width: 16px; }.flow-icon > span:nth-child(2) { background: var(--ink); height: 16px; left: 32px; top: 13px; width: 16px; }.flow-icon > span:nth-child(3) { background: var(--teal); height: 16px; right: 0; top: 13px; width: 16px; }

.statement-section { background: var(--ink); color: #fff; overflow: hidden; padding: 128px 0; position: relative; }.statement-section::before { background: radial-gradient(circle, rgba(14,181,171,.24), transparent 63%); content: ""; height: 680px; position: absolute; right: -124px; top: -280px; width: 680px; }.statement-grid { align-items: center; display: grid; gap: 88px; grid-template-columns: .92fr 1.08fr; position: relative; }.statement-copy h2 { font-size: clamp(42px, 5vw, 70px); line-height: .98; }.statement-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.76; margin: 27px 0 0; max-width: 490px; }.record-visual { height: 455px; margin: -10px 0; position: relative; }.record-ring { border: 1px solid rgba(53,228,210,.22); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }.ring-outer { height: 408px; width: 408px; }.ring-inner { border-color: rgba(125,165,255,.28); border-style: dashed; height: 288px; width: 288px; }.record-core { align-items: center; background: linear-gradient(140deg, var(--teal), #4ed8e8); border-radius: 50%; box-shadow: 0 0 0 16px rgba(53,228,210,.08), 0 24px 60px rgba(14,181,171,.22); color: var(--ink); display: flex; flex-direction: column; height: 146px; justify-content: center; left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); width: 146px; }.record-core span { font-family: var(--font-mono); font-size: 11px; margin-bottom: 5px; }.record-core strong { font-size: 25px; letter-spacing: -.07em; line-height: .93; }.record-label { align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; display: flex; font-family: var(--font-mono); font-size: 10px; gap: 8px; padding: 9px 15px; position: absolute; }.record-label i { border-radius: 50%; height: 7px; width: 7px; }.record-label-a { left: 3%; top: 18%; }.record-label-a i { background: var(--blue-light); }.record-label-b { bottom: 12%; left: 7%; }.record-label-b i { background: var(--teal-bright); }.record-label-c { right: 1%; top: 57%; }.record-label-c i { background: var(--warning); }

.services-section { background: #f9fbfa; }.service-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }.service-card { background: #fff; border: 1px solid rgba(6,31,44,.09); border-radius: var(--radius-lg); display: flex; flex-direction: column; min-height: 315px; overflow: hidden; padding: 25px; position: relative; transition: box-shadow .25s ease, transform .25s ease; }.service-card:hover { box-shadow: 0 21px 44px rgba(6,31,44,.10); transform: translateY(-5px); }.service-card-featured { background: linear-gradient(145deg, #0c3e4d, #062630); border-color: #062630; color: #fff; }.service-number { color: var(--teal); font-family: var(--font-mono); font-size: 10px; }.service-icon { height: 52px; margin: 34px 0 18px; position: relative; width: 72px; }.service-icon i { background: var(--ink); border-radius: 50%; height: 14px; position: absolute; width: 14px; }.service-card-featured .service-icon i { background: var(--teal-bright); }.service-icon i:nth-child(1) { left: 0; top: 20px; }.service-icon i:nth-child(2) { background: var(--teal); left: 30px; top: 2px; }.service-icon i:nth-child(3) { background: var(--blue); bottom: 0; right: 0; }.service-icon::before, .service-icon::after { background: linear-gradient(90deg, var(--ink), var(--teal)); content: ""; height: 1px; position: absolute; transform-origin: left; }.service-card-featured .service-icon::before, .service-card-featured .service-icon::after { background: linear-gradient(90deg, var(--teal-bright), var(--blue-light)); }.service-icon::before { left: 11px; top: 24px; transform: rotate(-30deg); width: 30px; }.service-icon::after { left: 40px; top: 14px; transform: rotate(44deg); width: 39px; }.service-icon-grid { display: grid; gap: 6px; grid-template-columns: repeat(2, 18px); grid-template-rows: repeat(2, 18px); height: 42px; width: 42px; }.service-icon-grid::before, .service-icon-grid::after { display: none; }.service-icon-grid i { border-radius: 4px; height: auto; position: static; width: auto; }.service-icon-grid i:nth-child(1) { background: var(--teal); }.service-icon-grid i:nth-child(2) { background: #d3eeeb; }.service-icon-grid i:nth-child(3) { background: #dce7ff; }.service-icon-grid i:nth-child(4) { background: var(--blue); }.service-icon-mobile { border: 3px solid var(--ink); border-radius: 9px; height: 48px; margin-left: 7px; width: 29px; }.service-icon-mobile::before, .service-icon-mobile::after { display: none; }.service-icon-mobile i { background: var(--teal); bottom: 5px; height: 4px; left: 50%; top: auto; transform: translateX(-50%); width: 4px; }.service-icon-flow::before { background: var(--teal); left: 7px; top: 25px; transform: none; width: 58px; }.service-icon-flow::after { border-bottom: 6px solid transparent; border-left: 8px solid var(--teal); border-top: 6px solid transparent; height: 0; left: 62px; top: 20px; transform: none; width: 0; }.service-icon-flow i:nth-child(1) { background: var(--blue); left: 0; top: 18px; }.service-icon-flow i:nth-child(2) { left: 28px; top: 18px; }.service-icon-flow i:nth-child(3) { background: var(--teal); right: 0; top: 18px; }.service-icon-chart { align-items: end; display: flex; gap: 6px; height: 45px; padding-left: 2px; }.service-icon-chart::before, .service-icon-chart::after { background: rgba(6,31,44,.23); bottom: 1px; left: 0; transform: none; width: 65px; }.service-icon-chart::after { height: 46px; width: 1px; }.service-icon-chart i { bottom: 1px; border-radius: 3px 3px 0 0; height: 18px; position: static; width: 12px; }.service-icon-chart i:nth-child(2) { background: var(--teal); height: 31px; }.service-icon-chart i:nth-child(3) { background: var(--blue); height: 42px; }.service-icon-support { border: 2px solid var(--ink); border-radius: 50%; height: 44px; width: 44px; }.service-icon-support::before, .service-icon-support::after { display: none; }.service-icon-support i { background: var(--teal); height: 9px; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 9px; }.service-card > p { color: var(--teal); font-family: var(--font-mono); font-size: 9px; letter-spacing: .07em; margin: 0 0 6px; text-transform: uppercase; }.service-card h3 { font-size: 22px; letter-spacing: -.06em; line-height: 1.06; margin: 0 0 11px; max-width: 290px; }.service-card > span:last-child { color: var(--muted); font-size: 12px; line-height: 1.62; }.service-card-featured > span:last-child { color: rgba(255,255,255,.67); }.service-card-featured > p { color: var(--teal-bright); }

.industry-section { background: #eef4f2; }.industry-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }.industry-card { background: #fff; border-radius: var(--radius-lg); display: flex; flex-direction: column; min-height: 360px; overflow: hidden; padding: 25px; position: relative; }.industry-featured { background: linear-gradient(145deg, #0c3d4c, #062630); color: #fff; grid-column: span 2; }.industry-dark { background: #d4f3ef; }.industry-number { color: var(--teal); font-family: var(--font-mono); font-size: 10px; }.industry-kicker { color: var(--teal); font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; margin: 38px 0 6px; text-transform: uppercase; }.industry-card h3 { font-size: 25px; letter-spacing: -.06em; line-height: 1.05; margin: 0; max-width: 340px; }.industry-card > p:not(.industry-kicker) { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 14px 0; max-width: 360px; }.industry-featured > p:not(.industry-kicker) { color: rgba(255,255,255,.66); }.industry-card a { color: var(--ink); font-size: 11px; font-weight: 800; margin-top: auto; position: relative; z-index: 1; }.industry-card a span { color: var(--teal); font-size: 15px; margin-left: 7px; }.industry-featured a { color: #fff; }.industry-linework { bottom: -3px; height: 165px; opacity: .75; position: absolute; right: -2px; width: 210px; }.industry-linework i { border: 1px solid rgba(53,228,210,.35); position: absolute; transform: rotate(45deg); }.industry-linework i:nth-child(1) { bottom: -83px; height: 245px; right: 7px; width: 245px; }.industry-linework i:nth-child(2) { bottom: -25px; height: 160px; right: 40px; width: 160px; }.industry-linework i:nth-child(3) { bottom: 26px; height: 92px; right: 74px; width: 92px; }.industry-linework i:nth-child(4) { background: var(--teal); border: 0; border-radius: 50%; bottom: 40px; height: 9px; right: 64px; width: 9px; }

.capabilities { background: radial-gradient(circle at 92% 9%, rgba(113,75,103,.11), transparent 25%), linear-gradient(180deg, #fbfafc 0%, #f8f5f8 100%); overflow: hidden; }.capabilities .section-heading { margin-bottom: 36px; }.module-spotlight { align-items: center; background: rgba(255,255,255,.82); border: 1px solid #e7dfe9; border-radius: 18px; display: grid; gap: 28px; grid-template-columns: minmax(0,1.2fr) minmax(240px,.8fr); margin-bottom: 16px; padding: 21px 24px; }.module-spotlight > div { display: flex; flex-direction: column; gap: 7px; }.module-spotlight span, .module-kicker, .stack-label { color: #714b67; font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.module-spotlight strong { color: #26363e; font-size: 16px; letter-spacing: -.035em; line-height: 1.3; max-width: 580px; }.module-spotlight p { color: #647078; font-size: 12px; line-height: 1.65; margin: 0; }.capability-matrix { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0,1fr)); }.module-column { background: rgba(255,255,255,.88); border: 1px solid #e4dce7; border-radius: 19px; box-shadow: 0 10px 24px rgba(76,47,71,.045); display: flex; flex-direction: column; min-height: 392px; overflow: hidden; padding: 23px; position: relative; transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease; }.module-column::after { background: radial-gradient(circle, rgba(113,75,103,.11), transparent 69%); content: ""; height: 148px; pointer-events: none; position: absolute; right: -78px; top: -74px; width: 148px; }.module-column:hover { border-color: rgba(113,75,103,.38); box-shadow: 0 18px 35px rgba(76,47,71,.11); transform: translateY(-5px); }.module-card-top { align-items: center; display: flex; justify-content: space-between; position: relative; z-index: 1; }.module-icon { align-items: center; border-radius: 14px; color: #fff; display: inline-flex; font-size: 23px; font-weight: 700; height: 45px; justify-content: center; line-height: 1; width: 45px; }.module-finance .module-icon { background: linear-gradient(145deg, #704b67, #b07a9b); }.module-sales .module-icon { background: linear-gradient(145deg, #ef7b6f, #d84d62); }.module-inventory .module-icon { background: linear-gradient(145deg, #477eaa, #28608e); }.module-people .module-icon { background: linear-gradient(145deg, #7e6db4, #59448e); }.module-services .module-icon { background: linear-gradient(145deg, #2f9a91, #147a75); }.module-marketing .module-icon { background: linear-gradient(145deg, #d48d47, #b96a28); }.module-commerce .module-icon { background: linear-gradient(145deg, #4e9d82, #2a745f); }.module-productivity .module-icon { background: linear-gradient(145deg, #5f83cf, #3457a7); }.module-studio .module-icon { background: linear-gradient(145deg, #9b6cb4, #744790); }.module-number { color: #a18d9d; font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; }.module-kicker { margin: 22px 0 7px; position: relative; z-index: 1; }.module-column h3 { color: #26363e; font-size: 24px; letter-spacing: -.06em; line-height: 1.05; margin: 0; position: relative; z-index: 1; }.module-summary { color: #617078; font-size: 12px; line-height: 1.62; margin: 10px 0 16px; max-width: 290px; position: relative; z-index: 1; }.module-column ul { display: grid; gap: 7px; grid-template-columns: repeat(2, minmax(0,1fr)); list-style: none; margin: auto 0 0; padding: 0; position: relative; z-index: 1; }.module-column li { background: #faf8fb; border: 1px solid #eee8ef; border-radius: 7px; color: #4c5c64; font-size: 10px; line-height: 1.3; min-height: 33px; padding: 8px 8px 7px; }.module-stack-builder { background: linear-gradient(128deg, #45333f 0%, #714b67 63%, #87657d 100%); border: 1px solid rgba(255,255,255,.17); border-radius: 23px; box-shadow: 0 24px 54px rgba(70,45,65,.19); color: #fff; margin-top: 16px; overflow: hidden; padding: 31px; position: relative; }.module-stack-builder::after { border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; height: 430px; position: absolute; right: -222px; top: -260px; width: 430px; }.module-stack-heading, .module-stack-tabs, .module-stack-panels { position: relative; z-index: 1; }.module-stack-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; }.module-stack-heading .eyebrow { color: #e0c7da; margin-bottom: 9px; }.module-stack-heading h3 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.06em; line-height: .98; margin: 0; }.module-stack-heading h3 em { color: #f1ddeb; }.module-stack-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 16px; }.module-stack-tab { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.76); cursor: pointer; font-family: var(--font-mono); font-size: 9px; letter-spacing: .04em; padding: 10px 13px; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }.module-stack-tab:hover { background: rgba(255,255,255,.15); color: #fff; transform: translateY(-1px); }.module-stack-tab.is-active { background: #fff; border-color: #fff; color: #5b3b55; }.module-stack-panel { align-items: end; background: rgba(26,17,27,.19); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; display: grid; gap: 24px; grid-template-columns: minmax(0,1.35fr) minmax(260px,.95fr) auto; padding: 23px; }.module-stack-panel[hidden] { display: none !important; }.stack-label { color: #e6cce0; display: block; margin-bottom: 10px; }.module-stack-panel h4 { font-size: 23px; letter-spacing: -.055em; line-height: 1.07; margin: 0; max-width: 350px; }.module-stack-panel p { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.6; margin: 11px 0 0; max-width: 520px; }.stack-chips { align-content: end; display: flex; flex-wrap: wrap; gap: 7px; }.stack-chips span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.85); font-family: var(--font-mono); font-size: 9px; padding: 7px 9px; }.module-stack-link { align-self: end; color: #fff; font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-decoration: none; white-space: nowrap; }.module-stack-link span { color: #efd4e8; font-size: 15px; margin-left: 4px; }

.workflow-section { background: linear-gradient(180deg, #e7f5f2 0%, #edf6f4 100%); }.workflow-heading { margin-bottom: 42px; max-width: 680px; }.workflow-heading h2 { font-size: clamp(40px, 4.2vw, 60px); line-height: 1.02; }.workflow-heading > p:not(.eyebrow) { color: var(--muted); font-size: 15px; margin: 20px 0 0; }.workflow-map { background: #fbfdfc; border: 1px solid rgba(6,31,44,.13); border-radius: 25px; box-shadow: 0 22px 50px rgba(6,31,44,.08); overflow: hidden; padding: 34px 36px 0; position: relative; }.workflow-map::before { background-image: linear-gradient(rgba(6,31,44,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(6,31,44,.04) 1px, transparent 1px); background-size: 28px 28px; content: ""; inset: 0; mask-image: linear-gradient(90deg, #000, transparent 86%); opacity: .68; pointer-events: none; position: absolute; }.workflow-map-heading, .workflow-system-strip, .workflow-flow, .workflow-route-list { position: relative; z-index: 1; }.workflow-map-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: minmax(0,1.15fr) minmax(250px,.75fr); }.workflow-map-kicker { color: var(--teal); font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; margin: 0 0 11px; text-transform: uppercase; }.workflow-map-heading h3 { color: var(--ink); font-size: clamp(27px, 3vw, 39px); letter-spacing: -.06em; line-height: 1; margin: 0; max-width: 600px; }.workflow-map-heading > p { color: #57707a; font-size: 13px; line-height: 1.65; margin: 0 0 2px; max-width: 360px; }.workflow-system-strip { align-items: center; border-bottom: 1px solid rgba(6,31,44,.12); border-top: 1px solid rgba(6,31,44,.12); display: flex; gap: 22px; justify-content: space-between; margin-top: 28px; padding: 12px 0; }.workflow-system-strip > span { color: #667b83; font-family: var(--font-mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }.workflow-system-strip > div { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }.workflow-system-strip b { color: #29525f; font-family: var(--font-mono); font-size: 8px; font-weight: 500; letter-spacing: .055em; text-transform: uppercase; }.workflow-system-strip b:not(:last-child)::after { color: #9ab0b6; content: "•"; margin-left: 8px; }.workflow-flow { display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0,1fr)); list-style: none; margin: 43px 0 0; padding: 0; }.workflow-flow-stage { min-height: 278px; padding: 0 26px 26px; position: relative; }.workflow-flow-stage:not(:last-child)::after { background: rgba(6,31,44,.26); content: ""; height: 1px; position: absolute; right: -1px; top: 32px; width: 33px; z-index: 1; }.workflow-flow-stage:not(:last-child)::before { border-bottom: 4px solid transparent; border-left: 6px solid var(--teal); border-top: 4px solid transparent; content: ""; position: absolute; right: -3px; top: 28.5px; z-index: 2; }.workflow-flow-stage + .workflow-flow-stage { border-left: 1px solid rgba(6,31,44,.13); padding-left: 36px; }.workflow-flow-visual { height: 64px; margin-bottom: 26px; position: relative; }.workflow-flow-icon { align-items: center; border-radius: 50%; display: inline-flex; height: 64px; justify-content: center; overflow: hidden; position: relative; width: 64px; }.workflow-flow-icon-capture { background: #d8f5ef; }.workflow-flow-icon-control { background: #f0e6f2; }.workflow-flow-icon-close { background: #dfeafa; }.workflow-flow-icon-capture::before { border: 2px solid #0d766e; border-radius: 6px; content: ""; height: 29px; left: 20px; position: absolute; top: 17px; width: 23px; }.workflow-flow-icon-capture i { background: #0d766e; border-radius: 2px; height: 2px; left: 27px; position: absolute; width: 11px; }.workflow-flow-icon-capture i:nth-child(1) { top: 24px; }.workflow-flow-icon-capture i:nth-child(2) { top: 30px; width: 8px; }.workflow-flow-icon-capture i:nth-child(3) { background: #43b9aa; border-radius: 50%; height: 4px; left: 23px; top: 35px; width: 4px; }.workflow-flow-icon-control::before { border: 2px solid #714b67; border-radius: 8px; content: ""; height: 27px; left: 18px; position: absolute; top: 17px; width: 28px; }.workflow-flow-icon-control i { background: #714b67; border-radius: 2px; height: 16px; position: absolute; top: 23px; width: 2px; }.workflow-flow-icon-control i:nth-child(1) { left: 26px; }.workflow-flow-icon-control i:nth-child(2) { left: 32px; }.workflow-flow-icon-control i:nth-child(3) { left: 38px; }.workflow-flow-icon-control i::after { background: #c493ba; border: 1px solid #714b67; border-radius: 50%; content: ""; height: 6px; left: -3px; position: absolute; top: 3px; width: 6px; }.workflow-flow-icon-control i:nth-child(2)::after { top: 7px; }.workflow-flow-icon-control i:nth-child(3)::after { top: 0; }.workflow-flow-icon-close::before { border-bottom: 2px solid #35639c; border-left: 2px solid #35639c; content: ""; height: 26px; left: 19px; position: absolute; top: 17px; width: 28px; }.workflow-flow-icon-close i { background: #35639c; bottom: 20px; position: absolute; width: 5px; }.workflow-flow-icon-close i:nth-child(1) { height: 9px; left: 27px; }.workflow-flow-icon-close i:nth-child(2) { background: #4e89ce; height: 15px; left: 34px; }.workflow-flow-icon-close i:nth-child(3) { background: #76b8ed; height: 21px; left: 41px; }.workflow-flow-copy > span { color: var(--teal); font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.workflow-flow-copy h3 { color: var(--ink); font-size: 23px; letter-spacing: -.055em; line-height: 1.04; margin: 11px 0 9px; max-width: 240px; }.workflow-flow-copy p { color: #637780; font-size: 12px; line-height: 1.62; margin: 0; max-width: 266px; }.workflow-flow-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 19px; }.workflow-flow-tags span { background: rgba(255,255,255,.68); border: 1px solid rgba(6,31,44,.1); border-radius: 999px; color: #46606a; font-family: var(--font-mono); font-size: 8px; letter-spacing: .04em; padding: 6px 8px; text-transform: uppercase; }.workflow-route-list { border-top: 1px solid rgba(6,31,44,.13); display: grid; grid-template-columns: repeat(3,1fr); margin: 0 -36px; }.workflow-route { min-height: 91px; padding: 18px 24px 18px 36px; }.workflow-route + .workflow-route { border-left: 1px solid rgba(6,31,44,.13); }.workflow-route > span { color: #6a7d84; font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }.workflow-route p { color: #62767e; font-size: 10px; line-height: 1.55; margin: 7px 0 0; }.workflow-route b { color: var(--ink); display: block; font-size: 12px; letter-spacing: -.02em; margin-bottom: 2px; }

.delivery-section { background: var(--teal); }.delivery-grid { display: grid; gap: 130px; grid-template-columns: .9fr 1.1fr; }.delivery-copy h2 { font-size: clamp(42px, 4.5vw, 65px); line-height: 1.01; }.delivery-copy h2 em { color: var(--ink); }.delivery-copy p:not(.eyebrow) { color: #124854; font-size: 15px; line-height: 1.72; margin: 26px 0 0; max-width: 405px; }.delivery-list { border-top: 1px solid rgba(6,31,44,.25); list-style: none; margin: 0; padding: 0; }.delivery-list li { align-items: start; border-bottom: 1px solid rgba(6,31,44,.25); display: grid; gap: 24px; grid-template-columns: 37px 1fr; padding: 22px 0; }.delivery-list span { color: rgba(6,31,44,.56); font-family: var(--font-mono); font-size: 10px; padding-top: 5px; }.delivery-list h3 { font-size: 20px; letter-spacing: -.05em; margin: 0 0 3px; }.delivery-list p { color: #164953; font-size: 13px; line-height: 1.55; margin: 0; }

.clients-section { background: var(--paper); }.client-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, 1fr); }.client-card { --client-accent: var(--teal); --client-tint: #effaf8; background: transparent; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: grid; gap: 21px; grid-template-columns: 76px 1fr; min-height: 202px; overflow: hidden; padding: 25px; position: relative; transition: background .2s ease; }.client-card::before { background: var(--client-accent); content: ""; height: 3px; left: 0; position: absolute; right: 0; top: 0; }.client-card:hover { background: linear-gradient(135deg,var(--client-tint),#fff 68%); }.client-card:hover .client-logo { border-color: color-mix(in srgb,var(--client-accent) 36%,transparent); }.client-card-property { --client-accent: #be201e; --client-tint: #fff4f3; }.client-card-construction { --client-accent: #d9a800; --client-tint: #fff9df; }.client-card-logistics { --client-accent: #0d9f95; --client-tint: #edfaf7; }.client-card-manufacturing { --client-accent: #ef5b28; --client-tint: #fff1eb; }.client-logo { align-items: center; background: #fff; border: 1px solid rgba(6,31,44,.11); border-radius: 14px; box-shadow: 0 9px 19px rgba(6,31,44,.06); display: flex; height: 76px; justify-content: center; overflow: hidden; padding: 7px; transition: border-color .2s ease; width: 76px; }.client-logo img { display: block; height: 100%; object-fit: contain; width: 100%; }.client-logo-fallback { background: linear-gradient(145deg, var(--ink), #155977); color: var(--teal-bright); flex-direction: column; gap: 2px; padding: 5px; }.client-logo-fallback strong { font-family: var(--font-mono); font-size: 19px; font-weight: 500; letter-spacing: -.08em; }.client-logo-fallback small { color: rgba(255,255,255,.64); font-family: var(--font-mono); font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }.client-card p { color: var(--client-accent); font-family: var(--font-mono); font-size: 9px; letter-spacing: .05em; margin: 2px 0 5px; text-transform: uppercase; }.client-card h3 { font-size: 20px; letter-spacing: -.05em; line-height: 1.12; margin: 0 0 8px; }.client-card small { color: var(--muted); font-size: 12px; line-height: 1.55; }

.contact-section { background: var(--ink); padding: 100px 0; }.contact-shell { background: linear-gradient(135deg, #0b3543, #062630 72%); border: 1px solid rgba(53,228,210,.25); border-radius: var(--radius-xl); color: #fff; display: grid; gap: 70px; grid-template-columns: .95fr 1.05fr; overflow: hidden; padding: 65px; position: relative; }.contact-shell::after { background: radial-gradient(circle, rgba(53,228,210,.17), transparent 70%); content: ""; height: 600px; position: absolute; right: -160px; top: -200px; width: 600px; }.contact-copy, .contact-form, .contact-panel { position: relative; z-index: 1; }.contact-copy h2 { font-size: clamp(40px, 4.15vw, 58px); line-height: 1.02; }.contact-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; margin: 25px 0 0; max-width: 405px; }.contact-orbit { border: 1px solid rgba(53,228,210,.13); border-radius: 50%; position: absolute; }.contact-orbit-one { height: 420px; right: -52px; top: -150px; width: 420px; }.contact-orbit-two { border-style: dashed; bottom: -182px; height: 360px; left: -183px; width: 360px; }.contact-panel { align-self: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; display: flex; flex-direction: column; justify-content: center; min-height: 258px; padding: 31px; }.contact-panel-kicker, .contact-panel-note { color: var(--teal-bright); font-family: var(--font-mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }.contact-panel p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; margin: 17px 0 25px; max-width: 400px; }.contact-panel .button { align-self: flex-start; }.contact-panel-note { color: rgba(255,255,255,.42); font-size: 8px; margin-top: 24px; }.contact-form { display: flex; flex-direction: column; gap: 18px; padding-top: 6px; }.form-row { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }.contact-form label { color: rgba(255,255,255,.62); display: flex; flex-direction: column; font-family: var(--font-mono); font-size: 9px; gap: 7px; letter-spacing: .05em; text-transform: uppercase; }.contact-form input, .contact-form textarea, .contact-form select { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.17); border-radius: 9px; color: #fff; outline: none; padding: 13px 14px; resize: vertical; transition: border-color .2s ease, background .2s ease; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.33); }.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { background: rgba(255,255,255,.1); border-color: var(--teal-bright); }.form-bottom { align-items: center; display: flex; gap: 18px; margin-top: 4px; }.button-light { background: var(--teal-bright); color: var(--ink); }.button-light:hover { background: #fff; }.form-bottom p { color: rgba(255,255,255,.58); font-family: var(--font-mono); font-size: 9px; margin: 0; }

.contact-page-main { background: var(--paper); }.contact-hero { background: linear-gradient(115deg, #f7f9f8 0%, #e6f6f3 100%); min-height: 620px; overflow: hidden; padding: 161px 0 86px; position: relative; }.contact-hero::before { background: repeating-linear-gradient(90deg, transparent 0, transparent 132px, rgba(6,31,44,.035) 132px, rgba(6,31,44,.035) 133px); content: ""; inset: 0; position: absolute; }.contact-hero::after { border: 1px solid rgba(14,181,171,.18); border-radius: 50%; content: ""; height: 590px; position: absolute; right: -110px; top: -90px; width: 590px; }.contact-hero-grid { align-items: center; display: grid; gap: 100px; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr); position: relative; z-index: 1; }.contact-hero-copy h1 { font-size: clamp(50px, 5.2vw, 76px); letter-spacing: -.07em; line-height: .96; margin: 0; }.contact-hero-copy > p:not(.eyebrow) { color: #42606b; font-size: 16px; line-height: 1.72; margin: 28px 0 0; max-width: 580px; }.contact-topic-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 31px; }.contact-topic-list span { background: rgba(255,255,255,.72); border: 1px solid rgba(6,31,44,.1); border-radius: 999px; color: #244550; font-family: var(--font-mono); font-size: 9px; letter-spacing: .04em; padding: 8px 11px; text-transform: uppercase; }.contact-side-card { background: linear-gradient(145deg, #0c3e4d, #062630); border: 1px solid rgba(53,228,210,.28); border-radius: var(--radius-xl); box-shadow: var(--shadow); color: #fff; overflow: hidden; padding: 36px; position: relative; }.contact-side-card::after { border: 1px dashed rgba(53,228,210,.25); border-radius: 50%; content: ""; height: 250px; position: absolute; right: -104px; top: -93px; width: 250px; }.contact-side-card h2 { font-size: 35px; letter-spacing: -.06em; line-height: 1; margin: 32px 0 13px; position: relative; z-index: 1; }.contact-side-card p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.68; margin: 0; position: relative; z-index: 1; }.contact-side-rule { background: linear-gradient(90deg, var(--teal-bright), transparent); height: 1px; margin: 29px 0 14px; position: relative; z-index: 1; }.contact-side-card > span:last-child { color: var(--teal-bright); font-family: var(--font-mono); font-size: 9px; letter-spacing: .07em; position: relative; text-transform: uppercase; z-index: 1; }.contact-form-section { background: #fff; }.contact-page-grid { align-items: start; display: grid; gap: 90px; grid-template-columns: .78fr 1.22fr; }.contact-details h2 { font-size: clamp(42px, 4.5vw, 61px); line-height: .99; }.contact-details > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 25px 0 0; max-width: 400px; }.contact-checklist { border-top: 1px solid var(--line); list-style: none; margin: 36px 0 0; padding: 0; }.contact-checklist li { align-items: center; border-bottom: 1px solid var(--line); color: #254854; display: flex; font-size: 12px; gap: 15px; padding: 13px 0; }.contact-checklist span { color: var(--teal); font-family: var(--font-mono); font-size: 9px; }.contact-form-page { background: #f4f8f7; border: 1px solid rgba(6,31,44,.1); border-radius: var(--radius-lg); box-shadow: 0 20px 50px rgba(6,31,44,.08); padding: 29px; }.contact-form-page label { color: #42606b; }.contact-form-page input, .contact-form-page textarea, .contact-form-page select { background: #fff; border-color: rgba(6,31,44,.13); color: var(--ink); }.contact-form-page input::placeholder, .contact-form-page textarea::placeholder { color: #8a9da4; }.contact-form-page input:focus, .contact-form-page textarea:focus, .contact-form-page select:focus { background: #fff; border-color: var(--teal); }.contact-form-page select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--teal) 50%), linear-gradient(135deg, var(--teal) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; padding-right: 38px; }.contact-form-page .form-bottom p { color: var(--muted); }.contact-reassurance { background: var(--teal); }.contact-reassurance-inner { display: flex; font-family: var(--font-mono); font-size: 9px; justify-content: space-between; letter-spacing: .1em; padding-bottom: 26px; padding-top: 26px; }

.site-footer { background: var(--ink); color: rgba(255,255,255,.68); padding: 28px 0 31px; }.footer-top { align-items: center; border-bottom: 1px solid var(--line-light); display: grid; gap: 25px; grid-template-columns: auto 1fr auto; padding-bottom: 28px; }.brand-footer .brand-name { color: #fff; }.footer-top > p { font-size: 12px; margin: 0; }.back-to-top { color: var(--teal-bright); font-family: var(--font-mono); font-size: 10px; }.back-to-top span { font-size: 16px; margin-left: 7px; }.footer-bottom { align-items: center; display: flex; font-family: var(--font-mono); font-size: 9px; gap: 18px; justify-content: space-between; letter-spacing: .02em; padding-top: 23px; }.footer-links { align-items: center; display: inline-flex; gap: 14px; justify-content: flex-end; }.footer-links a { color: var(--teal-bright); text-decoration: none; transition: color .2s ease; }.footer-links a:hover { color: #fff; }.footer-links b { font-size: 12px; font-weight: 400; margin-left: 2px; }

.contact-direct-links { border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 10px; margin-top: 24px; padding-top: 18px; }.contact-direct-links a { align-items: baseline; color: #fff; display: flex; gap: 10px; justify-content: space-between; text-decoration: none; transition: color .2s ease; }.contact-direct-links a:hover { color: var(--teal-bright); }.contact-direct-links span { color: rgba(255,255,255,.48); font-family: var(--font-mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }.contact-direct-links strong { font-family: var(--font-mono); font-size: 10px; font-weight: 500; }.contact-direct-links b { color: var(--teal-bright); font-size: 13px; font-weight: 400; margin-left: 3px; }.direct-contact-card { border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; margin-top: 32px; padding-top: 21px; }.direct-contact-card > span { color: #60737b; font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }.direct-contact-card > a { color: #234651; font-family: var(--font-mono); font-size: 14px; font-weight: 700; text-decoration: none; }.direct-contact-card > a:hover { color: #714b67; }.direct-contact-card .direct-linkedin { color: #714b67; font-size: 10px; font-weight: 500; letter-spacing: .04em; margin-top: 2px; }.direct-contact-card b { color: var(--teal); font-size: 14px; font-weight: 400; margin-left: 3px; }.form-direct-note { color: #6c7e85; font-family: var(--font-mono); font-size: 9px; line-height: 1.55; margin: -4px 0 0; }.form-direct-note a { color: #714b67; font-weight: 700; text-decoration: none; }.form-direct-note a:hover { color: #245b68; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.65,.2,1), transform .7s cubic-bezier(.2,.65,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }.hero .reveal { transition-delay: .05s; }.principle-card:nth-child(2), .industry-card:nth-child(2), .module-column:nth-child(2), .client-card:nth-child(2) { transition-delay: .07s; }.principle-card:nth-child(3), .industry-card:nth-child(3), .module-column:nth-child(3), .client-card:nth-child(3) { transition-delay: .14s; }.principle-card:nth-child(4), .industry-card:nth-child(4), .module-column:nth-child(4), .client-card:nth-child(4) { transition-delay: .21s; }

@media (max-width: 1050px) {
  .hero-grid { gap: 20px; grid-template-columns: minmax(0, 1fr) minmax(420px, .84fr); }
  .hero h1 { font-size: clamp(47px, 5.2vw, 65px); }
  .operations-board { transform: translate(-50%, -50%) rotate(-3deg) scale(.91); }
  .signal-card-top { right: 0; }.signal-card-bottom { left: -5px; }
  .statement-grid, .delivery-grid { gap: 55px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }.industry-card { min-height: 330px; }.industry-featured { grid-column: auto; }
  .industry-featured, .industry-dark { background: #fff; color: var(--ink); }.industry-featured > p:not(.industry-kicker) { color: var(--muted); }.industry-featured a { color: var(--ink); }.industry-linework { display: none; }
  .contact-shell { gap: 38px; padding: 48px; }
  .contact-hero-grid { gap: 55px; }.contact-page-grid { gap: 54px; }
}

@media (max-width: 820px) {
  .container { padding: 0 24px; }.section-pad { padding: 92px 0; }
  .site-header { position: absolute; }.nav-shell { height: 78px; }.menu-toggle { display: block; position: relative; z-index: 2; }.site-nav { background: rgba(247,249,248,.98); border-bottom: 1px solid var(--line); box-shadow: 0 22px 35px rgba(6,31,44,.10); display: flex; flex-direction: column; gap: 0; left: 0; opacity: 0; padding: 80px 24px 25px; pointer-events: none; position: absolute; right: 0; top: 0; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }.site-nav > a { border-bottom: 1px solid var(--line); padding: 15px 0; width: 100%; }.site-nav .nav-cta { border-bottom: 0; border-radius: 9px; justify-content: space-between; margin-top: 16px; padding: 14px 15px; }.menu-toggle[aria-expanded="true"] span:not(.sr-only):first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: unset; padding-top: 128px; }.hero-grid { display: block; min-height: 0; }.hero-copy { padding-bottom: 14px; }.hero h1 { font-size: clamp(47px, 11.5vw, 67px); }.hero-intro { font-size: 15px; margin: 23px 0 26px; }.hero-proof { margin-top: 42px; }.hero-visual { height: 470px; min-height: 0; margin: 15px auto -10px; max-width: 500px; }.operations-board { transform: translate(-50%, -50%) rotate(-3deg) scale(.84); }.signal-card-top { right: 2%; top: 37px; }.signal-card-bottom { bottom: 39px; left: 0; }.hero-marquee { font-size: 8px; }
  .intro-band { padding: 35px 0; }.intro-band-grid { display: block; }.intro-band-grid .eyebrow { margin-bottom: 14px; }.intro-band-grid > p:not(.eyebrow) { font-size: 16px; }.round-link { display: inline-flex; margin-top: 23px; }
  .split-heading, .statement-grid, .delivery-grid, .contact-shell, .contact-hero-grid, .contact-page-grid { display: block; }.section-heading { margin-bottom: 44px; }.section-copy { margin-top: 24px; }.principles-grid { grid-template-columns: repeat(2, 1fr); }.principle-card { min-height: 280px; }.statement-section { padding: 92px 0; }.record-visual { height: 360px; margin: 30px -20px -20px; transform: scale(.85); }.industry-grid { grid-template-columns: 1fr; }.industry-card { min-height: 282px; }.capability-matrix { grid-template-columns: repeat(2, 1fr); }.workflow-map { padding: 28px 28px 0; }.workflow-map-heading { gap: 25px; grid-template-columns: 1fr; }.workflow-system-strip { align-items: start; flex-direction: column; gap: 9px; }.workflow-system-strip > div { justify-content: flex-start; }.workflow-flow-stage { min-height: 304px; padding-right: 19px; }.workflow-flow-stage + .workflow-flow-stage { padding-left: 25px; }.workflow-route-list { margin-left: -28px; margin-right: -28px; }.workflow-route { padding-left: 28px; padding-right: 17px; }.delivery-copy { margin-bottom: 45px; }.client-grid { grid-template-columns: 1fr; }.contact-shell { padding: 37px 25px; }.contact-copy { margin-bottom: 35px; }.contact-panel { min-height: 0; }.contact-hero { min-height: 0; padding: 132px 0 77px; }.contact-side-card { margin-top: 45px; max-width: 480px; }.contact-page-grid .contact-form { margin-top: 46px; }.contact-reassurance-inner { gap: 13px; flex-wrap: wrap; }.footer-top { grid-template-columns: 1fr auto; }.footer-top > p { display: none; }
}

@media (max-width: 520px) {
  .container { padding: 0 18px; }.brand-name { font-size: 18px; }.hero { padding-top: 117px; }.eyebrow { font-size: 8px; }.hero h1, .contact-hero-copy h1 { font-size: 45px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.hero-proof { gap: 19px; }.hero-proof strong { font-size: 19px; }.hero-proof span { font-size: 7px; }.hero-visual { height: 387px; margin-left: -18px; margin-right: -18px; }.operations-board { transform: translate(-50%, -50%) rotate(-2deg) scale(.66); }.orbit-one { height: 366px; width: 366px; }.orbit-two { height: 440px; width: 440px; }.signal-card { transform: scale(.82); }.signal-card-top { right: -15px; top: 22px; transform-origin: top right; }.signal-card-bottom { bottom: 30px; left: -13px; transform-origin: bottom left; }.section-heading h2, .statement-copy h2, .delivery-copy h2, .contact-copy h2, .workflow-heading h2, .contact-details h2 { font-size: 38px; }.principles-grid, .capability-matrix, .service-grid { grid-template-columns: 1fr; }.principle-card { min-height: 235px; }.principle-icon { margin-top: 20px; }.principle-card h3 { margin-top: 17px; }.record-visual { height: 315px; margin: 20px -70px -40px; transform: scale(.68); }.workflow-map { border-radius: 19px; padding: 24px 20px 0; }.workflow-map-heading h3 { font-size: 29px; }.workflow-map-heading > p { font-size: 12px; }.workflow-flow { display: block; margin-top: 31px; }.workflow-flow-stage { min-height: 0; padding: 0 0 28px 79px; }.workflow-flow-stage + .workflow-flow-stage { border-left: 0; padding-left: 79px; }.workflow-flow-stage:not(:last-child)::after { height: 37px; left: 31px; right: auto; top: 64px; width: 1px; }.workflow-flow-stage:not(:last-child)::before { border-bottom: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid var(--teal); left: 27.5px; right: auto; top: 97px; }.workflow-flow-visual { left: 0; position: absolute; top: 0; }.workflow-flow-icon { height: 62px; width: 62px; }.workflow-flow-copy h3 { font-size: 22px; max-width: none; }.workflow-flow-copy p { max-width: none; }.workflow-flow-tags { margin-top: 14px; }.workflow-route-list { display: block; margin-left: -20px; margin-right: -20px; }.workflow-route { min-height: 0; padding: 15px 20px; }.workflow-route + .workflow-route { border-left: 0; border-top: 1px solid rgba(6,31,44,.13); }.service-card { min-height: 278px; }.contact-hero { padding: 118px 0 64px; }.contact-side-card { padding: 28px; }.contact-form-page { padding: 21px; }.form-row { grid-template-columns: 1fr; }.form-bottom { align-items: flex-start; flex-direction: column; }.footer-top { display: flex; flex-direction: column; align-items: flex-start; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 1050px) { .purpose-grid { display: block; }.purpose-intro { margin-bottom: 34px; }.purpose-cards { max-width: 720px; }.module-spotlight { grid-template-columns: 1fr; }.module-stack-panel { align-items: start; grid-template-columns: 1fr; }.module-stack-link { align-self: start; }.contact-direct-links { max-width: 440px; } }

@media (max-width: 640px) { .purpose-cards { grid-template-columns: 1fr; }.purpose-card { min-height: 255px; }.purpose-card h3 { margin-top: 36px; }.module-spotlight { gap: 12px; padding: 18px; }.module-spotlight strong { font-size: 14px; }.module-column { min-height: unset; padding: 20px; }.module-column ul { grid-template-columns: repeat(2, minmax(0,1fr)); }.module-stack-builder { border-radius: 18px; padding: 23px 18px; }.module-stack-heading { display: block; }.module-stack-heading h3 { font-size: 29px; }.module-stack-tabs { flex-direction: column; margin-top: 23px; }.module-stack-tab { text-align: left; width: 100%; }.module-stack-panel { border-radius: 13px; padding: 19px; }.module-stack-panel h4 { font-size: 21px; }.footer-links { align-items: flex-start; flex-direction: column; gap: 7px; }.contact-direct-links a { align-items: flex-start; flex-direction: column; gap: 3px; }.direct-contact-card { margin-top: 25px; } }

/* Client story snapshots */
.client-stories { border-top: 1px solid var(--line); margin-top: 55px; padding-top: 54px; }.client-stories-heading { align-items: end; display: grid; gap: 45px; grid-template-columns: 1fr minmax(250px,.55fr); margin-bottom: 29px; }.client-stories-heading h3 { font-size: clamp(38px,4vw,57px); letter-spacing: -.07em; line-height: 1.02; margin: 14px 0 0; }.client-stories-heading h3 em { color: var(--teal); font-style: normal; }.client-stories-heading > p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0 0 5px; max-width: 390px; }.client-story-grid { display: grid; gap: 14px; grid-template-columns: repeat(2,1fr); }.client-story { --story-accent: var(--teal); --story-tint: #effaf8; background: linear-gradient(135deg,var(--story-tint),#fff 63%); border: 1px solid color-mix(in srgb,var(--story-accent) 23%,rgba(6,31,44,.12)); border-radius: 19px; display: flex; flex-direction: column; min-height: 337px; overflow: hidden; padding: 26px; position: relative; transition: box-shadow .25s ease, transform .25s ease; }.client-story::before { background: var(--story-accent); content: ""; height: 4px; left: 0; position: absolute; right: 0; top: 0; }.client-story:hover { box-shadow: 0 19px 38px color-mix(in srgb,var(--story-accent) 15%,rgba(6,31,44,.08)); transform: translateY(-4px); }.client-story-construction { --story-accent: #d9a800; --story-tint: #fff9df; }.client-story-logistics { --story-accent: #0d9f95; --story-tint: #edfaf7; }.client-story-manufacturing { --story-accent: #ef5b28; --story-tint: #fff1eb; }.client-story-property { --story-accent: #be201e; --story-tint: #fff4f3; }.client-story-meta { align-items: center; display: flex; gap: 10px; }.client-story-meta span { color: var(--story-accent); font-family: var(--font-mono); font-size: 10px; }.client-story-meta p { color: #54717a; font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; margin: 0; text-transform: uppercase; }.client-story h3 { font-size: 25px; letter-spacing: -.06em; line-height: 1.08; margin: 29px 0 12px; max-width: 430px; }.client-story-summary { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 0; max-width: 490px; }.client-story ul { border-top: 1px solid color-mix(in srgb,var(--story-accent) 20%,var(--line)); list-style: none; margin: auto 0 0; padding: 15px 0 0; }.client-story li { color: #375862; font-size: 11px; line-height: 1.45; padding: 4px 0 4px 17px; position: relative; }.client-story li::before { color: var(--story-accent); content: "↗"; left: 0; position: absolute; }

@media (max-width: 820px) { .client-stories-heading { display: block; }.client-stories-heading > p { margin-top: 23px; }.client-story-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .client-stories { margin-top: 40px; padding-top: 40px; }.client-stories-heading h3 { font-size: 38px; }.client-story { min-height: 0; padding: 22px; }.client-story h3 { font-size: 23px; margin-top: 25px; } }

/* Service detail pages */
.service-card > span:not(.service-number) { color: var(--muted); font-size: 12px; line-height: 1.62; }.service-card-featured > span:not(.service-number) { color: rgba(255,255,255,.67); }.service-link { align-items: center; color: var(--ink); display: inline-flex; font-family: var(--font-mono); font-size: 10px; font-weight: 500; gap: 8px; letter-spacing: .02em; margin-top: auto; padding-top: 19px; text-transform: uppercase; }.service-link b { font-size: 13px; font-weight: 400; transition: transform .2s ease; }.service-link:hover b { transform: translate(2px,-2px); }.service-card-featured .service-link { color: var(--teal-bright); }
.service-page { --page-accent: var(--teal); --page-tint: #e3f8f4; }.service-page.tone-plum { --page-accent: #714b67; --page-tint: #f4eaf2; }.service-page.tone-blue { --page-accent: #466fb6; --page-tint: #edf2fc; }.service-page.tone-coral { --page-accent: #d96d60; --page-tint: #fff0eb; }.service-page-main { background: #f8fbfa; }.service-hero { background: radial-gradient(circle at 80% 22%, color-mix(in srgb, var(--page-tint) 88%, white), transparent 29%), linear-gradient(136deg,#f7fbfa 0%,#eef7f6 52%,var(--page-tint) 100%); min-height: 648px; overflow: hidden; padding: 169px 0 90px; position: relative; }.service-hero::after { border: 1px solid color-mix(in srgb,var(--page-accent) 24%,transparent); border-radius: 50%; content: ""; height: 630px; opacity: .55; position: absolute; right: -245px; top: -275px; width: 630px; }.service-hero-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0,1.1fr) minmax(330px,.72fr); position: relative; z-index: 1; }.service-hero-copy h1 { font-size: clamp(51px,5.25vw,76px); letter-spacing: -.074em; line-height: .98; margin: 16px 0 25px; max-width: 760px; }.service-hero-copy h1 em, .service-detail-section h2 em, .service-support-copy h2 em { color: var(--page-accent); font-style: normal; }.service-hero-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0; max-width: 600px; }.service-hero-copy .hero-actions { margin-top: 32px; }.service-proof { display: flex; gap: 30px; margin-top: 43px; }.service-proof div { border-left: 1px solid color-mix(in srgb,var(--page-accent) 35%,transparent); padding-left: 13px; }.service-proof strong { color: var(--page-accent); display: block; font-family: var(--font-mono); font-size: 19px; font-weight: 400; line-height: 1; }.service-proof span { color: var(--muted); display: block; font-family: var(--font-mono); font-size: 8px; letter-spacing: .11em; margin-top: 8px; text-transform: uppercase; }.service-hero-card { background: linear-gradient(145deg,#073343,#061f2c); border: 1px solid rgba(255,255,255,.13); border-radius: 26px; box-shadow: 0 28px 55px rgba(6,31,44,.19); color: #fff; padding: 37px 35px; position: relative; }.service-hero-card::before { background: var(--page-accent); border-radius: 50%; content: ""; filter: blur(36px); height: 175px; opacity: .26; position: absolute; right: -70px; top: -70px; width: 175px; }.service-hero-card > * { position: relative; z-index: 1; }.service-hero-card > span { color: var(--teal-bright); display: block; font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; margin-bottom: 25px; text-transform: uppercase; }.service-hero-card > strong { display: block; font-size: 24px; letter-spacing: -.052em; line-height: 1.14; max-width: 365px; }.service-hero-card > p { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; margin: 27px 0 0; }.service-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.service-hero-tags i { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.84); font-family: var(--font-mono); font-size: 9px; font-style: normal; padding: 8px 10px; }.service-scope { background: #fff; }.service-scope-grid { display: grid; gap: 15px; grid-template-columns: repeat(3,1fr); }.service-scope-card { background: #f8fbfa; border: 1px solid rgba(6,31,44,.09); border-radius: 18px; min-height: 238px; padding: 26px; transition: border-color .2s ease, transform .2s ease; }.service-scope-card:hover { border-color: color-mix(in srgb,var(--page-accent) 45%,transparent); transform: translateY(-4px); }.service-scope-card > span { color: var(--page-accent); font-family: var(--font-mono); font-size: 10px; }.service-scope-card h3 { font-size: 22px; letter-spacing: -.055em; line-height: 1.1; margin: 49px 0 10px; }.service-scope-card p { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 0; }.service-detail-section { background: var(--ink); color: #fff; padding: 112px 0; }.service-detail-grid { align-items: start; display: grid; gap: 80px; grid-template-columns: minmax(0,.94fr) minmax(330px,.8fr); }.service-detail-section .eyebrow { color: var(--teal-bright); }.service-detail-section h2 { font-size: clamp(39px,4.1vw,60px); letter-spacing: -.07em; line-height: 1.02; margin: 15px 0 0; }.service-detail-grid > div:last-child > p { color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.8; margin: 4px 0 26px; }.service-check-list { list-style: none; margin: 0; padding: 0; }.service-check-list li { border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.55; padding: 14px 0 14px 27px; position: relative; }.service-check-list li::before { color: var(--page-accent); content: "↗"; left: 0; position: absolute; }.service-check-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }.service-support-section { background: var(--page-tint); }.service-support-grid { align-items: start; display: grid; gap: 80px; grid-template-columns: minmax(0,.94fr) minmax(330px,.8fr); }.service-support-copy h2 { font-size: clamp(40px,4.2vw,62px); letter-spacing: -.072em; line-height: 1.02; margin: 16px 0 20px; max-width: 640px; }.service-support-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; max-width: 560px; }.service-process-list { list-style: none; margin: 0; padding: 0; }.service-process-list li { align-items: start; border-top: 1px solid color-mix(in srgb,var(--ink) 14%,transparent); display: grid; gap: 19px; grid-template-columns: 30px 1fr; padding: 18px 0; }.service-process-list li:last-child { border-bottom: 1px solid color-mix(in srgb,var(--ink) 14%,transparent); }.service-process-list li > span { color: var(--page-accent); font-family: var(--font-mono); font-size: 10px; padding-top: 4px; }.service-process-list h3 { font-size: 19px; letter-spacing: -.045em; line-height: 1.1; margin: 0 0 7px; }.service-process-list p { color: var(--muted); font-size: 12px; line-height: 1.63; margin: 0; }.service-related { background: #fff; }.service-related-grid { display: grid; gap: 12px; grid-template-columns: repeat(3,1fr); margin-top: 25px; }.service-related-grid a { align-items: center; background: #f8fbfa; border: 1px solid rgba(6,31,44,.09); border-radius: 15px; color: var(--ink); display: flex; font-size: 17px; font-weight: 700; justify-content: space-between; letter-spacing: -.035em; min-height: 94px; padding: 18px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }.service-related-grid a:hover { background: var(--page-tint); border-color: color-mix(in srgb,var(--page-accent) 40%,transparent); transform: translateY(-3px); }.service-related-grid a span { color: var(--page-accent); font-family: var(--font-mono); font-size: 20px; }

@media (max-width: 1050px) { .service-hero { min-height: 0; padding: 145px 0 77px; }.service-hero-grid, .service-detail-grid, .service-support-grid { display: block; }.service-hero-card { margin-top: 41px; max-width: 530px; }.service-detail-grid > div:last-child, .service-support-grid > .service-process-list { margin-top: 36px; }.service-scope-grid { grid-template-columns: repeat(2,1fr); }.service-scope-card:last-child { grid-column: span 2; }.service-related-grid { grid-template-columns: 1fr; }.service-related-grid a { min-height: 75px; } }
@media (max-width: 640px) { .service-hero { padding: 119px 0 62px; }.service-hero-grid { gap: 0; }.service-hero-copy h1 { font-size: clamp(43px,12.1vw,57px); }.service-hero-copy > p:not(.eyebrow) { font-size: 14px; }.service-proof { gap: 17px; }.service-proof strong { font-size: 17px; }.service-hero-card { border-radius: 20px; margin-top: 34px; padding: 27px 23px; }.service-hero-card > strong { font-size: 22px; }.service-hero-tags { gap: 6px; }.service-hero-tags i { font-size: 8px; padding: 7px 8px; }.service-scope-grid { grid-template-columns: 1fr; }.service-scope-card, .service-scope-card:last-child { grid-column: auto; min-height: 216px; }.service-detail-section { padding: 79px 0; }.service-detail-section h2, .service-support-copy h2 { font-size: 38px; }.service-support-grid > .service-process-list { margin-top: 31px; }.service-related-grid { margin-top: 18px; }.service-related-grid a { font-size: 16px; } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
