:root {
    --ink: #0b2039;
    --navy: #06203d;
    --navy-deep: #031426;
    --paper: #f4f6f2;
    --aqua: #20c1b3;
    --lime: #d0df4c;
    --muted: #718095;
    --line: #d9dfdf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { align-items: center; background: rgba(244, 246, 242, .96); border-bottom: 1px solid rgba(11, 32, 57, .1); display: flex; height: 74px; justify-content: space-between; padding: 0 clamp(22px, 5vw, 80px); position: sticky; top: 0; z-index: 5; }
.brand { align-items: center; display: flex; font-family: "Barlow Condensed", sans-serif; font-size: 25px; font-weight: 700; letter-spacing: 1.2px; }
.brand > span:last-child span { color: var(--aqua); }
.brand-mark { display: flex; gap: 2px; height: 22px; margin-right: 9px; transform: skewY(-25deg); }
.brand-mark i { background: var(--ink); display: block; width: 4px; }
.brand-mark i:nth-child(1) { height: 9px; margin-top: 13px; }.brand-mark i:nth-child(2) { height: 16px; margin-top: 6px; }.brand-mark i:nth-child(3) { background: var(--aqua); height: 22px; }
nav { display: flex; gap: clamp(18px, 3vw, 44px); margin-left: 10vw; }
nav a { font-size: 13px; font-weight: 600; } nav a:hover, .text-link:hover { color: #087f78; }
.header-action { border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; padding-bottom: 4px; }.header-action span { margin-left: 7px; }

.hero { background: var(--navy-deep); color: white; display: grid; grid-template-columns: minmax(300px, .9fr) 1.1fr; min-height: min(740px, calc(100vh - 74px)); overflow: hidden; padding: clamp(48px, 8vw, 112px) clamp(22px, 7vw, 124px) 68px; position: relative; }
.hero::before { background-image: linear-gradient(rgba(157, 195, 218, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(157, 195, 218, .08) 1px, transparent 1px); background-size: 44px 44px; content: ""; inset: 0; opacity: .55; position: absolute; }
.hero-copy, .hero-visual, .hero-footer { position: relative; z-index: 1; }
.hero-copy { align-self: center; padding: 40px 0; }.eyebrow { color: var(--aqua); font-size: 11px; font-weight: 700; letter-spacing: 1.4px; margin: 0 0 19px; text-transform: uppercase; }
h1, h2, h3 { margin: 0; }.hero h1, .section-heading h2, .method h2, .contact h2 { font-family: "Barlow Condensed", sans-serif; font-weight: 600; letter-spacing: 0; }
.hero h1 { font-size: clamp(56px, 6.1vw, 96px); line-height: .9; max-width: 600px; }.hero-summary { color: #c5d2dc; font-size: 17px; line-height: 1.55; margin: 32px 0; max-width: 430px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; }.button { align-items: center; display: inline-flex; font-size: 13px; font-weight: 700; gap: 18px; padding: 15px 18px; }.button-primary { background: var(--aqua); color: var(--navy-deep); }.button:hover { background: var(--lime); }.text-link { border-bottom: 1px solid #a8bdcb; color: white; font-size: 13px; font-weight: 700; padding-bottom: 4px; }.text-link span { margin-left: 8px; }
.hero-visual { align-self: center; justify-self: end; max-width: 690px; padding: 38px 0 0 36px; width: 100%; }.hero-visual::after { border: 1px solid rgba(32, 193, 179, .65); content: ""; height: 75%; left: 0; position: absolute; top: 0; width: 76%; }.hero-visual img { display: block; filter: saturate(.75) contrast(1.08); height: auto; position: relative; width: 100%; z-index: 1; }
.signal { background: var(--aqua); height: 7px; position: absolute; width: 7px; z-index: 2; }.signal-one { left: 35%; top: 30%; }.signal-two { right: 11%; top: 48%; }.metric-card { background: #edf2ed; bottom: 0; color: var(--ink); padding: 14px 17px; position: absolute; right: 4%; transform: translateY(40%); width: 188px; z-index: 2; }.metric-card span, .metric-card small { display: block; font-size: 9px; font-weight: 700; letter-spacing: .7px; }.metric-card strong { font-family: "Barlow Condensed", sans-serif; font-size: 40px; font-weight: 600; line-height: 1; }.metric-card small { color: var(--muted); font-weight: 500; letter-spacing: 0; margin-top: 4px; }
.hero-footer { align-items: center; bottom: 23px; color: #a8bdcb; display: flex; font-size: 10px; gap: 30px; left: clamp(22px, 7vw, 124px); letter-spacing: .7px; position: absolute; text-transform: uppercase; }.hero-footer span:first-child { color: var(--aqua); }

.services { padding: clamp(78px, 10vw, 145px) clamp(22px, 7vw, 124px); }.section-heading { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 30px; margin-bottom: 55px; }.section-heading .eyebrow { margin: 8px 0 0; }.section-heading h2 { font-size: clamp(42px, 4vw, 62px); line-height: .94; }.section-heading > p:last-child { color: #54677d; font-size: 14px; line-height: 1.55; margin: 8px 0 0; max-width: 270px; }
.service-grid { display: grid; gap: 16px; grid-template-columns: 1.35fr 1fr 1fr; }.service-card { background: white; min-height: 430px; overflow: hidden; position: relative; }.service-card::after { background: rgba(3, 20, 38, .42); content: ""; inset: 0; position: absolute; }.service-card img { height: 100%; object-fit: cover; position: absolute; width: 100%; }.service-content { bottom: 0; color: white; padding: 27px; position: absolute; width: 100%; z-index: 1; }.service-index { color: var(--lime); font-size: 11px; font-weight: 700; }.service-card h3 { font-family: "Barlow Condensed", sans-serif; font-size: 34px; font-weight: 600; line-height: 1; margin: 12px 0; }.service-card p { font-size: 13px; line-height: 1.45; margin: 0 0 20px; max-width: 340px; }.service-card a { border-bottom: 1px solid rgba(255,255,255,.65); font-size: 12px; font-weight: 700; padding-bottom: 4px; }.service-card a span { margin-left: 8px; }.service-card:hover img { transform: scale(1.03); transition: transform .5s ease; }

.method { background: #dae6e5; display: grid; grid-template-columns: .7fr 1fr 1.7fr; gap: 38px; padding: clamp(72px, 8vw, 120px) clamp(22px, 7vw, 124px); }.method-label { align-items: center; color: #36536c; display: flex; font-size: 12px; font-weight: 700; gap: 9px; }.method-label span { background: var(--aqua); display: block; height: 7px; width: 7px; }.method h2 { font-size: clamp(42px, 4vw, 60px); line-height: .94; }.method-steps { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; }.method-steps li { border-left: 1px solid #91abaa; padding: 0 18px; }.method-steps span { color: #55737a; display: block; font-size: 11px; font-weight: 700; margin-bottom: 38px; }.method-steps strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 27px; font-weight: 600; }.method-steps p { color: #38525f; font-size: 12px; line-height: 1.5; }
.contact { background: var(--ink); color: white; padding: clamp(78px, 10vw, 150px) clamp(22px, 7vw, 124px); }.contact h2 { font-size: clamp(53px, 6.5vw, 100px); line-height: .88; margin-bottom: 42px; }.button-light { background: var(--paper); color: var(--ink); }footer { background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.16); color: #8ca5b5; display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .7px; padding: 25px clamp(22px, 7vw, 124px); }

@media (max-width: 800px) { .site-header { height: 62px; }.site-header nav { display: none; }.header-action { font-size: 11px; }.hero { display: block; min-height: 720px; padding-top: 36px; }.hero-copy { padding: 0; }.hero-visual { margin: 42px 0 30px; padding: 24px 0 0 22px; }.hero-footer { bottom: 16px; left: 22px; }.hero-footer span:last-child { display: none; }.section-heading { display: block; }.section-heading h2 { margin-bottom: 22px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 350px; }.method { display: block; }.method-label { margin-bottom: 42px; }.method-copy { margin-bottom: 42px; }.method-steps { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }.method-steps li { padding: 0 12px; }.method-steps span { margin-bottom: 18px; } }
@media (max-width: 390px) { .brand { font-size: 22px; }.header-action { font-size: 10px; }.hero h1 { font-size: 53px; }.hero-summary { font-size: 15px; }.metric-card { right: 0; }.method-steps { grid-template-columns: 1fr; }.method-steps li { border-left: 0; border-top: 1px solid #91abaa; padding: 14px 0 0; }.method-steps span { margin-bottom: 10px; } }