@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),
    url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),
    url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src:
    url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),
    url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),
    url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff");
}
@font-face {
  font-family: Newsreader;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(/assets/newsreader-latin-400-normal-BFBkh4jY.woff2) format("woff2"),
    url(/assets/newsreader-latin-400-normal-gRTjlS2D.woff) format("woff");
}
@font-face {
  font-family: Newsreader;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/assets/newsreader-latin-500-normal-B66TYsaK.woff2) format("woff2"),
    url(/assets/newsreader-latin-500-normal-DFwuUcdu.woff) format("woff");
}
@font-face {
  font-family: Newsreader;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src:
    url(/assets/newsreader-latin-600-normal-30OJ_TG_.woff2) format("woff2"),
    url(/assets/newsreader-latin-600-normal-DUnT2r2g.woff) format("woff");
}
@font-face {
  font-family: IBM Plex Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(/assets/ibm-plex-mono-latin-500-normal-DSY6xOcd.woff2) format("woff2"),
    url(/assets/ibm-plex-mono-latin-500-normal-CB9ihrfo.woff) format("woff");
}
:root {
  color: #111214;
  background: #07090c;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  font-synthesis: none;
  --black: #07090c;
  --surface: #fcfaf8;
  --surface-2: #f8f5f1;
  --orange: #f4511e;
  --orange-deep: #dd3f0e;
  --text: #111214;
  --muted: #676562;
  --border: #d8d5d1;
  --rule: #e8e4df;
  --positive: #16875b;
  --negative: #df3629;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--black);
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
button:disabled {
  cursor: wait;
  opacity: 0.62;
}
a {
  color: inherit;
}
.site-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: clip;
  background: var(--black);
}
.site-header {
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
  color: #fff;
  text-decoration: none;
  font-family: Newsreader, Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.brand-mark {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 42px;
  overflow: hidden;
  flex: none;
}
.brand-mark img {
  position: absolute;
  width: 72px;
  max-width: none;
  left: -22.3px;
  top: -14.3px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}
.site-header nav a {
  color: #ffffffd6;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.16s ease;
}
.site-header nav a:hover {
  color: #fff;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 31px;
}
.header-actions > span {
  font-size: 12px;
  color: #ffffffdb;
  white-space: nowrap;
}
.button {
  border: 0;
  border-radius: 4px;
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition:
    transform 0.16s ease,
    background 0.16s ease,
    box-shadow 0.16s ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button--orange {
  color: #fff;
  background: linear-gradient(135deg, #fb561f, #ef4b19);
  box-shadow:
    inset 0 0 0 1px #ffffff2e,
    0 8px 28px #f4511e2e;
}
.button--orange:hover {
  background: linear-gradient(135deg, #ff642d, #f4511e);
}
.button--dark {
  color: #fff;
  background: var(--black);
}
.button--header {
  min-height: 40px;
  padding-inline: 19px;
  font-size: 12px;
}
.button--wide {
  width: 100%;
}
.hero {
  min-height: 144px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 24px 38px 26px;
  color: #fff;
}
.hero h1,
.hero p {
  margin: 0;
}
.hero h1 {
  max-width: 860px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(31px, 3.1vw, 43px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.034em;
}
.hero p {
  max-width: 660px;
  margin-top: 11px;
  color: #ffffffb8;
  font-size: 14px;
  line-height: 1.5;
}
.live-card {
  width: 225px;
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #ffffffb8;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 9px;
  line-height: 1.5;
}
.live-card strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
}
.live-card i,
.market-row__venue i,
.market-meta i,
.green-dot,
.orange-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: var(--positive);
}
.live-card .is-live i {
  background: var(--orange);
  box-shadow: 0 0 #f4511e80;
  animation: livePulse 2.2s infinite;
}
.live-card .is-stale i,
.orange-dot {
  background: #e6a23c;
}
.desk {
  position: relative;
  height: 540px;
  min-height: 540px;
  margin: 0 8px;
  display: grid;
  grid-template-columns: minmax(300px, 34%) minmax(0, 1fr);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.mobile-market-toggle,
.market-browser__mobile-head,
.drawer-backdrop {
  display: none;
}
.market-browser {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  overflow: hidden;
  border-right: 1px solid var(--border);
  background: var(--surface);
}
.search-wrap {
  position: relative;
  margin: 14px 14px 0;
}
.search-wrap > svg {
  position: absolute;
  left: 13px;
  top: 50%;
  color: var(--muted);
  transform: translateY(-50%);
  pointer-events: none;
}
.search-wrap input {
  width: 100%;
  height: 36px;
  padding: 0 42px 0 38px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  color: var(--text);
  font-size: 12px;
}
.search-wrap input::placeholder {
  color: #8a8784;
}
.search-wrap input:focus {
  border-color: var(--orange);
  outline: none;
  box-shadow: 0 0 0 2px #f4511e1a;
}
.search-wrap kbd {
  position: absolute;
  right: 13px;
  top: 50%;
  color: var(--muted);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 11px;
  transform: translateY(-50%);
}
.filter-row {
  min-height: 48px;
  display: flex;
  align-items: end;
  gap: 5px;
  padding: 0 12px;
  overflow-x: auto;
  border-bottom: 1px solid var(--rule);
  scrollbar-width: none;
}
.filter-row::-webkit-scrollbar {
  display: none;
}
.filter-row button {
  position: relative;
  min-height: 39px;
  padding: 11px 7px 9px;
  border: 0;
  background: transparent;
  color: #333433;
  cursor: pointer;
  font-size: 10px;
  white-space: nowrap;
}
.filter-row button:after {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.14s ease;
}
.filter-row button.is-active {
  color: var(--orange-deep);
  font-weight: 600;
}
.filter-row button.is-active:after {
  transform: scaleX(1);
}
.filter-row > span {
  margin-left: auto;
  align-self: center;
  color: var(--muted);
}
.source-warning {
  display: flex;
  gap: 7px;
  padding: 9px 16px;
  background: #fff6e7;
  border-bottom: 1px solid #edd6b4;
  color: #785a27;
  font-size: 10px;
  line-height: 1.4;
}
.source-status-slot {
  min-height: 0;
}
.source-warning svg {
  flex: none;
  margin-top: 1px;
}
.market-list {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #c8c3bd transparent;
  scrollbar-width: thin;
}
.market-row {
  position: relative;
  width: 100%;
  min-height: 60px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 0;
  border-bottom: 1px solid var(--rule);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: background 0.14s ease;
}
.market-row:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--orange);
  content: "";
  opacity: 0;
}
.market-row:hover {
  background: #fff7f2;
}
.market-row.is-selected {
  background: #fffaf6;
}
.market-row.is-selected:before {
  opacity: 1;
}
.market-row__copy,
.market-row__numbers {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.market-row__title {
  display: -webkit-box;
  overflow: hidden;
  color: #141514;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.market-row__venue {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 10px;
}
.market-row__venue i {
  width: 5px;
  height: 5px;
}
.market-row__numbers {
  align-items: flex-end;
  padding-left: 8px;
}
.market-row__numbers strong {
  font-family: Newsreader, Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.market-row__numbers small {
  margin-top: 5px;
  font-size: 10px;
  white-space: nowrap;
}
.market-row__numbers .market-row__basis {
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.market-row__numbers small span {
  margin-left: 6px;
  color: var(--muted);
}
.positive {
  color: var(--positive) !important;
}
.negative {
  color: var(--negative) !important;
}
.neutral {
  color: var(--muted) !important;
}
.market-browser__footer {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 10px;
}
.market-browser__footer span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-align: right;
}
.green-dot,
.orange-dot {
  width: 6px;
  height: 6px;
}
.market-detail {
  min-width: 0;
  padding: 19px 22px 0;
  background: #fff;
}
.detail-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.detail-topline p {
  margin: 0;
  color: var(--orange-deep);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.detail-topline p span {
  margin: 0 8px;
  color: #9a9691;
}
.detail-topline > div {
  display: flex;
  align-items: center;
  gap: 3px;
}
.detail-topline button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #4d4b48;
  cursor: pointer;
}
.detail-topline button:hover,
.detail-topline button.is-active {
  color: var(--orange);
  background: #fff1e9;
}
.market-detail > h2 {
  max-width: 850px;
  margin: 7px 0 8px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(25px, 2.15vw, 31px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.028em;
}
.market-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5f5d59;
  font-size: 10px;
}
.market-meta span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.market-meta a {
  margin-left: auto;
  color: #4c4b48;
  text-underline-offset: 3px;
}
.price-row {
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.price-row > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.price-row > div:first-child > strong {
  color: var(--orange);
  font-family: Newsreader, Georgia, serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}
.price-row > div:first-child > span {
  font-size: 13px;
  font-weight: 500;
}
.price-row .price-row__meaning {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #343433;
  line-height: 1.15;
}
.price-row .price-row__meaning b {
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.price-row .price-row__meaning small {
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
}
.price-row > div:first-child small {
  font-size: 10px;
  font-weight: 400;
}
.position-control {
  position: relative;
}
.position-control > button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  font-size: 11px;
}
.position-control > div {
  position: absolute;
  z-index: 5;
  top: calc(100% + 7px);
  right: 0;
  width: 200px;
  padding: 5px;
  border: 1px solid var(--border);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 18px 50px #0c0c0c24;
}
.position-control > div button {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}
.position-control > div button:hover {
  background: var(--surface-2);
}
.chart-panel {
  border: 1px solid var(--border);
  border-radius: 5px;
  background: #ffffff8a;
  overflow: hidden;
}
.chart-toolbar {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  border-bottom: 1px solid var(--rule);
}
.chart-toolbar > div {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 4px;
}
.chart-toolbar button {
  position: relative;
  height: 100%;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: #686561;
  cursor: pointer;
  font-size: 10px;
}
.chart-toolbar button:after {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
}
.chart-toolbar button.is-active {
  color: var(--orange-deep);
  font-weight: 600;
}
.chart-toolbar button.is-active:after {
  transform: scaleX(1);
}
.chart-toolbar > span {
  color: var(--muted);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 8px;
}
.chart-wrap,
.chart-empty,
.chart-loading {
  height: 210px;
}
.chart-wrap {
  position: relative;
  padding: 4px 7px 0;
}
.chart-period-summary {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 16px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 7px 9px;
  border: 1px solid var(--rule);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 3px 12px rgba(17, 18, 20, 0.05);
}
.chart-period-summary span {
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.chart-period-summary strong {
  color: var(--text);
  font-size: 11px;
}
.chart-period-summary em {
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
}
.chart-tooltip {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 20px #14141417;
}
.chart-tooltip strong {
  color: var(--orange);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 12px;
}
.chart-tooltip span {
  color: var(--muted);
  font-size: 9px;
}
.chart-empty {
  position: relative;
  display: grid;
  place-items: end center;
  padding: 22px;
  overflow: hidden;
}
.chart-empty__grid {
  position: absolute;
  top: 16px;
  right: 18px;
  bottom: 38px;
  left: 18px;
  background: repeating-linear-gradient(
    to bottom,
    var(--rule) 0,
    var(--rule) 1px,
    transparent 1px,
    transparent 53px
  );
}
.chart-current {
  position: absolute;
  left: 18px;
  right: 18px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.chart-current span {
  height: 1px;
  flex: 1;
  background: repeating-linear-gradient(
    to right,
    rgba(244, 81, 30, 0.5) 0,
    rgba(244, 81, 30, 0.5) 4px,
    transparent 4px,
    transparent 8px
  );
}
.chart-current strong {
  margin-left: 8px;
  color: var(--orange);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 10px;
}
.chart-empty__message {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}
.chart-empty button {
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--text);
  background: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
}
.chart-loading {
  background: linear-gradient(100deg, #f3f0ec 20%, #fbf9f7, #f3f0ec 60%);
  background-size: 200% 100%;
  animation: shimmer 1.2s linear infinite;
}
.detail-strip {
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 2.4fr);
  border: 1px solid var(--border);
  border-top: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.detail-strip > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 13px;
  border-right: 1px solid var(--rule);
}
.detail-strip > div:last-child {
  border-right: 0;
}
.detail-strip span {
  margin-bottom: 5px;
  color: var(--muted);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.detail-strip strong,
.detail-strip a {
  color: var(--text);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}
.detail-strip p {
  margin: 0;
  overflow: hidden;
  color: #56534f;
  font-size: 9.5px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-strip a {
  text-underline-offset: 3px;
}
.detail-strip__rule {
  position: relative;
  padding-right: 58px !important;
}
.detail-strip__rule a {
  position: absolute;
  right: 13px;
  bottom: 12px;
}
.disclosure {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  color: #696662;
  font-size: 10px;
}
.disclosure a {
  text-underline-offset: 2px;
}
.proof-rail {
  min-height: 105px;
  margin: 0 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 0;
}
.proof-rail > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 23px;
  border-right: 1px solid var(--rule);
}
.proof-rail > div:last-child {
  border-right: 0;
}
.proof-rail svg {
  flex: none;
  color: var(--orange);
}
.proof-rail span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.proof-rail small {
  margin-bottom: 4px;
  color: #181918;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.proof-rail strong {
  overflow: hidden;
  font-family: Newsreader, Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proof-rail p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 9.5px;
}
.deliverables {
  min-height: 150px;
  margin: 0 8px;
  padding: 18px 25px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 0;
}
.deliverables > h2 {
  margin: 0 0 17px;
  font-family: Newsreader, Georgia, serif;
  font-size: 17px;
  font-weight: 500;
}
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.deliverables-grid article {
  min-width: 0;
  display: flex;
  gap: 15px;
  padding: 4px 21px 4px 11px;
  border-right: 1px solid var(--rule);
}
.deliverables-grid article:first-child {
  padding-left: 0;
}
.deliverables-grid article:last-child {
  border-right: 0;
}
.deliverables-grid svg {
  flex: none;
}
.deliverables-grid h3 {
  margin: 0 0 7px;
  font-family: Newsreader, Georgia, serif;
  font-size: 16px;
  font-weight: 500;
}
.deliverables-grid p {
  margin: 0;
  color: #333331;
  font-size: 10px;
  line-height: 1.42;
}
.pricing-close {
  min-height: 146px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(210px, 0.62fr) minmax(
      280px,
      0.78fr
    );
  align-items: center;
  gap: 0;
  padding: 25px 53px;
  color: #fff;
}
.pricing-close > * {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pricing-close h2 {
  max-width: 510px;
  margin: 0;
  padding-right: 40px;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.025em;
}
.pricing-close > div {
  padding: 0 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}
.pricing-close > div:last-child {
  align-items: stretch;
  padding-right: 0;
}
.pricing-close strong {
  font-family: Newsreader, Georgia, serif;
  font-size: 34px;
  font-weight: 500;
}
.pricing-close strong small {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.pricing-close p {
  margin: 8px 0 0;
  color: #ffffffa8;
  font-size: 10px;
}
.pricing-close > div:last-child p {
  text-align: center;
}
.skeleton-list,
.detail-skeleton {
  overflow: hidden;
}
.skeleton-row {
  min-height: 78px;
  display: grid;
  grid-template-columns: 42px 1fr 60px;
  align-items: center;
  gap: 12px;
  padding: 12px 17px;
  border-bottom: 1px solid var(--rule);
}
.skeleton-row > span,
.skeleton-row i,
.skeleton-row b,
.sk {
  display: block;
  border-radius: 3px;
  background: linear-gradient(100deg, #ebe7e2 20%, #f8f5f2, #ebe7e2 60%);
  background-size: 200% 100%;
  animation: shimmer 1.2s linear infinite;
}
.skeleton-row > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.skeleton-row div {
  display: grid;
  gap: 8px;
}
.skeleton-row i:first-child {
  width: 85%;
  height: 12px;
}
.skeleton-row i:last-child {
  width: 45%;
  height: 8px;
}
.skeleton-row b {
  width: 53px;
  height: 19px;
}
.detail-skeleton {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sk--crumb {
  width: 180px;
  height: 10px;
}
.sk--title {
  width: 74%;
  height: 36px;
}
.sk--meta {
  width: 42%;
  height: 10px;
}
.sk--price {
  width: 140px;
  height: 44px;
  margin-top: 15px;
}
.sk--chart {
  width: 100%;
  height: 360px;
  margin-top: 4px;
}
.detail-skeleton > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.detail-skeleton > div span {
  height: 140px;
}
.desk-error,
.empty-state {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: var(--muted);
  text-align: center;
}
.market-list .desk-error,
.market-list .empty-state {
  min-height: 100%;
}
.desk-error svg,
.empty-state svg {
  color: var(--orange);
}
.desk-error h3,
.empty-state h3 {
  margin: 13px 0 5px;
  color: var(--text);
  font-family: Newsreader, Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}
.desk-error p,
.empty-state p {
  max-width: 310px;
  margin: 0 0 16px;
  font-size: 11px;
  line-height: 1.5;
}
.desk-error button,
.empty-state button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 11px;
}
.modal-backdrop {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #030507c2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.access-modal {
  position: relative;
  width: min(100%, 480px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 30px 100px #0006;
}
.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--orange-deep);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.access-modal h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.modal-intro,
.form-success > p:not(.eyebrow) {
  margin: 9px 0 23px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.access-modal form {
  display: grid;
  gap: 15px;
}
.access-modal label {
  display: grid;
  gap: 7px;
  color: #2a2a29;
  font-size: 11px;
  font-weight: 600;
}
.access-modal input,
.access-modal select {
  width: 100%;
  height: 45px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  color: var(--text);
  font-size: 13px;
}
.access-modal form > small {
  color: var(--muted);
  font-size: 9px;
  text-align: center;
}
.honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.form-error {
  margin: -3px 0 0;
  color: var(--negative);
  font-size: 11px;
}
.form-success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-success > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--positive);
}
.sr-live {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}
@keyframes livePulse {
  70% {
    box-shadow: 0 0 0 6px #f4511e00;
  }
  to {
    box-shadow: 0 0 #f4511e00;
  }
}
@media (min-width: 1200px) {
  .desk {
    grid-template-columns: minmax(320px, 34%) minmax(0, 1fr);
  }
  .market-row {
    padding-inline: 15px;
  }
}
@media (max-width: 1060px) {
  .site-header nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .desk {
    grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
  }
  .market-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    padding-inline: 12px;
  }
  .market-row__title {
    font-size: 12px;
  }
  .market-row__numbers strong {
    font-size: 20px;
  }
  .market-detail {
    padding-inline: 20px;
  }
  .proof-rail > div {
    padding-inline: 14px;
  }
  .proof-rail svg {
    width: 23px;
  }
  .proof-rail strong {
    font-size: 17px;
  }
}
@media (max-width: 820px) {
  html {
    scroll-padding-top: 64px;
  }
  .site-header {
    height: 64px;
    padding-inline: 17px;
  }
  .brand {
    gap: 9px;
    font-size: 16px;
  }
  .brand-mark {
    width: 22px;
    height: 34px;
  }
  .brand-mark img {
    width: 58px;
    left: -18px;
    top: -11.5px;
  }
  .header-actions > span {
    display: none;
  }
  .button--header {
    min-height: 42px;
    padding-inline: 14px;
  }
  .hero {
    min-height: 192px;
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 28px 20px 24px;
  }
  .hero h1 {
    max-width: 700px;
    font-size: clamp(31px, 7vw, 43px);
  }
  .hero p {
    max-width: 590px;
  }
  .live-card {
    width: 100%;
    min-height: 44px;
    padding-block: 8px;
  }
  .desk {
    height: auto;
    min-height: auto;
    display: block;
    overflow: visible;
  }
  .mobile-market-toggle {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid var(--border);
    background: #fff;
    color: var(--text);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
  }
  .drawer-backdrop {
    position: fixed;
    z-index: 80;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 0;
    background: #0204068c;
  }
  .market-browser {
    position: fixed;
    z-index: 81;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(92vw, 430px);
    display: grid;
    grid-template-rows: auto auto auto auto minmax(0, 1fr) auto;
    border-right: 1px solid var(--border);
    box-shadow: 20px 0 70px #00000038;
    transform: translate(-102%);
    transition: transform 0.21s ease;
  }
  .market-browser.is-open {
    transform: translate(0);
  }
  .market-browser__mobile-head {
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    border-bottom: 1px solid var(--border);
    font-family: Newsreader, Georgia, serif;
    font-size: 19px;
  }
  .market-browser__mobile-head button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
  }
  .search-wrap {
    margin-top: 13px;
  }
  .filter-row {
    min-height: 48px;
  }
  .market-row {
    min-height: 68px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-inline: 17px;
  }
  .market-row__title {
    font-size: 13px;
  }
  .market-row__numbers strong {
    font-size: 23px;
  }
  .market-detail {
    min-height: 0;
    padding: 22px 17px 0;
  }
  .market-detail > h2 {
    font-size: clamp(27px, 6vw, 36px);
  }
  .chart-wrap,
  .chart-empty,
  .chart-loading {
    height: 220px;
  }
  .proof-rail,
  .deliverables-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-rail > div:nth-child(2) {
    border-right: 0;
  }
  .proof-rail > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--rule);
  }
  .deliverables {
    padding-inline: 20px;
  }
  .deliverables-grid article {
    padding: 15px;
    border-bottom: 1px solid var(--rule);
  }
  .deliverables-grid article:nth-child(2) {
    border-right: 0;
  }
  .deliverables-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .deliverables-grid article:nth-child(3) {
    padding-left: 0;
  }
  .pricing-close {
    grid-template-columns: 1fr;
    padding: 34px 28px;
  }
  .pricing-close h2 {
    padding: 0 0 25px;
  }
  .pricing-close > div {
    min-height: auto;
    padding: 23px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }
  .pricing-close > div:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 560px) {
  .site-header {
    gap: 12px;
  }
  .brand {
    min-width: 0;
  }
  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .button--header {
    min-width: 118px;
    padding-inline: 10px;
    font-size: 11px;
  }
  .hero {
    min-height: 230px;
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero p {
    font-size: 13px;
  }
  .market-detail {
    padding-inline: 14px;
  }
  .detail-topline p {
    max-width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .detail-topline > div {
    margin-right: -7px;
  }
  .market-detail > h2 {
    font-size: 29px;
  }
  .market-meta {
    flex-wrap: wrap;
    gap: 8px 12px;
  }
  .market-meta a {
    width: 100%;
    margin-left: 0;
  }
  .price-row {
    min-height: 64px;
    align-items: center;
    flex-direction: row;
    gap: 0;
    padding-block: 0;
  }
  .price-row > div:first-child > strong {
    font-size: 42px;
  }
  .position-control > button {
    min-height: 44px;
  }
  .chart-toolbar {
    overflow: hidden;
    padding-inline: 9px;
  }
  .chart-toolbar > div {
    min-width: 0;
  }
  .chart-toolbar button {
    min-width: 44px;
    padding-inline: 7px;
  }
  .chart-toolbar > span {
    display: none;
  }
  .chart-wrap,
  .chart-empty,
  .chart-loading {
    height: 210px;
  }
  .detail-strip {
    grid-template-columns: 1fr;
  }
  .detail-strip > div,
  .detail-strip > div:last-child {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
  .detail-strip > div:last-child {
    border-bottom: 0;
  }
  .detail-strip__rule {
    padding-right: 58px !important;
  }
  .disclosure {
    min-height: 48px;
    align-items: flex-start;
    padding-block: 14px;
    line-height: 1.4;
  }
  .proof-rail {
    grid-template-columns: 1fr;
  }
  .proof-rail > div,
  .proof-rail > div:nth-child(2) {
    min-height: 89px;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
  .proof-rail > div:last-child {
    border-bottom: 0;
  }
  .deliverables-grid {
    grid-template-columns: 1fr;
  }
  .deliverables-grid article,
  .deliverables-grid article:nth-child(2),
  .deliverables-grid article:nth-last-child(-n + 2),
  .deliverables-grid article:nth-child(3) {
    min-height: 86px;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
  .deliverables-grid article:last-child {
    border-bottom: 0;
  }
  .access-modal {
    padding: 30px 22px 24px;
  }
  .access-modal h2 {
    font-size: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.site-shell {
  overflow: visible;
}
.site-header {
  position: sticky;
  z-index: 70;
  top: 0;
  height: 88px;
  padding: 0 44px;
  background: #07090cf0;
  border-bottom-color: #ffffff1f;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.site-header nav {
  gap: 27px;
}
.site-header nav a {
  font-size: 12px;
}
.header-actions {
  margin-left: 26px;
}
.mobile-nav-toggle {
  display: none;
}
.button--hero {
  width: min(100%, 304px);
  min-height: 58px;
  justify-content: center;
  padding-inline: 28px;
  font-size: 14px;
}
.button--outline {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.button--outline:hover {
  background: #ffffff12;
  border-color: #ffffff80;
}
.home-kicker {
  margin: 0 0 15px;
  color: var(--orange);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.105em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-hero {
  position: relative;
  height: calc(100svh - 88px);
  max-height: 830px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 76px 32px 66px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.home-hero__image,
.home-hero__shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-hero__image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}
.home-hero__shade {
  z-index: -1;
  background: #0000006e;
}
.home-hero__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin-top: 72px;
  text-align: center;
}
.home-hero h1 {
  max-width: 1180px;
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(64px, 5.8vw, 94px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.052em;
}
.home-hero__lead {
  max-width: 840px;
  margin: 25px auto 0;
  color: #ffffffdb;
  font-size: 19px;
  line-height: 1.45;
}
.home-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.home-hero__note {
  margin: 15px 0 0;
  color: #ffffffc7;
  font-size: 15px;
}
.home-desk-section {
  min-height: calc(100svh - 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}
.home-desk-intro {
  width: calc(100% - 48px);
  max-width: 1240px;
  min-height: 54px;
  display: grid;
  grid-template-columns: auto minmax(300px, 1fr);
  align-items: end;
  gap: 48px;
  margin: 0 auto 12px;
}
.home-desk-intro h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(29px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -0.043em;
  line-height: 0.98;
}
.home-desk-intro > p {
  max-width: 520px;
  justify-self: end;
  margin: 0 0 4px;
  color: #ffffffb8;
  font-size: 14px;
  line-height: 1.55;
  text-align: right;
}
.home-desk-section .desk {
  height: clamp(500px, calc(100svh - 252px), 560px);
  min-height: 500px;
}
.home-desk-section .desk,
.home-desk-section .proof-rail {
  color: var(--text);
}
.desk {
  z-index: 2;
  width: calc(100% - 48px);
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 7px 7px 0 0;
  box-shadow: 0 34px 90px #00000047;
}
.proof-rail {
  width: calc(100% - 48px);
  max-width: 1240px;
  min-height: 78px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 7px 7px;
}
.proof-rail > div {
  position: relative;
  gap: 0;
  padding: 15px 27px 15px 35px;
}
.proof-rail > div:before {
  position: absolute;
  left: 21px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}
.proof-rail small {
  margin-bottom: 4px;
  color: var(--orange-deep);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 8px;
  letter-spacing: 0.07em;
}
.proof-rail strong {
  font-size: 18px;
}
.home-section,
.home-pricing,
.home-faq {
  background: var(--surface);
  color: var(--text);
}
.home-membership {
  padding: 104px 64px 112px;
}
.home-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 54px;
  margin-bottom: 62px;
}
.home-section__heading h2,
.home-process__heading h2,
.home-pricing h2,
.home-faq h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.043em;
}
.home-section__heading h2 {
  max-width: 720px;
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1;
}
.home-section__heading > p {
  max-width: 370px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.home-membership__list {
  border-top: 1px solid var(--border);
}
.home-membership__list article {
  min-height: 118px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(130px, auto);
  align-items: center;
  gap: 24px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--border);
  transition:
    padding 0.16s ease,
    background 0.16s ease;
}
.home-membership__list article:hover {
  padding-inline: 12px;
  background: #fff8f3;
}
.home-membership__number {
  color: var(--orange);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 11px;
}
.home-membership__list h3 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.home-membership__list p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.home-membership__cadence {
  color: #403e3b;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 9px;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}
.home-process {
  padding: 100px 64px 110px;
  color: #fff;
  background: var(--black);
}
.home-process__heading {
  max-width: 800px;
}
.home-process__heading h2 {
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1;
}
.home-process__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 66px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.home-process__steps article {
  min-height: 228px;
  padding: 31px 38px 33px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.home-process__steps article + article {
  padding-left: 38px;
}
.home-process__steps article:last-child {
  padding-right: 0;
  border-right: 0;
}
.home-process__steps span {
  color: var(--orange);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 10px;
}
.home-process__steps h3 {
  margin: 55px 0 10px;
  font-family: Newsreader, Georgia, serif;
  font-size: 27px;
  font-weight: 500;
}
.home-process__steps p {
  max-width: 310px;
  margin: 0;
  color: #fff9;
  font-size: 12px;
  line-height: 1.58;
}
.home-pricing {
  padding: 104px 64px 112px;
}
.home-pricing__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.7fr);
  overflow: hidden;
  color: #fff;
  background: #0a0c0f;
  border: 1px solid #1d2024;
  border-radius: 7px;
  box-shadow: 0 30px 80px #14120f29;
}
.home-pricing__panel:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--orange);
  content: "";
}
.home-pricing__copy,
.home-pricing__offer {
  padding: 62px 60px;
}
.home-pricing__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-pricing__copy h2 {
  font-size: clamp(47px, 4.5vw, 64px);
  line-height: 0.98;
}
.home-pricing__copy > p:last-child {
  max-width: 420px;
  margin: 24px 0 0;
  color: #ffffff94;
  font-size: 13px;
  line-height: 1.55;
}
.home-pricing__offer {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background: #ffffff06;
}
.home-pricing__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 25px;
}
.home-pricing__price strong {
  font-family: Newsreader, Georgia, serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.home-pricing__price span {
  color: #ffffff94;
  font-size: 12px;
}
.home-pricing__offer ul {
  display: grid;
  gap: 13px;
  margin: 0 0 30px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
}
.home-pricing__offer li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fffc;
  font-size: 11px;
}
.home-pricing__offer li svg {
  color: var(--orange);
}
.home-pricing__offer small {
  display: block;
  margin-top: 12px;
  color: #ffffff73;
  font-size: 8.5px;
  line-height: 1.5;
  text-align: center;
}
.home-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 70px;
  padding: 24px 64px 112px;
}
.home-faq__heading {
  padding-top: 18px;
}
.home-faq__heading h2 {
  font-size: clamp(43px, 4.5vw, 60px);
  line-height: 1;
}
.home-faq__list {
  border-top: 1px solid var(--border);
}
.home-faq details {
  border-bottom: 1px solid var(--border);
}
.home-faq summary {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--text);
  cursor: pointer;
  font-family: Newsreader, Georgia, serif;
  font-size: 21px;
  font-weight: 500;
  list-style: none;
}
.home-faq summary::-webkit-details-marker {
  display: none;
}
.home-faq summary svg {
  color: var(--orange);
  flex: none;
  transition: transform 0.16s ease;
}
.home-faq details[open] summary svg {
  transform: rotate(45deg);
}
.home-faq details > p {
  max-width: 690px;
  margin: -2px 48px 25px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.site-footer {
  padding: 58px 52px 28px;
  color: #fff;
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 1fr;
  gap: 60px;
  padding-bottom: 52px;
}
.site-footer .brand {
  width: fit-content;
}
.site-footer__top > div:first-child > p {
  margin: 16px 0 0 41px;
  color: #ffffff7a;
  font-size: 11px;
}
.site-footer nav {
  display: grid;
  align-content: start;
  gap: 12px;
}
.site-footer nav a,
.site-footer__contact a {
  width: fit-content;
  color: #ffffffb8;
  font-size: 11px;
  text-decoration: none;
}
.site-footer nav a:hover,
.site-footer__contact a:hover {
  color: #fff;
}
.site-footer__contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}
.site-footer__contact span {
  color: var(--orange);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-footer__bottom {
  min-height: 61px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.site-footer__bottom > p {
  max-width: 670px;
  margin: 0;
  color: #ffffff61;
  font-size: 8.5px;
  line-height: 1.55;
}
.site-footer__bottom > div {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #ffffff6b;
  font-size: 8.5px;
  white-space: nowrap;
}
.site-footer__bottom button {
  padding: 0;
  border: 0;
  color: #ffffff8f;
  background: transparent;
  cursor: pointer;
  font-size: inherit;
}
.site-footer__bottom button:hover {
  color: #fff;
}
.legal-modal {
  position: relative;
  width: min(100%, 650px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 44px 46px 38px;
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--text);
  background: var(--surface);
  box-shadow: 0 30px 100px #0000006b;
}
.legal-modal > h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.legal-modal__copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 31px;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.legal-modal__copy section {
  min-height: 156px;
  padding: 20px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.legal-modal__copy h3 {
  margin: 0 0 9px;
  font-size: 11px;
}
.legal-modal__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}
.legal-modal__updated {
  margin: 19px 0 0;
  color: var(--muted);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 8px;
}
@media (max-width: 1120px) {
  .site-header {
    padding-inline: 24px;
  }
  .site-header nav {
    gap: 20px;
  }
  .home-hero {
    padding-inline: 28px;
  }
  .home-hero h1 {
    font-size: clamp(58px, 7vw, 78px);
  }
  .home-membership,
  .home-process,
  .home-pricing,
  .home-faq {
    padding-inline: 44px;
  }
  .home-pricing__copy,
  .home-pricing__offer {
    padding: 50px 44px;
  }
}
@media (max-width: 1060px) {
  .site-header nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 9px 17px 16px;
    background: #07090cfb;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 50px #00000059;
  }
  .site-header nav.is-open {
    display: grid;
  }
  .site-header nav a {
    min-height: 47px;
    display: flex;
    align-items: center;
    padding-inline: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-header nav a:last-child {
    border-bottom: 0;
  }
  .mobile-nav-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-left: auto;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: transparent;
    cursor: pointer;
  }
  .header-actions {
    margin-left: 6px;
  }
}
@media (max-width: 820px) {
  .site-header {
    height: 64px;
    padding-inline: 17px;
  }
  .home-hero {
    height: calc(100svh - 64px);
    max-height: 780px;
    padding: 72px 28px 58px;
  }
  .home-hero__copy {
    max-width: 760px;
    margin-top: 46px;
  }
  .home-hero h1 {
    max-width: 760px;
    font-size: clamp(52px, 9vw, 72px);
  }
  .home-desk-section {
    min-height: calc(100svh - 64px);
    justify-content: flex-start;
    padding: 30px 0 36px;
  }
  .home-desk-intro {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 7px;
    margin-bottom: 17px;
  }
  .home-desk-intro h2 {
    font-size: clamp(34px, 6vw, 44px);
  }
  .home-desk-intro > p {
    max-width: 620px;
    justify-self: start;
    margin: 0;
    text-align: left;
  }
  .home-desk-section .desk {
    height: auto;
    min-height: auto;
  }
  .desk {
    z-index: auto;
    width: calc(100% - 16px);
  }
  .proof-rail {
    width: calc(100% - 16px);
  }
  .home-desk-section .proof-rail {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-desk-section .proof-rail > div,
  .home-desk-section .proof-rail > div:nth-child(2),
  .home-desk-section .proof-rail > div:nth-child(-n + 2) {
    min-height: 72px;
    border-right: 1px solid var(--rule);
    border-bottom: 0;
  }
  .home-desk-section .proof-rail > div:last-child {
    border-right: 0;
  }
  .home-section__heading,
  .home-faq {
    grid-template-columns: 1fr;
  }
  .home-section__heading {
    gap: 22px;
    margin-bottom: 46px;
  }
  .home-section__heading > p {
    max-width: 520px;
  }
  .home-membership,
  .home-process,
  .home-pricing,
  .home-faq {
    padding-inline: 28px;
  }
  .home-membership,
  .home-process {
    padding-block: 84px 92px;
  }
  .home-process__steps {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .home-process__steps article,
  .home-process__steps article + article {
    min-height: 160px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .home-process__steps article:last-child {
    border-bottom: 0;
  }
  .home-process__steps h3 {
    margin-top: 27px;
  }
  .home-pricing {
    padding-block: 84px 92px;
  }
  .home-pricing__panel {
    grid-template-columns: 1fr;
  }
  .home-pricing__offer {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }
  .home-faq {
    gap: 40px;
    padding-block: 0 92px;
  }
  .site-footer {
    padding-inline: 28px;
  }
  .site-footer__top {
    grid-template-columns: 1.2fr 0.8fr;
  }
  .site-footer__contact {
    grid-column: 1 / -1;
  }
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .site-header .brand {
    font-size: 14px;
  }
  .site-header .brand-mark {
    width: 21px;
  }
  .mobile-nav-toggle {
    width: 38px;
  }
  .button--header {
    min-width: 112px;
    min-height: 40px;
    padding-inline: 10px;
    font-size: 10px;
  }
  .home-hero {
    height: calc(100svh - 64px);
    max-height: 760px;
    padding: 64px 19px 52px;
  }
  .home-hero__image {
    object-position: center 50%;
  }
  .home-hero__shade {
    background: #00000080;
  }
  .home-hero__copy {
    margin-top: 34px;
  }
  .home-hero h1 {
    font-size: clamp(47px, 13.5vw, 62px);
    line-height: 0.94;
  }
  .home-hero__lead {
    max-width: 440px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.42;
  }
  .home-hero__actions {
    margin-top: 28px;
  }
  .home-hero__actions .button {
    width: min(100%, 300px);
  }
  .home-hero__note {
    margin-top: 14px;
    font-size: 14px;
  }
  .home-desk-section {
    padding: 24px 0 30px;
  }
  .home-desk-intro {
    width: calc(100% - 28px);
    margin-bottom: 14px;
  }
  .home-desk-intro h2 {
    font-size: 34px;
  }
  .home-desk-intro > p {
    font-size: 13px;
    line-height: 1.5;
  }
  .desk {
    width: calc(100% - 12px);
    margin-top: 0;
  }
  .proof-rail {
    width: calc(100% - 12px);
  }
  .home-desk-section .proof-rail {
    grid-template-columns: 1fr;
  }
  .home-desk-section .proof-rail > div,
  .home-desk-section .proof-rail > div:nth-child(2),
  .home-desk-section .proof-rail > div:nth-child(-n + 2) {
    min-height: 62px;
    padding: 12px 18px 12px 29px;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
  .home-desk-section .proof-rail > div:before {
    left: 16px;
    top: 17px;
  }
  .home-desk-section .proof-rail > div:last-child {
    border-bottom: 0;
  }
  .home-membership,
  .home-process,
  .home-pricing,
  .home-faq {
    padding-inline: 20px;
  }
  .home-membership {
    padding-block: 72px 78px;
  }
  .home-section__heading h2,
  .home-process__heading h2 {
    font-size: 45px;
  }
  .home-membership__list article,
  .home-membership__list article:hover {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 15px;
    padding: 20px 0;
  }
  .home-membership__list h3 {
    font-size: 24px;
  }
  .home-membership__cadence {
    grid-column: 2;
    text-align: left;
  }
  .home-process,
  .home-pricing {
    padding-block: 72px 78px;
  }
  .home-pricing__copy,
  .home-pricing__offer {
    padding: 38px 24px;
  }
  .home-pricing__copy h2 {
    font-size: 43px;
  }
  .home-pricing__price strong {
    font-size: 60px;
  }
  .home-faq {
    gap: 30px;
    padding-block: 0 78px;
  }
  .home-faq summary {
    min-height: 74px;
    font-size: 19px;
  }
  .site-footer {
    padding: 46px 20px 25px;
  }
  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .site-footer__contact {
    grid-column: auto;
  }
  .site-footer__bottom > div {
    flex-wrap: wrap;
    white-space: normal;
  }
  .legal-modal {
    padding: 38px 22px 26px;
  }
  .legal-modal > h2 {
    font-size: 35px;
  }
  .legal-modal__copy {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 440px) {
  .site-header .brand span:last-child {
    display: none;
  }
  .site-header .brand-mark {
    width: 25px;
  }
}
.sales-container {
  width: min(calc(100% - 64px), 1180px);
  margin-inline: auto;
}
.sales-section {
  color: #111419;
  background: #fff;
}
.sales-product {
  padding: 76px 0 72px;
}
.sales-kicker {
  margin: 0 0 12px;
  color: var(--orange);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}
.sales-heading {
  max-width: 820px;
  margin-bottom: 42px;
}
.sales-heading--center {
  margin-inline: auto;
  text-align: center;
}
.sales-heading--compact {
  margin-bottom: 34px;
}
.sales-heading h2 {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 1.02;
}
.sales-heading--compact h2 {
  font-size: clamp(34px, 3.7vw, 48px);
}
.sales-heading > p:last-child {
  margin: 14px 0 0;
  color: #67707a;
  font-size: 15px;
  line-height: 1.55;
}
.product-card {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 75% 28%,
      rgba(244, 81, 30, 0.06),
      transparent 29%
    ),
    linear-gradient(145deg, #11151a, #090b0e 74%);
  border: 1px solid #292e34;
  border-radius: 9px;
  box-shadow:
    0 28px 64px #0a0d1133,
    0 4px 10px #0a0d1124;
}
.product-card__header {
  min-height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  color: #9198a0;
  border-bottom: 1px solid #252a30;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-card__header > span:last-child {
  justify-self: end;
}
.product-card__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.product-card__live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow:
    0 0 0 5px #f4511e1f,
    0 0 14px #f4511e99;
}
.product-card__body {
  padding: 27px 28px 0;
}
.product-card__summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.product-card__summary h3 {
  max-width: 660px;
  margin: 0;
  color: #f7f8f9;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(25px, 3.3vw, 40px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.06;
}
.product-card__probability {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 16px;
}
.product-card__probability strong {
  color: var(--orange);
  font-size: clamp(42px, 5.1vw, 64px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.product-card__probability > span {
  color: #8e959c;
  font-size: 10px;
}
.product-card__probability .is-up,
.product-card__probability .is-down,
.product-card__probability .is-flat {
  margin-left: 3px;
  font-weight: 650;
}
.product-card__probability .is-up {
  color: #32c98b;
}
.product-card__probability .is-down {
  color: #ff776e;
}
.product-card__probability .is-flat {
  color: #a6adb4;
}
.product-card__probability small {
  color: currentColor;
  font-size: 8px;
  font-weight: 500;
}
.product-card__ranges {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  background: #0d1014;
  border: 1px solid #2b3036;
  border-radius: 6px;
}
.product-card__ranges button {
  min-width: 52px;
  height: 34px;
  padding: 0 12px;
  color: #9da4ab;
  background: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
}
.product-card__ranges button:hover {
  color: #fff;
}
.product-card__ranges button.is-active {
  color: #fff;
  background: #2b2f35;
}
.product-card__chart {
  height: 275px;
  margin-top: 8px;
}
.product-card__chart-summary {
  min-height: 34px;
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-top: 20px;
  color: #a0a7ae;
  font-family: "IBM Plex Mono", monospace;
}
.product-card__chart-summary span {
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.product-card__chart-summary strong {
  color: #f3f5f6;
  font-size: 12px;
}
.product-card__chart-summary em {
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
}
.product-card__chart-summary .is-up {
  color: #32c98b;
}
.product-card__chart-summary .is-down {
  color: #ff776e;
}
.product-card__chart-summary .is-flat {
  color: #a6adb4;
}
.product-card__empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #9198a0;
  border-top: 1px solid #252a30;
  border-bottom: 1px solid #252a30;
  font-size: 11px;
  text-align: center;
}
.product-card__empty strong {
  color: var(--orange);
  font-size: 38px;
}
.product-card__footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 4px;
  padding: 0 1px;
  border-top: 1px solid #252a30;
}
.product-card__metric {
  min-width: 125px;
  display: grid;
  gap: 6px;
}
.product-card__metric + .product-card__metric {
  padding-left: 22px;
  border-left: 1px solid #252a30;
}
.product-card__metric span {
  color: #80878f;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 7px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-card__metric strong {
  color: #f0f2f4;
  font-size: 12px;
  font-weight: 600;
}
.product-card__links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}
.product-card__links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
}
.product-card__links a:hover {
  color: #ff784e;
}
.product-card__links a:hover svg {
  transform: translate(2px);
}
.product-card__links svg {
  transition: transform 0.15s ease;
}
.product-card__status {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  color: #838a92;
  background: #0003;
  border-top: 1px solid #252a30;
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.product-proof {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 38px auto 0;
}
.product-proof > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #191d22;
}
.product-proof svg {
  flex: none;
  color: var(--orange);
}
.product-proof span {
  display: grid;
  font-size: 12px;
  line-height: 1.25;
}
.product-proof strong {
  font-weight: 700;
}
.sales-problem {
  padding: 84px 0 90px;
  background: #f6f7f8;
  border-top: 1px solid #e5e8eb;
  border-bottom: 1px solid #e5e8eb;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.problem-grid article {
  min-height: 205px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e2e5e8;
  border-radius: 7px;
}
.problem-grid svg {
  color: var(--orange);
}
.problem-grid__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: #fff8f5;
  border: 1px solid #ffe0d5;
  border-radius: 50%;
}
.problem-grid h3,
.sales-deliverables-grid h3,
.decision-flow h3,
.people-grid h3 {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.problem-grid h3 {
  margin-top: 18px;
  font-size: 18px;
}
.problem-grid p {
  min-height: 39px;
  margin: 9px 0 22px;
  color: #6a727b;
  font-size: 12px;
  line-height: 1.55;
}
.problem-grid strong {
  display: block;
  padding-top: 18px;
  color: #111419;
  border-top: 1px solid #e8eaed;
  font-size: 12px;
  font-weight: 650;
}
.sales-included {
  padding: 76px 0 34px;
}
.sales-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}
.sales-deliverables-grid article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid #e2e5e8;
  border-radius: 7px;
}
.sales-deliverables-grid span {
  color: var(--orange);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 9px;
  font-weight: 600;
}
.sales-deliverables-grid h3 {
  margin-top: 31px;
  font-size: 17px;
}
.sales-deliverables-grid p {
  margin: 9px 0 0;
  color: #6a727b;
  font-size: 11px;
  line-height: 1.55;
}
.sales-decision {
  padding: 72px 0 90px;
}
.decision-flow {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-inline: auto;
}
.decision-flow article {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 34px;
}
.decision-flow article > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: none;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
}
.decision-flow h3 {
  font-size: 14px;
}
.decision-flow p {
  margin: 4px 0 0;
  color: #737b84;
  font-size: 10px;
  line-height: 1.4;
}
.decision-flow__arrow {
  position: absolute;
  right: 9px;
  color: #9da3aa;
}
.people-section {
  padding: 58px 0 64px;
  background: #fff;
  border-top: 1px solid #e5e8eb;
}
.people-section .sales-heading {
  margin-bottom: 24px;
}
.people-section .sales-heading h2 {
  font-size: clamp(28px, 3vw, 40px);
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.people-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e3e6;
  border-radius: 7px;
}
.people-grid img {
  width: 88px;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.03);
}
.people-grid article > div {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 16px 15px 14px;
}
.people-grid article span {
  overflow: hidden;
  max-width: 100%;
  color: #818991;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.people-grid article .people-grid__market-label {
  max-width: none;
  margin-top: 14px;
  color: var(--orange-deep);
  font-family: "IBM Plex Mono", monospace;
  font-size: 6.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: normal;
  text-transform: uppercase;
}
.people-grid h3 {
  overflow: hidden;
  max-width: 100%;
  margin-top: 0;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.people-grid strong {
  margin-top: 4px;
  color: #111419;
  font-size: 23px;
  letter-spacing: -0.04em;
}
.people-grid small {
  margin-top: 2px;
  color: #747c84;
  font-size: 8px;
  line-height: 1.35;
}
.people-grid a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 10px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 650;
  text-decoration: none;
}
.people-grid a:hover svg {
  transform: translate(2px);
}
.people-grid a svg {
  transition: transform 0.15s ease;
}
.sales-pricing {
  padding: 58px 0 34px;
  background: #fff;
}
.sales-pricing__inner {
  padding: 48px 56px 44px;
  color: #fff;
  background:
    radial-gradient(
      circle at 72% 22%,
      rgba(244, 81, 30, 0.09),
      transparent 30%
    ),
    #090b0e;
  border: 1px solid #2c3035;
  border-radius: 8px;
  box-shadow: 0 22px 50px #0c0f1224;
  text-align: center;
}
.sales-pricing .sales-kicker {
  margin-bottom: 10px;
}
.sales-pricing h2 {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}
.sales-pricing h2 strong {
  font-weight: 700;
}
.sales-pricing h2 span {
  color: #9ba2a9;
  font-size: 0.44em;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.sales-pricing__inner > p:not(.sales-kicker) {
  margin: 10px 0 0;
  color: #a5abb1;
  font-size: 12px;
}
.sales-pricing ul {
  max-width: 780px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 30px auto 0;
  padding: 27px 0 0;
  border-top: 1px solid #292d32;
  list-style: none;
}
.sales-pricing li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #d0d4d8;
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
}
.sales-pricing li svg {
  flex: none;
  color: var(--orange);
}
.sales-pricing__button {
  min-width: 260px;
  min-height: 50px;
  justify-content: center;
  margin-top: 30px;
}
.sales-pricing small {
  display: block;
  margin-top: 10px;
  color: #747b83;
  font-size: 8px;
}
.sales-faq {
  padding: 66px 0 60px;
  background: #fff;
}
.sales-faq__inner {
  max-width: 860px;
}
.sales-faq__inner > .sales-heading {
  margin-inline: auto;
  text-align: center;
}
.sales-faq .sales-heading h2 {
  font-size: clamp(30px, 3.2vw, 42px);
}
.sales-faq__list {
  border-top: 1px solid #dfe3e6;
}
.sales-faq details {
  border-bottom: 1px solid #dfe3e6;
}
.sales-faq summary {
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #171a1e;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}
.sales-faq summary::-webkit-details-marker {
  display: none;
}
.sales-faq summary svg {
  flex: none;
  color: var(--orange);
  transition: transform 0.16s ease;
}
.sales-faq details[open] summary svg {
  transform: rotate(45deg);
}
.sales-faq details > p {
  max-width: 710px;
  margin: -2px 42px 22px 0;
  color: #66707a;
  font-size: 12px;
  line-height: 1.6;
}
.sales-final {
  padding: 0 0 56px;
  color: #111419;
  background: #fff;
}
.sales-final__inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 25px 32px;
  background: #f6f7f8;
  border: 1px solid #e2e5e8;
  border-radius: 7px;
}
.sales-final h2 {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.045em;
}
.sales-final p {
  margin: 7px 0 0;
  color: #6b737c;
  font-size: 11px;
}
.sales-final .button {
  min-width: 220px;
  justify-content: center;
}
.sales-footer {
  padding: 35px 0 20px;
  color: #111419;
  background: #fff;
  border-top: 1px solid #e2e5e8;
}
.sales-footer .brand {
  color: #111419;
  font-size: 17px;
}
.sales-footer__top {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr 1fr;
  gap: 50px;
  padding-bottom: 30px;
}
.sales-footer__top > div:first-child > p {
  margin: 11px 0 0 40px;
  color: #7a828a;
  font-size: 9px;
}
.sales-footer nav {
  display: grid;
  align-content: start;
  gap: 9px;
}
.sales-footer nav a,
.sales-footer__contact a {
  width: fit-content;
  color: #525a63;
  font-size: 9px;
  text-decoration: none;
}
.sales-footer nav a:hover,
.sales-footer__contact a:hover {
  color: var(--orange);
}
.sales-footer__contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.sales-footer__contact span {
  color: var(--orange);
  font-family:
    IBM Plex Mono,
    monospace;
  font-size: 7px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.sales-footer__bottom {
  min-height: 54px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-top: 20px;
  border-top: 1px solid #e2e5e8;
}
.sales-footer__bottom > p {
  max-width: 720px;
  margin: 0;
  color: #858c93;
  font-size: 8px;
  line-height: 1.55;
}
.sales-footer__bottom > div {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #858c93;
  font-size: 8px;
  white-space: nowrap;
}
.sales-footer__bottom button {
  padding: 0;
  color: #626a72;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: inherit;
}
.sales-footer__bottom button:hover {
  color: var(--orange);
}
@media (max-width: 1040px) {
  .sales-container {
    width: min(calc(100% - 48px), 1180px);
  }
  .product-card__chart {
    height: 250px;
  }
  .sales-deliverables-grid,
  .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sales-deliverables-grid article:nth-child(2) {
    border: 1px solid #e2e5e8;
  }
  .sales-deliverables-grid article:nth-child(-n + 2) {
    border: 1px solid #e2e5e8;
  }
  .decision-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .decision-flow article:nth-child(2) .decision-flow__arrow {
    display: none;
  }
  .sales-pricing ul {
    grid-template-columns: repeat(2, 1fr);
    max-width: 590px;
  }
}
@media (max-width: 760px) {
  .sales-container {
    width: calc(100% - 36px);
  }
  .sales-product {
    padding: 74px 0 64px;
  }
  .sales-problem,
  .sales-included,
  .sales-decision,
  .people-section,
  .sales-pricing,
  .sales-faq {
    padding-top: 72px;
  }
  .sales-heading {
    margin-bottom: 31px;
  }
  .sales-heading h2 {
    font-size: 38px;
  }
  .product-card__header {
    grid-template-columns: 1fr auto;
    padding-inline: 18px;
  }
  .product-card__header > span:nth-child(2) {
    display: none;
  }
  .product-card__body {
    padding: 23px 20px 0;
  }
  .product-card__summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .product-card__summary h3 {
    font-size: 29px;
  }
  .product-card__ranges {
    align-self: stretch;
  }
  .product-card__ranges button {
    flex: 1;
  }
  .product-card__chart {
    height: 225px;
    margin-top: 13px;
  }
  .product-card__footer {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px 22px;
    padding: 19px 0;
  }
  .product-card__metric {
    min-width: 0;
  }
  .product-card__metric + .product-card__metric {
    padding-left: 22px;
  }
  .product-card__links {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid #252a30;
  }
  .product-proof {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 14px;
  }
  .product-proof > div {
    justify-content: flex-start;
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .problem-grid article {
    min-height: 0;
  }
  .problem-grid p {
    min-height: 0;
  }
  .sales-final__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .sales-final .button {
    width: 100%;
  }
  .sales-footer__top {
    grid-template-columns: 1fr 1fr;
  }
  .sales-footer__contact {
    grid-column: 1 / -1;
  }
  .sales-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 520px) {
  .sales-container {
    width: calc(100% - 28px);
  }
  .sales-heading h2 {
    font-size: 34px;
  }
  .product-card__header {
    min-height: 44px;
    font-size: 7px;
  }
  .product-card__summary h3 {
    font-size: 25px;
  }
  .product-card__probability {
    flex-wrap: wrap;
  }
  .product-card__probability strong {
    font-size: 49px;
  }
  .product-card__chart {
    height: 205px;
  }
  .product-card__status {
    font-size: 7px;
  }
  .product-proof {
    max-width: 300px;
  }
  .product-proof span {
    font-size: 10px;
  }
  .sales-deliverables-grid,
  .people-grid,
  .decision-flow,
  .sales-pricing ul {
    grid-template-columns: 1fr;
  }
  .sales-deliverables-grid article,
  .sales-deliverables-grid article:nth-child(n) {
    min-height: 145px;
    border: 1px solid #e2e5e8;
  }
  .decision-flow {
    gap: 20px;
  }
  .decision-flow article {
    padding-right: 0;
  }
  .decision-flow__arrow {
    display: none;
  }
  .people-grid article {
    grid-template-columns: 104px minmax(0, 1fr);
  }
  .people-grid img {
    width: 104px;
    min-height: 150px;
  }
  .sales-pricing {
    padding-inline: 0;
  }
  .sales-pricing__inner {
    padding: 40px 22px 36px;
  }
  .sales-pricing ul {
    gap: 12px;
  }
  .sales-pricing__button {
    width: 100%;
    min-width: 0;
  }
  .sales-faq summary {
    font-size: 12px;
  }
  .sales-final {
    padding-bottom: 56px;
  }
  .sales-final__inner {
    padding: 25px 22px;
  }
  .sales-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sales-footer__contact {
    grid-column: auto;
  }
  .sales-footer__bottom > div {
    flex-wrap: wrap;
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-card__links svg,
  .people-grid a svg,
  .sales-faq summary svg {
    transition: none;
  }
}
