@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#0a0a0a;--ink:#f5f5f5;--silver:#cfcfcf;--muted:#929292;--cyan:#00e5ff;--line:#303030;--heading:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'Barlow',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.6}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:2px solid var(--cyan);outline-offset:7px}::selection{background:var(--cyan);color:var(--bg)}.skip{position:absolute;top:-80px;left:20px;background:var(--cyan);color:#000;padding:10px;z-index:9}.skip:focus{top:10px}.header{height:104px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line)}.wordmark{font-size:25px;font-weight:700;letter-spacing:.1em;white-space:nowrap}.wordmark>span:not(.wordmark-dot){color:var(--cyan);margin:0 -7px}.wordmark-dot{font-size:10px;vertical-align:top;display:inline-block;margin:7px 0 0 5px}.header nav{display:flex;gap:36px;align-items:center;font-size:15px}.header nav a:hover,footer a:hover{color:var(--cyan)}.nav-cta{border-bottom:1px solid var(--cyan);padding:8px 0}.nav-cta span{margin-left:14px;color:var(--cyan)}.hero{display:grid;grid-template-columns:1fr 1fr;position:relative;padding:0 5%;gap:0 24px}.hero-copy{padding:54px 0 50px;position:relative;z-index:1}.eyebrow{font-size:13px;font-weight:600;letter-spacing:.15em;margin:0 0 30px;line-height:1.5}.hero-copy .eyebrow{display:flex;gap:12px;align-items:center;font-size:12px}.short-line{width:24px;height:2px;background:var(--cyan);flex-shrink:0}h1,h2,h3,p{margin-top:0}h1{font-family:var(--heading);font-size:clamp(80px,8.8vw,142px);font-weight:700;line-height:.89;letter-spacing:-.018em;margin-bottom:32px}h1 .outline{color:transparent;-webkit-text-stroke:1px #bcbcbc}.hero-description{font-size:19px;line-height:1.55;color:var(--silver);margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;background:var(--cyan);color:#080808;padding:16px 23px;font-size:16px;font-weight:600;min-height:56px;transition:background .2s}.button:hover{background:#a2f5ff}.button span{font-size:24px;line-height:1}.hero-note{font-size:13px;color:var(--muted);margin:18px 0 0}.hero-image{position:relative;margin:28px 0 0;min-height:630px;overflow:hidden;background:#171d1f}.hero-image img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:48% center;filter:saturate(.65)}.image-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4),transparent 35%,rgba(0,0,0,.75))}.image-top{position:absolute;left:24px;right:24px;top:23px;display:flex;justify-content:space-between;gap:20px;font-size:11px;letter-spacing:.09em}.hero-image figcaption{position:absolute;left:32px;right:26px;bottom:36px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.image-caption{font-family:var(--heading);font-size:clamp(45px,5vw,76px);font-weight:600;line-height:.95;letter-spacing:-.015em}.image-index{font-size:12px;letter-spacing:.15em;writing-mode:vertical-rl;color:var(--cyan)}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:24px 0;font-size:12px;letter-spacing:.17em;color:var(--silver)}.hero-bottom a span{color:var(--cyan);font-size:19px;margin-left:20px}.section{margin:0 5%;padding:100px 0;border-bottom:1px solid var(--line)}h2{font-family:var(--heading);font-size:clamp(45px,5vw,72px);font-weight:600;letter-spacing:-.02em;line-height:1.04;margin-bottom:26px}.muted{color:var(--muted)}.intro{display:grid;grid-template-columns:1fr 1fr;gap:24px}.intro>.eyebrow,.section-heading>.eyebrow,.approach .eyebrow{color:var(--cyan)}.intro>div p{max-width:530px;color:var(--silver);margin-bottom:18px;font-size:18px}.intro>div p:last-child{margin-bottom:0}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px}.section-heading>.eyebrow{grid-column:1/-1;margin-bottom:8px}.section-heading>p:last-child{align-self:end;color:var(--silver);margin-bottom:30px}.service-list{border-top:1px solid var(--line);margin-top:30px}.service{border-bottom:1px solid var(--line)}.service summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:52px 1fr 220px 24px;gap:20px;align-items:center;padding:30px 0;min-height:104px}.service summary::-webkit-details-marker{display:none}.number{color:var(--muted);font-size:13px;letter-spacing:.1em}.service-title{font-family:var(--heading);font-size:36px;line-height:1.1}.service-tag{font-size:12px;letter-spacing:.08em;color:var(--muted)}.plus{width:20px;height:20px;position:relative}.plus:before,.plus:after{content:'';position:absolute;top:9px;left:2px;width:16px;height:1px;background:var(--silver)}.plus:after{transform:rotate(90deg);transition:transform .2s}.service[open] .plus:after{transform:rotate(0)}.service[open] .service-title,.service summary:hover .service-title{color:var(--cyan)}.service-content{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:0 44px 36px 72px}.service-content p{max-width:480px;color:var(--silver);margin:0}.service-content ul{list-style:none;margin:0;padding:0}.service-content li{font-size:15px;padding:5px 0;color:var(--silver)}.service-content li:before{content:'—';color:var(--cyan);margin-right:12px}.approach{display:grid;grid-template-columns:1fr 1fr;gap:8%}.approach-intro>p:last-child{max-width:420px;color:var(--silver);font-size:18px}.steps article{padding:26px 0;border-bottom:1px solid var(--line)}.steps article:first-child{padding-top:0}.steps article:last-child{border-bottom:0;padding-bottom:0}.steps .number{color:var(--cyan)}h3{font-size:23px;font-weight:500;line-height:1.25;margin:12px 0}.steps p{color:var(--silver);max-width:480px;margin:0}.closing{padding-top:90px;padding-bottom:90px}.closing>.eyebrow{color:var(--cyan)}.closing h2{font-size:clamp(53px,8vw,115px);font-weight:700;line-height:.98}.closing h2>span{color:var(--cyan)}.closing-bottom{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:38px}.closing-bottom p{margin:0;color:var(--silver)}.closing-bottom .button{flex-shrink:0}footer{margin:0 5%;padding:34px 0;display:flex;align-items:center;justify-content:space-between;gap:22px}footer .wordmark{font-size:20px}footer p{font-size:11px;letter-spacing:.16em;color:var(--muted);margin:0}footer>span{font-size:13px;color:var(--muted)}@media(min-width:1600px){body{max-width:1800px;margin:auto}.hero-image{min-height:750px}}@media(max-width:1000px){.header{height:88px}.header nav{gap:22px}.hero{grid-template-columns:1.05fr 1fr}.hero-copy .eyebrow{max-width:280px}.hero-image{min-height:610px}.image-top{font-size:10px;flex-direction:column;gap:2px}.hero-description{font-size:17px}.service summary{grid-template-columns:36px 1fr 190px 24px;gap:16px}.service-title{font-size:31px}.service-content{padding-left:52px}.section{padding:75px 0}.closing-bottom{align-items:flex-start;flex-direction:column}.approach{gap:6%}.wordmark{font-size:22px}}@media(max-width:700px){.header{height:82px}.header nav>a:not(.nav-cta){display:none}.header nav{font-size:13px}.nav-cta span{margin-left:5px}.wordmark{font-size:18px;letter-spacing:.08em}.wordmark-dot{display:none}.hero{display:flex;flex-direction:column}.hero-copy{padding:38px 0 32px}.hero-copy .eyebrow{font-size:11px;max-width:none;margin-bottom:28px}h1{font-size:clamp(83px,17vw,118px);line-height:.91;margin-bottom:27px}.hero-description{font-size:18px}.hero-image{margin:0;min-height:430px}.hero-image img{object-position:50% 50%}.image-top{flex-direction:row;font-size:10px;left:18px;right:18px}.hero-image figcaption{left:22px;bottom:26px}.image-caption{font-size:57px}.hero-bottom{font-size:10px;gap:12px}.section{padding:60px 0}.intro,.section-heading,.approach{grid-template-columns:1fr;gap:0}.intro>.eyebrow{margin-bottom:24px}h2{font-size:48px}.intro>div p{font-size:17px}.section-heading>.eyebrow{margin-bottom:24px}.section-heading>p:last-child{margin-bottom:10px}.service-list{margin-top:22px}.service summary{grid-template-columns:25px 1fr 20px;gap:12px;padding:26px 0;min-height:90px}.service-title{font-size:30px}.service-tag{display:none}.service-content{grid-template-columns:1fr;gap:20px;padding:0 10px 28px 37px}.service-content p{font-size:16px}.approach-intro>p:last-child{font-size:17px}.steps{margin-top:24px}.closing h2{font-size:clamp(44px,9.5vw,66px)}.closing-bottom{margin-top:28px;gap:24px}.closing-bottom p{font-size:17px}footer{flex-wrap:wrap;padding:28px 0}footer p{display:none}footer>span{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
