:root {
  --ink: #171322;
  --paper: #f5f0e6;
  --violet: #7559de;
  --acid: #d8ff68;
  --line: rgba(23, 19, 34, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
em { color: var(--violet); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.app-loading { min-height: 100vh; display: grid; place-items: center; background: #10031f; color: #c6b9d7; font-size: 14px; letter-spacing: .08em; }

.site-header { height: 84px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); background: #10031f; color: white; }
.wordmark { display: inline-flex; gap: 12px; align-items: center; font-size: 18px; font-weight: 750; letter-spacing: -.04em; }
.brand-mark { width: 38px; height: 38px; display: block; border-radius: 9px; object-fit: cover; box-shadow: 0 0 18px rgba(121,69,255,.28); }
.brand-mark.small { width: 31px; height: 31px; }
.brand-name { display: flex; flex-direction: column; gap: 3px; }
.brand-name small { color: #9d92aa; font-size: 7px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
nav a:hover, footer a:hover { opacity: .62; }
.nav-cta { border: 1px solid rgba(255,255,255,.46); border-radius: 999px; padding: 10px 18px; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding: clamp(65px, 8vw, 115px) clamp(24px, 7vw, 110px); overflow: hidden; background: radial-gradient(circle at 78% 50%, #241047 0, #10031f 43%, #0a0215 100%); color: white; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; }
.eyebrow > span { width: 20px; height: 2px; background: var(--violet); }
.hero .eyebrow { color: #c6b9d7; }
.hero .eyebrow > span { background: #a66bff; }
.hero h1 { font-size: clamp(53px, 6.8vw, 104px); line-height: .9; letter-spacing: -.072em; margin: 0; font-weight: 700; }
.hero h1 em { color: #b883ff; }
.hero-intro { margin: 38px 0 0; max-width: 610px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; color: #c5bacf; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; border-radius: 3px; padding: 0 20px; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(23,19,34,.15); }
.button span { font-size: 19px; }
.hero .button-dark { background: #8b4fff; color: white; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid; font-size: 14px; font-weight: 700; }

.hero-art { min-height: 550px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-art:before { content: ""; position: absolute; width: 90%; aspect-ratio: 1; border: 1px solid rgba(173,118,255,.22); border-radius: 50%; box-shadow: 0 0 80px rgba(109,42,247,.15); }
.hero-logo { width: min(42vw, 560px); position: relative; z-index: 2; display: block; object-fit: contain; filter: drop-shadow(0 30px 45px rgba(0,0,0,.25)); }
.floating-note { position: absolute; z-index: 3; display: flex; flex-direction: column; background: rgba(255,255,255,.78); border: 1px solid rgba(23,19,34,.12); box-shadow: 0 14px 40px rgba(23,19,34,.12); backdrop-filter: blur(10px); padding: 15px 18px; min-width: 158px; }
.floating-note b { font-size: 9px; letter-spacing: .16em; color: var(--violet); }
.floating-note span { margin-top: 6px; font-family: Georgia, serif; font-size: 14px; }
.floating-note .note-accent { margin-top: 0; color: var(--violet); font-family: inherit; font-size: inherit; }
.note-one { left: 0; top: 24%; }
.note-two { right: -2%; bottom: 20%; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--ink); color: white; }
.marquee div { min-width: max-content; padding: 16px 0; display: flex; align-items: center; justify-content: space-around; gap: clamp(28px, 5vw, 80px); width: 100%; font-size: 11px; letter-spacing: .2em; font-weight: 800; }
.marquee i { color: var(--acid); font-size: 18px; font-style: normal; }
.section { padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.4fr .7fr; column-gap: 8vw; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section h2 { margin: 0; font-size: clamp(47px, 6vw, 88px); line-height: .94; letter-spacing: -.065em; }
.section-heading > p:last-child { color: #5f5964; line-height: 1.65; margin: 0 0 7px; max-width: 440px; }

.product-list { margin-top: 75px; }
.product-card { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 520px; background: var(--violet); color: white; }
.product-visual { display: grid; place-items: center; padding: 10%; overflow: hidden; background: radial-gradient(circle at 50% 45%, #a695ec, var(--violet) 55%, #5d42c4 100%); }
.app-window { width: min(600px, 95%); border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: #171322; box-shadow: 0 35px 70px rgba(23,19,34,.45); overflow: hidden; transform: rotate(-2.5deg); }
.window-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.1); color: #bdb6c8; font-size: 10px; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #514a5d; }
.window-bar span { margin-left: auto; margin-right: auto; }
.window-body { min-height: 310px; display: grid; grid-template-columns: 58px 1fr; }
.mini-sidebar { padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 19px; border-right: 1px solid rgba(255,255,255,.08); color: var(--acid); }
.mini-sidebar i { width: 14px; height: 2px; background: #625a6e; }
.mini-chat { padding: 65px 12%; display: flex; flex-direction: column; align-items: center; }
.chat-title { font-family: Georgia, serif; font-size: clamp(23px, 2.7vw, 37px); color: white; margin-bottom: 24px; }
.chat-line { width: 59%; height: 6px; border-radius: 5px; background: #514a5d; margin: 5px; }
.chat-line.wide { width: 78%; }
.prompt { margin-top: 45px; padding: 14px; width: 90%; color: #746d7e; font-size: 10px; border: 1px solid #514a5d; border-radius: 7px; }
.prompt b { float: right; display: grid; place-items: center; background: var(--violet); color: white; width: 19px; height: 19px; margin-top: -5px; border-radius: 4px; }
.product-copy { padding: clamp(40px, 5vw, 75px); display: flex; flex-direction: column; justify-content: center; }
.product-kicker { display: flex; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.product-kicker b { color: var(--acid); border: 1px solid rgba(216,255,104,.5); border-radius: 99px; padding: 7px 10px; }
.product-copy h3 { margin: 54px 0 20px; font-size: clamp(37px, 4vw, 58px); letter-spacing: -.055em; }
.product-copy > p { color: #e0daf2; line-height: 1.65; }
.product-copy ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 42px; }
.product-copy li { border: 1px solid rgba(255,255,255,.3); padding: 7px 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.button-light { width: fit-content; background: white; color: var(--ink); }

.beliefs { background: #ebe5d9; }
.beliefs > .eyebrow { margin-bottom: 45px; }
.belief-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; }
.belief-grid h2 { font-size: clamp(42px, 5vw, 72px); }
.belief-copy > p { color: #5f5964; font-size: 18px; line-height: 1.65; margin-top: 0; }
.principles { margin-top: 45px; }
.principles div { border-top: 1px solid var(--line); padding: 23px 0; display: grid; grid-template-columns: 45px 1fr; gap: 10px; font-size: 14px; line-height: 1.55; }
.principles div:last-child { border-bottom: 1px solid var(--line); }
.principles b { color: var(--violet); font-size: 11px; }
.principles strong { display: block; font-size: 15px; margin-bottom: 4px; }

.company { background: var(--paper); }
.company-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; background: var(--ink); color: white; padding: clamp(45px, 7vw, 100px); position: relative; overflow: hidden; }
.company-card:after { content: "✦"; color: var(--acid); opacity: .08; font-size: 420px; position: absolute; right: -50px; bottom: -210px; line-height: 1; }
.eyebrow.light > span { background: var(--acid); }
.company-card h2 { font-size: clamp(39px, 5vw, 70px); position: relative; z-index: 1; }
.company-copy { position: relative; z-index: 1; align-self: end; }
.company-copy p { color: #c9c3d2; line-height: 1.7; }
.company-copy a { display: inline-block; color: var(--acid); border-bottom: 1px solid; margin-top: 18px; padding-bottom: 5px; font-weight: 700; }

footer { padding: 33px clamp(24px, 5vw, 76px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; font-size: 12px; }
footer p { color: #6d6673; text-align: center; }
footer > div { display: flex; justify-content: flex-end; gap: 24px; font-weight: 700; }

@media (max-width: 900px) {
  .site-header { padding-inline: 20px; }
  nav { gap: 16px; font-size: 12px; }
  .nav-cta { padding: 8px 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-art { min-height: 470px; }
  .hero-logo { width: min(78vw, 510px); }
  .section-heading, .product-card, .belief-grid, .company-card { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 30px; }
  .product-copy { min-height: 430px; }
  .belief-copy, .company-copy { margin-top: 45px; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  footer > div { justify-content: center; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; padding-inline: 12px; }
  .wordmark { gap: 7px; font-size: 14px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-name small { display: none; }
  nav { gap: 10px; font-size: 11px; }
  .nav-cta { padding: 7px 9px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: 53px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { width: fit-content; }
  .hero-art { min-height: 400px; }
  .floating-note { min-width: 135px; padding: 11px 13px; }
  .note-one { left: -12px; }
  .note-two { right: -10px; }
  .product-visual { min-height: 350px; padding: 5%; }
  .window-body { min-height: 250px; }
  .product-copy { min-height: 450px; }
  .marquee div { justify-content: flex-start; padding-left: 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
