:root {
  --ink: #0b0c0f;
  --paper: #f3f1eb;
  --blue: #526cff;
  --lime: #d7ff55;
  --orange: #ff7247;
  --muted: #a7a8ad;
  --line: rgba(11, 12, 15, .16);
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --radius: clamp(1.25rem, 2.5vw, 2.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .8rem 1rem; background: var(--lime); border-radius: .5rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.ambient { position: fixed; width: 45vw; height: 45vw; right: -18vw; top: -20vw; border-radius: 50%; background: rgba(82, 108, 255, .18); filter: blur(100px); pointer-events: none; z-index: 0; }

.topbar { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1.35rem var(--pad); color: #fff; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 650; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 2.15rem; height: 2.15rem; border: 1px solid currentColor; border-radius: 50%; font-size: .72rem; letter-spacing: -.04em; }
nav { display: flex; align-items: center; gap: clamp(1.15rem, 3vw, 3rem); font-size: .9rem; }
nav a { opacity: .78; transition: opacity .25s ease; }
nav a:hover, nav a:focus-visible { opacity: 1; }
.nav-cta { padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.language-toggle { display: inline-flex; align-items: center; gap: .4rem; min-height: 2.4rem; padding: .45rem .65rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: rgba(255,255,255,.06); font: inherit; font-size: .76rem; font-weight: 750; letter-spacing: .06em; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.language-toggle:hover { background: rgba(255,255,255,.14); transform: translateY(-1px); }
.language-flag { font-size: 1rem; line-height: 1; }
.language-code { min-width: 1.45rem; text-align: center; }

.hero { position: relative; z-index: 1; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 8rem var(--pad) 0; color: #f7f7f4; background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 58vw; height: 58vw; right: -19vw; top: -18vw; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,255,255,.018), 0 0 0 18vw rgba(255,255,255,.012); }
.hero-kicker { display: flex; align-items: center; gap: .65rem; margin-bottom: clamp(2rem, 5vh, 4.5rem); color: #c7c8cc; font-size: .86rem; text-transform: uppercase; letter-spacing: .09em; }
.status-dot { width: .6rem; height: .6rem; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 .3rem rgba(215,255,85,.12); }
.hero-title { position: relative; margin: 0; max-width: 15ch; font-size: clamp(3.4rem, 9.4vw, 9.8rem); font-weight: 500; line-height: .82; letter-spacing: -.075em; }
.title-line { display: block; overflow: hidden; padding-bottom: .08em; }
.title-line > span { display: block; }
.title-indent { padding-left: 12vw; }
.hero-title em, .contact h2 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-foot { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin: clamp(2.5rem, 6vh, 5.5rem) 0 2rem; padding-left: min(28vw, 28rem); }
.hero-foot p { max-width: 35rem; margin: 0; color: #b8b9bd; font-size: clamp(1rem, 1.5vw, 1.25rem); }
.round-link { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; width: 7.5rem; aspect-ratio: 1; padding: 1.1rem; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: .84rem; transition: transform .35s ease; }
.round-link:hover { transform: rotate(5deg) scale(1.04); }
.ticker { width: calc(100% + 2 * var(--pad)); margin-left: calc(-1 * var(--pad)); border-top: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 2rem; padding: .9rem 0; color: #a5a6aa; font-size: .74rem; letter-spacing: .16em; white-space: nowrap; }
.ticker-track i { color: var(--blue); font-style: normal; }

.section { position: relative; z-index: 1; padding: clamp(6rem, 12vw, 11rem) var(--pad); }
.section-head { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 2rem; align-items: end; margin-bottom: clamp(3rem, 7vw, 7rem); }
.eyebrow { margin: 0; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section-head h2, .services-intro h2 { margin: 0; font-size: clamp(2.7rem, 6vw, 6.5rem); font-weight: 500; line-height: .95; letter-spacing: -.06em; }
.section-head > p:last-child { max-width: 24rem; margin: 0; color: #63656b; }
.project-list { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.project { grid-column: span 6; align-self: start; padding: clamp(1rem, 2vw, 1.5rem); border-radius: var(--radius); overflow: hidden; transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease; }
.project:hover { transform: translateY(-.45rem); box-shadow: 0 1.5rem 4rem rgba(11,12,15,.16); }
.project:focus-visible { outline-color: var(--ink); }
.project:nth-child(2) { margin-top: 10rem; }
.project:nth-child(3) { grid-column: 3 / span 8; margin-top: 3rem; }
.project-blue { background: var(--blue); color: white; }
.project-orange { background: var(--orange); }
.project-cream { background: #dedbd2; }
.project-top { display: flex; justify-content: space-between; gap: 1rem; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.project-visual { position: relative; height: clamp(15rem, 30vw, 28rem); margin: 1rem 0 1.5rem; border-radius: calc(var(--radius) * .65); overflow: hidden; }
.project-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; }
.project-copy h3 { margin: 0; font-size: clamp(2rem, 4vw, 4.7rem); font-weight: 500; line-height: .9; letter-spacing: -.055em; }
.project-copy p { margin: 0; font-size: .93rem; opacity: .78; }
.project-open { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.15rem; padding-bottom: .18rem; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.project-open > span:last-child { transition: transform .3s ease; }
.project:hover .project-open > span:last-child { transform: translate(.2rem, -.2rem); }
.shadow-map { background: #d6ff56; }
.sun { position: absolute; width: 30%; aspect-ratio: 1; top: 12%; right: 10%; border-radius: 50%; background: #fff7d6; box-shadow: 0 0 4rem #fff7d6; }
.building { position: absolute; bottom: 0; background: #15161b; transform: skewY(-10deg); transform-origin: bottom; }
.building::after { content: ""; position: absolute; inset: auto 0 -55% 0; height: 60%; background: rgba(21,22,27,.22); transform: skewY(10deg) skewX(-35deg); transform-origin: top left; }
.b1 { left: 9%; width: 23%; height: 52%; }
.b2 { left: 42%; width: 36%; height: 35%; }
.map-line { position: absolute; height: 1px; background: rgba(11,12,15,.28); transform: rotate(-16deg); }
.l1 { width: 130%; left: -10%; top: 28%; }.l2 { width: 120%; left: -5%; top: 67%; }
.donut-scene { background: #18191e; perspective: 700px; }
.grid-floor { position: absolute; inset: 45% -20% -40%; background-image: linear-gradient(rgba(255,114,71,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,114,71,.25) 1px, transparent 1px); background-size: 2rem 2rem; transform: rotateX(60deg); }
.donut-ring { position: absolute; width: 38%; aspect-ratio: 1; left: 31%; top: 23%; border: clamp(2rem, 5vw, 5rem) solid var(--orange); border-radius: 50%; box-shadow: inset 0 0 2rem #ffb14a, 0 0 3rem rgba(255,114,71,.45); transform: rotateX(68deg) rotateZ(-10deg); }
.speed-line { position: absolute; height: 2px; background: var(--orange); opacity: .7; }.s1{width:35%;top:27%;left:4%}.s2{width:25%;top:51%;right:4%}.s3{width:45%;top:72%;left:-8%}
.business-scene { display: flex; flex-direction: column; justify-content: center; background: #111217; color: white; }
.word { display: block; font-size: clamp(2.7rem, 8vw, 8.5rem); font-weight: 800; line-height: .72; letter-spacing: -.07em; white-space: nowrap; }
.w1{margin-left:-5%;color:var(--lime)}.w2{margin-left:18%;color:var(--blue)}.w3{margin-left:46%;color:var(--paper)}

.services { color: white; background: var(--ink); }
.services-intro { display: grid; grid-template-columns: 1fr 3fr; gap: 2rem; margin-bottom: clamp(4rem, 10vw, 9rem); }
.services-intro h2 { max-width: 13ch; }
.service-row { display: grid; grid-template-columns: 4rem minmax(12rem, 1fr) 1.4fr 3rem; gap: 1.5rem; align-items: start; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.service-row > span:first-child { color: #777980; font-size: .8rem; }
.service-row h3, .service-row p { margin: 0; }
.service-row h3 { font-size: clamp(1.6rem, 3vw, 3.2rem); font-weight: 500; letter-spacing: -.045em; }
.service-row p { max-width: 33rem; color: #a9aab0; }
.service-icon { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.service-row:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }

.principles { display: grid; grid-template-columns: 1fr 3fr; min-height: 80vh; color: var(--ink); background: var(--lime); overflow: hidden; }
.principle-number { align-self: end; margin-left: -3vw; margin-bottom: -13vw; font-size: clamp(14rem, 37vw, 37rem); font-weight: 800; line-height: .7; letter-spacing: -.12em; opacity: .08; }
.principles-copy { align-self: center; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 4rem; border-top: 1px solid rgba(11,12,15,.22); }
.principle-grid div { display: flex; flex-direction: column; gap: .65rem; min-height: 11rem; padding: 1.5rem; border-bottom: 1px solid rgba(11,12,15,.22); }
.principle-grid div:nth-child(odd) { border-right: 1px solid rgba(11,12,15,.22); }
.principle-grid strong { font-size: clamp(1.5rem, 3vw, 2.8rem); font-weight: 550; letter-spacing: -.04em; }
.principle-grid span { margin-top: auto; color: rgba(11,12,15,.64); }

.contact { min-height: 88vh; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--blue); overflow: hidden; }
.contact h2 { position: relative; z-index: 1; margin: 2rem 0 3rem; max-width: 12ch; font-size: clamp(3.3rem, 8vw, 8.5rem); font-weight: 500; line-height: .88; letter-spacing: -.07em; }
.contact h2 em { color: var(--lime); }
.contact-actions { display: flex; align-items: center; gap: 2rem; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; padding: 1.1rem 1.3rem; color: var(--ink); background: var(--lime); border-radius: 999px; font-weight: 700; transition: transform .3s ease, background .3s ease; }
.primary-button:hover { transform: translateY(-3px); background: white; }
.text-link { padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.contact-orbit { position: absolute; width: min(60vw, 48rem); aspect-ratio: 1; right: -10vw; top: 5%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.contact-orbit span { position: absolute; top: 48%; left: -6%; font-size: clamp(1rem, 2.3vw, 2rem); letter-spacing: .12em; white-space: nowrap; transform: rotate(-28deg); opacity: .5; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem var(--pad); color: #9b9ca2; background: var(--ink); font-size: .78rem; }
.footer-brand { color: white; }

:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
@media (max-width: 780px) {
  nav > a:not(.nav-cta) { display: none; }
  .brand > span:last-child { display: none; }
  nav { gap: .55rem; }
  .nav-cta { display: none; }
  .hero { min-height: 92svh; }
  .hero-title { font-size: clamp(3.15rem, 15.5vw, 6rem); }
  .title-indent { padding-left: 8vw; }
  .hero-foot { align-items: center; padding-left: 0; }
  .round-link { width: 5.6rem; }
  .section-head, .services-intro, .principles { grid-template-columns: 1fr; }
  .section-head { align-items: start; }
  .section-head h2 { order: -1; }
  .project { grid-column: 1 / -1; }
  .project:nth-child(2), .project:nth-child(3) { grid-column: 1 / -1; margin-top: 0; }
  .project-copy { grid-template-columns: 1fr; gap: 1rem; }
  .project-copy p { max-width: 31rem; }
  .services-intro { gap: 2.5rem; }
  .service-row { grid-template-columns: 2.5rem 1fr 2.5rem; }
  .service-row p { grid-column: 2 / 4; }
  .principles { min-height: auto; }
  .principle-number { display: none; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid div:nth-child(odd) { border-right: 0; }
  .principle-grid div { min-height: 8rem; padding-left: 0; padding-right: 0; }
  .contact-orbit { width: 90vw; right: -45vw; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 460px) {
  .hero-foot { align-items: flex-start; flex-direction: column; }
  .round-link { align-self: flex-end; }
  .project-visual { height: 16rem; }
  .project-top span:last-child { text-align: right; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
