@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#111110;--text:#f5f3ef;--muted:#aaa9a3;--orange:#ff642e;--line:#343431}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--orange);outline-offset:6px}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--bg)}.brand{font-family:'Space Grotesk',Arial,sans-serif;font-size:52px;font-weight:700;letter-spacing:-5px;display:flex;align-items:center;line-height:1}.brand-dot{color:var(--orange)}.brand-name{font-family:'DM Sans',sans-serif;font-size:11px;letter-spacing:1.3px;line-height:1.5;margin-left:24px;border-left:1px solid #777;padding-left:20px}nav{display:flex;align-items:center;gap:38px;font-size:14px}.nav-cta{border:1px solid #65655f;border-radius:30px;padding:14px 20px}.nav-cta span{margin-left:20px}nav a:hover{color:var(--orange)}.hero{position:relative;min-height:710px;overflow:hidden}.hero-art{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.7),transparent 80%)}.hero-content{position:relative;padding:70px 5% 100px;max-width:850px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;line-height:1.6}.hero .eyebrow{color:#dedbd2;margin-bottom:30px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Space Grotesk',Arial,sans-serif;font-weight:500}h1{font-size:clamp(70px,8.6vw,132px);line-height:.98;letter-spacing:-7px;margin-bottom:28px}em{font-style:normal;color:var(--orange)}.intro{font-size:17px;line-height:1.65;color:#cccac4}.button{display:inline-flex;align-items:center;gap:45px;background:var(--orange);color:#121210;padding:18px 24px;border-radius:4px;font-weight:600;font-size:15px;margin-top:16px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:#ff8456}.button span{font-size:23px;line-height:1}.hero-bottom{position:absolute;bottom:26px;left:5%;right:5%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.6px}.ticker{display:flex;justify-content:space-around;gap:24px;align-items:center;padding:27px 3%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;letter-spacing:1.5px;flex-wrap:wrap}.ticker b{color:var(--orange);font-size:20px}.section{padding:100px 5%}.about{display:grid;grid-template-columns:1fr 2.3fr;gap:30px}.about>.eyebrow{color:var(--orange);padding-top:9px}h2{font-size:clamp(36px,4.1vw,62px);line-height:1.12;letter-spacing:-2.5px;margin-bottom:32px}h2 span{color:#7e7e77}.about-copy{display:grid;grid-template-columns:1fr 1fr;gap:44px;max-width:800px}.about-copy p,.section-heading>p{font-size:16px;color:var(--muted);line-height:1.8}.capabilities{background:#191918;border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.section-heading .eyebrow{color:var(--orange)}.section-heading h2{margin-bottom:0}.service-layout{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #484841}.service-tabs{padding-right:50px}.service-tab{border:0;border-bottom:1px solid #41413b;background:none;color:#a6a69e;padding:27px 0;width:100%;display:flex;align-items:center;text-align:left;gap:22px;cursor:pointer}.service-tab .number{font-size:12px}.service-tab .name{font-family:'Space Grotesk',sans-serif;font-size:clamp(21px,2.4vw,34px)}.service-tab .arrow{margin-left:auto;font-size:25px}.service-tab[aria-selected=true]{color:var(--orange)}.service-tab:hover{color:var(--text)}.service-panel{padding:35px 40px 20px;border-left:1px solid #484841;min-height:410px}.service-panel .eyebrow{color:#aaa}.service-symbol{font-family:'Space Grotesk',sans-serif;display:flex;justify-content:space-between;font-size:95px;letter-spacing:-6px;color:var(--orange);line-height:1.3;margin:10px 0 16px}.service-symbol span{font-size:85px;font-weight:400}.service-panel h3{font-size:28px;letter-spacing:-1px;margin-bottom:15px}.service-panel p{line-height:1.8;color:#b4b4ad;max-width:460px;font-size:16px}.tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.tags span{padding:8px 12px;border:1px solid #484841;border-radius:25px;font-size:12px;color:#ccc}.possibilities{background:var(--orange);color:#141411;position:relative;overflow:hidden}.possibilities h2{font-size:clamp(45px,6.5vw,95px);max-width:1050px;position:relative;z-index:1}.possibilities em{color:#f5f0e6}.possibilities p:not(.eyebrow){font-size:18px;line-height:1.7}.button.dark{background:#151513;color:white}.button.dark:hover{background:#333}.end-mark{position:absolute;right:-10px;bottom:-50px;font-size:240px;letter-spacing:-20px;font-family:'Space Grotesk',sans-serif;font-weight:700;opacity:.09;pointer-events:none}footer{display:flex;align-items:center;gap:55px;padding:45px 5%;font-size:12px;letter-spacing:1px}footer p{color:var(--muted);font-size:13px;letter-spacing:0;margin:10px 0 0}.footer-right{margin-left:auto;text-align:right}@media(min-width:1600px){.hero{min-height:850px}.hero-content{padding-top:110px}}@media(max-width:760px){header{height:85px;padding:0 6%}.brand{font-size:42px}.brand-name{font-size:9px;margin-left:15px;padding-left:12px}nav{gap:0}nav>a:not(.nav-cta){display:none}.nav-cta{font-size:12px;padding:12px}.nav-cta span{margin-left:8px}.hero{min-height:690px}.hero-art{object-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.15))}.hero-content{padding:65px 6% 100px}h1{letter-spacing:-4px;font-size:80px}.hero .eyebrow{font-size:10px}.hero-bottom{font-size:9px;left:6%;right:6%}.ticker{gap:15px;font-size:10px;padding:20px}.ticker b{font-size:15px}.section{padding:65px 6%}.about{grid-template-columns:1fr;gap:15px}.about-copy{grid-template-columns:1fr;gap:0}h2{letter-spacing:-1.5px}.section-heading{display:block}.section-heading>p{margin:25px 0 0}.service-layout{grid-template-columns:1fr}.service-tabs{padding:0}.service-tab{padding:19px 0}.service-panel{border-left:0;padding:30px 0 0;min-height:380px}.service-symbol{font-size:80px}footer{flex-wrap:wrap;gap:30px}.footer-right{margin-left:0;text-align:left;width:100%}.end-mark{font-size:150px;bottom:-25px}.possibilities h2{font-size:48px}.possibilities p:not(.eyebrow){font-size:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Refined OMG identity and responsive navigation. */
::selection { background: #ff642e; color: #111110; }
header { min-height: 108px; height: auto; padding-block: 12px; position: relative; z-index: 10; gap: 32px; }
.brand { flex-shrink: 0; gap: 0; letter-spacing: normal; }
.brand-logo { display: block; width: 184px; height: auto; transition: transform .3s ease, filter .3s ease; }
.brand:hover .brand-logo { transform: translateY(-2px); filter: drop-shadow(0 4px 12px #ff642e26); }
.brand-name { font-size: 12px; letter-spacing: 1.5px; line-height: 1.55; margin-left: 22px; padding-left: 22px; border-color: #484842; }
nav { gap: clamp(20px, 3vw, 40px); }
nav > a { white-space: nowrap; }
.nav-cta { border-color: #66665e; transition: border-color .2s ease, background .2s ease; }
.nav-cta:hover { border-color: var(--orange); background: #ff642e0a; }
.menu-toggle { display: none; }
.skip-link { position: absolute; top: -100px; left: 5%; padding: 16px; background: var(--orange); color: #111; z-index: 100; }
.skip-link:focus { top: 12px; }
.hero-content { max-width: 1000px; }
h1 { letter-spacing: -.055em; }
.intro { max-width: 490px; }
.hero-bottom { font-size: 12px; letter-spacing: 1.2px; }
.hero-bottom a { padding-block: 8px; }
.hero-bottom > span { align-self: center; }
.ticker { gap: 16px; font-size: 12px; letter-spacing: 1.2px; }
.service-tab { min-height: 89px; transition: color .2s ease, background .2s ease, padding .2s ease; }
.service-tab[aria-selected=true] { padding-left: 18px; background: linear-gradient(90deg, #ff642e12, transparent); box-shadow: inset 2px 0 0 var(--orange); }
.service-tab .number { font-size: 14px; }
.service-panel { background: radial-gradient(ellipse at 100% 0, #ff642e08, transparent 70%); }
.service-panel:focus-visible { outline: 2px solid var(--orange); outline-offset: 8px; }
.tags span { font-size: 14px; }
.end-logo { width: clamp(260px, 29vw, 440px); height: auto; position: absolute; right: 5%; bottom: 75px; pointer-events: none; }
.possibilities p, .possibilities .button { position: relative; z-index: 1; }
footer { gap: 40px; padding-block: 40px; }
footer .brand-logo { width: 220px; }
footer > div { font-size: 14px; }
.footer-right { overflow-wrap: anywhere; }
@media (min-width: 901px) and (max-width: 1100px) {
  header .brand-logo { width: 150px; }
  .brand-name { margin-left: 15px; padding-left: 15px; }
  .end-logo { width: 260px; right: 4%; bottom: 90px; }
  footer { gap: 26px; }
  footer .brand-logo { width: 175px; }
}
@media (max-width: 900px) {
  header { min-height: 100px; padding: 10px 6%; gap: 16px; }
  header .brand-logo { width: 158px; }
  .brand-name { margin-left: 17px; padding-left: 17px; font-size: 12px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 20px; background: transparent; color: var(--text); border: 1px solid #64645c; padding: 13px 16px; border-radius: 26px; font: 500 14px 'DM Sans', sans-serif; cursor: pointer; }
  .menu-toggle span { font-size: 23px; line-height: 1; transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span { transform: rotate(45deg); }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px 6% 28px; background: #171716; border-bottom: 1px solid #45453e; box-shadow: 0 24px 30px #0006; align-items: stretch; }
  nav.is-open { display: flex; flex-direction: column; gap: 4px; }
  nav > a:not(.nav-cta) { display: block; padding: 16px 0; font-size: 16px; }
  nav .nav-cta { margin-top: 12px; padding: 16px 20px; font-size: 16px; align-self: flex-start; }
  .end-logo { display: none; }
  footer { flex-wrap: wrap; gap: 25px; }
  footer .brand-logo { width: 200px; }
  .footer-right { width: 100%; margin-left: 0; text-align: left; border-top: 1px solid var(--line); padding-top: 25px; }
}
@media (max-width: 760px) {
  .hero { min-height: 660px; }
  .hero-content { padding-top: 64px; padding-bottom: 120px; }
  h1 { font-size: clamp(3.6rem, 11.5vw, 5.75rem); line-height: 1.04; }
  .hero .eyebrow { font-size: 12px; letter-spacing: 1.4px; max-width: 340px; }
  .intro { font-size: 16px; }
  .hero-bottom { gap: 16px; align-items: flex-end; }
  .hero-bottom > span { max-width: 160px; line-height: 1.6; }
  .hero-bottom a { max-width: 145px; text-align: right; line-height: 1.6; }
  .ticker { padding: 22px 6%; justify-content: center; gap: 12px 20px; }
  .ticker b { display: none; }
  .ticker span { line-height: 1.6; }
  .service-tab { min-height: 75px; }
  .service-panel { padding-bottom: 8px; }
  .possibilities h2 { font-size: clamp(2.5rem, 7.7vw, 3.5rem); }
}
@media (max-width: 480px) {
  header .brand { flex-direction: column; align-items: flex-start; }
  header .brand-logo { width: 154px; }
  .brand-name { padding: 0; margin: -4px 0 0 2px; border: none; font-size: 12px; letter-spacing: 1.2px; white-space: nowrap; }
  .brand-name br { display: none; }
  .brand-name br::after { content: ' '; }
  .menu-toggle { gap: 14px; padding: 11px 14px; }
  .hero-content { padding-top: 54px; }
  .desktop { display: none; }
  .about-copy { gap: 4px; }
  footer > .brand { width: 100%; }
  footer .brand-logo { width: 215px; }
}
@media (prefers-reduced-motion: reduce) {
  .brand:hover .brand-logo { transform: none; }
}
