@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/comfortaa-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Arapey";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/arapey-latin.woff2") format("woff2");
}

:root {
  --cs-green: #a1cc3a;
  --cs-blue: #3f5e8c;
  --cs-dark-grey: #555658;
  --cs-light-grey: #d7d8da;
  --cs-white: #fff;
  --cs-black: #000;
  --cs-ink: #0b1016;
  --cs-ink-soft: #121b25;
  --cs-paper: #f4f5ef;
  --cs-muted: #aeb8c6;
  --cs-line-dark: rgba(11, 16, 22, 0.16);
  --cs-line-light: rgba(255, 255, 255, 0.15);
  --cs-font-display: "Comfortaa", system-ui, sans-serif;
  --cs-font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --cs-font-editorial: "Arapey", Georgia, serif;
  --cs-radius-sm: 14px;
  --cs-radius-md: 22px;
  --cs-radius-lg: 34px;
  --cs-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
}

body.cs-site-page {
  margin: 0;
  background: var(--cs-ink);
}

.cs-site,
.cs-site * {
  box-sizing: border-box;
}

.cs-site {
  min-width: 0;
  overflow: clip;
  background: var(--cs-ink);
  color: var(--cs-white);
  font-family: var(--cs-font-sans);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.cs-site :where(h1, h2, h3, p, blockquote, ul, ol) {
  margin-top: 0;
}

.cs-site :where(h1, h2, h3) {
  color: inherit;
  font-family: var(--cs-font-sans);
}

.cs-site a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.cs-site button,
.cs-site a,
.cs-site summary {
  -webkit-tap-highlight-color: transparent;
}

.cs-site :focus-visible {
  outline: 3px solid var(--cs-green);
  outline-offset: 4px;
}

.cs-shell,
.cs-primary-shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.cs-retained-password {
  min-height: 70vh;
  padding-block: clamp(160px, 20vw, 220px) clamp(80px, 12vw, 140px);
}

.cs-retained-password form {
  max-width: 620px;
}

.cs-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  translate: 0 -180%;
  border-radius: 999px;
  background: var(--cs-green);
  color: var(--cs-ink);
  font: 700 14px/1 var(--cs-font-sans);
}

.cs-skip-link:focus {
  translate: 0;
}

