:root {
  --ink: #080b10;
  --ink-soft: #11161e;
  --blue: #175cff;
  --blue-dark: #071c3a;
  --silver: #aeb6c1;
  --mist: #edf0f4;
  --line: #d9dde3;
  --white: #fff;
  --font-sans: "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { color: white; background: var(--blue); }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 92px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw;
  color: white; border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); font-size: 15px; font-weight: 650; letter-spacing: -.03em; }
.brand-name { display: flex; flex-direction: column; font-size: 15px; font-weight: 650; line-height: 1.05; letter-spacing: -.02em; }
.brand-name small { margin-top: 5px; color: var(--silver); font-family: var(--font-mono); font-size: 8px; font-weight: 400; letter-spacing: .23em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 43px); font-size: 12px; font-weight: 530; }
.language-switch { color: #8facdf !important; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; }
.desktop-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; color: rgba(255,255,255,.78); }
.desktop-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: white; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 13px 21px; border: 1px solid rgba(255,255,255,.55); transition: background .2s, color .2s; }
.nav-cta:hover { color: var(--ink); background: white; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 770px; height: min(920px, 100svh); overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 46% 40%, rgba(23,92,255,.16), transparent 30%), linear-gradient(90deg, #080b10 0%, #080b10 49%, #0b1118 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-copy { position: absolute; z-index: 3; top: 50%; left: 8.3vw; width: min(650px, 48vw); transform: translateY(-41%); }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 32px; color: #9eabc0; font-family: var(--font-mono); font-size: 10px; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: var(--blue); }
.hero h1 { margin: 0; font-size: clamp(55px, 5.7vw, 94px); font-weight: 430; line-height: .96; letter-spacing: -.064em; }
.hero h1 em { color: #779de5; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-lead { max-width: 580px; margin: 29px 0 0; color: #b9c1cc; font-size: clamp(16px, 1.22vw, 20px); line-height: 1.65; letter-spacing: -.018em; }
.hero-actions { display: flex; align-items: center; gap: 35px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 52px; padding: 0 24px; border: 0; cursor: pointer; font-size: 12px; font-weight: 580; transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; font-weight: 350; }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: #3572ff; }
.text-link { display: flex; gap: 13px; align-items: center; color: #d4d8df; font-size: 12px; }
.text-link span { color: #7891ba; font-size: 17px; }
.hero-proof { display: flex; gap: clamp(30px, 4vw, 70px); margin-top: 52px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: center; }
.hero-proof strong { color: white; font-size: 24px; font-weight: 400; letter-spacing: -.05em; }
.hero-proof span { max-width: 68px; color: #737d8b; font-family: var(--font-mono); font-size: 8px; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; }
.hero-photo-wrap { position: absolute; z-index: 2; right: 5.5vw; bottom: 0; width: min(39vw, 590px); height: calc(100% - 92px); }
.hero-photo-wrap::before { content: ""; position: absolute; z-index: 2; inset: 0; box-shadow: inset 30px 0 50px rgba(8,11,16,.7), inset 0 -110px 90px rgba(8,11,16,.35); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 56% 18%; filter: saturate(.72) contrast(1.08); }
.photo-caption { position: absolute; z-index: 3; right: 0; bottom: 28px; padding: 11px 17px; color: #dce2ea; background: rgba(8,11,16,.76); backdrop-filter: blur(6px); font-size: 10px; letter-spacing: .03em; }
.photo-caption span { margin-right: 6px; color: #7fa5f0; font-family: var(--font-mono); }
.hero-side-note { position: absolute; z-index: 4; right: 1.7vw; top: 50%; color: #707b8a; font-family: var(--font-mono); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg) translateY(50%); }

.promise-strip { min-height: 70px; padding: 18px 5vw; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 52px); color: #4d5663; background: var(--mist); border-bottom: 1px solid var(--line); font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.promise-strip p { margin: 0; }
.promise-strip > span { color: var(--blue); }

.section { padding: 120px 8.3vw; }
.section-head { display: grid; grid-template-columns: .7fr 1.35fr 1fr; gap: 5vw; align-items: end; margin-bottom: 68px; }
.section-kicker { color: #647087; }
.section-kicker::before { content: ""; width: 23px; height: 1px; background: var(--blue); }
.section-head .section-kicker { align-self: start; }
.section h2, .profile h2, .contact h2 { margin: 0; font-size: clamp(43px, 4.25vw, 68px); font-weight: 430; line-height: 1.03; letter-spacing: -.055em; }
.section-intro { margin: 0; color: #5f6875; font-size: 15px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 295px; padding: 32px 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s; }
.service-card:hover { color: white; background: var(--blue-dark); }
.service-number { color: #8993a3; font-family: var(--font-mono); font-size: 9px; }
.service-card h3 { max-width: 260px; margin: 45px 0 15px; font-size: 22px; font-weight: 520; letter-spacing: -.035em; }
.service-card p { max-width: 310px; margin: 0; color: #6c7582; font-size: 13px; line-height: 1.65; transition: color .25s; }
.service-card:hover p { color: #b9c5d8; }
.service-arrow { position: absolute; right: 27px; bottom: 25px; color: #8290a5; font-size: 19px; }
.service-card:hover .service-arrow { color: white; }

.profile { display: grid; grid-template-columns: 47% 53%; min-height: 825px; color: white; background: #0b1016; }
.profile-image-wrap { position: relative; overflow: hidden; }
.profile-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, #0b1016 100%), linear-gradient(0deg, rgba(0,0,0,.4), transparent 38%); }
.profile-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 23%; filter: saturate(.72); }
.image-index { position: absolute; z-index: 2; left: 34px; bottom: 28px; color: #9ba7b8; font-family: var(--font-mono); font-size: 9px; letter-spacing: .18em; }
.profile-copy { padding: 110px 8vw 90px 6vw; }
.section-kicker.light { color: #8290a6; }
.profile h2 { font-size: clamp(42px, 3.8vw, 62px); }
.profile h2 em { color: #8fb0ee; font-family: Georgia, serif; font-weight: 400; }
.profile-lead { margin: 35px 0 16px; color: #d6dce5 !important; font-size: 17px !important; line-height: 1.65 !important; }
.profile-copy > p { max-width: 650px; color: #8f99a7; font-size: 14px; line-height: 1.78; }
.credentials { margin: 39px 0; border-top: 1px solid rgba(255,255,255,.14); }
.credentials div { display: grid; grid-template-columns: 100px 1.2fr 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); align-items: center; }
.credentials span { color: #738197; font-family: var(--font-mono); font-size: 9px; }
.credentials strong { font-size: 12px; font-weight: 560; }
.credentials small { color: #7d8794; font-size: 10px; }
.button-outline { color: white; border: 1px solid #697381; background: transparent; }
.button-outline:hover { color: var(--ink); border-color: white; background: white; }

.approach { display: grid; grid-template-columns: 1fr 1.25fr; gap: 9vw; }
.approach-title { position: sticky; top: 50px; align-self: start; }
.approach-title h2 { font-size: clamp(40px, 3.6vw, 60px); }
.approach-list { border-top: 1px solid var(--line); }
.approach-list article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.approach-list article > span { color: var(--blue); font-family: var(--font-mono); font-size: 9px; padding-top: 5px; }
.approach-list h3 { margin: 0 0 12px; font-size: 23px; font-weight: 520; letter-spacing: -.035em; }
.approach-list p { max-width: 470px; margin: 0; color: #65707d; font-size: 14px; line-height: 1.7; }

.quote-band { min-height: 340px; padding: 72px 8.3vw; display: grid; grid-template-columns: .35fr 2fr .7fr; gap: 5vw; align-items: center; color: white; background: var(--blue); }
.quote-mark { align-self: start; font-family: Georgia, serif; font-size: 92px; line-height: 1; opacity: .4; }
.quote-band p { max-width: 960px; margin: 0; font-size: clamp(34px, 3.4vw, 56px); line-height: 1.12; letter-spacing: -.045em; }
.quote-band > span { align-self: end; font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.section-head.compact { grid-template-columns: .65fr 1.2fr 1fr; }
.insight-list { border-top: 1px solid var(--line); }
.insight-row { display: grid; grid-template-columns: 130px 140px 1fr 40px; gap: 25px; align-items: center; min-height: 105px; border-bottom: 1px solid var(--line); transition: padding .2s, color .2s, background .2s; }
.insight-row:hover { padding: 0 18px; color: white; background: var(--blue-dark); }
.insight-date, .insight-tag { color: #798493; font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; }
.insight-tag { color: var(--blue); }
.insight-row:hover .insight-date { color: #9eacbf; }
.insight-row:hover .insight-tag { color: #81a7f1; }
.insight-row h3 { margin: 0; font-size: clamp(17px, 1.55vw, 24px); font-weight: 480; letter-spacing: -.028em; }
.insight-arrow { justify-self: end; font-size: 20px; }

.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 8vw; padding: 115px 8.3vw; color: white; background: #071425; }
.contact-intro > p:not(.section-kicker) { max-width: 510px; margin: 29px 0 45px; color: #9eabba; font-size: 15px; line-height: 1.75; }
.contact-direct { border-top: 1px solid rgba(255,255,255,.15); }
.contact-direct a, .contact-direct div { display: grid; grid-template-columns: 95px 1fr; padding: 18px 0; color: #e3e7ed; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 13px; transition: color .2s; }
.contact-direct a:hover { color: #87aaf0; }
.contact-direct span { color: #75849a; font-family: var(--font-mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { padding-top: 44px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.contact-form label { display: block; margin-bottom: 24px; color: #8d9bae; font-family: var(--font-mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.contact-form label small { float: right; color: #5b687b; font-size: 8px; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 9px; padding: 14px 0; color: white; border: 0; border-bottom: 1px solid #4a586b; border-radius: 0; outline: none; background: transparent; font-family: var(--font-sans); font-size: 14px; text-transform: none; transition: border-color .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #8eb0f2; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #526074; }
.button-light { min-width: 220px; color: var(--ink); background: white; }
.button-light:hover { background: #dce7ff; }
.form-note { margin: 15px 0 0; color: #637188; font-size: 9px; line-height: 1.6; }
.form-status { min-height: 16px; margin: 8px 0 0; color: #8db0f2; font-size: 10px; }

footer { min-height: 165px; padding: 40px 4.5vw; display: grid; grid-template-columns: .75fr 1.35fr 1fr; align-items: center; gap: 30px; color: #7d8794; background: var(--ink); border-top: 1px solid #202832; }
.footer-brand .brand-mark { color: white; }
.footer-brand .brand-name { color: white; }
footer > p { margin: 0; font-family: var(--font-mono); font-size: 8px; line-height: 1.6; letter-spacing: .05em; text-transform: uppercase; }
.footer-links { display: flex; justify-content: flex-end; gap: 26px; font-size: 10px; }
.footer-links a:hover { color: white; }
.powered-link { color: #667181; font-size: 9px; }
.powered-link span { color: #d96570; }
.back-to-top { position: fixed; z-index: 30; right: 24px; bottom: 24px; width: 46px; height: 46px; display: grid; place-items: center; color: white; background: rgba(8,11,16,.82); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(9px); font-size: 18px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px); transition: opacity .2s, visibility .2s, transform .2s, background .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.back-to-top.is-visible:hover { transform: translateY(-3px); background: var(--blue); }

@media (max-width: 1050px) {
  .hero-copy { left: 6vw; width: 52vw; }
  .hero-photo-wrap { right: 2vw; width: 43vw; }
  .hero-side-note { display: none; }
  .section, .contact { padding-left: 6vw; padding-right: 6vw; }
  .section-head { grid-template-columns: .6fr 1.25fr; }
  .section-head .section-intro { grid-column: 2; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .profile { grid-template-columns: 43% 57%; }
  .profile-copy { padding-right: 5vw; }
  .credentials div { grid-template-columns: 85px 1fr; }
  .credentials small { grid-column: 2; }
}

@media (max-width: 760px) {
  .site-header { position: absolute; height: 75px; padding: 0 22px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 43px; height: 43px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.4); cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 17px; height: 1px; background: white; transition: transform .2s; }
  .mobile-menu[open] summary span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .mobile-menu[open] summary span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu nav { position: absolute; top: 51px; right: 0; width: min(84vw, 310px); padding: 14px 22px; color: white; background: #0a111b; border: 1px solid #29323e; }
  .mobile-menu nav a { display: block; padding: 14px 2px; border-bottom: 1px solid #27313e; font-size: 13px; }
  .brand-name { font-size: 13px; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { min-height: 850px; height: 100svh; max-height: 980px; }
  .hero::before { z-index: 2; background: linear-gradient(180deg, rgba(8,11,16,.35) 0%, #080b10 58%, #080b10 100%); }
  .hero-grid { z-index: 3; }
  .hero-photo-wrap { inset: 75px 0 auto; width: 100%; height: 48%; }
  .hero-photo-wrap::before { box-shadow: inset 0 -100px 70px #080b10; }
  .hero-photo { object-position: center 22%; }
  .photo-caption { display: none; }
  .hero-copy { z-index: 5; top: auto; bottom: 35px; left: 23px; width: calc(100% - 46px); transform: none; }
  .eyebrow { margin-bottom: 17px; font-size: 8px; }
  .hero h1 { font-size: clamp(46px, 13vw, 62px); }
  .hero-lead { margin-top: 17px; font-size: 14px; line-height: 1.55; }
  .hero-actions { margin-top: 22px; gap: 20px; }
  .button { min-height: 49px; padding: 0 18px; gap: 20px; }
  .text-link { display: none; }
  .hero-proof { gap: 25px; margin-top: 25px; padding-top: 18px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 7px; }
  .promise-strip { justify-content: flex-start; overflow-x: auto; padding: 0 23px; white-space: nowrap; }
  .section { padding: 82px 23px; }
  .section-head, .section-head.compact { display: block; margin-bottom: 45px; }
  .section-kicker { margin-bottom: 24px; }
  .section h2, .profile h2, .contact h2 { font-size: 42px; }
  .section-intro { margin-top: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .service-card h3 { margin-top: 33px; }
  .profile { display: block; }
  .profile-image-wrap { height: 580px; }
  .profile-image-wrap::after { background: linear-gradient(0deg, #0b1016, transparent 42%); }
  .profile-copy { padding: 73px 23px 80px; }
  .profile h2 { font-size: 40px; }
  .credentials div { grid-template-columns: 80px 1fr; }
  .approach { display: block; }
  .approach-title { position: static; }
  .approach-list { margin-top: 48px; }
  .quote-band { min-height: 330px; padding: 55px 23px; display: block; }
  .quote-mark { height: 65px; font-size: 80px; }
  .quote-band p { font-size: 36px; }
  .quote-band > span { display: block; margin-top: 30px; }
  .insight-row { position: relative; grid-template-columns: 1fr auto; gap: 11px; padding: 24px 0; }
  .insight-row:hover { padding: 24px 12px; }
  .insight-date { grid-column: 1; }
  .insight-tag { grid-column: 2; grid-row: 1; }
  .insight-row h3 { grid-column: 1 / 3; font-size: 19px; }
  .insight-arrow { position: absolute; right: 3px; bottom: 22px; }
  .contact { display: block; padding: 80px 23px; }
  .contact-form { margin-top: 45px; padding-top: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { display: block; padding: 44px 23px; }
  footer > p { margin: 28px 0; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .powered-link { flex-basis: 100%; }
  .back-to-top { right: 16px; bottom: 16px; width: 43px; height: 43px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
