
:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ink: #070608;
  --paper: #f4f1f7;
  --muted: #9b95a1;
  --purple: #8b3dff;
  --purple-light: #c89cff;
  --line: rgba(255, 255, 255, .13);
  --pointer-x: 50vw;
  --pointer-y: 30vh;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: var(--ink); }
body { min-height: 100%; margin: 0; background: var(--ink); color: var(--paper); font-family: var(--font-geist-sans), Arial, sans-serif; overflow-x: hidden; }
main { position: relative; overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: 36px; }
.cursor-glow { position: absolute; inset: 0 0 auto; height: 100svh; z-index: 0; pointer-events: none; background: radial-gradient(500px circle at var(--pointer-x) var(--pointer-y), rgba(132, 54, 255, .11), transparent 68%); }
.nav, section, footer { position: relative; z-index: 1; }

.nav { z-index: 3; height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 11px; align-items: center; font-size: 20px; font-weight: 680; letter-spacing: -.04em; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; font-size: 14px; font-weight: 750; background: linear-gradient(140deg, #a65cff, #6424c7); clip-path: polygon(0 0, 100% 0, 77% 100%, 0 100%); }
.nav nav { display: flex; gap: 34px; color: #aaa5ad; font-size: 13px; }
.nav nav a, .footer-bottom a { transition: color .25s ease; }
.nav nav a:hover, .footer-bottom a:hover { color: #fff; }
.nav-cta { border: 1px solid rgba(255,255,255,.25); padding: 13px 18px; font-size: 13px; transition: .25s ease; }
.nav-cta span { color: var(--purple-light); margin-left: 12px; }
.nav-cta:hover { background: var(--paper); color: var(--ink); }

.hero { min-height: calc(100svh - 96px); padding-top: clamp(74px, 10vh, 118px); padding-bottom: 35px; display: flex; flex-direction: column; justify-content: center; overflow: visible; isolation: isolate; }
.hero::before { content: ""; position: absolute; top: -96px; bottom: 0; left: 50%; z-index: -2; width: 100vw; transform: translateX(-50%); background-image: linear-gradient(90deg, rgba(7,6,8,.14) 0%, rgba(7,6,8,.03) 65%, rgba(7,6,8,0) 100%), url("hero-bg.png"); background-size: cover; background-position: center right; pointer-events: none; }
.hero::after { display: none; }
.hero-orbit { display: none; position: absolute; z-index: -1; border: 1px solid rgba(157, 95, 255, .38); border-radius: 50%; pointer-events: none; box-shadow: 0 0 38px rgba(140,65,255,.04); }
.orbit-one { width: 820px; height: 590px; right: -330px; top: -8px; transform: rotate(-16deg); }
.orbit-two { width: 610px; height: 420px; right: -225px; top: 94px; transform: rotate(-16deg); }
.orbit-three { width: 400px; height: 250px; right: -108px; top: 185px; transform: rotate(-16deg); }
.hero-planet { display: none; position: absolute; z-index: 0; width: 135px; height: 135px; right: 88px; top: 255px; border-radius: 50%; background: radial-gradient(circle at 38% 32%, #dfc3ff 0, #a65cff 13%, #712ad6 42%, #28103b 72%, #0c0711 100%); box-shadow: 0 0 20px #a353ff, 0 0 75px rgba(153,65,255,.78), 0 0 150px rgba(108,35,215,.28), inset -18px -16px 38px rgba(4,0,10,.72); pointer-events: none; }
.hero-planet::after { content: ""; position: absolute; inset: -18px; border-radius: 50%; border: 1px solid rgba(207,166,255,.28); filter: blur(2px); }
.eyebrow, .kicker { color: var(--purple-light); font-family: var(--font-geist-mono), monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.eyebrow span { width: 22px; height: 1px; background: var(--purple-light); }
.hero h1 { margin: 0; font-size: clamp(62px, 10.8vw, 156px); line-height: .84; letter-spacing: -.075em; font-weight: 610; }
.hero h1 span { color: #ad72ff; background: none; -webkit-text-fill-color: #ad72ff; filter: drop-shadow(0 0 32px rgba(135,55,255,.14)); }
.hero-bottom { margin-top: 48px; display: grid; grid-template-columns: 1fr minmax(350px, 510px) 66px; align-items: center; gap: 50px; }
.hero-years { display: flex; align-items: center; gap: 12px; color: #d4b1ff; }
.hero-years strong { font-size: 44px; line-height: 1; letter-spacing: -.06em; font-weight: 520; }
.hero-years span { color: #b9b1bd; font: 11px/1.45 var(--font-geist-mono), monospace; letter-spacing: .06em; text-transform: uppercase; }
.hero-bottom p { width: min(510px, 100%); color: #aaa4ae; line-height: 1.7; font-size: 16px; }
.circle-link { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid var(--purple); border-radius: 50%; color: var(--purple-light); font-size: 25px; transition: .3s ease; }
.circle-link:hover { background: var(--purple); color: #fff; transform: translateY(4px); }
.hero-meta { margin-top: auto; padding-top: 48px; display: flex; align-items: center; gap: 15px; color: #6d6871; font: 9px var(--font-geist-mono), monospace; letter-spacing: .15em; }
.hero-meta i { width: 3px; height: 3px; border-radius: 50%; background: #5a565e; }

.services { padding-block: 150px 170px; }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; margin-bottom: 90px; }
.section-intro h2, .experience-copy h2, .contact-top h2 { margin: 0; font-size: clamp(46px, 6.5vw, 88px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
h2 em { color: var(--purple-light); font-style: normal; }
.service { display: grid; grid-template-columns: 1fr 4fr auto; gap: 30px; padding: 45px 18px 45px 0; border-top: 1px solid var(--line); transition: background .3s ease, padding .3s ease; }
.service:last-child { border-bottom: 1px solid var(--line); }
.service:hover { background: linear-gradient(90deg, rgba(135,59,255,.09), transparent); padding-left: 18px; }
.service-index { font: 11px var(--font-geist-mono), monospace; color: var(--purple-light); }
.service h3 { margin: 0 0 17px; font-size: clamp(28px, 3.5vw, 48px); letter-spacing: -.04em; font-weight: 480; }
.service p { max-width: 650px; color: var(--muted); line-height: 1.65; margin: 0 0 26px; }
.service small { color: #69636d; font: 9px var(--font-geist-mono), monospace; letter-spacing: .14em; }
.service-arrow { align-self: center; color: #5f5865; font-size: 30px; }

.experience { min-height: 800px; display: flex; align-items: center; border-block: 1px solid var(--line); overflow: hidden; background: #0b090e; }
.experience-glow { position: absolute; width: 700px; height: 700px; left: -170px; top: 50%; transform: translateY(-50%); background: radial-gradient(circle, rgba(122, 41, 228, .38), rgba(37,13,56,.16) 45%, transparent 68%); border-radius: 50%; }
.experience-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 90px; align-items: center; }
.years { display: flex; align-items: flex-end; gap: 20px; position: relative; }
.years strong { font-size: clamp(150px, 25vw, 340px); line-height: .72; letter-spacing: -.11em; font-weight: 600; color: transparent; -webkit-text-stroke: 1.5px rgba(207,169,255,.78); }
.years span { padding-bottom: 8px; color: var(--purple-light); font: 10px/1.5 var(--font-geist-mono), monospace; letter-spacing: .18em; }
.experience-copy h2 { margin: 25px 0 36px; }
.experience-copy > p:last-child { max-width: 570px; color: var(--muted); line-height: 1.8; }

.clients { padding-block: 120px 150px; }
.clients-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 54px; }
.clients-heading > p:last-child { color: var(--muted); font-size: 14px; }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.logo-grid > a { height: 150px; display: flex; align-items: center; justify-content: center; padding: 38px; border-right: 1px solid var(--line); filter: grayscale(1); opacity: .62; transition: .3s ease; }
.logo-grid > a:last-child { border-right: 0; }
.logo-grid > a:nth-child(2) { opacity: 1; }
.logo-grid > a:hover { opacity: 1; filter: none; background: rgba(255,255,255,.025); }
.logo-grid img { display: block; max-width: 155px; max-height: 42px; width: auto; height: auto; object-fit: contain; }
.logo-grid a:nth-child(2) img { filter: brightness(0) invert(1); }
.bonanza-logo { font-size: 26px; font-weight: 720; letter-spacing: -.065em; }
.bonanza-logo b { font-size: 8px; margin: -17px 0 0 2px; }

.ai-band { padding: 40px 0 140px; overflow: hidden; background: linear-gradient(155deg, #321052 0%, #150820 45%, #09070b 100%); }
.ai-ticker { width: 100%; padding-inline: 32px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px 34px; transform: none; white-space: normal; text-align: center; font-size: clamp(34px, 4.7vw, 72px); line-height: .95; letter-spacing: -.045em; font-weight: 610; color: rgba(255,255,255,.38); }
.ai-ticker i { color: rgba(190,142,255,.24); font-style: normal; font-size: .5em; }
.ai-content { margin-top: 110px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; }
.ai-content h2 { margin: 20px 0 0; font-size: clamp(60px, 8vw, 116px); line-height: .86; letter-spacing: -.07em; font-weight: 530; }
.ai-card { align-self: end; max-width: 470px; border-left: 1px solid var(--purple-light); padding: 8px 0 8px 34px; }
.ai-card span { color: var(--purple-light); font: 9px var(--font-geist-mono), monospace; letter-spacing: .17em; }
.ai-card p { color: #b0a5b4; line-height: 1.75; margin: 20px 0 0; }

.contact { padding-block: 150px 35px; }
.contact-top { display: grid; grid-template-columns: 1fr 2fr; padding-bottom: 100px; }
.contact-grid { display: grid; grid-template-columns: 1fr 2fr; align-items: end; border-top: 1px solid var(--line); padding: 55px 0 80px; }
.contact-person { display: flex; flex-direction: column; gap: 7px; }
.contact-person > span { color: #6f6973; font: 9px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 8px; }
.contact-person strong { font-size: 17px; font-weight: 500; }
.contact-person small { color: var(--muted); }
.phone-button, .phone-revealed { width: 100%; min-height: 80px; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid var(--purple); background: transparent; color: #fff; font-size: clamp(30px, 5vw, 66px); letter-spacing: -.05em; cursor: pointer; text-align: left; transition: color .3s ease; }
.phone-button span, .phone-revealed span { color: var(--purple-light); font-size: .65em; }
.phone-button:hover, .phone-revealed:hover { color: var(--purple-light); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; border-top: 1px solid var(--line); color: #69636d; font-size: 11px; }
.footer-bottom .brand { color: #fff; }

@media (max-width: 800px) {
  .shell { padding-inline: 36px; }
  .nav { height: 76px; }
  .nav nav { display: none; }
  .nav-cta { padding: 10px 12px; }
  .hero { min-height: calc(100svh - 76px); padding-top: 62px; }
  .hero::before { background-size: auto 100%; background-position: 78% center; }
  .hero::before { top: -76px; }
  .hero h1 { max-width: 100%; font-size: clamp(44px, 13.4vw, 60px); line-height: .94; letter-spacing: -.065em; overflow-wrap: normal; }
  .hero h1 span { display: inline; }
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 20px; margin-top: 36px; }
  .hero-bottom { display: flex; }
  .hero-planet { width: 82px; height: 82px; right: -10px; top: 285px; opacity: .8; }
  .orbit-one { right: -570px; }
  .orbit-two { right: -420px; }
  .orbit-three { right: -280px; }
  .circle-link { width: 52px; height: 52px; }
  .hero-meta { gap: 8px; flex-wrap: wrap; padding-top: 38px; }
  .hero-meta span { font-size: 7px; }
  .services { padding-block: 105px; }
  .section-intro, .experience-grid, .ai-content, .contact-top, .contact-grid { grid-template-columns: 1fr; }
  .section-intro, .contact-top { gap: 28px; }
  .service { grid-template-columns: 36px 1fr; padding: 32px 0; gap: 10px; }
  .service-arrow { display: none; }
  .service h3 { font-size: 30px; }
  .experience { min-height: auto; padding: 105px 0; }
  .experience-grid { gap: 80px; }
  .years strong { font-size: clamp(160px, 57vw, 300px); }
  .clients { padding-block: 90px 110px; }
  .clients-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .clients-heading > p:last-child { margin: 0; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid > a { height: 110px; padding: 26px 20px; }
  .logo-grid > a:nth-child(2) { border-right: 0; }
  .logo-grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .logo-grid img { max-width: 120px; max-height: 34px; }
  .ai-band { padding-bottom: 100px; }
  .ai-ticker { padding-inline: 18px; gap: 14px; font-size: clamp(28px, 10vw, 40px); }
  .ai-content { margin-top: 75px; gap: 64px; }
  .contact { padding-top: 100px; }
  .contact-top { padding-bottom: 75px; }
  .contact-grid { gap: 48px; padding-block: 45px 65px; }
  .phone-button, .phone-revealed { font-size: clamp(31px, 10vw, 52px); }
  .footer-bottom { flex-wrap: wrap; gap: 25px; }
  .footer-bottom p { order: 3; width: 100%; }
}

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

@supports (-webkit-touch-callout: none) {
  .cursor-glow { display: none; }
}
