:root {
  --ink: #11131a;
  --muted: #656874;
  --line: #d9d9d4;
  --paper: #f7f6f1;
  --paper-bright: #fffef9;
  --warm: #eeece4;
  --night: #0b0d13;
  --night-soft: #141722;
  --night-line: rgba(255, 255, 255, 0.13);
  --acid: #eaff78;
  --acid-soft: #f3ffad;
  --gold: #d9a94f;
  --cargo-blue: #1675e8;
  --max-width: 1240px;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shadow: 0 28px 80px rgba(17, 19, 26, 0.13);
  --font-sans: "Aptos", "Inter Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
  border-radius: 3px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

::selection {
  background: var(--acid);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.section-dark {
  background: var(--night);
  color: #f8f8f3;
}

.section-light {
  background: var(--paper-bright);
}

.section-warm {
  background: var(--warm);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(11, 13, 19, 0.83);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  font-weight: 780;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: var(--acid);
  color: #0f1117;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.brand-name {
  font-size: 1rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--acid);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover {
  color: #fff;
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  color: #fff;
  font-size: 0.87rem;
  font-weight: 760;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.header-cta:hover {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 920px;
  padding-top: 76px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.28;
  pointer-events: none;
}

.hero-glow-one {
  top: 110px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, #6758ff, transparent 67%);
}

.hero-glow-two {
  bottom: 30px;
  left: -300px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #a9cc3a, transparent 66%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  min-height: 690px;
  align-items: center;
  gap: 60px;
  padding-top: 58px;
  padding-bottom: 45px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.64);
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 4px rgba(234, 255, 120, 0.11);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(4.1rem, 7vw, 7.6rem);
  font-weight: 670;
  letter-spacing: -0.072em;
  line-height: 0.86;
}

.hero h1 em {
  color: var(--acid);
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.hero-lede {
  max-width: 650px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--acid);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(234, 255, 120, 0.13);
}

.button-primary:hover {
  background: #f4ffb2;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.07);
}

.hero-disciplines {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.79rem;
  font-weight: 700;
  list-style: none;
}

.hero-disciplines li + li::before {
  margin: 0 11px;
  color: rgba(255, 255, 255, 0.21);
  content: "/";
}

.hero-showcase {
  position: relative;
  min-height: 570px;
  isolation: isolate;
}

.hero-showcase::before {
  position: absolute;
  top: 4%;
  right: 0;
  width: 86%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.07), transparent 67%);
  content: "";
}

.hero-phone {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 8px solid #242832;
  border-radius: 30px;
  background: #11141c;
  box-shadow: 0 38px 74px rgba(0, 0, 0, 0.46);
}

.hero-phone::before,
.device::before {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  width: 28%;
  height: 14px;
  border-radius: 20px;
  background: #161820;
  content: "";
  transform: translateX(-50%);
}

.hero-phone img,
.device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-phone-back {
  top: 54px;
  right: 6px;
  width: 49%;
  aspect-ratio: 720 / 1560;
  transform: rotate(7deg);
}

.hero-phone-front {
  z-index: 3;
  bottom: 16px;
  left: 15%;
  width: 48%;
  aspect-ratio: 620 / 1342;
  border-color: #e9e4d7;
  transform: rotate(-6deg);
}

.hero-phone-front::before {
  background: #e9e4d7;
}

.orbit-label {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 99px;
  background: rgba(17, 20, 29, 0.82);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.orbit-label-live {
  top: 90px;
  left: 0;
}

.orbit-label-build {
  right: 0;
  bottom: 50px;
}

.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(234, 255, 120, 0.12);
}

.hero-proof {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 0.9fr 1.35fr;
  border-top: 1px solid var(--night-line);
}

.proof-item {
  display: flex;
  min-height: 126px;
  align-items: center;
  gap: 17px;
  padding: 24px 28px 24px 0;
  border-right: 1px solid var(--night-line);
}

.proof-item + .proof-item {
  padding-left: 28px;
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.proof-item span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.75rem;
  font-weight: 680;
  letter-spacing: 0.015em;
  line-height: 1.5;
}

.intro-section {
  padding: 130px 0 140px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 80px;
}

.section-kicker {
  color: #5d5f65;
}