.cs-nav-wrap {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.admin-bar .cs-nav-wrap {
  top: 48px;
}

.cs-primary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 10px 18px;
  border: 1px solid var(--cs-line-light);
  border-radius: 18px;
  background: rgba(7, 10, 14, 0.86);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.cs-primary-brand {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.cs-primary-brand-name {
  color: var(--cs-green);
  font-family: var(--cs-font-display);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.cs-primary-brand-claim {
  margin-top: 5px;
  color: #8297b5;
  font-family: var(--cs-font-editorial);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.cs-menu {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.cs-menu > a,
.cs-build-menu > summary {
  border: 0;
  color: #d7dde6;
  cursor: pointer;
  list-style: none;
  text-decoration: none;
}

.cs-build-menu > summary::-webkit-details-marker {
  display: none;
}

.cs-build-menu > summary::after {
  content: " +";
  color: var(--cs-green);
}

.cs-build-menu[open] > summary::after {
  content: " −";
}

.cs-menu > a:hover,
.cs-menu > a[aria-current="page"],
.cs-build-menu > summary:hover,
.cs-build-menu[data-current="true"] > summary {
  color: var(--cs-green);
}

.cs-build-menu {
  position: relative;
}

.cs-build-menu-panel {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  display: grid;
  width: 220px;
  padding: 10px;
  translate: -50% 0;
  border: 1px solid var(--cs-line-light);
  border-radius: var(--cs-radius-sm);
  background: #0a0f15;
  box-shadow: var(--cs-shadow);
}

.cs-build-menu-panel::before {
  position: absolute;
  inset: -22px 0 auto;
  height: 22px;
  content: "";
}

.cs-build-menu-panel a {
  padding: 9px 11px;
  border-radius: 8px;
  color: #d7dde6;
  text-decoration: none;
}

.cs-build-menu-panel a:hover {
  background: rgba(161, 204, 58, 0.12);
  color: var(--cs-green);
}

.cs-build-menu-panel .cs-menu-subitem {
  padding-left: 24px;
  color: var(--cs-muted);
  font-size: 12px;
}

.cs-nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--cs-line-light);
  border-radius: 999px;
  background: transparent;
  color: var(--cs-white);
  font: 700 13px/1 var(--cs-font-sans);
}

.cs-nav-toggle-lines,
.cs-nav-toggle-lines::before,
.cs-nav-toggle-lines::after {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.cs-nav-toggle-lines {
  position: relative;
}

.cs-nav-toggle-lines::before,
.cs-nav-toggle-lines::after {
  position: absolute;
  left: 0;
  content: "";
}

.cs-nav-toggle-lines::before {
  top: -5px;
}

.cs-nav-toggle-lines::after {
  top: 5px;
}

.cs-hero,
.cs-page-hero,
.cs-article-hero,
.cs-contact-page {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 84% 18%, rgba(63, 94, 140, 0.42), transparent 35%),
    linear-gradient(145deg, #070a0e 0%, #101923 100%);
}

.cs-hero::after,
.cs-page-hero::after,
.cs-contact-page::after {
  position: absolute;
  z-index: -1;
  right: -170px;
  bottom: -220px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(161, 204, 58, 0.22);
  border-radius: 50%;
  content: "";
}

.cs-home-hero {
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: 180px 0 110px;
}

.cs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 70px;
  align-items: end;
}

.cs-hero h1 {
  margin: 0;
}

.cs-hero-brand {
  display: block;
  margin-bottom: 34px;
  color: var(--cs-green);
  font-family: var(--cs-font-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.cs-hero-claim {
  display: block;
  max-width: 940px;
  font-family: var(--cs-font-display);
  font-size: clamp(52px, 8.8vw, 118px);
  font-weight: 750;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.cs-hero-claim em {
  display: block;
  color: var(--cs-green);
  font-style: normal;
}

.cs-hero-side-note {
  margin-bottom: 16px;
  padding-left: 22px;
  border-left: 1px solid rgba(161, 204, 58, 0.55);
  color: var(--cs-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.cs-lead {
  max-width: 780px;
  margin: 38px 0 0;
  color: #dbe0e7;
  font-size: clamp(21px, 2.3vw, 30px);
  line-height: 1.42;
}

.cs-lead-small {
  margin-top: 24px;
  font-size: clamp(18px, 1.7vw, 23px);
}

.cs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.cs-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--cs-line-light);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.cs-button-primary {
  border-color: var(--cs-green);
  background: var(--cs-green);
  color: var(--cs-ink) !important;
}

.cs-button-secondary {
  background: transparent;
  color: var(--cs-white);
}

.cs-button-light {
  border-color: var(--cs-white);
  background: var(--cs-white);
  color: var(--cs-blue) !important;
}

.cs-button:hover:not([disabled]) {
  translate: 0 -2px;
}

.cs-button[disabled] {
  cursor: not-allowed;
  opacity: 0.62;
}

.cs-kicker,
.cs-eyebrow,
.cs-card-label {
  margin-bottom: 18px;
  color: var(--cs-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cs-section {
  padding: clamp(86px, 9vw, 130px) 0;
  scroll-margin-top: 110px;
}

.cs-paper {
  background: var(--cs-paper);
  color: var(--cs-ink);
}

.cs-dark {
  background: var(--cs-ink);
  color: var(--cs-white);
}

.cs-blue {
  background: var(--cs-blue);
  color: var(--cs-white);
}

.cs-paper .cs-eyebrow,
.cs-paper .cs-card-label {
  color: var(--cs-blue);
}

.cs-blue .cs-eyebrow,
.cs-blue .cs-card-label {
  color: var(--cs-green);
}

.cs-section-head {
  display: grid;
  grid-template-columns: minmax(160px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: start;
  margin-bottom: 64px;
}

.cs-section-head h2,
.cs-two-column h2,
.cs-decision-grid h2,
.cs-about-grid h2,
.cs-preview-grid h2,
.cs-article h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 760;
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.cs-section-copy,
.cs-heading-copy > .cs-section-copy {
  max-width: 740px;
  margin: 28px 0 0;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.55;
}

.cs-placeholder {
  padding: 0.15em 0.42em;
  border: 1px dashed currentColor;
  border-radius: 0.35em;
  background: rgba(63, 94, 140, 0.14);
  color: #29496f;
  box-decoration-break: clone;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.78em;
  font-weight: 650;
  line-height: 1.7;
  -webkit-box-decoration-break: clone;
}

.cs-dark .cs-placeholder,
.cs-hero .cs-placeholder,
.cs-page-hero .cs-placeholder,
.cs-article-hero .cs-placeholder,
.cs-closing .cs-placeholder {
  background: rgba(161, 204, 58, 0.12);
  color: #c8eb73;
}

.cs-blue .cs-placeholder,
.cs-cta .cs-placeholder {
  background: rgba(255, 255, 255, 0.1);
  color: var(--cs-white);
}

.cs-matters-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 60px;
  align-items: end;
}

.cs-statement {
  margin: 0;
  font-family: var(--cs-font-editorial);
  font-size: clamp(32px, 4.4vw, 62px);
  line-height: 1.1;
}

.cs-statement-small {
  font-size: clamp(28px, 3.2vw, 44px);
}

.cs-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-chip-list li {
  padding: 7px 12px;
  border: 1px solid var(--cs-line-dark);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
}

.cs-chip-list-large li {
  padding: 11px 17px;
  font-size: 15px;
}

.cs-chip-list-light li,
.cs-dark .cs-chip-list li,
.cs-blue .cs-chip-list li {
  border-color: var(--cs-line-light);
}

.cs-chip-list-compact {
  margin-top: 24px;
}

.cs-build-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.cs-build-card {
  display: flex;
  grid-column: span 2;
  min-height: 510px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--cs-line-light);
  border-radius: var(--cs-radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.cs-build-card:nth-child(4),
.cs-build-card:nth-child(5) {
  grid-column: span 3;
  min-height: 440px;
}

.cs-build-card h3 {
  margin: 60px 0 18px;
  font-size: clamp(25px, 2.35vw, 36px);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.cs-build-card .cs-card-copy {
  margin-bottom: 0;
  color: #c7d0db;
  font-size: 15px;
}

.cs-build-card .cs-card-proof {
  margin: auto 0 0;
  padding-top: 26px;
  color: var(--cs-muted);
  font-size: 13px;
}

.cs-build-card .cs-card-proof a {
  color: var(--cs-green);
}

.cs-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 24px;
  color: #385c88;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.cs-dark .cs-text-link,
.cs-text-link-light {
  color: var(--cs-green);
}

.cs-text-link:hover span {
  translate: 4px 0;
}

.cs-asset-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 20px;
}

.cs-asset-card {
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--cs-line-dark);
  border-radius: var(--cs-radius-md);
}

.cs-asset-card-property {
  background: var(--cs-white);
}

.cs-asset-card-digital {
  background:
    linear-gradient(rgba(11, 16, 22, 0.9), rgba(11, 16, 22, 0.9)),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(161, 204, 58, 0.12) 39px 40px);
  color: var(--cs-white);
}

.cs-arrow-list,
.cs-check-list,
.cs-minus-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-arrow-list li,
.cs-check-list li,
.cs-minus-list li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid var(--cs-line-dark);
}

.cs-arrow-list li::before,
.cs-check-list li::before,
.cs-minus-list li::before {
  position: absolute;
  left: 0;
  color: var(--cs-blue);
  content: "→";
  font-weight: 800;
}

.cs-check-list li,
.cs-minus-list li {
  border-color: var(--cs-line-light);
}

.cs-check-list li::before {
  color: var(--cs-green);
  content: "+";
}

.cs-minus-list li::before {
  color: #d0a2a2;
  content: "−";
}

.cs-progression {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 0 70px;
  padding: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
}

.cs-progression li {
  position: relative;
  padding: 28px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 720;
}

.cs-progression li:last-child {
  border-right: 0;
}

.cs-progression li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -8px;
  width: 15px;
  height: 15px;
  translate: 0 -50%;
  rotate: 45deg;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  background: var(--cs-blue);
  content: "";
}

.cs-progression span {
  display: block;
  margin-bottom: 20px;
  color: var(--cs-green);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.cs-progression-dark {
  border-color: var(--cs-line-dark);
}

.cs-progression-dark li {
  border-color: var(--cs-line-dark);
}

.cs-progression-dark li:not(:last-child)::after {
  border-color: rgba(11, 16, 22, 0.35);
  background: var(--cs-paper);
}

.cs-progression-dark span {
  color: var(--cs-blue);
}

.cs-backlog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 70px;
  align-items: start;
}

.cs-backlog-grid blockquote,
.cs-closing blockquote {
  margin: 0;
  padding-left: 28px;
  border-left: 5px solid var(--cs-green);
  font-family: var(--cs-font-editorial);
  font-size: clamp(29px, 3.8vw, 52px);
  line-height: 1.16;
}

.cs-project-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.cs-project-card {
  padding: 36px;
  border: 1px solid var(--cs-line-dark);
  border-radius: var(--cs-radius-md);
  background: var(--cs-white);
  scroll-margin-top: 110px;
}

.cs-project-card-compact {
  display: flex;
  grid-column: span 2;
  min-height: 360px;
  flex-direction: column;
  border-color: var(--cs-line-light);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
}

.cs-project-card-compact:nth-child(4),
.cs-project-card-compact:nth-child(5) {
  grid-column: span 3;
}

.cs-project-card h3 {
  margin: 42px 0 16px;
  font-size: clamp(30px, 3.5vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.cs-project-card p {
  color: var(--cs-dark-grey);
}

.cs-project-card-compact p {
  color: #c5cdd7;
  font-size: 15px;
}

.cs-project-card-compact .cs-text-link {
  margin-top: auto;
  padding-top: 28px;
}

.cs-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cs-badge,
.cs-draft-label {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid rgba(161, 204, 58, 0.5);
  border-radius: 999px;
  color: var(--cs-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.cs-badge-secondary {
  border-color: rgba(63, 94, 140, 0.5);
  color: #6285b6;
}

.cs-case-copy {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--cs-line-dark);
}

.cs-section-action {
  margin: 42px 0 0;
}

.cs-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #cbd0c7;
  background: #cbd0c7;
  gap: 1px;
}

.cs-process-step {
  min-height: 300px;
  padding: 30px 26px;
  background: var(--cs-paper);
}

.cs-process-step > span {
  display: block;
  margin-bottom: 62px;
  color: var(--cs-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.cs-process-step h3 {
  margin-bottom: 14px;
  font-size: 25px;
  letter-spacing: -0.03em;
}

.cs-process-step p {
  margin-bottom: 0;
  color: var(--cs-dark-grey);
  font-size: 15px;
}

.cs-closing {
  padding: clamp(100px, 12vw, 170px) 0;
  background:
    radial-gradient(circle at 90% 90%, rgba(161, 204, 58, 0.12), transparent 28%),
    var(--cs-ink-soft);
}

.cs-closing h2 {
  max-width: 950px;
  margin-bottom: 30px;
  font-family: var(--cs-font-display);
  font-size: clamp(52px, 8.5vw, 112px);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.cs-closing blockquote {
  max-width: 920px;
  margin: 74px 0;
	  color: var(--cs-green);
}

.cs-closing-brand {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
  line-height: 1;
}

.cs-closing-brand span {
  color: var(--cs-green);
  font-family: var(--cs-font-display);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.cs-closing-brand em {
  margin-top: 8px;
  color: #8fa1b8;
  font-family: var(--cs-font-editorial);
  font-size: 19px;
  font-style: normal;
}

.cs-page-hero,
.cs-contact-page {
  display: grid;
  min-height: 80svh;
  align-items: center;
  padding: 190px 0 110px;
}

.cs-page-hero-grid,
.cs-contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: end;
}

.cs-page-hero h1,
.cs-contact-page h1,
.cs-article-hero h1 {
  margin: 0;
  font-family: var(--cs-font-display);
  font-size: clamp(48px, 7.6vw, 104px);
  font-weight: 740;
  letter-spacing: -0.068em;
  line-height: 0.98;
}

.cs-page-hero-compact {
  min-height: 68svh;
}

.cs-page-hero-compact h1 {
  max-width: 990px;
}

.cs-page-promise {
  margin-bottom: 0;
  color: var(--cs-white);
  font-family: var(--cs-font-editorial);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.14;
}

.cs-page-hero .cs-button,
.cs-contact-page .cs-button {
  margin-top: 34px;
}

.cs-decision-grid,
.cs-two-column,
.cs-about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.cs-decision-grid > article,
.cs-two-column > article,
.cs-two-column > aside,
.cs-about-grid > div,
.cs-about-grid > aside {
  padding: 38px;
  border: 1px solid var(--cs-line-light);
  border-radius: var(--cs-radius-md);
}

.cs-decision-grid h2,
.cs-two-column h2,
.cs-about-grid h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.cs-decision-grid article > p:last-child,
.cs-two-column article > p:last-child {
  margin-bottom: 0;
}

.cs-decision-no {
  background: rgba(255, 255, 255, 0.04);
}

.cs-paper .cs-two-column > article,
.cs-paper .cs-two-column > aside,
.cs-paper .cs-about-grid > div,
.cs-paper .cs-about-grid > aside {
  border-color: var(--cs-line-dark);
}

.cs-emphasis-card {
  background: var(--cs-white);
  box-shadow: 0 18px 60px rgba(21, 35, 53, 0.08);
}

.cs-feature-link {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-top: 60px;
  padding: 34px;
  border: 1px solid var(--cs-line-light);
  border-radius: var(--cs-radius-md);
  background: rgba(255, 255, 255, 0.05);
}

.cs-feature-link h3 {
  margin-bottom: 10px;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -0.045em;
}

.cs-feature-link p:last-child {
  margin-bottom: 0;
}

.cs-case-feature {
  max-width: 880px;
  padding: 36px;
  border: 1px solid var(--cs-line-dark);
  border-radius: var(--cs-radius-md);
  background: var(--cs-white);
  font-size: clamp(18px, 2vw, 24px);
}

.cs-price {
  display: inline-flex;
  margin-bottom: 4px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--cs-green);
  color: var(--cs-ink);
  font-size: 16px;
  font-weight: 800;
}

.cs-scope-note {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--cs-muted);
  font-size: 14px;
}

.cs-rebuild-levels,
.cs-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cs-rebuild-levels article,
.cs-product-grid article {
  padding: 30px;
  border: 1px solid var(--cs-line-dark);
  border-radius: var(--cs-radius-md);
  background: var(--cs-white);
}

.cs-rebuild-levels h3 {
  margin: 46px 0 20px;
  font-size: 31px;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.cs-product-grid article {
  border-color: var(--cs-line-light);
  background: rgba(255, 255, 255, 0.035);
}

.cs-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.cs-preview-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 18px;
  background: var(--cs-ink);
  box-shadow: var(--cs-shadow);
}

.cs-preview-bar {
  display: flex;
  gap: 6px;
  padding: 13px;
  border-bottom: 1px solid var(--cs-line-light);
}

.cs-preview-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cs-muted);
}

.cs-preview-body {
  display: grid;
  min-height: 330px;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 32px;
  background:
    linear-gradient(rgba(11, 16, 22, 0.9), rgba(11, 16, 22, 0.9)),
    repeating-linear-gradient(90deg, transparent 0 44px, rgba(161, 204, 58, 0.14) 44px 45px);
}

.cs-preview-body p {
  margin-bottom: 0;
  color: var(--cs-muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 14px;
}

.cs-preview-body small {
  color: var(--cs-muted);
}

.cs-project-list {
  display: grid;
  gap: 20px;
}

.cs-project-list .cs-project-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  column-gap: 70px;
}

.cs-project-list .cs-card-topline,
.cs-project-list .cs-project-card h3,
.cs-project-list .cs-project-card > p:first-of-type {
  grid-column: 1;
}

.cs-project-list .cs-case-copy,
.cs-project-list .cs-project-card > .cs-text-link {
  grid-column: 2;
}

.cs-project-list .cs-case-copy {
  grid-row: 1 / span 3;
  margin: 0;
  padding: 0 0 0 40px;
  border-top: 0;
  border-left: 1px solid var(--cs-line-dark);
  font-size: 19px;
}

.cs-thinking-grid,
.cs-legacy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.cs-thinking-card,
.cs-essay-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--cs-line-dark);
  border-radius: var(--cs-radius-md);
  background: var(--cs-white);
}

.cs-thinking-card h3,
.cs-essay-card h3 {
  margin: 50px 0 16px;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.cs-thinking-card .cs-text-link,
.cs-essay-card .cs-text-link {
  margin-top: auto;
  padding-top: 24px;
}

.cs-essay-card {
  border-color: var(--cs-line-light);
  background: rgba(255, 255, 255, 0.035);
}

.cs-essay-card > span {
  color: var(--cs-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.cs-essay-card p {
  color: #bdc6d1;
}

.cs-draft-label {
  align-self: flex-start;
  border-color: rgba(63, 94, 140, 0.35);
  color: var(--cs-blue);
}

.cs-article-hero {
  padding: 190px 0 100px;
}

.cs-article-shell {
  max-width: 850px;
}

.cs-draft-notice {
  margin: 48px 0 0;
  padding: 16px 20px;
  border: 1px dashed var(--cs-green);
  border-radius: var(--cs-radius-sm);
  color: #d8e5ba;
  font-size: 14px;
}

.cs-article {
  padding: 100px 0;
}

.cs-article section {
  padding: 64px 0;
  border-bottom: 1px solid var(--cs-line-dark);
}

.cs-article section:first-child {
  padding-top: 0;
}

.cs-article section > p:last-child {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.7;
}

.cs-article-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-top: 64px;
}

.cs-article-links a {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--cs-line-dark);
  border-radius: var(--cs-radius-sm);
  text-decoration: none;
}

.cs-article-links span {
  color: var(--cs-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cs-article-links strong {
  margin-top: 12px;
  font-size: 22px;
}

.cs-about-aside {
  background: var(--cs-white);
}

.cs-bridge {
  color: var(--cs-blue);
  font-family: var(--cs-font-editorial);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.15;
}

.cs-contact-page {
  min-height: 100svh;
}

.cs-contact-page-grid > div:last-child > p:not(.cs-page-promise) {
  color: var(--cs-muted);
}

.cs-cta {
  padding: clamp(86px, 9vw, 130px) 0;
  background: var(--cs-blue);
  color: var(--cs-white);
}

.cs-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 70px;
  align-items: end;
}

.cs-cta h2 {
  margin-bottom: 0;
  font-size: clamp(48px, 7vw, 90px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.cs-cta-grid > div:last-child p {
  color: #e1e7ef;
  font-size: 19px;
}

.cs-footer {
  padding: 32px 0;
  background: #070a0e;
  color: #8793a1;
  font-size: 12px;
}

.cs-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: end;
}

.cs-footer p {
  margin-bottom: 0;
}

.cs-footer-brand {
  color: var(--cs-green);
  font-family: var(--cs-font-display);
  font-size: 20px;
  font-weight: 700;
}

.cs-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.cs-footer-links a {
  text-decoration: none;
}

.cs-footer-links a:hover {
  color: var(--cs-green);
}

@media (hover: hover) and (min-width: 901px) {
  .cs-build-menu:not([open]):hover .cs-build-menu-panel {
    display: grid;
  }
}

@media (max-width: 1040px) {
  .cs-menu {
    gap: 16px;
  }

  .cs-build-grid,
  .cs-project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cs-build-card,
  .cs-build-card:nth-child(4),
  .cs-build-card:nth-child(5),
  .cs-project-card-compact,
  .cs-project-card-compact:nth-child(4),
  .cs-project-card-compact:nth-child(5) {
    grid-column: auto;
  }

  .cs-build-card:last-child,
  .cs-project-card-compact:last-child {
    grid-column: 1 / -1;
  }

  .cs-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .cs-rebuild-levels,
  .cs-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .admin-bar .cs-nav-wrap,
  .cs-nav-wrap {
    top: 10px;
  }

  .cs-primary-nav {
    min-height: 64px;
  }

  .cs-nav-toggle {
    display: inline-flex;
  }

  .cs-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 24px;
    left: 24px;
    display: none;
    max-height: calc(100svh - 110px);
    overflow: auto;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--cs-line-light);
    border-radius: var(--cs-radius-sm);
    background: #080d12;
    box-shadow: var(--cs-shadow);
  }

  .cs-menu[data-open="true"] {
    display: grid;
  }

  .cs-menu > a,
  .cs-build-menu > summary,
  .cs-build-menu-panel a {
    display: block;
    padding: 12px;
    border-radius: 8px;
  }

  .cs-build-menu-panel {
    position: static;
    width: auto;
    margin: 4px 0 0 12px;
    padding: 4px 0 4px 10px;
    translate: none;
    border: 0;
    border-left: 1px solid var(--cs-line-light);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .cs-hero-grid,
  .cs-matters-grid,
  .cs-section-head,
  .cs-backlog-grid,
  .cs-page-hero-grid,
  .cs-contact-page-grid,
  .cs-preview-grid,
  .cs-cta-grid,
  .cs-about-grid {
    grid-template-columns: 1fr;
  }

  .cs-hero-side-note {
    display: none;
  }

  .cs-section-head {
    gap: 20px;
  }

  .cs-asset-grid,
  .cs-decision-grid,
  .cs-two-column,
  .cs-thinking-grid,
  .cs-legacy-grid {
    grid-template-columns: 1fr;
  }

  .cs-progression {
    grid-template-columns: 1fr;
  }

  .cs-progression li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .cs-progression-dark li {
    border-color: var(--cs-line-dark);
  }

  .cs-progression li:last-child {
    border-bottom: 0;
  }

  .cs-progression li:not(:last-child)::after {
    top: auto;
    right: 28px;
    bottom: -8px;
    translate: none;
    rotate: 135deg;
  }

  .cs-feature-link {
    align-items: start;
    flex-direction: column;
  }

  .cs-project-list .cs-project-card {
    display: block;
  }

  .cs-project-list .cs-case-copy {
    margin-top: 28px;
    padding: 28px 0 0;
    border-top: 1px solid var(--cs-line-dark);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .cs-shell,
  .cs-primary-shell {
    width: min(100% - 28px, 1160px);
  }

  .cs-primary-nav {
    width: calc(100% - 20px);
    padding: 8px 12px;
  }

  .cs-primary-brand-name {
    font-size: 21px;
  }

  .cs-primary-brand-claim {
    font-size: 11px;
  }

  .cs-home-hero,
  .cs-page-hero,
  .cs-contact-page {
    min-height: 0;
    padding: 145px 0 90px;
  }

  .cs-article-hero h1 {
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .cs-hero-brand {
    margin-bottom: 24px;
  }

  .cs-hero-claim {
    font-size: clamp(48px, 17vw, 68px);
  }

  .cs-actions {
    display: grid;
  }

  .cs-button {
    width: 100%;
  }

  .cs-build-grid,
  .cs-project-grid,
  .cs-process {
    grid-template-columns: 1fr;
  }

  .cs-build-card,
  .cs-build-card:last-child,
  .cs-project-card-compact,
  .cs-project-card-compact:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .cs-build-card .cs-card-proof,
  .cs-project-card-compact .cs-text-link {
    margin-top: 34px;
  }

  .cs-asset-card,
  .cs-decision-grid > article,
  .cs-two-column > article,
  .cs-two-column > aside,
  .cs-about-grid > div,
  .cs-about-grid > aside,
  .cs-project-card,
  .cs-thinking-card,
  .cs-essay-card {
    padding: 26px;
  }

  .cs-process-step {
    min-height: 0;
  }

  .cs-process-step > span {
    margin-bottom: 32px;
  }

  .cs-closing blockquote {
    margin: 56px 0;
  }

  .cs-preview-grid {
    min-width: 0;
  }

  .cs-preview-window {
    min-width: 0;
  }

  .cs-article-links,
  .cs-footer-grid {
    grid-template-columns: 1fr;
  }

  .cs-footer-grid {
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cs-site *,
  .cs-site *::before,
  .cs-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
