:root { --ink:#252525; --blue:#2c7db2; --paper:#f5f7f8; --line:rgba(37,37,37,.18); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; } a { color:inherit; text-decoration:none; }
.nav { height:92px; max-width:1440px; margin:auto; padding:0 6.2vw; display:flex; align-items:center; justify-content:space-between; background:var(--paper); }.brand { display:inline-flex; align-items:center; height:42px; }.brand img { display:block; width:158px; height:auto; }.nav-links { display:flex; gap:30px; font-size:13px; font-weight:600; }.nav-links a { opacity:.7; transition:.2s; }.nav-links a:hover { opacity:1; }.nav-cta { font-size:13px; font-weight:700; border-bottom:1px solid var(--ink); padding-bottom:4px; }.nav-cta span { color:var(--blue); margin-left:6px; }
.hero { position:relative; min-height:calc(100vh - 92px); max-width:1440px; margin:auto; padding:8vh 6.2vw 12vh; display:grid; grid-template-columns:1.05fr .95fr; overflow:hidden; }.hero-copy { position:relative; z-index:1; align-self:center; max-width:680px; }.eyebrow { display:flex; align-items:center; gap:9px; font-size:10px; letter-spacing:1.55px; font-weight:800; margin:0 0 28px; color:#dfe7ff; }.eyebrow span { display:inline-block; width:23px; height:1px; background:currentColor; }.eyebrow.dark { color:var(--blue); }h1,h2 { font-size:clamp(44px,5.35vw,84px); font-weight:500; letter-spacing:-.065em; line-height:.98; margin:0; }h1 em,h2 em,.product-name { font-family:Georgia,serif; font-weight:500; }h1 em { color:var(--blue); }.hero-text { max-width:450px; color:#526272; line-height:1.65; font-size:16px; margin:34px 0; }.hero-actions { display:flex; align-items:center; gap:28px; }.button { display:inline-flex; align-items:center; gap:25px; padding:15px 18px; font-size:13px; font-weight:700; transition:transform .2s; }.button:hover { transform:translateY(-2px); }.button-primary { background:var(--blue); color:white; }.button span { font-size:19px; font-weight:400; }.text-link { font-size:13px; font-weight:700; border-bottom:1px solid var(--ink); padding-bottom:5px; }.text-link span { color:var(--blue); margin-left:6px; }
.hero-art { background:var(--ink); position:absolute; right:0; top:0; width:46%; height:100%; overflow:hidden; }.orbit { position:absolute; border:1px solid rgba(169,213,239,.22); border-radius:50%; }.orbit-one { width:900px; height:900px; top:50%; left:50%; transform:translate(-42%,-50%); }.orbit-two { width:620px; height:620px; top:50%; left:50%; transform:translate(-42%,-50%); }.hero-mark { position:absolute; left:50%; top:50%; width:min(230px,52%); height:auto; transform:translate(-40%,-50%); }.hero-dot { position:absolute; width:12px; height:12px; border-radius:50%; background:var(--blue); }.dot-one { top:24%; left:34%; }.dot-two { bottom:22%; right:17%; width:7px; height:7px; background:#fff; }.art-label { position:absolute; color:#d9e4ff; font-size:9px; font-weight:700; letter-spacing:1.3px; line-height:1.5; }.top-label { top:10%; right:11%; }.bottom-label { bottom:9%; left:12%; }
.intro { padding:128px 6.2vw; background:#fff; display:grid; grid-template-columns:1fr 2.5fr; gap:20px; }.intro h2 { font-size:clamp(37px,4.25vw,65px); }.intro h2 em { color:var(--blue); }.intro div p { max-width:480px; margin:32px 0 0 auto; color:#627080; font-size:15px; line-height:1.7; }.services { padding:118px 6.2vw 128px; }.section-heading { display:flex; justify-content:space-between; gap:30px; margin-bottom:58px; }.section-heading .eyebrow { margin:0; }.section-heading>p { margin:0; max-width:355px; font-size:14px; line-height:1.6; color:#576676; }.service-list { border-top:1px solid var(--line); }.service { display:grid; grid-template-columns:2fr 2.3fr 40px; gap:25px; align-items:center; padding:35px 0; border-bottom:1px solid var(--line); }.service h3 { margin:0; font-size:25px; font-weight:500; letter-spacing:-.04em; }.service p { margin:0; color:#657382; font-size:14px; line-height:1.55; max-width:350px; }.service-arrow { color:var(--blue); font-size:23px; text-align:right; }
.product { background:var(--ink); color:#eef3ff; padding:26px 6.2vw 0; overflow:hidden; }.product-topline { border-bottom:1px solid rgba(255,255,255,.22); padding-bottom:20px; display:flex; justify-content:space-between; color:#c8d5f3; font-size:10px; font-weight:700; letter-spacing:1.25px; }.product-topline span:first-child { color:#9dd6f2; }.product-grid { display:grid; grid-template-columns:1fr 1fr; padding:82px 0 60px; gap:50px; }.product h2 { font-size:clamp(64px,8vw,120px); }.product h2 em { color:#75bee9; }.product-copy { padding-top:13px; max-width:470px; }.product-copy h3 { font-size:24px; line-height:1.25; letter-spacing:-.04em; font-weight:500; margin:0 0 20px; }.product-copy p { font-size:14px; line-height:1.7; color:#b3c1da; margin:0 0 30px; }.button-light { background:#eef3ff; color:var(--ink); }.product-visual { position:relative; height:405px; background:#e4edf2; color:var(--ink); border-radius:9px 9px 0 0; overflow:hidden; box-shadow:0 -16px 80px rgba(44,125,178,.18); }.visual-note { position:absolute; right:30px; bottom:25px; text-align:right; line-height:1.55; color:#657782; font-size:10px; font-weight:800; letter-spacing:1.2px; }.visual-orbit { position:absolute; border:1px solid rgba(44,125,178,.28); border-radius:50%; left:50%; top:50%; transform:translate(-50%,-50%); }.visual-orbit-one { width:590px; height:590px; }.visual-orbit-two { width:360px; height:360px; }.product-name { position:absolute; top:50%; left:50%; transform:translate(-50%,-57%); width:100%; color:var(--ink); font-size:clamp(58px,8vw,104px); line-height:.86; letter-spacing:-.07em; text-align:center; }.product-name em { color:var(--blue); }.visual-copy { position:absolute; left:50%; bottom:34px; transform:translateX(-50%); width:100%; text-align:center; }.visual-copy span { font-size:10px; font-weight:800; letter-spacing:2px; }.visual-copy p { margin:9px 0 0; font-family:Georgia,serif; font-size:19px; }
.approach { padding:125px 6.2vw; background:white; }.approach-content { display:grid; grid-template-columns:1.7fr 1fr; gap:50px; align-items:end; }.approach h2 { font-size:clamp(38px,4.5vw,66px); }.approach h2 em { color:var(--blue); }.approach-content p { margin:0; max-width:350px; font-size:15px; line-height:1.7; color:#657382; }.approach ol { display:grid; grid-template-columns:repeat(3,1fr); list-style:none; margin:80px 0 0; padding:0; border-top:1px solid var(--line); }.approach li { padding-top:20px; font-size:20px; line-height:1.2; letter-spacing:-.04em; }.contact { background:var(--ink); color:white; padding:105px 6.2vw 26px; }.contact h2 { font-size:clamp(48px,5.3vw,80px); }.contact h2 em { color:#75bee9; }.contact-link { display:inline-flex; align-items:center; gap:17px; font-size:clamp(20px,2.2vw,33px); font-family:Georgia,serif; border-bottom:1px solid rgba(255,255,255,.65); padding-bottom:7px; margin:50px 0 110px; }.contact-link span { font-family:Arial,sans-serif; font-size:20px; }footer { border-top:1px solid rgba(255,255,255,.24); padding-top:22px; display:flex; justify-content:space-between; color:#c8d7df; font-size:11px; }footer p { margin:0; }.fallback-content { max-width:900px; margin:80px auto; padding:0 24px; }
@media (max-width:720px) { .nav { height:76px; padding:0 22px; }.brand img { width:130px; }.nav-links { display:none; }.nav-cta { font-size:11px; }.hero { min-height:710px; padding:55px 22px 90px; display:block; }.hero-copy { padding-top:35px; }.hero-art { width:100%; height:40%; top:auto; bottom:0; }.hero-mark { width:150px; }.orbit-one { width:560px;height:560px; }.orbit-two { width:390px;height:390px; }.hero-text { font-size:14px; }.hero-actions { align-items:flex-start; flex-direction:column; gap:20px; }.intro,.product-grid,.approach-content { grid-template-columns:1fr; }.intro { padding:80px 22px; gap:18px; }.intro div p { margin:26px 0 0; }.services,.approach { padding:80px 22px; }.section-heading { display:block; }.section-heading>p { margin-top:25px; }.service { grid-template-columns:1fr 30px; gap:12px; }.service p { grid-column:1/-1; }.service h3 { font-size:21px; }.product { padding:20px 22px 0; }.product-grid { padding:60px 0 42px; gap:25px; }.product-copy h3 { font-size:20px; }.product-visual { height:300px; }.visual-orbit-one { width:430px; height:430px; }.visual-orbit-two { width:260px; height:260px; }.visual-note { right:18px; bottom:16px; font-size:8px; }.visual-copy { bottom:22px; }.visual-copy p { font-size:15px; }.approach ol { margin-top:55px; grid-template-columns:1fr; gap:27px; }.contact { padding:78px 22px 22px; }.contact-link { margin:40px 0 78px; }.contact footer { font-size:10px; }.contact footer p { display:none; } }
