@font-face {
  font-family: Outfit;
  src: url("outfit-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Outfit;
  src: url("outfit-medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Outfit;
  src: url("outfit-semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url("newsreader.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #07090d;
  --surface: #10151b;
  --ink: #f3f5f7;
  --muted: #a6b0c0;
  --line: #29313d;
  --accent: #b5d5ff;
  --desk: #f3f0e8;
  --desk-ink: #1c2728;
  --desk-muted: #556060;
  --desk-line: #d3d4cc;
  --radius: 0.4rem;
  --font: "Outfit", "Avenir Next", "Trebuchet MS", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.5;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #559aff;
  outline-offset: 5px;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
a,
button {
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
a:hover {
  color: var(--accent);
}
.skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  padding: 1rem;
  background: white;
  color: black;
  z-index: 100;
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  height: 5.5rem;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid #ffffff24;
  background: #07090df2;
  position: relative;
  z-index: 5;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 2rem;
  letter-spacing: -0.06em;
  font-weight: 600;
}
.brand svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: currentColor;
}
.site-header nav {
  display: none;
  gap: 2rem;
  font-size: 0.9375rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 3rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid #ffffff40;
  border-radius: 0.15rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
}
.button span {
  font-size: 1.2rem;
}
.button:hover {
  background: #ffffff16;
  color: white;
  transform: translateY(-2px);
}
.button-light {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.button-light:hover {
  background: var(--accent);
  color: var(--bg);
}
.header-cta {
  font-size: 0.8125rem;
  padding: 0.65rem 0.8rem;
  gap: 0.7rem;
}
.hero {
  min-height: 46rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #060a10;
}
.hero-art {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 100% 85%, #244065 0, transparent 55%);
  pointer-events: none;
}
.hero-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #05080deb 0%, #05080d8f 45%, #05080d00 85%),
    linear-gradient(0deg, #07090d 0%, transparent 20%);
}
.hero-inner {
  position: relative;
  padding: 5rem 6% 4rem;
  max-width: 96rem;
  width: 100%;
  margin: auto;
}
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: #c7d6eb;
  margin-bottom: 1.7rem;
}
.hero h1 {
  font-size: clamp(3.7rem, 7.6vw, 7.4rem);
  line-height: 1.03;
  letter-spacing: -0.058em;
  margin-bottom: 1.8rem;
}
.hero-copy {
  font-size: 1.125rem;
  color: #c3cedd;
  line-height: 1.65;
  margin-bottom: 2rem;
}
.hero-note {
  font-size: 0.8125rem;
  color: #bcc5d1;
  margin-top: 1rem;
}
.hero-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.6rem 6%;
  border-top: 1px solid #ffffff20;
  font-size: 0.8125rem;
  color: #bdc7d4;
}
.hero-bottom a {
  display: flex;
  gap: 1rem;
}
.section-wrap {
  padding: 5rem 6%;
  max-width: 96rem;
  margin: auto;
}
.section-label {
  font-size: 0.9375rem;
  color: var(--muted);
  margin-bottom: 1.2rem;
}
h2 {
  font-size: clamp(2.5rem, 4.4vw, 4.5rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}
.outcomes {
  display: grid;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}
.outcome-copy > p {
  color: var(--muted);
  max-width: 35rem;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.outcome-copy > p:first-child {
  color: var(--ink);
  font-size: 1.375rem;
}
.text-link {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}
.desk-heading {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.8rem;
}
.desk-heading > p {
  color: var(--muted);
  max-width: 27rem;
}
.demo-window {
  border: 1px solid #465363;
  border-radius: 0.5rem;
  background: var(--desk);
  color: var(--desk-ink);
  overflow: hidden;
  box-shadow: 0 2rem 6rem #0005;
}
.demo-top {
  padding: 1rem 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--desk-line);
  font-size: 0.875rem;
}
.mini-mark {
  background: var(--desk-ink);
  color: white;
  padding: 0.1rem 0.35rem;
  margin-right: 0.5rem;
}
.muted {
  color: var(--desk-muted);
}
.demo-label {
  font-size: 0.75rem;
  color: var(--desk-muted);
}
.demo-layout {
  display: grid;
}
.demo-sidebar {
  padding: 1rem;
  display: flex;
  gap: 0.5rem;
  overflow: auto;
  border-bottom: 1px solid var(--desk-line);
}
.demo-agency {
  display: none;
}
.demo-nav {
  background: transparent;
  color: var(--desk-ink);
  border: 1px solid transparent;
  padding: 0.75rem;
  text-align: left;
  white-space: nowrap;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  min-height: 2.75rem;
}
.demo-nav.active {
  background: #dfe3d9;
  border-color: #ced3c6;
}
.demo-nav span {
  padding-left: 1.5rem;
}
.companion {
  display: none;
}
.demo-content {
  padding: 1.5rem;
  min-width: 0;
}
.demo-page-title {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.small-label {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--desk-muted);
}
.demo-page-title h3 {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.demo-page-title p {
  color: var(--desk-muted);
  font-size: 0.875rem;
}
.pill {
  display: inline-flex;
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
  border: 1px solid #b8b197;
  background: #e9e2cb;
  color: #524316;
  border-radius: 2rem;
  align-self: flex-start;
  white-space: nowrap;
}
.waiting-strip {
  padding: 1rem 0;
  border-top: 1px solid var(--desk-ink);
  border-bottom: 1px solid var(--desk-line);
  margin-bottom: 0.5rem;
}
.waiting-strip p {
  color: var(--desk-muted);
  font-size: 0.875rem;
  margin-top: 0.3rem;
}
.demo-preview-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--desk-line);
}
.demo-preview-row strong {
  font-size: 0.9375rem;
}
.demo-preview-row p {
  font-size: 0.875rem;
  color: var(--desk-muted);
}
.avatar {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dddcd2;
  font-size: 0.875rem;
}
.fit {
  font-size: 0.75rem;
  color: #295644;
  margin-left: auto;
  white-space: nowrap;
}
.demo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.demo-footer > span {
  font-size: 0.75rem;
  max-width: 16rem;
  color: var(--desk-muted);
}
.button-ink {
  background: var(--desk-ink);
  color: var(--desk);
  border-color: var(--desk-ink);
}
.button-ink:hover {
  background: #334746;
  color: white;
}
.demo-caption {
  text-align: center;
  color: var(--muted);
  font-size: 0.875rem;
  margin-top: 1.5rem;
}
.control {
  border-top: 1px solid var(--line);
}
.control-lead {
  color: var(--muted);
  font-size: 1.125rem;
  max-width: 38rem;
  margin-top: 1.5rem;
}
.site-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.site-footer p {
  color: var(--muted);
}
@media (min-width: 48rem) {
  .site-header nav {
    display: flex;
  }
  .header-cta {
    font-size: 0.875rem;
    padding: 0.8rem 1.2rem;
  }
  .hero {
    min-height: 48rem;
  }
  .hero-inner {
    padding-top: 5.6rem;
    padding-bottom: 5rem;
  }
  .hero-copy {
    font-size: 1.25rem;
  }
  .outcomes {
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  .section-wrap {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .desk-heading {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .demo-layout {
    grid-template-columns: 12rem 1fr;
  }
  .demo-sidebar {
    display: flex;
    flex-direction: column;
    border-bottom: 0;
    border-right: 1px solid var(--desk-line);
    padding: 1.4rem 0.8rem;
    overflow: visible;
  }
  .demo-agency {
    display: block;
    font-size: 0.8125rem;
    padding: 0 0.75rem 1.6rem;
    color: var(--desk-muted);
  }
  .demo-content {
    padding: 2rem;
  }
  .companion {
    display: block;
    font-size: 0.75rem;
    margin-top: auto;
    padding: 0.75rem;
    color: #285541;
  }
  .companion > span:last-child {
    display: block;
    color: var(--desk-muted);
    margin-top: 0.3rem;
  }
  .status-dot {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #357052;
    margin-right: 0.4rem;
  }
  .site-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 80rem) {
  .hero {
    min-height: calc(100svh - 5.5rem);
    max-height: 65rem;
  }
  .hero-inner {
    padding-top: 5rem;
  }
  .demo-layout {
    grid-template-columns: 14rem 1fr;
  }
  .demo-content {
    padding: 2.5rem;
  }
}
@media (max-width: 29rem) {
  .site-header {
    gap: 0.6rem;
  }
  .brand {
    font-size: 1.6rem;
  }
  .brand svg {
    width: 1.4rem;
  }
  .header-cta {
    max-width: 10rem;
    font-size: 0.75rem;
  }
  .hero-bottom > span {
    display: none;
  }
  .hero-copy {
    font-size: 1rem;
  }
  .demo-content {
    padding: 1.1rem;
  }
  .fit {
    display: none;
  }
}
