@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #0a0d16;
  --navy: #0b1020;
  --navy-2: #11182b;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #686c76;
  --line: #d7d7d2;
  --line-dark: rgba(255,255,255,.15);
  --accent: #a8a7ff;
  --accent-strong: #8584ff;
  --font-display: 'Manrope', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -80px; background: var(--white); padding: 12px 18px; border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(9,13,24,.95); box-shadow: 0 10px 30px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 12px; align-items: center; font: 600 13px/1 var(--font-display); letter-spacing: .105em; }
.brand b { color: var(--accent); font-weight: 600; }
.brand-mark { width: 34px; height: 34px; color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.site-nav > a:not(.nav-cta) { color: #ccd0dd; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { border: 1px solid rgba(255,255,255,.35); padding: 12px 16px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; color: var(--white); background: transparent; border: 0; width: 48px; height: 48px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 1px; background: currentColor; transition: transform .2s; }

.hero { min-height: 830px; color: var(--white); background: var(--navy); position: relative; display: flex; flex-direction: column; overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 720px; height: 720px; right: -200px; top: -270px; background: radial-gradient(circle, rgba(133,132,255,.22), transparent 68%); pointer-events: none; }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-layout { flex: 1; position: relative; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .6fr); gap: 90px; align-items: center; padding: 150px 0 70px; }
.hero-copy { max-width: 820px; }
.eyebrow, .kicker { margin: 0 0 26px; font: 600 12px/1 var(--font-display); text-transform: uppercase; letter-spacing: .16em; }
.eyebrow { color: #c8cbe0; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 28px; height: 1px; background: var(--accent); }
h1, h2, h3 { font-family: var(--font-display); margin-top: 0; text-wrap: balance; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(54px, 6.35vw, 94px); line-height: .98; letter-spacing: -.058em; font-weight: 500; }
h1 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 720px; margin: 0; color: #bcc1d0; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 20px; font-weight: 600; font-size: 14px; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; font-size: 14px; border-bottom: 1px solid #9499aa; padding-block: 8px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero-panel { align-self: end; margin-bottom: 45px; padding: 26px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.16); }
.panel-status { display: flex; align-items: center; gap: 10px; font: 500 12px/1 var(--font-display); text-transform: uppercase; letter-spacing: .1em; }
.status-pulse { width: 8px; height: 8px; background: #91e6bb; border-radius: 50%; box-shadow: 0 0 0 5px rgba(145,230,187,.1); }
.panel-line { height: 1px; background: var(--line-dark); margin: 24px 0; }
.hero-panel p { color: #aeb4c6; line-height: 1.65; }
.hero-panel ul { list-style: none; padding: 0; margin: 28px 0 0; }
.hero-panel li { padding: 13px 0; border-top: 1px solid var(--line-dark); font: 500 14px var(--font-display); }
.hero-panel li span { display: inline-block; width: 44px; color: var(--accent); font-size: 11px; }
.hero-foot { position: relative; min-height: 70px; display: flex; align-items: center; gap: 20px; color: #9da2b3; font: 500 11px/1 var(--font-display); letter-spacing: .18em; }
.hero-foot i { height: 1px; flex: 1; background: rgba(255,255,255,.16); }

.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 90px; align-items: end; margin-bottom: 78px; }
.kicker { color: #6762e6; }
.section-heading h2, .reason-layout h2, .approach h2, .contact h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.08; letter-spacing: -.045em; font-weight: 500; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 80px 1fr 110px; gap: 32px; align-items: start; padding: 38px 0; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-row:hover { padding-inline: 18px; background: rgba(255,255,255,.4); }
.service-number { color: #777b84; font: 500 12px var(--font-display); }
.service-row h3 { margin-bottom: 10px; font-size: 25px; letter-spacing: -.025em; }
.service-row p { max-width: 700px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.service-tag { justify-self: end; border: 1px solid var(--line); padding: 8px 12px; color: #666a73; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.approach { color: var(--white); background: var(--navy); }
.approach-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.approach-sticky { align-self: start; position: sticky; top: 130px; }
.approach .kicker { color: var(--accent); }
.approach-sticky > p:not(.kicker) { max-width: 470px; color: #aeb4c6; line-height: 1.7; font-size: 18px; margin: 28px 0; }
.text-link.light { border-color: #5e6578; }
.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.steps li { min-height: 250px; padding: 16px 0 55px; margin-bottom: 50px; border-bottom: 1px solid var(--line-dark); }
.steps li:last-child { margin-bottom: 0; }
.steps li > span { color: var(--accent); font: 500 11px/1 var(--font-display); text-transform: uppercase; letter-spacing: .14em; }
.steps h3 { margin: 32px 0 16px; font-size: clamp(28px, 3vw, 42px); font-weight: 500; letter-spacing: -.035em; }
.steps p { max-width: 590px; margin: 0; color: #aeb4c6; font-size: 18px; line-height: 1.65; }

.reason-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; }
.reason-layout h2 span { color: #7973ed; }
.reason-copy > p { margin: 0 0 50px; font-size: 21px; line-height: 1.6; }
.principles { border-top: 1px solid var(--line); }
.principles div { display: grid; grid-template-columns: .75fr 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principles b { font-family: var(--font-display); font-size: 14px; }
.principles span { color: var(--muted); font-size: 14px; line-height: 1.5; }

.contact { position: relative; overflow: hidden; padding: 110px 0; color: var(--white); background: #6965df; }
.contact::after { content: ''; position: absolute; width: 500px; height: 500px; right: -100px; bottom: -300px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .65fr; gap: 110px; align-items: end; }
.kicker-light { color: #e2e1ff; }
.contact-action p { margin: 0 0 30px; font-size: 18px; line-height: 1.6; }
.button-light { background: var(--white); color: var(--ink); min-width: 230px; }
.button-light:hover { background: var(--navy); color: var(--white); }
.contact-action small { display: block; margin-top: 16px; color: #e5e4ff; }
.contact-emails span { display: block; margin-top: 6px; }
.contact-emails a { border-bottom: 1px solid rgba(255,255,255,.45); }
.contact-emails a:hover { color: var(--white); border-color: var(--white); }

.site-footer { color: #b6bac8; background: #080b13; padding: 40px 0; }
.footer-layout { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; font-size: 12px; }
.footer-layout > span { justify-self: end; }
.footer-layout p { margin: 0; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { width: 30px; height: 30px; }

:focus-visible { outline: 3px solid #f0c94c; outline-offset: 4px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .menu-toggle { display: flex; }
  .site-nav { position: absolute; inset: 86px 0 auto; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); border-bottom: 1px solid var(--line-dark); }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 52px; display: flex; align-items: center; padding-inline: 12px; border-bottom: 1px solid var(--line-dark); }
  .nav-cta { margin-top: 10px; justify-content: space-between; border: 1px solid rgba(255,255,255,.35) !important; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 50px; padding-top: 155px; }
  .hero-panel { align-self: auto; margin: 0; max-width: 600px; }
  .hero-foot { margin-top: 30px; }
  .section { padding: 90px 0; }
  .section-heading, .approach-layout, .reason-layout, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .approach-sticky { position: static; }
  .footer-layout { grid-template-columns: 1fr; text-align: left; }
  .footer-layout > span { justify-self: start; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100vw - 32px); }
  .nav-wrap { min-height: 74px; }
  .brand { font-size: 11px; gap: 9px; }
  .brand-mark { width: 30px; height: 30px; }
  .site-nav { top: 74px; }
  .hero-layout { padding-top: 130px; padding-bottom: 48px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-foot { gap: 10px; flex-wrap: wrap; padding: 22px 0; }
  .hero-foot i { min-width: 20px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 52px; }
  .service-row { grid-template-columns: 45px 1fr; gap: 18px; }
  .service-tag { grid-column: 2; justify-self: start; }
  .steps li { min-height: 0; }
  .principles div { grid-template-columns: 1fr; gap: 8px; }
  .contact { padding: 80px 0; }
  .contact h2 { font-size: 42px; }
  .footer-layout p { line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