.intro-grid h2,
.section-heading h2,
.quality-copy h2,
.stack-heading h2,
.about-copy h2,
.contact-inner h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.2vw, 5.5rem);
  font-weight: 650;
  letter-spacing: -0.067em;
  line-height: 0.96;
}

.intro-grid h2 {
  max-width: 920px;
}

.intro-grid > div > p {
  max-width: 720px;
  margin: 35px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.75;
}

.work-section {
  padding: 125px 0 0;
}

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

.split-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr;
  align-items: end;
  gap: 70px;
}

.split-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.project {
  position: relative;
  padding: 90px 0 110px;
  overflow: hidden;
}

.project::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 48px), var(--max-width));
  height: 1px;
  background: rgba(17, 19, 26, 0.15);
  content: "";
  transform: translateX(-50%);
}

.project-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: 88px;
}

.project-grid-reverse {
  grid-template-columns: minmax(480px, 1.12fr) minmax(0, 0.88fr);
}

.project-grid-reverse .project-content {
  grid-column: 2;
}

.project-grid-reverse .project-visual {
  grid-row: 1;
  grid-column: 1;
}

.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 42px;
}

.project-number {
  color: #7d7d77;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-style: italic;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(17, 19, 26, 0.14);
  border-radius: 999px;
  color: #4b4c4f;
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #56a971;
}

.badge-build span {
  background: #ef9a37;
}

.project-type {
  margin: 0 0 14px;
  color: #555752;
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project h3 {
  margin: 0;
  font-size: clamp(3.1rem, 5.2vw, 5.4rem);
  font-weight: 660;
  letter-spacing: -0.072em;
  line-height: 0.94;
}

.project-lede {
  margin: 28px 0 0;
  color: #55575c;
  font-size: 1.1rem;
  line-height: 1.72;
}

.project-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
  padding: 27px 0;
  border-top: 1px solid rgba(17, 19, 26, 0.13);
  border-bottom: 1px solid rgba(17, 19, 26, 0.13);
}

.project-results div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.project-results strong {
  font-family: var(--font-display);
  font-size: 2.45rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.project-results span {
  color: #555752;
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.4;
}

.feature-list {
  display: grid;
  gap: 13px;
  margin: 31px 0 0;
  padding: 0;
  color: #4f5156;
  font-size: 0.88rem;
  line-height: 1.55;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 21px;
}

.feature-list li::before {
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #84857f;
  content: "";
}

.project-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 36px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #777871;
  font-size: 0.83rem;
  font-weight: 820;
  text-decoration: none;
  transition: gap 160ms ease, border-color 160ms ease;
}

.text-link:hover {
  gap: 23px;
  border-color: var(--ink);
}

.store-link {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border-radius: 10px;
  background: #13151b;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.store-link:hover {
  background: #292c35;
  transform: translateY(-2px);
}

.store-link small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.52rem;
  font-weight: 580;
}

.store-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #fff;
  font-size: 1.2rem;
}

.store-icon-play {
  font-size: 1rem;
}

.tech-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 34px;
}

.tech-row span {
  padding: 6px 9px;
  border: 1px solid rgba(17, 19, 26, 0.13);
  border-radius: 6px;
  color: #4f524c;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.62rem;
}

