:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #6f6f6f;
  --line: #dedede;
  --paper: #ffffff;
  --accent: #5262ff;
  --coral: #ef8069;
  --blue: #83a2de;
  --lilac: #cdbce8;
  --lime: #dbea6a;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 88px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a, .site-footer nav a { text-decoration: none; font-size: 14px; font-weight: 650; }
.wordmark { text-decoration: none; font-size: 30px; line-height: 1; font-weight: 850; letter-spacing: -1.8px; }
.wordmark span { color: var(--accent); }
.wordmark-small { font-size: 25px; }
.nav-pill { border: 1px solid var(--ink); border-radius: 100px; padding: 10px 16px; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; padding-block: 74px; }
.eyebrow, .section-kicker { margin: 0 0 22px; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 9px; background: #49b980; box-shadow: 0 0 0 4px #49b98020; }
h1 { margin: 0; max-width: 780px; font-size: clamp(54px, 6.5vw, 94px); line-height: .92; letter-spacing: -.065em; }
h1 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.lede { margin: 30px 0 0; max-width: 610px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; border: 0; border-radius: 3px; padding: 0 23px; text-decoration: none; font-weight: 750; cursor: pointer; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--accent); }
.text-link { font-weight: 750; text-underline-offset: 5px; }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; transform: rotate(1deg); }
.person { aspect-ratio: .86; border: 1px solid #1113; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; background: #eee; overflow: hidden; position: relative; }
.person::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; left: 12.5%; top: 13%; background: #fff8; box-shadow: 0 85px 0 28px #fff8; }
.person-a { background: var(--coral); transform: translateY(18px); }
.person-b { background: var(--blue); }
.person-c { background: var(--lilac); transform: translateY(18px); }
.person-d { background: var(--lime); }
.person > * { position: relative; z-index: 1; }
.person div { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.person strong { font-size: 22px; letter-spacing: -.04em; }
.person small, .distance { font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.distance { align-self: flex-end; background: #fff; border-radius: 100px; padding: 6px 8px; }
.principles { border-top: 1px solid var(--ink); padding-block: 76px 104px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.principle-grid article { border-top: 1px solid var(--line); padding-top: 18px; }
.principle-grid span { color: var(--accent); font: italic 20px Georgia, serif; }
.principle-grid h2 { margin: 42px 0 10px; font-size: 25px; letter-spacing: -.04em; }
.principle-grid p { margin: 0; color: var(--muted); line-height: 1.6; }
.service-page { min-height: 690px; display: grid; grid-template-columns: 1fr minmax(340px, 480px); gap: 80px; align-items: center; padding-block: 88px 112px; }
.service-intro h1, .document-hero h1, .legal-header h1, .token-page h1 { font-size: clamp(52px, 6vw, 86px); }
.service-card { border: 1px solid var(--ink); padding: 34px; box-shadow: 10px 10px 0 var(--lilac); }
.button-wide { width: 100%; margin-top: 14px; }
.button-danger { background: #b8443a; color: white; }
.button-danger:hover { background: #8f3029; }
.eyebrow-danger { color: #b8443a; }
.handoff-card h2 { margin: 30px 0 10px; font-size: 28px; letter-spacing: -.04em; }
.handoff-card > p { margin: 0; color: var(--muted); line-height: 1.6; }
.handoff-icon { display: grid; width: 58px; height: 58px; place-items: center; background: var(--accent); color: white; font-size: 26px; }
.handoff-icon-danger { background: #b8443a; }
.handoff-card .handoff-note { margin-top: 22px; font-size: 12px; }
.handoff-note a { text-underline-offset: 3px; }
.token-page { min-height: 680px; padding-block: 110px; }
.token-page .button { margin-top: 34px; }
.document-hero { padding-block: 94px 74px; border-bottom: 1px solid var(--ink); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-block: 58px 110px; }
.support-grid article { min-height: 300px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--ink); color: #111; }
.support-grid article:nth-child(1) { background: var(--lime); }
.support-grid article:nth-child(2) { background: var(--lilac); }
.support-grid article:nth-child(3) { background: var(--blue); }
.support-grid span { font: italic 20px Georgia, serif; }
.support-grid h2 { margin: 60px 0 10px; font-size: 25px; letter-spacing: -.04em; }
.support-grid p { margin: 0 0 26px; line-height: 1.5; }
.support-grid a { margin-top: auto; font-weight: 750; text-underline-offset: 4px; }
.article { width: min(760px, calc(100% - 48px)); padding-block: 72px 110px; }
.article h2 { margin: 52px 0 12px; font-size: 26px; letter-spacing: -.035em; }
.article h2:first-child { margin-top: 0; }
.article > p { color: #4e4e4e; font-size: 17px; line-height: 1.75; }
.article-callout { margin-top: 58px; border-left: 5px solid var(--accent); padding: 20px 24px; background: #f3f4ff; }
.article-callout p { margin: 5px 0 0; }
.legal-document { width: min(860px, calc(100% - 48px)); padding-block: 70px 120px; }
.legal-document h1 { padding-bottom: 50px; border-bottom: 1px solid var(--ink); font-size: clamp(48px, 6vw, 78px); }
.legal-document h2 { margin: 58px 0 14px; padding-top: 28px; border-top: 1px solid var(--line); font-size: 24px; letter-spacing: -.03em; }
.legal-document p, .legal-document li { color: #4e4e4e; font-size: 16px; line-height: 1.75; }
.legal-document > ul:first-of-type { margin: 24px 0 44px; padding: 18px 22px 18px 42px; background: #f3f4ff; }
.legal-document li + li { margin-top: 8px; }
.legal-document a { text-underline-offset: 3px; }
.site-footer { min-height: 250px; padding: 46px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; background: #111; color: white; }
.site-footer p { margin: 0; color: #aaa; }
.site-footer nav { justify-self: end; }
.copyright { align-self: end; }

@media (max-width: 800px) {
  .site-header nav a:not(.nav-pill) { display: none; }
  .shell { width: min(100% - 32px, 620px); }
  .hero { grid-template-columns: 1fr; gap: 54px; padding-block: 58px 78px; }
  h1 { font-size: clamp(52px, 15vw, 76px); }
  .people-grid { width: min(100%, 520px); justify-self: center; }
  .principle-grid { grid-template-columns: 1fr; gap: 28px; }
  .principle-grid h2 { margin-top: 24px; }
  .service-page { grid-template-columns: 1fr; gap: 46px; padding-block: 62px 90px; }
  .service-card { padding: 24px; box-shadow: 7px 7px 0 var(--lilac); }
  .support-grid { grid-template-columns: 1fr; }
  .support-grid article { min-height: 250px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-self: start; flex-wrap: wrap; gap: 18px; }
}

@media (prefers-color-scheme: dark) {
  :root { color-scheme: dark; --ink: #fafafa; --muted: #a3a3a3; --line: #303030; --paper: #090909; }
  .button-primary { background: #fafafa; color: #090909; }
  .service-card { box-shadow: 10px 10px 0 #564b62; }
  .article > p, .legal-document p, .legal-document li { color: #b8b8b8; }
  .legal-document > ul:first-of-type { background: #16172b; }
  .article-callout { background: #16172b; }
  .person { color: #111; }
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .person { transition: transform 180ms ease; }
  .person:hover { transform: translateY(-5px) rotate(-1deg); }
  .person-a:hover, .person-c:hover { transform: translateY(13px) rotate(-1deg); }
}
