:root {
  --font-geist-sans: "Inter", "Segoe UI", Arial, sans-serif;
  --font-geist-mono: "IBM Plex Mono", Consolas, monospace;
  --ink: #081524;
  --navy: #0a1e34;
  --blue: #1565ff;
  --cyan: #2dd4e4;
  --violet: #7c6cff;
  --mist: #eef4f8;
  --line: rgba(8, 21, 36, 0.12);
  --muted: #5d6c7d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f7fafc; color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; border-radius: 4px; background: #fff; color: #081524; font-weight: 700; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50; height: 82px; padding: 0 clamp(22px, 5vw, 74px);
  display: grid; grid-template-columns: 1.25fr auto 1.25fr; align-items: center;
  background: rgba(247, 250, 252, 0.9); border-bottom: 1px solid rgba(8, 21, 36, 0.08); backdrop-filter: blur(18px);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; width: fit-content; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.brand span, .footer-brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong, .footer-brand strong { font-size: 12px; letter-spacing: .12em; }
.brand small, .footer-brand small { margin-top: 5px; font-size: 9px; letter-spacing: .32em; color: #56708e; }
.site-header nav { display: flex; align-items: center; gap: 34px; }
.site-header nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 650; color: #38495c; }
.site-header nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--blue); transition: right .2s; }
.site-header nav a:hover::after { right: 0; }
.header-action { justify-self: end; display: flex; align-items: center; gap: 9px; text-decoration: none; font-size: 13px; font-weight: 750; }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; background: #1bc591; box-shadow: 0 0 0 6px rgba(27,197,145,.11); }

