:root {
  color-scheme: light;
  --ink: #08090b;
  --paper: #f4f4ef;
  --steel: #b9bec7;
  --green: #dfff00;
  --bg: var(--paper);
  --surface: #ffffff;
  --text: var(--ink);
  --muted: #62676d;
  --border: #d6d8d5;
  --focus: #30343b;
  --hero-bg: var(--ink);
  --hero-text: var(--paper);
  --hero-muted: var(--steel);
  font-family: "Space Grotesk", Inter, Arial, sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: var(--ink);
    --surface: #17191c;
    --text: var(--paper);
    --muted: var(--steel);
    --border: #373b40;
    --focus: var(--green);
  }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: var(--ink);
  --surface: #17191c;
  --text: var(--paper);
  --muted: var(--steel);
  --border: #373b40;
  --focus: var(--green);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.5; overflow-x: hidden; }
body, input, select, textarea, button { font: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
img, svg { max-width: 100%; display: block; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 10; background: var(--green); color: var(--ink); padding: .7rem 1rem; }
.skip:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 5; background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.nav { min-height: 74px; max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 28px; }
.brand { width: 190px; color: var(--text); flex: 0 0 auto; }
.brand img, .founder-mark { filter: var(--logo-filter, none); }
:root[data-theme="dark"] { --logo-filter: invert(1); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) { --logo-filter: invert(1); } }
.nav-links { margin-left: auto; display: flex; gap: 24px; align-items: center; font-size: .95rem; }
.theme-toggle { border: 1px solid var(--border); background: var(--surface); color: var(--text); min-width: 46px; height: 38px; padding: 0 12px; cursor: pointer; }
.button, button[type="submit"] { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--green); background: var(--green); color: var(--ink); font-weight: 700; text-decoration: none; cursor: pointer; }
.button.secondary { background: transparent; color: inherit; border-color: currentColor; }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.hero { background: var(--hero-bg); color: var(--hero-text); min-height: calc(100svh - 74px); display: grid; align-items: stretch; overflow: hidden; border-bottom: 1px solid #262a2f; }
.hero-inner { width: 100%; display: grid; grid-template-columns: minmax(24px, 1fr) minmax(0, 590px) minmax(320px, 720px) minmax(24px, 1fr); }
.hero-copy { grid-column: 2; align-self: center; padding: 70px 0; position: relative; z-index: 1; }
.eyebrow, .kicker { font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace; text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; color: var(--hero-muted); }
h1, h2, h3 { line-height: .98; letter-spacing: 0; margin: 0; }
h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); max-width: 13ch; }
h2 { font-size: clamp(2rem, 4vw, 4.3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); }
.hero p { color: var(--hero-muted); font-size: clamp(1.1rem, 2vw, 1.55rem); max-width: 25ch; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.hero-art { grid-column: 3 / 5; background: url("/assets/hero-ribbon.svg") center / cover no-repeat; min-height: 100%; }
.section { max-width: 1180px; margin: 0 auto; padding: 86px 24px; border-bottom: 1px solid var(--border); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.lead { font-size: clamp(1.1rem, 2vw, 1.4rem); color: var(--muted); max-width: 58ch; }
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 42px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.step { padding: 28px 26px; border-right: 1px solid var(--border); min-height: 210px; }
.step:last-child { border-right: 0; }
.num { font-family: "IBM Plex Mono", ui-monospace, monospace; color: var(--muted); font-size: 2rem; }
.step p, .fine, .faq p, .legal p, li { color: var(--muted); }
.services { display: grid; gap: 26px; }
.service { border-top: 1px solid var(--border); padding-top: 24px; }
.service ul { padding-left: 1.2rem; }
.founder { background: var(--surface); }
.founder-mark { width: 78px; color: var(--text); margin-bottom: 22px; }
.green-rule { width: 52px; height: 5px; background: var(--green); margin: 18px 0; }
.partner-lockup { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 28px; }
.aryalok { width: 210px; color: var(--text); }
.aryalok-word { font-weight: 800; font-size: 2.35rem; letter-spacing: .08em; line-height: 1; color: var(--text); }
.aryalok-dot { display: inline-block; width: .34em; height: .34em; margin-left: .08em; vertical-align: top; border-radius: 50%; background: #f06a22; }
.fit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
details { border-top: 1px solid var(--border); padding: 20px 0; }
summary { cursor: pointer; font-weight: 700; font-size: 1.1rem; }
.form-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
label { font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid var(--border); background: var(--surface); color: var(--text); padding: 13px 14px; min-height: 48px; border-radius: 0; }
textarea { min-height: 170px; resize: vertical; }
.hint { color: var(--muted); font-size: .92rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checkbox { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.checkbox input { min-height: auto; margin-top: 5px; }
.error { color: #b00020; font-weight: 700; font-size: .93rem; }
:root[data-theme="dark"] .error { color: #ffb4ab; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .error { color: #ffb4ab; }
}
.error-summary, .success { border: 1px solid var(--border); padding: 16px; background: var(--surface); }
.success strong { font-family: "IBM Plex Mono", ui-monospace, monospace; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.footer { max-width: 1180px; margin: 0 auto; padding: 34px 24px 60px; display: flex; gap: 20px; justify-content: space-between; flex-wrap: wrap; color: var(--muted); }
.footer a { color: var(--text); }
.owner-app { max-width: 1180px; margin: 0 auto; padding: 40px 24px 90px; }
.lead-row { width: 100%; text-align: left; border: 1px solid var(--border); background: var(--surface); color: var(--text); padding: 16px; margin: 8px 0; cursor: pointer; }
.lead-detail { border-top: 1px solid var(--border); margin-top: 24px; padding-top: 24px; white-space: pre-wrap; }
@media (prefers-reduced-motion: no-preference) {
  .section { animation: rise .35s ease both; }
  @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 780px) {
  .nav { min-height: 66px; padding: 0 12px; gap: 8px; }
  .brand { width: 122px; }
  .nav-links { gap: 6px; }
  .nav-links .button { min-height: 44px; padding: 0 8px; white-space: nowrap; font-size: .8rem; }
  .theme-toggle { min-width: 46px; height: 44px; padding: 0 8px; }
  .nav-links a:not(.button) { display: none; }
  .hero { min-height: auto; }
  .hero-inner { display: block; }
  .hero-copy { padding: 50px 20px 34px; }
  .hero-art { min-height: 245px; }
  .section { padding: 58px 20px; }
  .split, .form-wrap, .fit-list, .grid-2 { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid var(--border); min-height: auto; }
  .step:last-child { border-bottom: 0; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.7rem); }
}