.project-visual {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.iching-visual {
  background:
    linear-gradient(150deg, rgba(217, 169, 79, 0.13), transparent 46%),
    #16130f;
}

.iching-visual::after {
  position: absolute;
  inset: 0;
  background-image: url("/iching-tabletop.webp");
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 0.16;
  mix-blend-mode: luminosity;
}

.iching-sun {
  position: absolute;
  z-index: 1;
  top: 8%;
  right: 9%;
  width: 49%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 40%, #edc86b 0, #c88332 43%, #502a17 100%);
  box-shadow: 0 0 100px rgba(210, 145, 55, 0.2);
  opacity: 0.8;
}

.visual-caption {
  position: absolute;
  z-index: 5;
  color: #efe3ca;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.25;
}

.visual-caption-top {
  top: 10%;
  left: 8%;
}

.device {
  position: absolute;
  z-index: 4;
  margin: 0;
  overflow: hidden;
  border: 8px solid #25231f;
  border-radius: 34px;
  background: #17181e;
  box-shadow: 0 34px 68px rgba(0, 0, 0, 0.44);
}

.device-left {
  bottom: -9%;
  left: 9%;
  width: 47%;
  aspect-ratio: 620 / 1342;
  transform: rotate(-4deg);
}

.device-right {
  z-index: 3;
  right: 5%;
  bottom: 4%;
  width: 43%;
  aspect-ratio: 620 / 1342;
  transform: rotate(6deg);
}

.trigram-mark {
  position: absolute;
  z-index: 6;
  right: 7%;
  bottom: 6%;
  display: grid;
  gap: 7px;
  width: 70px;
  padding: 17px;
  border: 1px solid rgba(236, 212, 166, 0.3);
  border-radius: 50%;
  background: rgba(20, 16, 11, 0.73);
  backdrop-filter: blur(8px);
}

.trigram-mark i {
  display: block;
  height: 3px;
  background: #e8cf9a;
}

.trigram-mark i.broken {
  background: linear-gradient(90deg, #e8cf9a 0 39%, transparent 39% 61%, #e8cf9a 61%);
}

.project-cargo {
  background: #e1e0da;
}

.cargo-visual {
  background: #0e1a2e;
}

.cargo-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(97, 151, 219, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 151, 219, 0.11) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(500px) rotateX(35deg) scale(1.35);
}

.cargo-visual::before {
  position: absolute;
  top: -18%;
  right: -12%;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 127, 240, 0.65), rgba(16, 59, 113, 0.18) 48%, transparent 70%);
  content: "";
}

.cargo-visual::after {
  position: absolute;
  bottom: -22%;
  left: -14%;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 187, 153, 0.35), transparent 70%);
  content: "";
}

.cargo-label {
  position: absolute;
  z-index: 4;
  top: 7%;
  right: 7%;
  left: 7%;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.71rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cargo-device-main {
  z-index: 5;
  right: 8%;
  bottom: -5%;
  width: 49%;
  aspect-ratio: 720 / 1560;
  border-color: #1b2029;
  transform: rotate(4deg);
}

.cargo-device-side {
  z-index: 3;
  bottom: 6%;
  left: 6%;
  width: 42%;
  aspect-ratio: 640 / 1387;
  border-color: #1b2029;
  opacity: 0.95;
  transform: rotate(-7deg);
}

.cargo-stamp {
  position: absolute;
  z-index: 8;
  right: 6%;
  bottom: 7%;
  display: grid;
  width: 108px;
  height: 108px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(8, 17, 29, 0.8);
  color: white;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}

.cargo-stamp span {
  font-size: 0.56rem;
  letter-spacing: 0.14em;
}

.cargo-stamp strong {
  color: #6fd7ff;
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}

.project-note {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 31px;
  padding: 15px;
  border: 1px solid rgba(17, 19, 26, 0.13);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.31);
}

.project-note img {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 13px;
}

.project-note p {
  margin: 0;
  color: #666761;
  font-size: 0.76rem;
  line-height: 1.45;
}

.project-note strong {
  color: var(--ink);
}

.services-section {
  padding: 135px 0 145px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 410px;
  padding: 40px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-bright);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  z-index: 2;
  background: #fff;
  box-shadow: 0 20px 45px rgba(17, 19, 26, 0.07);
  transform: translateY(-3px);
}

.service-featured {
  background: #f0f3dc;
}

.service-index {
  position: absolute;
  top: 26px;
  right: 29px;
  color: #60625d;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-style: italic;
}

.service-icon {
  position: relative;
  width: 54px;
  height: 54px;
  margin-bottom: 55px;
  border: 1px solid #b7b8af;
  border-radius: 50%;
}

.icon-unity::before,
.icon-unity::after,
.icon-unity i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 2px;
  background: #383a3c;
  content: "";
  transform-origin: center;
}

.icon-unity::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.icon-unity::after {
  transform: translate(-50%, -50%) rotate(60deg);
}

.icon-unity i {
  transform: translate(-50%, -50%) rotate(-60deg);
}

.icon-mobile::before {
  position: absolute;
  top: 12px;
  left: 17px;
  width: 18px;
  height: 28px;
  border: 2px solid #383a3c;
  border-radius: 5px;
  content: "";
}