.hero { min-height: calc(100vh - 82px); padding: clamp(70px, 9vw, 132px) clamp(24px, 6vw, 90px) 74px; display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(45px, 7vw, 112px); align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(21,101,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(21,101,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-glow { position: absolute; width: 55vw; height: 55vw; border-radius: 50%; background: radial-gradient(circle, rgba(45,212,228,.13), transparent 66%); right: -22vw; top: -24vw; }
.hero-copy, .hero-console { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .18em; font: 700 11px var(--font-geist-mono), monospace; color: var(--blue); }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(47px, 5.2vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 690; }
.hero h1 em { display: block; color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin: 30px 0 0; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 36px; }
.primary-button { display: inline-flex; align-items: center; gap: 25px; border-radius: 4px; background: var(--blue); color: white; padding: 17px 22px; text-decoration: none; font-weight: 720; box-shadow: 0 18px 36px rgba(21,101,255,.22); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 22px 42px rgba(21,101,255,.3); }
.text-link { display: inline-flex; gap: 12px; text-decoration: none; font-size: 14px; font-weight: 700; }
.trust-row { margin-top: 58px; padding: 28px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; }
.trust-row li { display: flex; flex-direction: column; gap: 6px; }
.trust-row strong { font-size: 13px; }
.trust-row span { font-size: 11px; color: #748497; }

.hero-console { background: #0b1b2c; border: 1px solid rgba(81,177,255,.18); border-radius: 17px; box-shadow: 0 38px 80px rgba(9,32,55,.27); overflow: hidden; transform: perspective(1300px) rotateY(-3deg) rotateX(1deg); }
.console-top { height: 46px; padding: 0 17px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: #0e2439; border-bottom: 1px solid rgba(255,255,255,.08); color: #7792a9; font: 600 9px var(--font-geist-mono), monospace; letter-spacing: .14em; }
.console-top b { justify-self: end; color: #51e4b6; font-size: 8px; }
.window-lights { display: flex; gap: 5px; }
.window-lights i { width: 7px; height: 7px; border-radius: 50%; background: #41586d; }
.window-lights i:nth-child(2) { background: #1565ff; }.window-lights i:nth-child(3) { background: #2dd4e4; }
.console-body { padding: clamp(22px, 3vw, 35px); color: #fff; }
.console-heading { display: flex; justify-content: space-between; align-items: center; }
.console-heading > span:first-child { display: flex; flex-direction: column; gap: 5px; }
.console-heading small { color: #728ca3; font-size: 10px; }.console-heading strong { font-size: 20px; }
.date-pill { padding: 8px 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 4px; color: #91a7b8; font: 600 9px var(--font-geist-mono), monospace; }
.metric-grid { margin-top: 27px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-grid > div { min-width: 0; padding: 17px 15px; border-radius: 7px; background: #10283e; border: 1px solid rgba(255,255,255,.04); display: flex; flex-direction: column; }
.metric-grid small { color: #7690a7; font: 600 7px var(--font-geist-mono), monospace; letter-spacing: .07em; }
.metric-grid strong { margin-top: 8px; font-size: 27px; }.metric-grid span { margin-top: 4px; color: #69849b; font-size: 8px; }.metric-grid .up { color: #50e1b5; }
.console-lower { margin-top: 11px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px; }
.activity-chart, .activity-feed { min-height: 170px; padding: 18px; border-radius: 7px; background: #10283e; border: 1px solid rgba(255,255,255,.04); }
.chart-label { color: #7d96aa; font: 600 8px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.bars { height: 92px; margin-top: 18px; display: flex; gap: 7px; align-items: flex-end; border-bottom: 1px solid rgba(255,255,255,.08); }
.bars i { flex: 1; min-width: 3px; background: linear-gradient(to top, #155fdc, #31d1e4); border-radius: 2px 2px 0 0; opacity: .88; }
.chart-days { display: flex; justify-content: space-between; margin-top: 8px; color: #506b82; font: 500 7px var(--font-geist-mono), monospace; }
.activity-feed p { margin: 18px 0 0; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.06); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 7px; font-size: 8px; color: #b9c7d3; }
.activity-feed p i { width: 7px; height: 7px; border-radius: 50%; }.activity-feed small { color: #597389; }.cyan{background:#2dd4e4}.violet{background:#7c6cff}.gold{background:#f7b955}

.proof-strip { min-height: 106px; padding: 24px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: auto 1fr; gap: 50px; align-items: center; background: #0a1e34; color: #fff; }
.proof-strip p { color: #6f8ba3; font-size: 11px; font-family: var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .13em; }
.proof-strip div { display: flex; justify-content: space-around; align-items: center; gap: 20px; font-weight: 680; }
.proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }

.section { padding: 120px clamp(24px, 6vw, 90px); }
.section-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; margin-bottom: 60px; }
.section-intro h2, .approach h2, .founder h2, .contact h2 { max-width: 800px; margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.045em; line-height: 1.06; }
.section-intro > p { margin: 0 0 5px; font-size: 16px; color: var(--muted); line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 322px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .25s, transform .25s; }
.service-card:hover { background: #fff; transform: translateY(-4px); box-shadow: 0 20px 45px rgba(18,41,64,.08); }
.service-number { font: 600 11px var(--font-geist-mono), monospace; color: #91a0ad; }
.service-card h3 { margin: 55px 0 14px; font-size: 23px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.62; font-size: 14px; }
.service-card > div { position: absolute; left: 34px; right: 34px; bottom: 30px; display: flex; gap: 7px; flex-wrap: wrap; }
.service-card > div span { padding: 5px 8px; background: #edf3f8; border-radius: 3px; color: #546a7e; font: 600 8px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .05em; }

.work { background: var(--navy); color: #fff; }
.section-intro.light > p { color: #8ba1b4; }.section-intro.light .eyebrow { color: var(--cyan); }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.work-card { border-radius: 11px; overflow: hidden; background: #102943; border: 1px solid rgba(255,255,255,.07); }
.work-art { min-height: 285px; padding: 50px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.work-art::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 30px 30px; }
.senaro .work-art { background: linear-gradient(145deg, #082a62, #0b87a5); }.mangala .work-art { background: linear-gradient(145deg, #361268, #8c2b89); }
.work-art > img { position: relative; z-index: 1; max-height: 110px; max-width: 70%; object-fit: contain; filter: drop-shadow(0 15px 25px rgba(0,0,0,.2)); }
.mini-panel { position: absolute; z-index: 2; left: 28px; bottom: 24px; right: 28px; padding: 13px 15px; display: flex; justify-content: space-between; align-items: center; background: rgba(3,14,26,.72); border: 1px solid rgba(255,255,255,.13); border-radius: 5px; backdrop-filter: blur(12px); }
.mini-panel span { font-size: 11px; }.mini-panel b { color: #a8c1d6; font: 500 8px var(--font-geist-mono), monospace; }
.work-copy { padding: 32px; }.work-copy > span { color: var(--cyan); font: 650 9px var(--font-geist-mono), monospace; letter-spacing: .12em; }.mangala .work-copy > span { color: #df9fff; }
.work-copy h3 { margin: 10px 0; font-size: 25px; }.work-copy p { margin: 0; min-height: 70px; color: #8ea4b8; line-height: 1.65; font-size: 14px; }.work-copy a { display: inline-block; margin-top: 25px; color: #fff; font-size: 13px; font-weight: 700; text-underline-offset: 5px; }

.approach { background: #e9f1f6; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.steps { border-top: 1px solid var(--line); }
.steps article { padding: 28px 0; display: grid; grid-template-columns: 45px 145px 1fr; align-items: start; border-bottom: 1px solid var(--line); }
.steps article > span { color: var(--blue); font: 700 10px var(--font-geist-mono), monospace; }.steps h3 { margin: 0; font-size: 19px; }.steps p { margin: 0; color: var(--muted); line-height: 1.58; font-size: 14px; }

.founder { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: center; background: #fff; }
.founder-photo { position: relative; max-width: 485px; }.founder-photo::before { content:""; position:absolute; width:72%; height:82%; left:-18px; top:-18px; background:#dcecff; }
.founder-photo img { display: block; width: 100%; position: relative; filter: saturate(.82) contrast(1.03); }
.founder-photo > div { position: absolute; right: -28px; bottom: 28px; padding: 17px 20px; background: var(--navy); color: #fff; box-shadow: 0 18px 32px rgba(4,24,43,.2); display: flex; flex-direction: column; gap: 5px; }
.founder-photo span { color: var(--cyan); font: 600 7px var(--font-geist-mono), monospace; letter-spacing: .12em; }.founder-photo strong { font-size: 14px; }
.founder-copy > p:not(.eyebrow) { max-width: 780px; margin: 27px 0 0; color: var(--muted); line-height: 1.75; font-size: 16px; }
.principles { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principles > div { border-top: 2px solid #dce8f2; padding-top: 17px; display: flex; gap: 12px; }.principles strong { color: var(--blue); font: 700 9px var(--font-geist-mono), monospace; }.principles span { color: #6d7d8c; font-size: 12px; line-height: 1.55; }.principles b { display: block; margin-bottom: 5px; color: var(--ink); font-size: 13px; }

.contact { padding: 115px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: linear-gradient(140deg, #081a2d, #0b2e4c); color: #fff; }
.contact .eyebrow { color: var(--cyan); }.contact-copy > p:not(.eyebrow) { margin: 25px 0 0; max-width: 620px; color: #90a6ba; line-height: 1.7; }
.contact-list { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.12); }.contact-list > * { padding: 20px 0; display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.12); text-decoration: none; }.contact-list span { color: #738fa6; font: 600 8px var(--font-geist-mono), monospace; letter-spacing: .12em; }.contact-list strong { font-size: 13px; text-align: right; }
.contact-form { padding: 38px; background: #fff; border-radius: 9px; color: var(--ink); box-shadow: 0 35px 65px rgba(0,0,0,.17); }
.form-heading { margin-bottom: 25px; display: flex; justify-content: space-between; gap: 20px; }.form-heading span { color: var(--blue); font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .1em; }.form-heading b { color: #7b8d9e; font-size: 10px; font-weight: 500; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; color: #415267; font-size: 11px; font-weight: 650; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d8e1e8; border-radius: 4px; background: #f8fafc; outline: 0; transition: border .2s, box-shadow .2s; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,101,255,.1); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.contact-form button { width: 100%; padding: 15px 17px; border: 0; border-radius: 4px; background: var(--blue); color: #fff; font-weight: 720; display: flex; justify-content: space-between; cursor: pointer; }.contact-form > small { display: block; margin-top: 12px; color: #8796a4; font-size: 8px; text-align: center; }
.contact-form button:disabled { opacity: .62; cursor: wait; }
.contact-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 18px; margin: 12px 0 0; font-size: 11px; line-height: 1.5; color: #607286; }
.form-status.success { color: #087a55; }.form-status.error { color: #b42318; }

footer { padding: 42px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; background: #06121f; color: #fff; }
.footer-brand img { width: 38px; height: 38px; object-fit: contain; }.footer-brand small { color: #668096; }.footer-brand strong { font-size: 10px; }
footer > p { color: #6f869b; text-align: center; font-size: 11px; }footer > div:last-child { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; color: #6f869b; font-size: 9px; }footer a { color: #fff; font-weight: 650; text-decoration: none; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 85px; }.hero-copy { max-width: 850px; }.hero-console { max-width: 760px; width: 100%; justify-self: center; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }.approach { grid-template-columns: 1fr; }.founder { gap: 5vw; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding-inline: 18px; }.brand strong { font-size: 10px; }.brand small { font-size: 7px; }.brand img { width: 37px; height: 37px; }.header-action { font-size: 11px; }
  .hero { min-height: auto; padding: 66px 20px 55px; gap: 55px; }.hero h1 { font-size: clamp(43px, 13vw, 62px); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.trust-row { grid-template-columns: 1fr; }.trust-row li { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .hero-console { transform: none; }.console-body { padding: 18px; }.metric-grid { grid-template-columns: 1fr 1fr; }.metric-grid > div:last-child { grid-column: 1 / -1; }.console-lower { grid-template-columns: 1fr; }.activity-feed { min-height: 140px; }
  .proof-strip { grid-template-columns: 1fr; gap: 10px; padding-block: 28px; }.proof-strip div { justify-content: flex-start; flex-wrap: wrap; font-size: 12px; }
  .section { padding: 82px 20px; }.section-intro { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }.services-grid { grid-template-columns: 1fr; }.service-card { min-height: 300px; }
  .work-grid { grid-template-columns: 1fr; }.work-art { min-height: 235px; padding: 35px 25px; }.mini-panel { align-items: flex-start; flex-direction: column; }
  .steps article { grid-template-columns: 38px 1fr; gap: 4px 8px; }.steps p { grid-column: 2; margin-top: 8px; }
  .founder { grid-template-columns: 1fr; gap: 60px; }.founder-photo { width: 86%; }.founder-photo > div { right: -35px; }.principles { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; padding: 82px 20px; gap: 58px; }.contact-list > * { flex-direction: column; gap: 8px; }.contact-list strong { text-align: left; }.contact-form { padding: 25px 20px; }.field-row { grid-template-columns: 1fr; }.form-heading { flex-direction: column; }
  footer { grid-template-columns: 1fr; justify-items: start; }footer > p { text-align: left; }footer > div:last-child { align-items: flex-start; }
}

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