/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }
}

:root {
  --header-height: 74px;
  --navy: #090d1a;
  --navy-2: #0e1425;
  --navy-3: #151d32;
  --purple: #7c3aed;
  --purple-dark: #6526cf;
  --purple-soft: #ede7ff;
  --blue: #3b82f6;
  --green: #35c789;
  --text: #141827;
  --muted: #61697b;
  --line: #dfe3eb;
  --surface: #f6f8fb;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

::selection {
  color: var(--white);
  background: var(--purple);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button, summary {
  font: inherit;
}

.site-header {
  z-index: 100;
  height: var(--header-height);
  isolation: isolate;
  backdrop-filter: blur(14px);
  background: #090d1af5;
  border-bottom: 1px solid #29334a;
  position: sticky;
  top: 0;
}

.site-header:after {
  z-index: 3;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0000, #9c7cff, #0000) -180px 0 / 180px 100% no-repeat;
  width: 100%;
  height: 2px;
  animation: 7s linear infinite nav-scan;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.header-inner {
  align-items: center;
  width: min(100% - 40px, 1320px);
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.brand {
  align-items: center;
  gap: 12px;
  width: max-content;
  display: inline-flex;
}

.brand img {
  object-fit: contain;
  width: 42px;
  height: 42px;
  transition: transform .22s, filter .22s;
}

.brand:hover img {
  filter: saturate(1.2) brightness(1.08);
  transform: translateY(-2px)rotate(-3deg);
}

.desktop-command-bar {
  align-items: center;
  margin-left: clamp(24px, 3vw, 42px);
  display: flex;
}

.desktop-command-bar:before {
  color: #795fc7;
  content: "//";
  letter-spacing: -.14em;
  margin-right: 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
}

.desktop-nav {
  align-items: center;
  gap: clamp(18px, 1.8vw, 28px);
  display: flex;
}

.desktop-nav a {
  color: #aeb7c7;
  letter-spacing: .01em;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 640;
  transition: color .18s, transform .18s;
  display: flex;
  position: relative;
}

.desktop-nav a:after {
  content: "";
  transform-origin: 50%;
  background: linear-gradient(90deg, #6f51c7, #b39aff);
  border-radius: 999px;
  height: 2px;
  transition: transform .22s cubic-bezier(.2, .75, .25, 1);
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.desktop-nav a:hover, .desktop-nav a:focus-visible {
  color: var(--white);
  transform: translateY(-1px);
}

.desktop-nav a:hover:after, .desktop-nav a:focus-visible:after {
  transform: scaleX(1);
}

.nav-contact {
  isolation: isolate;
  min-height: 42px;
  color: var(--white);
  letter-spacing: .01em;
  background: #684caf;
  border: 1px solid #755cc0;
  border-radius: 999px;
  align-items: center;
  margin-left: auto;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 720;
  transition: color .18s, border-color .18s, transform .18s, box-shadow .18s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px #4f349738;
}

.nav-contact:before {
  z-index: -1;
  content: "";
  background: var(--purple);
  transition: transform .24s cubic-bezier(.2, .75, .25, 1);
  position: absolute;
  inset: 0;
  transform: translate(-102%);
}

.nav-contact:hover {
  color: var(--white);
  border-color: #aa91f5;
  transform: translateY(-1px);
  box-shadow: 0 11px 28px #4f349752;
}

.nav-contact:hover:before {
  transform: translate(0);
}

.button {
  text-align: center;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 23px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  transition: background .16s, border-color .16s, color .16s, transform .16s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary:hover {
  background: var(--purple-dark);
}

.mobile-menu {
  display: none;
}

.hero {
  min-height: calc(100svh - var(--header-height));
  color: var(--white);
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  background-image: linear-gradient(#ffffff07 1px, #0000 1px), linear-gradient(90deg, #ffffff07 1px, #0000 1px);
  background-size: 48px 48px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0006, #0000 72%);
  mask-image: linear-gradient(90deg, #0006, #0000 72%);
}

.hero-inner {
  z-index: 1;
  width: min(100% - 40px, 1320px);
  min-height: calc(100svh - var(--header-height));
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  align-content: center;
  align-items: center;
  gap: 38px clamp(56px, 7vw, 105px);
  margin: 0 auto;
  padding: 88px 0 92px;
  display: grid;
  position: relative;
}

.hero-kicker {
  color: #9c7cff;
  letter-spacing: .12em;
  margin: 0 0 17px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 750;
}

.hero-brand {
  align-items: center;
  gap: clamp(20px, 2.6vw, 34px);
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.hero-brand-mark {
  flex: none;
  place-items: center;
  width: clamp(86px, 8vw, 112px);
  height: clamp(86px, 8vw, 112px);
  display: grid;
  position: relative;
}

.hero-brand-mark:after {
  content: "";
  background: #aa8cff;
  border-radius: 999px;
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: 5px;
  right: -1px;
}

.hero-brand-mark img {
  object-fit: contain;
  filter: drop-shadow(0 14px 24px #4d2d9538);
  width: 100%;
  height: 100%;
}

.hero-brand-copy {
  border-left: 1px solid #34405a;
  flex-direction: column;
  min-width: 0;
  padding: 4px 0 7px clamp(20px, 2.2vw, 29px);
  display: flex;
  position: relative;
}

.hero-brand-copy strong {
  color: #f5f2ff;
  letter-spacing: .075em;
  text-transform: uppercase;
  font-family: Bahnschrift SemiCondensed, Bahnschrift Condensed, Arial Narrow, sans-serif;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 800;
  font-stretch: 75%;
  line-height: .92;
}

.hero-brand-copy strong:after {
  content: "";
  background: linear-gradient(90deg, #7c3aed 0 68%, #b8a3f2 68% 82%, #0000 82%);
  border-radius: 999px;
  width: 54px;
  height: 3px;
  margin-top: 13px;
  display: block;
}

.hero-brand-copy small {
  color: #7f8a9f;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-top: 11px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
}

.hero-description {
  color: #aeb7c9;
  max-width: 570px;
  margin: 23px 0 0;
  font-size: 15px;
  line-height: 1.68;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
  display: flex;
}

.button-primary {
  color: var(--white);
  background: var(--purple);
}

.button-secondary {
  color: #e4e8ef;
  background: #11182a;
  border-color: #35405a;
}

.button-secondary:hover {
  background: #182138;
  border-color: #53617d;
}

.hero-proof {
  border-top: 1px solid #283149;
  grid-area: 2 / 1;
  grid-template-columns: repeat(3, auto);
  width: max-content;
  max-width: 100%;
  margin-top: 4px;
  display: grid;
}

.hero-proof > div {
  border-right: 1px solid #283149;
  flex-direction: column;
  max-width: 170px;
  margin-right: 28px;
  padding: 18px 28px 0 0;
  display: flex;
}

.hero-proof > div:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.hero-proof strong {
  color: #f6f7fb;
  font-size: 13px;
}

.hero-proof span {
  color: #7f899d;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.35;
}

.hero-portrait {
  grid-area: 1 / 2 / span 2;
  width: 100%;
  margin: 0;
  padding: 15px 15px 0 0;
  position: relative;
}

.hero-portrait:before {
  content: "";
  border-top: 1px solid #795fc7;
  border-right: 1px solid #795fc7;
  width: 66%;
  height: 58%;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-portrait-media {
  aspect-ratio: 1;
  background: #0b1120;
  border: 1px solid #303b54;
  border-radius: 16px 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 72px #00000061;
}

.hero-portrait-media:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#05091208 48%, #050912e6 100%);
  position: absolute;
  inset: 0;
}

.hero-portrait img {
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(.88) contrast(1.04);
  width: 100%;
  height: 100%;
}

.portrait-file {
  z-index: 2;
  color: #d9deea;
  backdrop-filter: blur(9px);
  letter-spacing: .05em;
  background: #070b15b8;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  padding: 7px 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.hero-portrait figcaption {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
}

.hero-portrait figcaption strong {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 18px;
}

.hero-portrait figcaption span {
  color: #b9c1d1;
  margin-top: 4px;
  font-size: 10px;
}

.portrait-caption {
  color: #707c92;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 15px 0 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  line-height: 1.45;
  display: flex;
}

.portrait-caption span {
  color: #9c7cff;
}

.portrait-caption p {
  margin: 0;
}

.tech-strip {
  color: #d7dce6;
  background: var(--navy-2);
  border-top: 1px solid #202a3f;
}

.tech-strip > div {
  justify-content: space-between;
  align-items: center;
  width: min(100% - 40px, 1320px);
  min-height: 63px;
  margin: 0 auto;
  display: flex;
}

.tech-strip span {
  color: #7f8a9e;
  letter-spacing: .09em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
}

.section {
  min-height: calc(100svh - var(--header-height));
  border-top: 1px solid #14182714;
  flex-direction: column;
  justify-content: center;
  padding: clamp(88px, 9vw, 138px) max(20px, 50vw - 660px);
  display: flex;
}

.section-heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-bottom: 66px;
  display: flex;
}

.section-heading > div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-tag {
  color: var(--purple);
  letter-spacing: .14em;
  margin-bottom: 17px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  display: block;
}

.section-heading h2, .about h2, .contact-section h2 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(28px, 3.1vw, 43px);
  font-weight: 750;
  line-height: 1.14;
}

.section-heading h2 {
  max-width: 850px;
}

.section-heading > p {
  max-width: 500px;
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.services {
  color: var(--white);
  background: #080d19;
  position: relative;
  overflow: hidden;
}

.services:before {
  content: "";
  pointer-events: none;
  background-image: linear-gradient(#ffffff06 1px, #0000 1px), linear-gradient(90deg, #ffffff06 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
}

.services-showcase {
  grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr);
  align-items: start;
  gap: clamp(60px, 8vw, 130px);
  display: grid;
  position: relative;
}

.services-manifesto {
  top: calc(var(--header-height) + 48px);
  padding-top: 8px;
  position: sticky;
}

.services-code {
  color: #a98cf5;
  letter-spacing: .16em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
}

.services-manifesto h2 {
  letter-spacing: -.065em;
  max-width: 620px;
  margin: 34px 0 26px;
  font-size: clamp(38px, 4.3vw, 66px);
  font-weight: 760;
  line-height: .98;
}

.services-manifesto h2 em {
  color: #a98cf5;
  font-style: normal;
  font-weight: 500;
}

.services-manifesto > p {
  color: #99a3b7;
  max-width: 430px;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.services-signature {
  border-top: 1px solid #293249;
  align-items: center;
  gap: 13px;
  width: max-content;
  margin-top: 56px;
  padding-top: 17px;
  display: flex;
}

.services-signature span {
  color: #a98cf5;
  letter-spacing: -.08em;
  font-size: 25px;
  font-weight: 850;
}

.services-signature small {
  color: #68748b;
  letter-spacing: .12em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 7px;
  font-weight: 800;
}

.services-list {
  border-top: 1px solid #273148;
}

.service-row {
  border-bottom: 1px solid #273148;
  min-height: 176px;
  padding: 27px 30px 25px;
  transition: background .22s, padding .22s;
  position: relative;
  overflow: hidden;
}

.service-row:before {
  content: "";
  opacity: 0;
  background: linear-gradient(115deg, #714dd33b, #714dd30a 70%);
  transition: opacity .22s;
  position: absolute;
  inset: 0;
}

.service-row:after {
  color: #ffffff09;
  content: attr(data-number);
  letter-spacing: -.12em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 128px;
  font-weight: 900;
  line-height: 1;
  transition: color .22s, transform .22s;
  position: absolute;
  bottom: -37px;
  right: -8px;
}

.service-row:hover {
  background: #0c1323;
  padding-left: 38px;
  padding-right: 22px;
}

.service-row:hover:before {
  opacity: 1;
}

.service-row:hover:after {
  color: #a98cf517;
  transform: translate(-10px);
}

.service-row-top, .service-row-content, .service-row a {
  z-index: 1;
  position: relative;
}

.service-row-top {
  align-items: center;
  gap: 18px;
  display: flex;
}

.service-number {
  color: #a98cf5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
}

.service-category {
  color: #647086;
  letter-spacing: .12em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 7px;
  font-weight: 800;
}

.service-row-content {
  grid-template-columns: minmax(210px, .8fr) minmax(240px, 1.2fr);
  align-items: end;
  gap: 34px;
  margin-top: 28px;
  display: grid;
}

.services-list h3 {
  color: #f3f5fa;
  letter-spacing: -.045em;
  margin: 0;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 750;
  line-height: 1.05;
}

.services-list p {
  color: #8e99ad;
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.services-list a {
  color: #bca5fa;
  opacity: 0;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  font-weight: 750;
  transition: opacity .18s, transform .18s;
  display: inline-flex;
  position: absolute;
  bottom: 23px;
  right: 30px;
  transform: translateY(5px);
}

.service-row:hover a, .service-row:focus-within a {
  opacity: 1;
  transform: translateY(0);
}

.services-list a span {
  font-size: 13px;
  transition: transform .16s;
}

.services-list a:hover span {
  transform: translate(2px, -2px);
}

.systems {
  color: var(--white);
  background: var(--navy);
}

.heading-light h2 {
  color: var(--white);
}

.heading-light > p {
  color: #9ba6b9;
}

.system-block {
  border-top: 1px solid #253049;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: clamp(60px, 7vw, 105px);
  padding: 77px 0;
  display: grid;
}

.system-block.reverse {
  grid-template-columns: 1.28fr .72fr;
}

.system-block.reverse .system-copy {
  grid-area: 1 / 2;
}

.system-block.reverse .app-preview {
  grid-area: 1 / 1;
}

.system-file {
  color: #9a7cff;
  background: #11192b;
  border: 1px solid #34405a;
  border-radius: 5px;
  margin-bottom: 17px;
  padding: 6px 9px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  display: inline-block;
}

.system-copy h3 {
  letter-spacing: -.038em;
  margin: 0 0 19px;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 750;
  line-height: 1.16;
}

.system-copy > p {
  color: #a7b0c2;
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
}

.system-copy ul {
  color: #d5dbe6;
  gap: 9px;
  margin: 26px 0 31px;
  padding: 0;
  font-size: 12px;
  list-style: none;
  display: grid;
}

.system-copy li {
  padding-left: 18px;
  position: relative;
}

.system-copy li:before {
  content: "";
  background: var(--purple);
  width: 6px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
}

.button-light {
  color: var(--white);
  background: none;
  border-color: #46526d;
}

.button-light:hover {
  background: #151d31;
  border-color: #7452d6;
}

.app-preview {
  color: #22283a;
  background: #f6f7fb;
  border: 1px solid #33405c;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 26px 60px #00000047;
}

.app-bar {
  background: var(--white);
  border-bottom: 1px solid #dde1e9;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 51px;
  padding: 0 17px;
  font-size: 10px;
  display: grid;
}

.app-bar strong {
  color: var(--purple-dark);
  font-size: 11px;
}

.app-bar > span {
  color: #70798b;
}

.app-bar button {
  color: var(--white);
  background: var(--purple);
  border: 0;
  border-radius: 5px;
  justify-self: end;
  padding: 7px 10px;
  font-size: 8px;
  font-weight: 750;
}

.app-body {
  grid-template-columns: 118px 1fr;
  min-height: 390px;
  display: grid;
}

.app-body aside {
  color: #818999;
  background: #fbfcfe;
  border-right: 1px solid #e1e4eb;
  flex-direction: column;
  gap: 17px;
  padding: 23px 15px;
  font-size: 8px;
  display: flex;
}

.app-body aside b {
  color: var(--purple-dark);
}

.calendar {
  padding: 24px;
}

.calendar-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 9px;
  display: flex;
}

.calendar-header > span {
  color: #868d9b;
}

.calendar-days {
  border-top: 1px solid #e0e3e9;
  border-left: 1px solid #e0e3e9;
  grid-template-columns: repeat(5, 1fr);
  min-height: 295px;
  display: grid;
}

.calendar-days > div {
  background: var(--white);
  border-bottom: 1px solid #e0e3e9;
  border-right: 1px solid #e0e3e9;
  padding: 12px 7px;
}

.calendar-days > div.current {
  background: #f2edff;
}

.calendar-days > div > strong {
  color: #7b8290;
  margin-bottom: 17px;
  font-size: 7px;
  display: block;
}

.calendar-days > div > span {
  border-left: 2px solid var(--purple);
  color: #6a7180;
  background: #f4f1ff;
  border-radius: 2px;
  margin-bottom: 7px;
  padding: 7px 5px;
  font-size: 7px;
  line-height: 1.35;
  display: block;
}

.calendar-days > div > span b {
  color: #292f3c;
  font-weight: 700;
}

.sales-body {
  grid-template-columns: repeat(6, 1fr);
  gap: 11px;
  min-height: 390px;
  padding: 23px;
  display: grid;
}

.metric {
  background: var(--white);
  border: 1px solid #e0e3e9;
  border-radius: 5px;
  flex-direction: column;
  grid-column: span 2;
  min-height: 105px;
  padding: 15px;
  display: flex;
}

.metric span {
  color: #7f8796;
  font-size: 8px;
}

.metric strong {
  color: #1f2533;
  margin-top: 9px;
  font-size: 17px;
}

.metric small {
  color: #4ea476;
  margin-top: auto;
  font-size: 7px;
}

.chart-panel {
  background: var(--white);
  border: 1px solid #e0e3e9;
  border-radius: 5px;
  grid-column: span 4;
  padding: 16px;
}

.chart-panel > div:first-child {
  justify-content: space-between;
  font-size: 8px;
  display: flex;
}

.chart-panel > div:first-child span {
  color: var(--purple-dark);
  font-weight: 700;
}

.bar-chart {
  border-bottom: 1px solid #e2e5ec;
  align-items: end;
  gap: 9px;
  height: 148px;
  margin-top: 18px;
  display: flex;
}

.bar-chart i {
  background: #c7b5fa;
  border-radius: 2px 2px 0 0;
  flex: 1;
  height: 42%;
}

.bar-chart i:nth-child(2) {
  height: 58%;
}

.bar-chart i:nth-child(3) {
  height: 46%;
}

.bar-chart i:nth-child(4) {
  height: 76%;
}

.bar-chart i:nth-child(5) {
  height: 68%;
}

.bar-chart i:nth-child(6) {
  background: var(--purple);
  height: 88%;
}

.bar-chart i:nth-child(7) {
  height: 80%;
}

.recent-panel {
  background: var(--white);
  border: 1px solid #e0e3e9;
  border-radius: 5px;
  grid-column: span 2;
  padding: 16px;
  font-size: 8px;
}

.recent-panel > strong {
  margin-bottom: 20px;
  display: block;
}

.recent-panel p {
  border-top: 1px solid #eceef3;
  flex-direction: column;
  margin: 0;
  padding: 10px 0;
  display: flex;
}

.recent-panel p span {
  color: #777f8f;
}

.projects {
  background: #f2f3f5;
}

.projects .projects-heading {
  text-align: left;
  border-bottom: 1px solid #cdd2db;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: end;
  gap: clamp(50px, 9vw, 140px);
  padding-bottom: 34px;
  display: grid;
}

.projects .projects-heading > div:first-child {
  align-items: flex-start;
}

.projects-heading-note {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 20px;
  display: grid;
}

.projects-heading-note strong {
  color: var(--purple-dark);
  letter-spacing: -.08em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.projects-heading-note p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.projects-showcase {
  flex-direction: column;
  display: flex;
}

.project-case {
  border-bottom: 1px solid #cdd2db;
  padding: clamp(44px, 6vw, 82px) 0;
}

.project-case > a {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: center;
  gap: clamp(42px, 8vw, 120px);
  display: grid;
}

.project-case:nth-child(2n) > a {
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
}

.project-case:nth-child(2n) .project-visual {
  grid-area: 1 / 2;
}

.project-case:nth-child(2n) .project-copy {
  grid-area: 1 / 1;
}

.project-visual {
  background: #e6e8ed;
  border: 1px solid #c6cbd5;
  min-width: 0;
  padding: 11px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 55px #141b291a;
}

.project-visual:after {
  content: "";
  opacity: 0;
  background: linear-gradient(#0000 68%, #0509128f);
  transition: opacity .26s;
  position: absolute;
  inset: 11px;
}

.project-visual img {
  aspect-ratio: 1.58;
  object-fit: cover;
  width: 100%;
  transition: transform .42s cubic-bezier(.2, .7, .2, 1);
  display: block;
}

.project-visual > span {
  z-index: 2;
  color: var(--white);
  letter-spacing: .12em;
  opacity: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 7px;
  font-weight: 800;
  transition: opacity .22s, transform .22s;
  position: absolute;
  bottom: 27px;
  right: 29px;
  transform: translateY(7px);
}

.project-case:hover .project-visual img {
  transform: scale(1.018);
}

.project-case:hover .project-visual:after, .project-case:hover .project-visual > span {
  opacity: 1;
}

.project-case:hover .project-visual > span {
  transform: translateY(0);
}

.project-meta {
  align-items: center;
  gap: 16px;
  display: flex;
}

.project-meta > span {
  color: var(--purple-dark);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
}

.project-meta small {
  color: #778092;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 7px;
  font-weight: 800;
}

.project-copy h3 {
  letter-spacing: -.055em;
  margin: 24px 0 16px;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 750;
  line-height: 1;
}

.project-copy p {
  max-width: 400px;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.72;
}

.project-copy > strong {
  color: #252b38;
  text-transform: uppercase;
  border-bottom: 1px solid #aeb4c0;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  padding-bottom: 5px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.project-copy > strong span {
  color: var(--purple-dark);
  font-size: 12px;
}

.design-section {
  background: #f4f1ec;
  min-height: auto;
  padding-top: clamp(70px, 7vw, 100px);
  padding-bottom: clamp(70px, 7vw, 100px);
}

.design-section .design-heading {
  text-align: left;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: end;
  gap: clamp(50px, 9vw, 140px);
  margin-bottom: 42px;
  display: grid;
}

.design-section .design-heading > div {
  align-items: flex-start;
}

.design-section .design-heading > p {
  border-left: 1px solid #ccc5bb;
  padding-left: 25px;
}

.design-showcase {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  align-items: start;
  gap: clamp(42px, 7vw, 86px);
  width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
}

.design-showcase article {
  min-width: 0;
}

.logo-work {
  grid-column: 1;
}

.post-work {
  grid-column: 2;
  margin-top: 38px;
}

.design-visual {
  position: relative;
}

.design-image {
  background: #ebe6de;
  border: 1px solid #c9c2b7;
  padding: 9px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 58px #2720191a;
}

.logo-work .design-image {
  max-width: 455px;
}

.post-work .design-image {
  max-width: 330px;
}

.logo-work .design-visual {
  max-width: 455px;
}

.post-work .design-visual {
  max-width: 330px;
}

.design-image img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
  display: block;
}

.post-work .design-image img {
  aspect-ratio: 4 / 5;
  object-position: center top;
}

.design-showcase article:hover .design-image img {
  transform: scale(1.018);
}

.design-visual > span {
  color: #81796e;
  letter-spacing: .13em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 7px;
  font-weight: 800;
  position: absolute;
  bottom: -22px;
  right: 0;
}

.design-copy {
  max-width: 455px;
  padding-top: 39px;
}

.post-work .design-copy {
  max-width: 350px;
  padding-top: 37px;
}

.design-meta {
  align-items: center;
  gap: 14px;
  display: flex;
}

.design-meta span {
  color: var(--purple-dark);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
}

.design-meta small {
  color: #777066;
  letter-spacing: .11em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 7px;
  font-weight: 800;
}

.design-showcase h3 {
  letter-spacing: -.05em;
  margin: 15px 0 11px;
  font-size: clamp(23px, 2.3vw, 33px);
  font-weight: 750;
  line-height: 1.08;
}

.post-work h3 {
  font-size: clamp(21px, 1.9vw, 27px);
}

.design-showcase p {
  max-width: 470px;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.design-showcase a {
  color: #2d2933;
  text-transform: uppercase;
  border-bottom: 1px solid #9e9589;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  padding-bottom: 5px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.design-showcase a span {
  color: var(--purple-dark);
  font-size: 12px;
  transition: transform .18s;
}

.design-showcase a:hover span {
  transform: translate(2px, -2px);
}

.testimonials {
  color: var(--white);
  background: #0d1424;
  overflow: hidden;
}

.testimonials .section-heading {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-marquee {
  width: calc(100% + 40px);
  margin-left: -20px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 5% 95%, #0000);
}

.testimonial-track {
  will-change: transform;
  width: max-content;
  animation: 42s linear infinite testimonial-scroll;
  display: flex;
}

.testimonial-marquee:hover .testimonial-track, .testimonial-marquee:focus-within .testimonial-track {
  animation-play-state: paused;
}

.testimonial-group {
  flex-shrink: 0;
  gap: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial-card {
  background: #121b2e;
  border: 1px solid #29344c;
  border-radius: 8px;
  flex-direction: column;
  width: clamp(300px, 31vw, 410px);
  min-height: 255px;
  padding: 27px;
  display: flex;
  box-shadow: inset 0 2px #9c7cff8c;
}

.testimonial-meta {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  display: flex;
}

.testimonial-label {
  color: #78849a;
  letter-spacing: .08em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
}

.testimonial-stars {
  color: #f2bf5e;
  letter-spacing: .09em;
  white-space: nowrap;
  font-size: 14px;
}

.testimonial-card > p {
  color: #c2cad8;
  margin: 31px 0 35px;
  font-size: 15px;
  line-height: 1.72;
}

.testimonial-author {
  background: none;
  border-top: 1px solid #283249;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
  padding: 17px 0 0;
  display: flex;
}

.testimonial-author strong {
  color: var(--white);
  font-size: 13px;
}

.testimonial-author span {
  color: #818ca0;
  font-size: 10px;
}

.about {
  background: #f1f5f9;
  position: relative;
  overflow: hidden;
}

.about-grid {
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(58px, 7vw, 105px);
  display: grid;
}

.about-content {
  grid-column: 2;
}

.about-content h2 {
  max-width: 720px;
  margin: 0;
}

.about-lead {
  max-width: 690px;
  color: var(--muted);
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 1.78;
}

.about-content strong {
  color: var(--text);
}

.about-values {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 31px;
  display: grid;
}

.about-values article {
  background: #ffffffb8;
  border: 1px solid #d5dce7;
  border-radius: 7px;
  min-width: 0;
  padding: 18px 16px;
  box-shadow: inset 0 2px #d9cdf8;
}

.about-values article > span {
  color: #8767df;
  margin-bottom: 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.about-values article > strong {
  font-size: 12px;
  line-height: 1.35;
  display: block;
}

.about-values article > p {
  color: #6d7687;
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 1.6;
}

.about-links {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
  display: flex;
}

.about-links a {
  color: var(--purple-dark);
  letter-spacing: .04em;
  background: #ffffffa6;
  border: 1px solid #ccd4e1;
  border-radius: 4px;
  padding: 9px 13px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 750;
  transition: border-color .16s, color .16s, background .16s;
}

.about-links a:hover {
  color: var(--white);
  background: var(--purple);
  border-color: #9b82df;
}

.about-profile {
  color: #c8d0df;
  background: #10192b;
  border: 1px solid #29354d;
  border-radius: 9px;
  grid-area: 1 / 1;
  overflow: hidden;
  box-shadow: 0 24px 48px #1a223429;
}

.about-profile-bar, .about-profile-footer {
  letter-spacing: .06em;
  background: #0c1424;
  border-bottom: 1px solid #2a354d;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
  padding: 0 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  display: flex;
}

.about-profile-bar span {
  color: #8b96a9;
}

.about-profile-bar strong, .about-profile-footer strong {
  color: var(--green);
  font-size: 8px;
}

.about-code {
  gap: 13px;
  padding: 31px 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  display: grid;
}

.about-code p {
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 8px;
  margin: 0;
  display: grid;
}

.about-code p > span {
  color: #4f5a70;
  -webkit-user-select: none;
  user-select: none;
}

.about-code code {
  color: #aeb8c9;
  white-space: normal;
  min-width: 0;
}

.about-code i {
  color: #8b6ce5;
  font-style: normal;
}

.about-code b {
  color: #8acdb0;
  font-weight: 500;
}

.about-profile-footer {
  color: #6f7a8e;
  border-top: 1px solid #2a354d;
  border-bottom: 0;
  min-height: 41px;
}

.contact-section {
  isolation: isolate;
  min-height: calc(100svh - var(--header-height));
  color: var(--white);
  text-align: left;
  background: #0a1020;
  padding: clamp(75px, 8vw, 110px) max(20px, 50vw - 660px);
  display: block;
  position: relative;
  overflow: hidden;
}

.contact-section:before {
  z-index: -1;
  content: "";
  background-image: linear-gradient(#ffffff06 1px, #0000 1px), linear-gradient(90deg, #ffffff06 1px, #0000 1px);
  background-size: 44px 44px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 78%);
  mask-image: linear-gradient(90deg, #000, #0000 78%);
}

.contact-layout {
  min-height: calc(100svh - var(--header-height) - clamp(150px, 16vw, 220px));
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  align-items: center;
  gap: clamp(65px, 8vw, 120px);
  display: grid;
}

.contact-copy {
  max-width: 700px;
}

.contact-section h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(31px, 3.6vw, 46px);
  line-height: 1.1;
}

.contact-section .section-tag {
  color: #a98cff;
}

.contact-copy > p {
  color: #aeb8ca;
  max-width: 590px;
  margin: 27px 0 0;
  font-size: 15px;
  line-height: 1.75;
}

.contact-direct {
  border-left: 2px solid var(--purple);
  flex-direction: column;
  gap: 4px;
  margin-top: 38px;
  padding-left: 17px;
  display: flex;
}

.contact-direct span {
  color: #758198;
  letter-spacing: .12em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
}

.contact-direct strong {
  color: #e6eaf2;
  font-size: 13px;
}

.contact-brief {
  background: #10192b;
  border: 1px solid #2a3650;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 24px 55px #00000047;
}

.contact-brief-bar {
  background: #0d1525;
  border-bottom: 1px solid #29344b;
  justify-content: space-between;
  align-items: center;
  min-height: 46px;
  padding: 0 19px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  display: flex;
}

.contact-brief-bar span {
  color: #8d98ab;
}

.contact-brief-bar strong {
  color: var(--green);
  letter-spacing: .08em;
  font-size: 8px;
}

.contact-brief ol {
  gap: 0;
  margin: 0;
  padding: 10px 22px;
  list-style: none;
  display: grid;
}

.contact-brief li {
  border-bottom: 1px solid #263149;
  grid-template-columns: 34px 1fr;
  gap: 15px;
  padding: 19px 0;
  display: grid;
}

.contact-brief li:last-child {
  border-bottom: 0;
}

.contact-brief li > span {
  color: #8667e5;
  padding-top: 2px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
}

.contact-brief li strong {
  color: #edf0f6;
  margin-bottom: 4px;
  font-size: 13px;
  display: block;
}

.contact-brief li p {
  color: #8792a6;
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.contact-section .button-primary {
  width: calc(100% - 44px);
  color: var(--white);
  background: var(--purple);
  margin: 8px 22px 22px;
}

.contact-section .button-primary:hover {
  background: var(--purple-dark);
}

footer {
  color: #d8dde7;
  background: var(--navy);
  padding: 62px max(20px, 50vw - 660px) 25px;
}

.footer-main {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 43px;
  display: flex;
}

.footer-brand > span {
  color: var(--white);
  letter-spacing: -.04em;
  font-size: 19px;
  font-weight: 650;
}

.footer-brand > span strong {
  color: #a77bff;
  font-weight: 850;
}

.footer-main > p {
  color: #8a95a9;
  text-align: center;
  max-width: 440px;
  margin: 0;
  font-size: 12px;
}

.footer-bottom {
  color: #737f94;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-top: 1px solid #252f46;
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  display: flex;
}

.footer-bottom a {
  color: #b4bdcc;
}

@media (width <= 1160px) {
  .desktop-command-bar {
    display: none;
  }

  .nav-contact {
    margin-right: 80px;
  }

  .mobile-menu {
    display: block;
    position: absolute;
    right: max(20px, 50vw - 660px);
  }

  .mobile-menu summary {
    cursor: pointer;
    color: #d3d8e3;
    letter-spacing: .08em;
    background: #0c1322;
    border: 1px solid #4a5873;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    width: 84px;
    height: 38px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 10px;
    font-weight: 700;
    list-style: none;
    transition: border-color .18s, color .18s, background .18s;
    display: flex;
    position: relative;
  }

  .mobile-menu summary:before {
    content: "";
    background: #9c7cff;
    border-radius: 999px;
    width: 12px;
    height: 2px;
    transition: transform .18s, box-shadow .18s;
    box-shadow: 0 5px #9c7cff;
  }

  .mobile-menu[open] summary {
    color: var(--white);
    background: #151029;
    border-color: #7359bd;
  }

  .mobile-menu[open] summary:before {
    transform: translateY(2px)rotate(45deg);
    box-shadow: 0 0 #9c7cff;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    display: block;
  }

  .mobile-menu[open] summary span {
    font-size: 0;
  }

  .mobile-menu[open] summary span:after {
    content: "FECHAR";
    font-size: 10px;
  }

  .mobile-menu nav {
    background: #0c1221;
    border-top: 2px solid #7b5fd0;
    border-bottom: 1px solid #29344b;
    border-left: 1px solid #29344b;
    flex-direction: column;
    width: min(360px, 100%);
    padding: 0 28px 26px;
    display: flex;
    position: fixed;
    top: 74px;
    left: auto;
    right: 0;
    box-shadow: 0 20px 42px #0000004d;
  }

  .mobile-nav-head {
    border-bottom: 1px solid #29344b;
    justify-content: space-between;
    align-items: center;
    min-height: 52px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    display: flex;
  }

  .mobile-nav-head span {
    color: #9c7cff;
    font-size: 9px;
    font-weight: 650;
  }

  .mobile-nav-head strong {
    color: #69758c;
    letter-spacing: .09em;
    font-size: 7px;
  }

  .mobile-menu nav a {
    color: #b8c0cf;
    border-bottom: 1px solid #202a40;
    padding: 15px 12px;
    font-size: 13px;
    font-weight: 560;
    transition: color .16s, transform .16s, background .16s, border-color .16s;
    position: relative;
  }

  .mobile-menu nav a:after {
    content: "";
    opacity: 0;
    background: #8d70dd;
    border-radius: 999px;
    width: 2px;
    height: 16px;
    transition: opacity .16s, transform .16s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)scaleY(.35);
  }

  .mobile-menu nav a:hover {
    color: var(--white);
    background: #11192b;
    border-color: #4f3d80;
    transform: translate(4px);
  }

  .mobile-menu nav a:hover:after {
    opacity: 1;
    transform: translateY(-50%)scaleY(1);
  }

  .mobile-menu nav a:last-child {
    color: #d4c7ff;
    text-align: center;
    background: #7b5fd014;
    border: 1px solid #4c3c7f;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    margin-top: 12px;
    padding: 0 38px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    display: flex;
  }

  .mobile-menu nav a:last-child:hover {
    transform: translateY(-1px);
  }

  .mobile-menu nav a:last-child:after {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr 430px;
    gap: 50px;
  }

  .hero-proof > div {
    margin-right: 17px;
    padding-right: 17px;
  }

  .post-work {
    margin-top: 32px;
  }

  .design-image {
    min-height: 0;
  }
}

@media (width <= 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 77px 0;
  }

  .hero-content {
    max-width: 750px;
  }

  .hero-portrait {
    grid-area: auto / 1;
    width: min(100%, 650px);
  }

  .hero-proof {
    grid-area: auto / 1;
  }

  .tech-strip > div {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 30px;
    padding: 19px 0;
  }

  .section-heading {
    gap: 25px;
  }

  .services .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .services-showcase {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .services-manifesto {
    position: static;
  }

  .system-block, .system-block.reverse {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .system-block.reverse .system-copy, .system-block.reverse .app-preview {
    grid-column: 1;
  }

  .system-block.reverse .system-copy {
    grid-row: 1;
  }

  .system-block.reverse .app-preview {
    grid-row: 2;
  }

  .system-copy {
    max-width: 650px;
  }

  .projects .projects-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .project-case > a, .project-case:nth-child(2n) > a {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .project-case:nth-child(2n) .project-visual, .project-case:nth-child(2n) .project-copy {
    grid-area: auto / 1;
  }

  .project-case:nth-child(2n) .project-visual {
    grid-row: 1;
  }

  .design-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .design-section .design-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 25px;
  }

  .design-section .design-heading > p {
    max-width: 520px;
  }

  .logo-work {
    grid-column: 1;
  }

  .post-work {
    grid-column: 2;
    margin-top: 28px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-content {
    grid-area: 1 / 1;
  }

  .about-profile {
    grid-area: 2 / 1;
    width: min(100%, 650px);
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 52px;
    min-height: auto;
  }

  .contact-copy {
    max-width: 720px;
  }
}

@media (width <= 600px) {
  :root {
    --header-height: 68px;
  }

  html {
    scroll-padding-top: 68px;
  }

  .site-header {
    height: var(--header-height);
  }

  .header-inner, .hero-inner, .tech-strip > div {
    width: min(100% - 32px, 1320px);
  }

  .brand img {
    width: 39px;
    height: 39px;
  }

  .brand {
    gap: 9px;
  }

  .nav-contact {
    display: none;
  }

  .mobile-menu {
    right: 12px;
  }

  .mobile-menu nav {
    width: 100%;
    padding: 18px 20px 25px;
    top: 68px;
  }

  .hero-inner {
    gap: 24px;
    padding: 38px 0 46px;
  }

  .hero-kicker {
    margin-bottom: 12px;
    font-size: 9px;
    line-height: 1.5;
  }

  .hero-brand {
    gap: 15px;
  }

  .hero-brand-mark {
    width: clamp(68px, 21vw, 84px);
    height: clamp(68px, 21vw, 84px);
  }

  .hero-brand-copy {
    padding: 3px 0 5px 16px;
  }

  .hero-brand-copy strong {
    letter-spacing: .055em;
    font-size: clamp(26px, 8.4vw, 34px);
  }

  .hero-brand-copy strong:after {
    width: 42px;
    margin-top: 9px;
  }

  .hero-brand-copy small {
    letter-spacing: .1em;
    margin-top: 8px;
    font-size: 6px;
  }

  .hero-description {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.62;
  }

  .hero-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 24px;
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding: 0 10px;
    font-size: 12px;
  }

  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 0;
  }

  .hero-proof > div {
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid #283149;
    align-items: center;
    max-width: none;
    margin: 0;
    padding: 12px 7px 0;
  }

  .hero-proof > div:last-child {
    border-right: 0;
  }

  .hero-proof strong {
    font-size: 11px;
  }

  .hero-proof span {
    font-size: 8px;
  }

  .hero-portrait {
    padding: 9px 9px 0 0;
  }

  .hero-portrait-media {
    aspect-ratio: 16 / 10;
    border-radius: 12px 3px;
  }

  .hero-portrait img {
    object-position: 66% center;
  }

  .portrait-file {
    top: 11px;
    left: 11px;
  }

  .hero-portrait figcaption {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .hero-portrait figcaption strong {
    font-size: 15px;
  }

  .portrait-caption {
    padding: 10px 10px 0;
    font-size: 7px;
  }

  .tech-strip span {
    font-size: 8px;
  }

  .section {
    padding: 64px 16px;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section-heading h2, .about h2, .contact-section h2 {
    font-size: clamp(24px, 7.4vw, 28px);
  }

  .section-heading > p {
    font-size: 14px;
  }

  .services-list {
    border-top-color: #273148;
  }

  .service-row {
    min-height: 220px;
    padding: 23px 18px;
  }

  .service-row:hover {
    padding-left: 23px;
    padding-right: 18px;
  }

  .service-row-content {
    margin-top: 24px;
    display: block;
  }

  .services-list h3 {
    font-size: 23px;
  }

  .services-list p {
    max-width: 90%;
    margin-top: 12px;
    font-size: 11px;
  }

  .service-row a {
    opacity: 1;
    bottom: 22px;
    left: 18px;
    right: auto;
    transform: none;
  }

  .services-manifesto h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .services-signature {
    margin-top: 34px;
  }

  .system-block {
    padding: 59px 0;
  }

  .system-copy h3 {
    font-size: 24px;
  }

  .app-bar {
    grid-template-columns: 1fr auto;
  }

  .app-bar > span {
    display: none;
  }

  .app-body {
    grid-template-columns: 1fr;
    min-height: 340px;
  }

  .app-body aside {
    display: none;
  }

  .calendar {
    padding: 14px;
  }

  .calendar-header {
    margin-bottom: 12px;
  }

  .calendar-days {
    min-height: 255px;
  }

  .calendar-days > div {
    padding: 9px 4px;
  }

  .calendar-days > div > strong {
    font-size: 6px;
  }

  .calendar-days > div > span {
    padding: 5px 3px;
    font-size: 6px;
  }

  .sales-body {
    gap: 7px;
    min-height: 340px;
    padding: 12px;
  }

  .metric {
    min-height: 91px;
    padding: 10px;
  }

  .metric span, .metric small {
    font-size: 6px;
  }

  .metric strong {
    font-size: 12px;
  }

  .chart-panel {
    grid-column: 1 / -1;
    min-height: 175px;
  }

  .recent-panel {
    display: none;
  }

  .bar-chart {
    gap: 5px;
    height: 115px;
  }

  .projects-heading-note {
    max-width: 380px;
  }

  .project-case {
    padding: 38px 0;
  }

  .project-case > a, .project-case:nth-child(2n) > a {
    gap: 25px;
  }

  .project-visual {
    padding: 7px;
  }

  .project-visual:after {
    inset: 7px;
  }

  .project-visual > span {
    display: none;
  }

  .project-copy h3 {
    margin: 17px 0 11px;
    font-size: 27px;
  }

  .project-copy p {
    font-size: 11px;
  }

  .project-copy > strong {
    margin-top: 21px;
  }

  .design-showcase {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .logo-work, .post-work {
    grid-column: 1;
    margin-top: 0;
  }

  .design-image {
    min-height: 0;
    max-height: none;
  }

  .logo-work .design-visual, .logo-work .design-image {
    max-width: 320px;
  }

  .post-work .design-visual, .post-work .design-image {
    max-width: 280px;
  }

  .logo-work .design-visual, .post-work .design-visual {
    margin: 0 auto;
  }

  .design-copy, .post-work .design-copy {
    padding-top: 35px;
  }

  .design-section .design-heading > p {
    padding-left: 17px;
  }

  .design-showcase h3, .post-work h3 {
    font-size: 26px;
  }

  .testimonial-marquee {
    width: calc(100% + 32px);
    margin-left: -16px;
    -webkit-mask-image: linear-gradient(90deg, #0000, #000 3% 97%, #0000);
    mask-image: linear-gradient(90deg, #0000, #000 3% 97%, #0000);
  }

  .testimonial-track {
    animation-duration: 36s;
  }

  .testimonial-group {
    gap: 14px;
    padding-right: 14px;
  }

  .testimonial-card {
    width: min(82vw, 335px);
    min-height: 245px;
    padding: 23px 20px;
  }

  .testimonial-card > p {
    margin: 27px 0 31px;
    font-size: 14px;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-values article {
    padding: 17px;
  }

  .about-values article > span {
    margin-bottom: 12px;
  }

  .about-code {
    padding: 25px 12px;
    font-size: 8px;
  }

  .about-code p {
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 5px;
  }

  .footer-main {
    flex-direction: column;
    align-items: center;
  }

  .footer-main > p {
    text-align: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .contact-section {
    padding: 72px 16px;
  }

  .contact-section h2 {
    font-size: clamp(31px, 9vw, 38px);
  }

  .contact-copy > p {
    margin-top: 22px;
    font-size: 14px;
  }

  .contact-direct {
    margin-top: 30px;
  }

  .contact-brief ol {
    padding: 8px 18px;
  }

  .contact-brief li {
    grid-template-columns: 28px 1fr;
    gap: 11px;
    padding: 17px 0;
  }

  .contact-section .button {
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }

  footer {
    padding: 50px 16px 24px;
  }
}

@media (width <= 390px) {
  .hero-brand {
    gap: 11px;
  }

  .hero-brand-mark {
    width: 64px;
    height: 64px;
  }

  .hero-brand-copy {
    padding-left: 12px;
  }

  .hero-brand-copy strong {
    font-size: 25px;
  }

  .calendar-days > div > span {
    border-left-width: 1px;
  }

  .metric strong {
    font-size: 11px;
  }
}

@keyframes nav-scan {
  0%, 12% {
    background-position: -180px 0;
  }

  72%, to {
    background-position: calc(100% + 180px) 0;
  }
}

@keyframes testimonial-scroll {
  to {
    transform: translate(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .testimonial-track {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }

  *, :before, :after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
}
