@font-face {
  font-family: 'Geist Pixel Line';
  src: url('/fonts/GeistPixel-Line.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --background: #0a0a0a;
  --foreground: #f0efeb;
  --muted: #9a9a9d;
  --line: #ffffff19;
  --accent: #c2b9a5;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  --display: 'Geist Pixel Line', ui-monospace, monospace;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 40px; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { background: #d3c7ad; color: var(--background); }
.skip { position: absolute; top: -80px; left: 20px; z-index: 10; padding: 12px; background: white; color: black; }
.skip:focus { top: 12px; }
.wrap { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.header { position: relative; z-index: 3; height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; gap: 12px; align-items: center; font-size: 22px; letter-spacing: -.9px; font-weight: 500; white-space: nowrap; }
.logo svg { width: 40px; height: 35px; flex-shrink: 0; }
.nav { display: flex; align-items: center; gap: 31px; font-size: 12px; }
.nav-link { padding: 14px 0; color: #97979c; transition: color .2s; }
.nav-link:hover { color: white; }
.nav-contact { display: flex; gap: 15px; align-items: center; padding: 11px 0 11px 27px; border-left: 1px solid #ffffff25; color: #dcdad4; }
.nav-contact span { font-size: 18px; }
.nav-contact:hover { color: white; }
.hero { overflow: hidden; padding-top: clamp(66px, 7vw, 112px); }
.hero-copy { position: relative; z-index: 1; text-align: center; }
.hero h1 { max-width: 1080px; margin: 0 auto; font-family: var(--display); font-weight: 400; font-synthesis: none; font-size: clamp(54px, 5.7vw, 86px); letter-spacing: -.025em; line-height: 1; text-wrap: balance; color: #e4e3df; }
.hero-description { max-width: 575px; margin: 31px auto 0; color: #aaa9ab; font-size: 17px; font-weight: 350; line-height: 1.7; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 29px; }
.button { display: inline-flex; min-height: 46px; padding: 12px 20px; gap: 32px; align-items: center; justify-content: center; background: #eae7df; border: 1px solid #eae7df; border-radius: 5px; color: #131313; font-size: 13px; font-weight: 500; transition: background .2s; }
.button:hover { background: white; }
.button span { font-size: 18px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 13px 0; color: #aaa9ac; font-size: 13px; transition: color .2s; }
.text-link:hover { color: white; }
.hero-art { position: relative; height: clamp(240px, 24vw, 345px); margin: 18px auto 0; width: min(1680px, 100%); }
.hero-art::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,#0a0a0a,transparent 18%,transparent 82%,#0a0a0a),linear-gradient(180deg,#0a0a0a,transparent 20%,transparent 75%,#0a0a0a); }
.hero-art canvas { display: block; width: 100%; height: 100%; }
.section-label { margin: 0 0 21px; font-family: var(--mono); font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; color: #8c8c93; }
h2 { font-size: 42px; font-weight: 400; letter-spacing: -1.6px; line-height: 1.12; margin: 0; text-wrap: balance; }
.capabilities { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.6fr); gap: 80px; align-items: start; padding: 90px 0 98px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capabilities .section-head { padding-top: 8px; }
.capabilities h2 { font-size: 42px; }
.section-description { max-width: 285px; margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.section-head .text-link { margin-top: 14px; color: #ddd9cf; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.service-item { padding: 26px 30px 32px 0; border-top: 1px solid var(--line); }
.service-item:nth-child(even) { padding-left: 30px; padding-right: 0; border-left: 1px solid var(--line); }
.service-number { display: block; margin-bottom: 26px; color: #74747c; font-family: var(--mono); font-size: 10px; letter-spacing: 1px; }
.service-item h3 { margin: 0 0 13px; font-size: 22px; font-weight: 400; letter-spacing: -.5px; line-height: 1.25; }
.service-item p { max-width: 260px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact { padding: 119px 0 113px; text-align: center; }
.contact .section-label { margin-bottom: 27px; }
.contact h2 { font-size: 52px; letter-spacing: -1.8px; }
.contact-right { padding-top: 27px; }
.contact-right p { margin: 0 0 25px; color: var(--muted); font-size: 14px; }
.email-link { display: inline-flex; align-items: center; gap: 35px; font-size: 17px; padding-bottom: 13px; border-bottom: 1px solid #b2aa9770; }
.email-link:hover { border-color: #fafafa; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding: 29px 0; }
.footer .logo { font-size: 18px; gap: 9px; }
.footer .logo svg { width: 32px; height: 28px; }
.footer-copy { font-size: 11px; color: #6f6f75; }
.footer-top { display: flex; gap: 15px; align-items: center; color: #97979b; font-size: 11px; }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .capabilities { gap: 48px; }
  .capabilities h2 { font-size: 36px; }
  .service-item { padding-right: 24px; }
  .service-item:nth-child(even) { padding-left: 24px; }
  h2 { font-size: 37px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 48px); }
  .header { height: 80px; }
  .logo { font-size: 20px; gap: 9px; }
  .logo svg { width: 32px; height: 28px; }
  .nav-link { display: none; }
  .nav-contact { padding-left: 19px; font-size: 11px; gap: 10px; }
  .hero { padding-top: 60px; }
  .hero h1 { font-size: clamp(38px,6.5vw,49px); }
  .desktop-break { display: none; }
  .hero-description { max-width: 480px; font-size: 16px; margin-top: 24px; }
  .hero-art { height: 230px; margin-top: 10px; width: 120%; margin-left: -10%; }
  .capabilities { display: block; padding: 66px 0 68px; }
  .section-description { max-width: 410px; }
  .capabilities .section-head { padding: 0; margin-bottom: 38px; }
  .capabilities h2 { max-width: none; font-size: 36px; }
  h2 { font-size: 36px; letter-spacing: -1.3px; }
  .contact { padding: 78px 0; }
  .contact h2 { font-size: 44px; }
  .footer { flex-wrap: wrap; gap: 26px; }
  .footer-copy { order: 3; width: 100%; }
  .footer-top { margin-left: auto; }
}
@media (max-width: 500px) {
  .wrap { width: calc(100% - 40px); }
  .header { height: 76px; gap: 14px; }
  .logo { font-size: 19px; gap: 8px; }
  .logo svg { width: 30px; height: 27px; }
  .nav-contact { font-size: 10px; padding-left: 14px; gap: 10px; }
  .hero { padding-top: 51px; }
  .hero h1 { font-size: clamp(32px,8.4vw,42px); }
  .hero-description { font-size: 15px; line-height: 1.7; max-width: 355px; }
  .hero-actions { margin-top: 25px; gap: 22px; }
  .button { min-height: 44px; padding-inline: 16px; gap: 21px; font-size: 12px; }
  .text-link { font-size: 12px; gap: 8px; }
  .hero-art { height: 195px; margin-top: 15px; }
  .section-label { font-size: 9px; margin-bottom: 18px; }
  h2, .capabilities h2 { font-size: 33px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item, .service-item:nth-child(even) { padding: 24px 0 28px; border-left: 0; }
  .service-number { margin-bottom: 17px; }
  .service-item p { max-width: 355px; }
  .contact h2 { font-size: 38px; letter-spacing: -1.3px; }
  .footer .logo { font-size: 17px; }
  .footer-top { font-size: 10px; gap: 9px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .header .logo { font-size: 17px; gap: 7px; }
  .header .logo svg { width: 26px; height: 25px; }
  .nav-contact { font-size: 9px; padding-left: 10px; gap: 8px; }
  .hero h1 { font-size: 31px; }
  .hero-description { font-size: 14px; }
  .hero-actions { gap: 15px; }
  .button { gap: 15px; }
  h2, .capabilities h2 { font-size: 30px; }
  .contact h2 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
