
@font-face {
  font-family: 'PartnerSans';
  src: url('/assets/fonts/PartnerSans-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PartnerMono';
  src: url('/assets/fonts/PartnerMono-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink:      #080808;
  --ink-2:    #121212;
  --ink-3:    #1b1b1c;
  --rule:     #29292b;
  --rule-2:   #3a3a3d;
  --paper:    #f4f4f5;
  --mist:     #a3a3a8;
  --dim:      #76767b;
  --signal:   #3452ff;
  --signal-ink: #3452ff;
  --radius:   6px;
  --max:      1240px;
  --gutter:   clamp(20px, 5vw, 56px);
  --font-sans: 'PartnerSans', ui-sans-serif, system-ui, sans-serif;
  --font-mono: 'PartnerMono', ui-monospace, 'SF Mono', monospace;
  --ease:     cubic-bezier(.2,.7,.1,1);
  color-scheme: dark;
}
:root[data-theme="light"] {
  --ink:      #fafafa;
  --ink-2:    #f1f1f2;
  --ink-3:    #ffffff;
  --rule:     #e2e2e4;
  --rule-2:   #cdcdd0;
  --paper:    #0c0c0d;
  --mist:     #4e4e52;
  --dim:      #707075;
  --signal:   #3452ff;
  --signal-ink: #3452ff;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 96px;
}
body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--ink);
  color: var(--mist);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
main { flex: 1 0 auto; }
img, picture, video, canvas { display: block; max-width: 100%; height: auto; }
svg { display: block; flex-shrink: 0; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; padding: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
  color: var(--paper);
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
  overflow-wrap: break-word;
}
p { text-wrap: pretty; overflow-wrap: break-word; }
ul[role="list"], ol[role="list"] { list-style: none; padding: 0; }
address { font-style: normal; }
::selection { background: var(--signal); color: #fff; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
:focus:not(:focus-visible) { outline: none; }
.display {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(44px, 7.2vw, 104px);
  line-height: .98;
  letter-spacing: -0.035em;
  color: var(--paper);
}
.title {
  font-weight: 400;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--paper);
}
.subtitle {
  font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--paper);
}
.lead {
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--mist);
  max-width: 38em;
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--dim);
}
.figure {
  font-family: var(--font-mono);
  font-weight: 300;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--paper);
}
.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.text-paper { color: var(--paper); }
.text-mist { color: var(--mist); }
.text-dim { color: var(--dim); }
.text-signal { color: var(--signal-ink); }
.measure { max-width: 36em; }
.link {
  color: var(--paper);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--rule-2);
  text-underline-offset: .28em;
  transition: text-decoration-color .2s var(--ease);
}
.link:hover { text-decoration-color: var(--signal); }
.rail {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.band { padding-block: clamp(104px, 14vw, 208px); }
main > .band:first-child { padding-top: calc(clamp(104px, 14vw, 208px) + 56px); }
@media (min-width: 900px) { main > .band:first-child { padding-top: calc(clamp(104px, 14vw, 208px) + 72px); } }
.band--raised { background: var(--ink-2); }
.band--ruled { border-top: 1px solid var(--rule); }
.stack > * + * { margin-top: var(--stack, 1.25rem); }
.hairline { border: 0; height: 1px; background: var(--rule); }
.card {
  background: var(--ink-3);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}
.bg-grid {
  background-image:
    linear-gradient(to right, color-mix(in srgb, var(--rule) 55%, transparent) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in srgb, var(--rule) 55%, transparent) 1px, transparent 1px);
  background-size: 64px 64px;
  background-position: center top;
}
.sr-only {
  position: absolute !important;
  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;
  top: 12px; left: 12px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius);
  font-size: 14px;
  transform: translateY(-160%);
  transition: transform .2s var(--ease);
}
.skip-link:focus-visible { transform: none; }
.h-sec { padding-block: clamp(112px, 14vw, 200px); }
.h-sec--seam-top { padding-top: clamp(56px, 7vw, 100px); }
.h-sec--seam-bottom { padding-bottom: clamp(56px, 7vw, 100px); }
.h-sec--raised { background: var(--ink-2); }
.h-head__title {
  font-weight: 400;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--paper);
  text-wrap: balance;
}
.h-head__sub {
  margin-top: clamp(12px, 1.2vw, 18px);
  max-width: 20em;
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.35;
  letter-spacing: -0.012em;
  color: var(--paper);
  opacity: .72;
}
.h-head--center { text-align: center; }
.h-head--center .h-head__title, .h-head--center .h-head__sub { margin-inline: auto; }
.h-body { max-width: 34em; }
.h-body p {
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.7;
  color: var(--mist);
}
.h-body p + p { margin-top: 1.1em; }
.tt-mute { color: var(--dim); }
main :is(h1, h2) { max-inline-size: 16ch; text-wrap: balance; }
main h1 { max-inline-size: 10ch; } 
.legal__body h2 { max-inline-size: none; }
main :is(.h-hero__line, .h-head__sub, .h-built__line, .sv-hero__sub, .sv-sub, .sv-statement__sub, .so-hero__sub, .so-sub, .c-hero__line, .c-band__line) { max-inline-size: min(30ch, 100%); text-wrap: balance; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--rule-2);
  border-radius: var(--radius);
  background: transparent;
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 450;
  line-height: 1;
  letter-spacing: -0.005em;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
}
.btn:hover { border-color: var(--dim); background: color-mix(in srgb, var(--paper) 5%, transparent); }
.btn--signal { background: var(--signal); border-color: var(--signal); color: #fff; }
.btn--signal:hover {
  background: color-mix(in srgb, var(--signal) 86%, #fff);
  border-color: color-mix(in srgb, var(--signal) 86%, #fff);
}
.btn--sm { min-height: 38px; padding: 0 14px; font-size: 14px; }
.btn--lg { min-height: 52px; padding: 0 26px; font-size: 16px; }
.btn--block { width: 100%; }
.js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }
.site-header {
  --h: 56px;
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--h);
  margin-bottom: calc(var(--h) * -1);
  background: transparent;
  box-shadow: inset 0 -1px 0 transparent;
  transition: background-color .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.is-scrolled { background: var(--ink); box-shadow: inset 0 -1px 0 var(--rule); }
@media (min-width: 900px) { .site-header { --h: 72px; } }
.site-header__bar {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header__logo { display: inline-flex; align-items: center; }
.site-header__logo img { height: 28px; width: auto; }
.site-nav { display: none; margin-left: auto; }
.site-nav ul { display: flex; gap: 36px; }
.site-nav a {
  position: relative;
  display: inline-block;
  padding-block: 8px;
  font-size: 15px;
  color: var(--mist);
  transition: color .2s var(--ease);
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--paper); }
.site-nav a[aria-current="page"]::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--signal);
}
.site-header__actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.site-header__login { display: none; }
.menu-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  color: var(--paper);
  margin-right: -11px;
  transition: color .2s var(--ease);
}
.menu-toggle svg { display: block; }
.menu-toggle:hover { color: var(--mist); }
@media (min-width: 900px) {
  .site-header__logo img { height: 34px; }
  .site-nav { display: block; }
  .site-header__actions {
    margin-left: 8px;
    padding-left: 32px;
    border-left: 1px solid var(--rule);
    height: 24px;
  }
  .site-header__login { display: inline-flex; }
  .site-header__actions .menu-toggle { display: none; }
}
.menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  background: var(--ink);
  overflow-y: auto;
  overscroll-behavior: contain;
  visibility: hidden;
}
.menu.is-open { visibility: visible; }
.menu__top {
  flex: none;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__nav { padding-top: 40px; }
.menu__nav li {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
  transition-delay: calc(var(--i, 0) * 50ms + 60ms);
}
.menu.is-open .menu__nav li { opacity: 1; transform: none; }
.menu__nav a, .menu__login {
  display: flex;
  align-items: baseline;
  gap: 20px;
  width: 100%;
  padding-block: 14px;
  border: 0;
  background: none;
  font: inherit;
  font-size: clamp(26px, 7vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--paper);
  text-align: left;
  cursor: pointer;
}
.menu__nav a[aria-current="page"] .menu__index { color: var(--signal-ink); }
.menu__index {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--dim);
  transform: translateY(-0.6em);
}
@media (min-width: 900px) { .menu { display: none; } }
html.menu-open, html.menu-open body { overflow: hidden; }
.site-footer {
  flex: none;
  border-top: 1px solid var(--rule);
  padding-block: clamp(64px, 8vw, 112px) 32px;
  font-size: 15px;
  line-height: 1.7;
}
.site-footer__top {
  display: grid;
  gap: 48px 32px;
  grid-template-columns: 1fr 1fr;
}
.site-footer__brand, .site-footer__col:last-child { grid-column: 1 / -1; }
.site-footer__brand p { margin-top: 20px; max-width: 22em; }
.site-footer__logo { display: inline-block; }
.site-footer__logo img { height: 30px; width: auto; }
.site-footer__col .eyebrow { margin-bottom: 16px; }
.site-footer__col ul { display: grid; gap: 6px; }
.site-footer__col a { color: var(--mist); transition: color .2s var(--ease); }
.site-footer__col a:hover { color: var(--paper); }
.site-footer__phone { margin-top: 12px; color: inherit; }
.site-footer__phone .mono { font-family: inherit; color: inherit; letter-spacing: normal; }
.site-footer__hours { color: inherit; }
.site-footer__social { display: flex; gap: 8px; margin-top: 28px; }
.site-footer__social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  color: var(--mist);
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.site-footer__social a:hover { color: var(--paper); border-color: var(--rule-2); }
.site-footer__bottom {
  margin-top: clamp(56px, 7vw, 96px);
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--dim);
}
.site-footer__bottom ul { display: flex; gap: 24px; }
.site-footer__bottom a { transition: color .2s var(--ease); }
.site-footer__bottom a:hover { color: var(--paper); }
@media (min-width: 640px) {
  .site-footer__top { grid-template-columns: 1fr 1fr 1.4fr; }
  .site-footer__col:last-child { grid-column: auto; }
}
@media (min-width: 1000px) {
  .site-footer__top { grid-template-columns: 1.6fr 1fr 1fr 1.5fr; }
  .site-footer__brand { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
  .js [data-reveal], .menu__nav li { transform: none; }
}
.phone-o { display: inline-block; transform: scaleX(.897); margin-inline: -.038em; }
.link-arrow { flex: none; pointer-events: none; transition: transform .25s var(--ease); }
a:hover > .link-arrow, a:focus-visible > .link-arrow { transform: translateX(3px); }
@media (prefers-reduced-motion: reduce) { .link-arrow { transition: none; } }
a:has(> .link-arrow) {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  text-decoration: none;
  padding: 8px 6px 8px 0;
  margin-block: -8px;
}
.menu:focus { outline: none; }
