:root {
  --ink: #24112f;
  --ink-2: #321541;
  --paper: #f7f0e6;
  --white: #fffdf8;
  --muted: #c2b3c9;
  --orange: #c9ff4a;
  --cyan: #c2a7ff;
  --line: rgba(255,253,248,.14);
  --display: "Sora", sans-serif;
  --body: "DM Sans", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.65; }
::selection { color: var(--ink); background: var(--orange); }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 6px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 100; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid var(--line); }
.site-header.scrolled { position: fixed; background: rgba(36,17,47,.9); backdrop-filter: blur(18px); box-shadow: 0 12px 36px rgba(36,17,47,.18); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .1em; }
.brand b { color: var(--orange); }
.brand-mark { position: relative; width: 34px; height: 28px; display: inline-block; transform: skewX(-9deg); }
.brand-mark i, .brand-mark::after { position: absolute; display: block; height: 6px; transform: rotate(-47deg); transform-origin: left center; border-radius: 1px; clip-path: polygon(0 0,100% 0,82% 100%,0 100%); content: ""; }
.brand-mark i:first-child { width: 31px; top: 23px; left: 4px; background: var(--orange); }
.brand-mark i:last-child { width: 24px; top: 20px; left: 12px; background: #ecffae; }
.brand-mark::after { width: 18px; top: 17px; left: 20px; background: var(--cyan); }
.site-nav { display: flex; align-items: center; gap: 23px; }
.site-nav a { text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .02em; color: #eadff0; transition: color .2s; }
.site-nav a:hover { color: var(--white); }
.site-nav .nav-cta { color: var(--white); border: 1px solid rgba(255,255,255,.35); padding: 11px 18px; border-radius: 999px; }
.site-nav .nav-cta:hover { color: var(--ink); border-color: var(--orange); background: var(--orange); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: white; margin: 5px auto; transition: transform .2s, opacity .2s; }
.section-dark, .section-ink { color: var(--white); background: var(--ink); }
.hero { position: relative; min-height: 850px; overflow: hidden; padding: 180px 0 0; }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black 0%, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; right: -230px; top: 120px; background: radial-gradient(circle, rgba(194,167,255,.26), transparent 68%); }
.hero-glow-two { width: 500px; height: 500px; left: -260px; bottom: -180px; background: radial-gradient(circle, rgba(201,255,74,.14), transparent 68%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow, .section-tag { margin: 0 0 25px; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow { color: var(--cyan); display: flex; align-items: center; gap: 10px; }
.section-tag { color: #6b3ea2; }
.eyebrow span { width: 26px; height: 1px; background: var(--cyan); }
.hero h1 { max-width: 720px; margin: 0; font: 600 clamp(58px, 7vw, 94px)/.96 var(--display); letter-spacing: -.055em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 610px; margin: 32px 0 0; color: #cfc1d5; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 42px; }
.button { display: inline-flex; gap: 14px; align-items: center; padding: 16px 24px; text-decoration: none; font-size: 13px; font-weight: 800; border-radius: 999px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover { background: #dcff89; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--white); text-decoration: none; font-size: 13px; font-weight: 800; }
.text-link span { color: var(--cyan); transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.velocity-visual { position: relative; min-height: 500px; }
.orbit { position: absolute; border: 1px solid rgba(194,167,255,.34); border-radius: 38% 62% 55% 45% / 45% 40% 60% 55%; transform: rotate(-12deg); }
.orbit-one { width: 430px; height: 430px; top: 32px; right: 0; }
.orbit-two { width: 300px; height: 300px; top: 97px; right: 65px; border-style: dashed; border-color: rgba(201,255,74,.42); transform: rotate(14deg); }
.core-mark { position: absolute; width: 140px; height: 140px; right: 145px; top: 178px; display: grid; place-items: center; color: var(--ink); border-radius: 34px; background: linear-gradient(140deg, var(--orange), #eaff9e); box-shadow: 0 0 80px rgba(201,255,74,.22); transform: rotate(8deg); }
.core-mark span { font: 700 70px/1 var(--display); transform: skewX(-8deg) rotate(-8deg); }
.hero-foot { position: relative; display: flex; justify-content: center; align-items: center; gap: 26px; margin-top: 90px; height: 90px; border-top: 1px solid var(--line); color: #bbaac2; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.hero-foot i { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }
.section { padding: 125px 0; }
.section-light { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: start; }
h2 { margin: 0; font: 600 clamp(38px, 5vw, 62px)/1.08 var(--display); letter-spacing: -.045em; }
.body-copy { padding-top: 36px; color: #68596d; font-size: 16px; }
.body-copy p:first-child { margin-top: 0; }
.principles { margin-top: 90px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d8ccbe; }
.principles article { padding: 32px 35px 0 0; border-right: 1px solid #d8ccbe; }
.principles article + article { padding-left: 35px; }
.principles article:last-child { border-right: 0; }
.principles span { color: #6b3ea2; font: 700 11px var(--display); }
.principles h3 { margin: 38px 0 12px; font: 600 22px var(--display); }
.principles p { margin: 0; color: #746679; font-size: 14px; }
.section-ink { background: var(--ink-2); }
.section-intro { display: grid; grid-template-columns: .38fr 1fr; gap: 50px; align-items: start; margin-bottom: 60px; }
.section-intro > div { max-width: 780px; }
.section-intro p:not(.section-tag) { max-width: 630px; color: #c0afc7; margin: 24px 0 0; }
.section-tag-bright { color: var(--cyan); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 28px; }
.service-card { position: relative; min-height: 315px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:hover { z-index: 2; background: #432052; transform: translateY(-4px); }
.service-num { position: absolute; top: 28px; right: 30px; color: #9c82a7; font: 600 10px var(--display); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(201,255,74,.42); border-radius: 15px; font-size: 22px; }
.service-card h3 { margin: 60px 0 14px; font: 600 21px var(--display); }
.service-card p { margin: 0; color: #b9a5c1; font-size: 14px; }
.markets { background: var(--cyan); }
.markets-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.markets-copy p:not(.section-tag) { max-width: 540px; margin: 28px 0; color: #443250; }
.text-link-dark { color: var(--ink); border-bottom: 1px solid rgba(36,17,47,.35); padding-bottom: 6px; }
.text-link-dark span { color: var(--ink); }
.market-list { display: flex; flex-wrap: wrap; align-content: center; gap: 12px; }
.market-list span { padding: 14px 18px; color: var(--ink); border: 1px solid rgba(36,17,47,.25); background: rgba(255,253,248,.25); border-radius: 100px; font: 700 13px var(--body); }
.section-intro-dark p:not(.section-tag) { color: #716377; }
.portfolio-panel { display: grid; grid-template-columns: 150px 1fr auto; gap: 35px; align-items: center; margin-top: 70px; padding: 35px; background: var(--white); border: 1px solid #ded2c5; border-radius: 26px; box-shadow: 0 20px 55px rgba(36,17,47,.08); }
.portfolio-logo { height: 120px; display: grid; place-items: center; overflow: hidden; background: var(--ink); border-radius: 18px; }
.portfolio-logo img { width: 74px; height: 74px; display: block; }
.portfolio-panel p { margin: 0 0 5px; color: #6b3ea2; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.portfolio-panel h3 { max-width: 680px; margin: 0; font: 600 24px/1.35 var(--display); }
.status { display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid #d8dfde; border-radius: 100px; font-size: 11px; font-weight: 800; }
.status i { width: 7px; height: 7px; background: #35bd73; border-radius: 50%; box-shadow: 0 0 0 4px rgba(53,189,115,.14); }
.standards { background: #eee3d7; }
.standard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: transparent; }
.standard-card { padding: 70px; background: var(--white); border-radius: 26px; }
.standard-card-accent { background: var(--orange); }
.standard-kicker { display: inline-block; margin-bottom: 50px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.standard-card h2 { font-size: clamp(34px, 4vw, 50px); }
.standard-card p { color: #6d5e72; font-size: 14px; }
.standard-card-accent p { color: #3f2b47; }
.compliance-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; }
.compliance-copy { padding-top: 36px; color: #c0afc7; }
.compliance-copy .text-link { margin-top: 22px; color: var(--white); }
.contact { padding: 120px 0; background: var(--white); text-align: center; }
.contact-inner { max-width: 900px; }
.contact h2 { font-size: clamp(56px,8vw,100px); }
.contact p:not(.section-tag) { max-width: 610px; margin: 28px auto; color: #716377; }
.email-link { display: inline-flex; gap: 20px; align-items: center; margin-top: 25px; color: var(--ink); font: 600 clamp(20px,3vw,34px) var(--display); text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: 8px; }
.email-link span { color: #6b3ea2; }
.site-footer { color: #baaac1; background: #190a21; }
.footer-main { display: grid; grid-template-columns: .8fr 1fr .7fr; gap: 70px; align-items: start; padding-block: 70px; border-bottom: 1px solid var(--line); }
.brand-footer { color: white; }
.footer-main p { margin: 0; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.footer-links a, .footer-legal a { text-decoration: none; font-size: 12px; }
.footer-links a:hover, .footer-legal a:hover { color: var(--white); }
.footer-disclosure { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.7fr .7fr; gap: 70px; align-items: start; padding-top: 34px; margin-top: 12px; border-top: 1px solid var(--line); }
.footer-disclosure strong { color: var(--white); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.footer-disclosure p { margin: 0; color: #9f8ca8; font-size: 11px; line-height: 1.75; }
.footer-disclosure a { color: var(--cyan); font-size: 11px; font-weight: 800; text-decoration: none; }
.footer-disclosure a span { color: var(--orange); }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; font-size: 11px; }
.footer-legal p { margin: 0; }
.footer-legal div { display: flex; gap: 24px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.legal-page { background: var(--paper); }
.legal-header { position: relative; background: var(--ink); }
.legal-main { padding: 150px 0 100px; }
.legal-wrap { width: min(800px, calc(100% - 48px)); margin: auto; }
.legal-wrap h1 { margin: 0 0 15px; font: 600 clamp(46px,7vw,72px)/1 var(--display); letter-spacing: -.05em; }
.legal-updated { color: #796b7e; font-size: 13px; }
.legal-content { margin-top: 60px; }
.legal-content h2 { margin: 42px 0 14px; font-size: 24px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #68596d; font-size: 15px; }
.legal-back { display: inline-flex; margin-bottom: 45px; color: #6b3ea2; font-weight: 800; font-size: 13px; text-decoration: none; }
.legal-site-footer .footer-main { padding-block: 52px; }
.contact-page-main { padding: 170px 0 110px; background: var(--paper); }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-page-grid h1 { margin: 0; font: 600 clamp(52px,8vw,92px)/.98 var(--display); letter-spacing: -.055em; }
.contact-page-card { padding: 55px; background: var(--white); border: 1px solid #ded2c5; border-radius: 26px; box-shadow: 0 20px 55px rgba(36,17,47,.08); }
.contact-page-card h2 { font-size: 32px; }
.contact-page-card p { color: #706276; }
.contact-page-card .email-link { margin-top: 18px; font-size: clamp(17px,2.4vw,27px); }
.contact-meta { margin-top: 38px; padding-top: 28px; border-top: 1px solid #dde1df; }
.contact-meta strong { display: block; margin-bottom: 5px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; color: #6b3ea2; }
@media (max-width: 980px) {
  .site-nav { gap: 18px; }
  .hero { padding-top: 150px; }
  .hero-layout { grid-template-columns: 1fr; }
  .velocity-visual { min-height: 440px; max-width: 520px; width: 100%; margin: auto; }
  .hero-foot { margin-top: 30px; }
  .split-heading, .markets-layout, .compliance-layout { grid-template-columns: 1fr; gap: 45px; }
  .body-copy, .compliance-copy { padding-top: 0; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .standard-card { padding: 50px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: span 2; }
  .footer-disclosure { grid-template-columns: 1fr 2fr; gap: 30px; }
  .footer-disclosure a { grid-column: 2; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 34px, 1180px); }
  .site-header.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav-wrap { height: 72px; }
  .nav-wrap > .brand { position: relative; z-index: 3; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 0; width: 100vw; height: 100vh; height: 100dvh; display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: 88px 24px 38px; overflow-y: auto; overscroll-behavior: contain; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s, visibility .25s, transform .25s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { font-size: 20px; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero h1 { font-size: clamp(50px,16vw,68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .velocity-visual { min-height: 360px; transform: none; margin-top: -15px; }
  .orbit-one { width: 340px; height: 340px; right: 50%; transform: translateX(50%); }
  .orbit-two { width: 230px; height: 230px; right: 50%; top: 87px; transform: translateX(50%); }
  .core-mark { width: 120px; height: 120px; right: 50%; top: 142px; transform: translateX(50%); }
  .core-mark span { font-size: 55px; }
  .hero-foot { flex-wrap: wrap; gap: 12px 18px; height: auto; padding-block: 28px; }
  .section { padding: 85px 0; }
  .principles, .service-grid, .standard-grid { grid-template-columns: 1fr; }
  .principles article, .principles article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid #d8ccbe; }
  .principles h3 { margin-top: 18px; }
  .section-intro { grid-template-columns: 1fr; gap: 10px; }
  .service-card { min-height: 275px; }
  .portfolio-panel { grid-template-columns: 80px 1fr; padding: 22px; }
  .portfolio-logo { height: 80px; }
  .portfolio-logo img { width: 54px; height: 54px; }
  .portfolio-panel h3 { font-size: 18px; }
  .status { grid-column: 2; justify-self: start; }
  .standard-card { padding: 40px 28px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { grid-column: auto; }
  .footer-disclosure { grid-template-columns: 1fr; gap: 12px; margin-top: 8px; }
  .footer-disclosure a { grid-column: auto; }
  .footer-legal { flex-direction: column; }
  .footer-legal div { flex-wrap: wrap; }
  .contact-page-main { padding: 125px 0 80px; }
  .contact-page-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-page-card { padding: 32px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
