:root {
  --ink: #07182a;
  --ink-2: #0d263c;
  --cyan: #74e5da;
  --cyan-strong: #2fc7bd;
  --blue: #4479ff;
  --paper: #f4f7f9;
  --white: #fff;
  --muted: #617181;
  --line: #d5dee5;
  --shell: min(1220px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(7, 24, 42, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.dark { background: var(--ink); color: var(--white); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: white; padding: 12px 16px; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 18px; color: #267a78; font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--cyan); }
h1, h2, h3 { margin: 0; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 850px; font-size: clamp(3rem, 6.6vw, 6.2rem); font-weight: 640; }
h1 em { color: var(--cyan); font-style: normal; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.5rem); font-weight: 600; }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; }
.site-header { position: fixed; z-index: 30; inset: 0 0 auto; height: 82px; display: flex; align-items: center; padding: 0 max(24px, calc((100vw - 1220px) / 2)); color: white; transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { height: 68px; background: rgba(7,24,42,.96); box-shadow: 0 10px 30px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.wordmark { font-size: 1.55rem; font-weight: 760; letter-spacing: -.055em; line-height: 1; }
.wordmark span { color: var(--cyan); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 30px; font-size: .9rem; }
.nav a { opacity: .78; transition: opacity .2s, color .2s; }
.nav a:hover, .nav a:focus-visible { opacity: 1; color: var(--cyan); }
.nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.35); opacity: 1; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; color: white; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 7px auto; }
.hero { position: relative; min-height: 790px; height: 100svh; max-height: 980px; color: white; overflow: hidden; background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,31,.98) 0%, rgba(4,17,31,.84) 40%, rgba(4,17,31,.1) 78%), linear-gradient(0deg, rgba(4,17,31,.75), transparent 45%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 90px; }
.hero-copy { max-width: 650px; margin: 32px 0; font-size: clamp(1.08rem, 1.5vw, 1.3rem); color: #d7e1e8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px; font-size: .92rem; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: var(--ink); }
.button-primary:hover { background: #9bf3eb; }
.button-ghost { border-color: rgba(255,255,255,.38); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-light { background: white; color: var(--ink); }
.hero-facts { position: absolute; bottom: 35px; left: 0; display: flex; gap: 26px; color: #cad7df; font-size: .8rem; letter-spacing: .04em; }
.hero-facts span + span { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.3); }
.scroll-cue { position: absolute; z-index: 3; right: 30px; bottom: 32px; display: flex; gap: 12px; align-items: center; color: white; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 50px; background: linear-gradient(white, transparent); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .85fr; gap: 12vw; align-items: start; }
.intro-copy { padding-top: 44px; color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; gap: 42px; align-items: center; margin-top: 15px; padding-bottom: 5px; color: var(--ink); font-weight: 750; border-bottom: 1px solid var(--ink); }
.section-heading { margin-bottom: 58px; }
.section-heading.split { display: grid; grid-template-columns: 1.25fr .65fr; gap: 10vw; align-items: end; }
.section-heading.split > p { max-width: 460px; margin: 0; color: var(--muted); }
.dark .section-heading.split > p { color: #9eb0be; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.service-card { position: relative; min-height: 400px; padding: 45px; background: var(--ink); }
.service-card.featured { background: linear-gradient(145deg, #10314b, #092033); }
.service-number { position: absolute; top: 25px; right: 28px; color: #6e8495; font-size: .8rem; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 62px; border: 1px solid rgba(116,229,218,.45); color: var(--cyan); font-size: 1.5rem; }
.service-card h3 { margin-bottom: 18px; }
.service-card p { max-width: 490px; color: #9eb0be; }
.service-card ul { margin: 25px 0 0; padding: 0; list-style: none; color: #d1dae0; font-size: .92rem; }
.service-card li { padding: 7px 0 7px 20px; position: relative; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 17px; width: 7px; height: 1px; background: var(--cyan); }
.service-card.wide { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: .9fr 1fr auto; gap: 55px; align-items: center; background: linear-gradient(110deg, #126562, #16485c); }
.service-card.wide h3 { font-size: clamp(1.8rem,3vw,3rem); }
.development-note { display: grid; grid-template-columns: 180px 1fr; gap: 40px; margin-top: 36px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.15); color: #9eb0be; font-size: .9rem; }
.development-note > div { color: var(--cyan); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(116,229,218,.1); }
.image-story { background: var(--paper); }
.image-story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.photo-panel { margin: 0; position: relative; }
.photo-panel::before { content: ""; position: absolute; z-index: 1; inset: 20px -20px -20px 20px; border: 1px solid #9eb0be; pointer-events: none; }
.photo-panel img { position: relative; z-index: 2; aspect-ratio: 4/5; object-fit: cover; box-shadow: var(--shadow); }
.photo-panel figcaption { position: relative; z-index: 2; margin-top: 16px; color: var(--muted); font-size: .75rem; }
.story-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0; color: var(--muted); font-size: 1.07rem; }
.deliverables { margin-top: 35px; border-top: 1px solid var(--line); }
.deliverables div { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.deliverables strong { color: #267a78; font-size: .75rem; }
.industry-list { border-top: 1px solid var(--line); }
.industry-list article { display: grid; grid-template-columns: 60px 1fr 1fr; gap: 35px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.industry-list article:hover { padding-inline: 18px; background: var(--paper); }
.industry-list span { color: #267a78; font-size: .8rem; }
.industry-list p { margin: 0; color: var(--muted); }
.process { background: linear-gradient(135deg, #eef6f7 0%, #f7f8fa 60%); }
.centered { max-width: 760px; text-align: center; margin-inline: auto; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-grid li { padding: 34px 28px; border-top: 2px solid #b9c9d3; position: relative; }
.process-grid li::before { content: ""; position: absolute; left: 26px; top: -7px; width: 12px; height: 12px; background: var(--cyan-strong); border: 3px solid white; border-radius: 50%; }
.process-grid li > span { color: #267a78; font-size: .8rem; }
.process-grid h3 { margin: 42px 0 15px; font-size: 1.25rem; }
.process-grid p { color: var(--muted); font-size: .9rem; }
.pricing-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.pricing-intro > p:not(.eyebrow) { margin-top: 28px; color: var(--muted); }
.price-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.price-cards article { min-height: 220px; padding: 30px; display: flex; flex-direction: column; background: var(--paper); border-top: 3px solid var(--cyan-strong); }
.price-cards article > p { color: #267a78; font-weight: 750; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.price-cards strong { margin: auto 0 20px; font-size: 2.6rem; line-height: 1; }
.price-cards strong small { font-size: .8rem; }
.price-cards article > span { color: var(--muted); font-size: .84rem; }
.price-cards .custom-price { grid-column: 1 / -1; min-height: 170px; background: var(--ink); color: white; }
.price-cards .custom-price > span { color: #b5c3cd; }
.price-note { grid-column: 1 / -1; margin: 5px 0 0; color: var(--muted); font-size: .75rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.about-title { position: sticky; top: 120px; align-self: start; }
.about-copy { color: #aebdc8; }
.about-copy .lead { color: white; font-size: 1.45rem; line-height: 1.45; }
.capabilities { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 45px 0; background: rgba(255,255,255,.14); }
.capabilities div { min-height: 150px; padding: 24px; background: var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.capabilities strong { color: var(--cyan); font-size: 2rem; }
.capabilities span { color: #aebdc8; font-size: .78rem; }
.legal-note { padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.15); font-size: .8rem; }
.example-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.example-grid article { min-height: 330px; padding: 34px; border: 1px solid var(--line); display: flex; flex-direction: column; }
.example-grid .tag { align-self: flex-start; padding: 5px 9px; color: #267a78; background: #e6f7f5; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.example-grid h3 { margin: 35px 0 20px; }
.example-grid article > p:not(.tag) { color: var(--muted); }
.example-grid article > span { margin-top: auto; padding-top: 20px; color: #267a78; border-top: 1px solid var(--line); font-size: .8rem; }
.contact { background: linear-gradient(120deg, #0c2f48, #07182a 70%); color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; margin: 25px 0; color: #b4c4ce; }
.contact-email { display: flex; justify-content: space-between; max-width: 450px; margin: 50px 0 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.4); color: var(--cyan); font-size: clamp(1.25rem,2vw,1.8rem); }
.contact-phone { display: inline-block; margin-bottom: 22px; color: white; font-size: 1.05rem; font-weight: 700; }
.contact-phone:hover, .contact-phone:focus-visible { color: var(--cyan); }
.contact-meta { display: flex; flex-direction: column; color: #8197a7; font-size: .8rem; }
.contact-form { padding: 44px; background: white; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 19px; color: #405367; font-size: .78rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 2px; color: var(--ink); background: white; border: 0; border-bottom: 1px solid #aab8c2; border-radius: 0; outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #167d78; box-shadow: 0 1px #167d78; }
.contact-form .check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-weight: 500; line-height: 1.45; }
.contact-form .check input { width: 16px; margin: 3px 0 0; }
.contact-form .check a { text-decoration: underline; }
.submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.footer { padding: 70px 0 28px; background: #04101e; color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 60px; }
.footer-mark { font-size: 2.3rem; }
.footer-top p { margin: 0; color: #8fa3b2; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; color: #718796; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.footer-bottom div { display: flex; gap: 25px; }
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { background: var(--ink); color: white; position: static; }
.legal-main { width: min(800px, calc(100% - 48px)); margin: 0 auto; padding: 150px 0 100px; }
.legal-main h1 { color: var(--ink); font-size: clamp(2.7rem,6vw,5rem); }
.legal-main h2 { margin: 45px 0 15px; font-size: 1.45rem; }
.legal-main h3 { margin: 30px 0 10px; font-size: 1.05rem; }
.legal-main p, .legal-main li { color: #44586a; }
.placeholder-warning { margin: 35px 0; padding: 18px 22px; border-left: 4px solid #d38d14; background: #fff3d9; color: #66460b; font-weight: 700; }
.back-link { display: inline-block; margin-bottom: 28px; color: #267a78; font-weight: 700; }
@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .section { padding: 85px 0; }
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 22px 24px 28px; flex-direction: column; align-items: stretch; gap: 8px; background: rgba(7,24,42,.98); }
  .nav.open { display: flex; }
  .nav a { padding: 11px 0; }
  .nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(90deg,rgba(4,17,31,.96),rgba(4,17,31,.55)), linear-gradient(0deg,rgba(4,17,31,.85),transparent 55%); }
  .hero-facts { right: 0; flex-wrap: wrap; gap: 8px 18px; }
  .hero-facts span + span { padding-left: 0; border: 0; }
  .scroll-cue { display: none; }
  .intro-grid, .section-heading.split, .image-story-grid, .pricing-wrap, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro-copy { padding-top: 0; }
  .service-card.wide { grid-template-columns: 1fr; gap: 20px; }
  .service-card.wide .button { justify-self: start; }
  .photo-panel { width: min(90%, 560px); }
  .photo-panel img { aspect-ratio: 4/3; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .about-title { position: static; }
  .example-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 16px; }
  .site-header { height: 68px; padding-inline: 16px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .hero { min-height: 780px; max-height: none; }
  .hero-content { padding-top: 76px; }
  .hero-copy { margin: 24px 0; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-facts { bottom: 22px; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 34px 26px; }
  .service-card.wide { grid-column: auto; }
  .development-note { grid-template-columns: 1fr; gap: 8px; }
  .industry-list article { grid-template-columns: 40px 1fr; gap: 16px; }
  .industry-list article p { grid-column: 2; }
  .process-grid, .price-cards { grid-template-columns: 1fr; }
  .process-grid li { border-top: 0; border-left: 2px solid #b9c9d3; }
  .process-grid li::before { left: -7px; top: 36px; }
  .price-cards .custom-price { grid-column: auto; }
  .price-note { grid-column: auto; }
  .capabilities { grid-template-columns: 1fr; }
  .capabilities div { min-height: 110px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 22px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top .button { justify-self: start; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