.icon-web::before {
  position: absolute;
  inset: 12px;
  border: 2px solid #383a3c;
  border-radius: 4px;
  content: "";
}

.icon-web i {
  position: absolute;
  top: 20px;
  left: 13px;
  width: 26px;
  height: 2px;
  background: #383a3c;
}

.icon-launch {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}

.service-card h3 {
  margin: 0;
  font-size: 1.52rem;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.service-card > p {
  max-width: 480px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

.service-card ul {
  display: grid;
  gap: 7px;
  margin: 24px 0 0;
  padding: 0;
  color: #5b5d61;
  font-size: 0.74rem;
  font-weight: 680;
  list-style: none;
}

.service-card li::before {
  margin-right: 9px;
  color: #96978f;
  content: "—";
}

.quality-section {
  padding: 140px 0;
}

.quality-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 110px;
}

.quality-copy {
  position: sticky;
  top: 125px;
  align-self: start;
}

.quality-copy .section-kicker {
  color: var(--acid);
}

.quality-copy h2 {
  font-size: clamp(3.1rem, 5vw, 5.35rem);
}

.quality-copy > p {
  max-width: 500px;
  margin: 29px 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 1.04rem;
  line-height: 1.75;
}

.text-link-light {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.quality-list {
  border-top: 1px solid var(--night-line);
}

.quality-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 40px 0;
  border-bottom: 1px solid var(--night-line);
}

.quality-list article > span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-style: italic;
}

.quality-list h3 {
  margin: 0;
  font-size: 1.38rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.quality-list p {
  max-width: 570px;
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.91rem;
  line-height: 1.68;
}

.stack-section {
  padding: 130px 0 140px;
}

.stack-heading {
  display: grid;
  grid-template-columns: 0.33fr 1fr;
  gap: 80px;
  margin-bottom: 70px;
}

.stack-heading h2 {
  max-width: 900px;
  font-size: clamp(2.7rem, 4.6vw, 5rem);
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.stack-grid div {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stack-grid span {
  margin-bottom: auto;
  color: #60625f;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-style: italic;
}

.stack-grid strong {
  padding: 7px 0;
  border-bottom: 1px solid #e4e4df;
  font-size: 0.78rem;
  font-weight: 720;
}

.process-section {
  padding: 130px 0 140px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  padding: 0;
  border-top: 1px solid rgba(17, 19, 26, 0.17);
  list-style: none;
}

.process-list li {
  min-height: 290px;
  padding: 27px 28px 0 0;
  border-right: 1px solid rgba(17, 19, 26, 0.17);
}

.process-list li + li {
  padding-left: 28px;
}

.process-list li:last-child {
  border-right: 0;
}

.process-list li > span {
  color: #5f615d;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-style: italic;
}

.process-list li > div {
  margin-top: 74px;
}

.process-list h3 {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.process-list p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.about-section {
  padding: 140px 0 155px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 80px;
}

.about-monogram {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 50%;
  aspect-ratio: 1;
}

.about-monogram span {
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 7rem);
  font-style: italic;
}

.about-monogram span:first-child {
  background: var(--night);
  color: var(--paper);
}

.about-monogram span:last-child {
  background: var(--acid);
  color: var(--ink);
}

.about-copy h2 {
  max-width: 870px;
}

.about-lede {
  max-width: 850px;
  margin: 36px 0 0;
  color: #45474c;
  font-size: 1.25rem;
  line-height: 1.68;
}

.about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 870px;
  margin-top: 42px;
  padding-top: 31px;
  border-top: 1px solid var(--line);
}

.about-columns p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.75;
}

.contact-section {
  position: relative;
  padding: 140px 0 130px;
  overflow: hidden;
  background: var(--acid);
  color: var(--ink);
}

.contact-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 19, 26, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 26, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
}

