@charset "UTF-8";
:root{color-scheme:dark;--bg:#101110;--fg:#f4f4f0;--muted:#a7a8a3;--line:#363733;--pad:clamp(24px,4.5vw,80px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--fg);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:2px solid #fff;outline-offset:7px}::selection{background:#f4f4f0;color:#101110}.skip{position:fixed;top:-100px;left:20px;background:white;color:black;padding:15px;z-index:50}.skip:focus{top:10px}.header{height:105px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.home .header{position:absolute;inset:0 0 auto}.logo{font-size:46px;font-weight:800;letter-spacing:-3px;line-height:1}.header-label{font-size:12px;letter-spacing:.13em}.hero{min-height:720px;height:100svh;max-height:1200px;position:relative;isolation:isolate;overflow:hidden;background:#3b392f}.hero-image,.hero-video,.hero-shade{position:absolute;width:100%;height:100%;inset:0}.hero-image,.hero-video{object-fit:cover;object-position:50% 50%}.hero-video{opacity:0;transition:opacity .5s}.hero-video.is-playing{opacity:1}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.33),rgba(0,0,0,.02) 80%),linear-gradient(0deg,rgba(0,0,0,.77),rgba(0,0,0,.06) 68%,rgba(0,0,0,.25));pointer-events:none}.hero-content{position:absolute;left:var(--pad);right:var(--pad);bottom:140px;max-width:900px}.eyebrow{font-size:12px;letter-spacing:.12em;line-height:1.5;margin:0 0 28px;font-weight:400}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(64px,8.6vw,138px);line-height:.94;letter-spacing:-.065em;font-weight:600;margin-bottom:26px}.hero-description{font-size:18px;line-height:1.55;margin:0;color:#eeeee8}.hero-bottom{position:absolute;left:var(--pad);right:var(--pad);bottom:37px;display:flex;align-items:center;justify-content:space-between}.scroll-link{font-size:11px;letter-spacing:.1em;display:flex;gap:22px;align-items:center;padding:12px 0}.scroll-link span{font-size:21px}.motion-toggle{border:1px solid #ffffff70;border-radius:100px;color:white;background:#10111044;backdrop-filter:blur(8px);padding:12px 17px;display:flex;gap:12px;align-items:center;cursor:pointer;font-size:12px;min-height:44px}.motion-toggle:hover{background:#10111090}.motion-icon{font-size:11px;min-width:11px}.approach{padding:68px var(--pad) 100px}.section-label{display:flex;justify-content:space-between;gap:30px;color:var(--muted);font-size:11px;letter-spacing:.12em}.approach-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:end;margin-top:70px}.approach-heading h2{font-size:clamp(46px,5.8vw,90px);letter-spacing:-.055em;line-height:1.02;font-weight:400;margin:0}.approach-heading>p{max-width:440px;justify-self:end;color:var(--muted);font-size:18px;line-height:1.65;margin:0}.services{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:72px}.services article{border-top:1px solid var(--line);padding-top:26px;display:grid;grid-template-columns:36px 1fr;column-gap:20px}.service-index{font-size:12px;color:var(--muted);padding-top:8px}.services h3{font-size:28px;font-weight:400;letter-spacing:-.04em;margin-bottom:18px}.services p{grid-column:2;max-width:320px;font-size:16px;line-height:1.65;color:var(--muted);margin-bottom:0}.footer{border-top:1px solid var(--line);padding:48px var(--pad) 27px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:32px;margin-bottom:70px}.footer-top>p{font-size:20px;letter-spacing:-.02em;margin:0}.footer nav{display:flex;gap:50px}.footer nav a{font-size:16px;display:flex;gap:26px;align-items:center;padding:10px 0}.footer a:hover{text-decoration:underline;text-underline-offset:6px}.footer-wordmark{display:block;font-size:clamp(100px,26vw,440px);line-height:.8;letter-spacing:-.073em;font-weight:700;margin-left:-.02em;width:max-content;max-width:100%;text-decoration:none!important}.footer-bottom{margin-top:38px;display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:11px;letter-spacing:.08em}.inner .header{border-bottom:1px solid var(--line)}.inner-main{padding:78px var(--pad) 100px;min-height:65vh}.inner-main>.eyebrow{color:var(--muted)}.inner h1{font-size:clamp(54px,7vw,110px);line-height:1.01}.inner-copy{max-width:650px;margin:65px 0 0 auto}.inner-copy>p{font-size:32px;line-height:1.35;letter-spacing:-.035em}.inner-copy>.secondary{font-size:18px;color:var(--muted);line-height:1.7;letter-spacing:0;margin:28px 0 0}.contact-intro{font-size:18px;color:var(--muted);margin:36px 0 55px}.contact-methods{border-top:1px solid var(--line)}.contact-row{display:grid;grid-template-columns:1fr 2.7fr auto;gap:20px;align-items:center;padding:32px 0;border-bottom:1px solid var(--line)}.contact-row:hover{background:#1b1c1a}.method{font-size:12px;color:var(--muted);letter-spacing:.05em}.contact-value{font-size:clamp(23px,3.2vw,48px);letter-spacing:-.04em;overflow-wrap:anywhere}.row-arrow{font-size:32px}
@media(max-width:700px){.header{height:86px}.logo{font-size:38px}.header-label{font-size:9px;letter-spacing:.075em}.hero{min-height:690px;height:100svh;max-height:none}.hero-image,.hero-video{object-position:43% center}.hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.14) 68%,rgba(0,0,0,.20))}.hero-content{bottom:133px}.eyebrow{font-size:11px;margin-bottom:24px}.hero h1{font-size:clamp(57px,15.9vw,96px);margin-bottom:26px}.hero-description{font-size:16px;line-height:1.6}.hero-bottom{bottom:28px}.scroll-link{font-size:9px;letter-spacing:.07em;gap:12px}.motion-toggle{font-size:11px;padding:11px 13px}.approach{padding:43px var(--pad) 62px}.section-label{font-size:9px;letter-spacing:.07em}.approach-heading{grid-template-columns:1fr;gap:29px;margin-top:44px}.approach-heading h2{font-size:48px}.approach-heading>p{justify-self:start;font-size:16px}.services{grid-template-columns:1fr;gap:30px;margin-top:45px}.services article{padding-top:25px}.services h3{font-size:27px}.footer{padding-top:34px}.footer-top{align-items:flex-start;flex-direction:column;gap:24px;margin-bottom:53px}.footer-top>p{font-size:22px}.footer nav{gap:38px}.footer nav a{font-size:16px;gap:22px}.footer-wordmark{font-size:25.2vw}.footer-bottom{font-size:9px;letter-spacing:.02em;margin-top:26px}.inner-main{padding-top:55px;padding-bottom:65px}.inner h1{font-size:clamp(43px,11.7vw,65px);line-height:1.03}.inner-copy{margin-top:40px}.inner-copy>p{font-size:26px}.inner-copy>.secondary{font-size:17px}.contact-intro{font-size:17px;margin-bottom:36px}.contact-row{grid-template-columns:1fr auto;gap:19px;padding:25px 0}.method{grid-column:1/-1}.contact-value{font-size:clamp(19px,5.5vw,31px)}.row-arrow{font-size:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Shared OGEN identity and text-only icons. */
.header-actions{display:flex;align-items:center;gap:28px}.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border:1px solid #ffffff78;border-radius:999px;font-size:13px;background:#171916}.header-cta:hover{background:#f4f4f0;color:#101110}.arrow-icon{width:1em;height:1em;display:inline-block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.row-arrow{width:28px;height:28px}.footer-top>div>p{font-size:20px;letter-spacing:-.02em;margin:0}.footer-cta{display:inline-block;margin-top:15px;padding-bottom:5px;border-bottom:1px solid #777;font-size:14px}.footer nav a .arrow-icon{width:16px;height:16px}.inner h1,.inner-copy>p,.contact-value{letter-spacing:-.025em}.footer-bottom>span:last-child{margin-left:auto}
@media(max-width:700px){.header-actions{gap:10px}.header-label{font-size:8px;line-height:1.2;letter-spacing:.06em;max-width:88px;text-align:right}.header-cta{min-height:38px;padding:8px 13px;font-size:11px}.footer-top>div>p{font-size:22px}.row-arrow{width:22px;height:22px}.inner h1,.inner-copy>p,.contact-value{letter-spacing:-.018em}}