.contact-orb {
  position: absolute;
  top: -260px;
  right: -180px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(17, 19, 26, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(17, 19, 26, 0.025),
    0 0 0 140px rgba(17, 19, 26, 0.02);
}

.contact-inner {
  position: relative;
  z-index: 2;
}

.contact-inner .section-kicker {
  color: #5a641a;
}

.contact-inner h2 {
  max-width: 1040px;
  font-size: clamp(3.5rem, 7.2vw, 7.8rem);
}

.contact-inner > p {
  max-width: 650px;
  margin: 36px 0 0;
  color: #4c521f;
  font-size: 1.08rem;
}

.button-contact {
  min-height: 61px;
  margin-top: 40px;
  background: var(--night);
  color: #fff;
}

.button-contact:hover {
  background: #242832;
}

.contact-details {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 85px;
  padding-top: 25px;
  border-top: 1px solid rgba(17, 19, 26, 0.18);
  color: #4c521f;
  font-size: 0.76rem;
  font-weight: 750;
}

.contact-details span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-details .status-dot {
  background: #15191e;
  box-shadow: 0 0 0 4px rgba(17, 19, 26, 0.1);
}

.site-footer {
  padding: 30px 0;
  background: var(--night);
  color: rgba(255, 255, 255, 0.55);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.footer-brand {
  color: #fff;
  font-size: 0.85rem;
}

.footer-brand .brand-mark {
  width: 34px;
  height: 34px;
}

.footer-inner p {
  margin: 0;
  font-size: 0.69rem;
  font-weight: 650;
}

.footer-inner p:last-child {
  text-align: right;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
    gap: 32px;
  }

  .hero h1 {
    font-size: clamp(4rem, 7vw, 6.4rem);
  }

  .project-grid,
  .project-grid-reverse {
    grid-template-columns: minmax(0, 0.94fr) minmax(410px, 1.06fr);
    gap: 48px;
  }

  .project-grid-reverse .project-content {
    grid-column: 2;
  }

  .project-grid-reverse .project-visual {
    grid-column: 1;
  }

  .project-visual {
    min-height: 690px;
  }

  .project-results {
    gap: 10px;
  }

  .project-results strong {
    font-size: 2rem;
  }

  .quality-grid {
    gap: 60px;
  }

  .stack-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  html {
    scroll-padding-top: 76px;
  }

  .shell {
    width: min(calc(100% - 36px), var(--max-width));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-name,
  .site-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 68px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 80px;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
  }

  .hero h1 {
    max-width: 710px;
    font-size: clamp(4rem, 14vw, 7rem);
  }

  .hero-lede {
    max-width: 650px;
  }

  .hero-showcase {
    width: min(100%, 590px);
    min-height: 600px;
    margin: 0 auto;
  }

  .hero-proof {
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
  }

  .proof-item:nth-child(2) {
    border-right: 0;
  }

  .proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--night-line);
  }

  .proof-item:nth-child(3) {
    padding-left: 0;
  }

  .intro-section,
  .services-section,
  .quality-section,
  .stack-section,
  .process-section,
  .about-section {
    padding-block: 100px;
  }

  .intro-grid,
  .stack-heading,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .intro-grid h2,
  .section-heading h2,
  .quality-copy h2,
  .stack-heading h2,
  .about-copy h2 {
    font-size: clamp(2.8rem, 9.5vw, 5rem);
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .work-section {
    padding-top: 100px;
  }

  .project {
    padding: 70px 0 90px;
  }

  .project-grid,
  .project-grid-reverse {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .project-grid-reverse .project-content,
  .project-grid-reverse .project-visual {
    grid-row: auto;
    grid-column: auto;
  }

  .project-grid-reverse .project-content {
    order: 1;
  }

  .project-grid-reverse .project-visual {
    order: 2;
  }

  .project-content {
    max-width: 680px;
  }

  .project-visual {
    min-height: min(820px, 108vw);
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .quality-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .quality-copy {
    position: static;
  }

  .stack-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-list {
    grid-template-columns: 1fr 1fr;
  }

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .process-list li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(17, 19, 26, 0.17);
  }

  .process-list li:nth-child(3) {
    padding-left: 0;
  }

  .about-monogram {
    width: 230px;
  }

  .contact-section {
    padding-block: 110px 90px;
  }

  .contact-inner h2 {
    font-size: clamp(3.3rem, 12vw, 6.5rem);
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner > p:first-of-type {
    display: none;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .header-inner {
    min-height: 64px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.77rem;
  }

  .hero-grid {
    padding-top: 64px;
  }

  .eyebrow {
    align-items: flex-start;
    font-size: 0.64rem;
  }

  .eyebrow .status-dot {
    margin-top: 3px;
  }

  .hero h1 {
    font-size: clamp(3.55rem, 17.5vw, 5.2rem);
    line-height: 0.9;
  }

  .hero-lede {
    margin-top: 27px;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-disciplines {
    gap: 8px 13px;
  }

  .hero-disciplines li + li::before {
    display: none;
  }

  .hero-showcase {
    min-height: 480px;
  }

  .hero-phone {
    border-width: 6px;
    border-radius: 24px;
  }

  .hero-phone-back {
    top: 47px;
    width: 52%;
  }

  .hero-phone-front {
    bottom: 8px;
    left: 6%;
    width: 52%;
  }

  .orbit-label {
    font-size: 0.55rem;
  }

  .orbit-label-live {
    top: 66px;
  }

  .hero-proof {
    width: calc(100% - 28px);
  }

  .proof-item,
  .proof-item + .proof-item {
    min-height: 115px;
    gap: 10px;
    padding: 17px 13px;
  }

  .proof-item:nth-child(odd) {
    padding-left: 0;
  }

  .proof-item strong {
    font-size: 2.1rem;
  }

  .proof-item span {
    font-size: 0.63rem;
  }

  .intro-section,
  .services-section,
  .quality-section,
  .stack-section,
  .process-section,
  .about-section {
    padding-block: 78px;
  }

  .work-section {
    padding-top: 78px;
  }

  .project {
    padding-block: 58px 75px;
  }

  .project-meta {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .project h3 {
    font-size: clamp(3.2rem, 15vw, 4.6rem);
  }

  .project-lede {
    font-size: 1rem;
  }

  .project-results {
    gap: 12px;
  }

  .project-results strong {
    font-size: 1.8rem;
  }

  .project-results span {
    font-size: 0.58rem;
  }

  .project-links {
    align-items: stretch;
    flex-direction: column;
  }

  .text-link,
  .store-link {
    width: 100%;
  }

  .store-link {
    justify-content: center;
  }

  .project-visual {
    min-height: 560px;
    border-radius: 24px;
  }

  .device {
    border-width: 6px;
    border-radius: 25px;
  }

  .device-left {
    left: 5%;
    width: 52%;
  }

  .device-right {
    right: 2%;
    width: 48%;
  }

  .visual-caption-top {
    top: 6%;
    left: 6%;
    font-size: 0.92rem;
  }

  .trigram-mark {
    right: 5%;
    bottom: 5%;
    width: 58px;
    padding: 13px;
  }

  .cargo-device-main {
    right: 3%;
    width: 54%;
  }

  .cargo-device-side {
    left: 2%;
    width: 47%;
  }

  .cargo-stamp {
    right: 4%;
    bottom: 5%;
    width: 82px;
    height: 82px;
  }

  .cargo-stamp strong {
    font-size: 1rem;
  }

  .service-card {
    min-height: 370px;
    padding: 30px;
  }

  .service-icon {
    margin-bottom: 44px;
  }

  .quality-list article {
    grid-template-columns: 40px 1fr;
    padding-block: 32px;
  }

  .stack-grid {
    grid-template-columns: 1fr;
  }

  .stack-grid div {
    min-height: 220px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li + li,
  .process-list li:nth-child(3) {
    min-height: auto;
    padding: 25px 0 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 26, 0.17);
  }

  .process-list li > div {
    margin-top: 32px;
  }

  .about-monogram {
    width: 180px;
  }

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

  .contact-section {
    padding-block: 83px 72px;
  }

  .contact-inner h2 {
    font-size: clamp(3.05rem, 15vw, 4.9rem);
  }

  .button-contact {
    padding-inline: 16px;
    font-size: 0.75rem;
  }

  .contact-details {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 58px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .hero-showcase {
    animation: hero-in 750ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
  }

  .hero-showcase {
    animation-delay: 120ms;
  }

  @keyframes hero-in {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .contact-section {
    display: none;
  }

  .section-dark,
  .section-warm,
  .section-light,
  .project-cargo {
    background: #fff;
    color: #000;
  }

  .hero {
    min-height: auto;
    padding: 40px 0;
  }
}
