:root {
  --ink: oklch(96% 0.008 220);
  --muted: oklch(82% 0.018 225);
  --dim: oklch(69% 0.022 225);
  --bg: oklch(12% 0.032 235);
  --glass: oklch(100% 0 0 / 0.11);
  --glass-strong: oklch(100% 0 0 / 0.17);
  --glass-dark: oklch(6% 0.018 235 / 0.34);
  --line: oklch(100% 0 0 / 0.22);
  --line-strong: oklch(100% 0 0 / 0.36);
  --mih-blue: oklch(52% 0.145 236);
  --cyan: oklch(74% 0.135 202);
  --teal: oklch(66% 0.15 178);
  --gold: oklch(77% 0.13 79);
  --violet: oklch(62% 0.13 286);
  --shadow: 0 30px 90px oklch(5% 0.03 250 / 0.48);
  --radius: 25px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 10%, oklch(52% 0.145 236 / 0.3), transparent 28rem),
    radial-gradient(circle at 90% 4%, oklch(66% 0.15 178 / 0.18), transparent 32rem),
    linear-gradient(135deg, var(--bg), oklch(17% 0.038 225) 48%, oklch(10% 0.032 248));
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Montserrat, Arial, sans-serif;
  line-height: 1.62;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(oklch(100% 0 0 / 0.035) 1px, transparent 1px),
    linear-gradient(90deg, oklch(100% 0 0 / 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 45% 32%, oklch(100% 0 0 / 0.045), transparent 16rem),
    linear-gradient(90deg, oklch(100% 0 0 / 0.028), transparent 42%, oklch(100% 0 0 / 0.026));
}

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

a {
  color: inherit;
}

.site-shell {
  overflow: hidden;
}

.glass-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 30;
  width: min(1180px, calc(100% - 28px));
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background:
    linear-gradient(135deg, oklch(9% 0.03 232 / 0.56), oklch(100% 0 0 / 0.09)),
    oklch(9% 0.03 232 / 0.68);
  box-shadow: 0 18px 60px oklch(4% 0.03 250 / 0.36), inset 0 1px 0 oklch(100% 0 0 / 0.18);
  backdrop-filter: blur(14px) saturate(145%);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 148px;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, oklch(7% 0.025 235 / 0.82), oklch(100% 0 0 / 0.08));
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.16), 0 10px 28px oklch(3% 0.02 235 / 0.28);
}

.brand img {
  width: 124px;
  height: auto;
  filter: drop-shadow(0 10px 18px oklch(3% 0.025 235 / 0.55));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--ink);
  border-color: var(--line);
  background: var(--glass);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: var(--glass);
  color: var(--ink);
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.section,
.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: clamp(78px, 11vw, 140px) 0;
}

.liquid-section {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.liquid-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, oklch(8% 0.03 250 / 0.88), oklch(10% 0.035 250 / 0.58) 44%, oklch(8% 0.03 250 / 0.34)),
    linear-gradient(to bottom, oklch(8% 0.03 250 / 0.4), transparent 42%, oklch(8% 0.03 250 / 0.8));
}

.parallax-bg {
  position: absolute;
  inset: -13% 0;
  z-index: -2;
  width: 100%;
  height: 126%;
  max-width: none;
  object-fit: cover;
  will-change: transform;
  filter: saturate(125%) contrast(1.05);
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.04);
}

.hero {
  min-height: 100vh;
  padding-top: 122px;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 70% 46%, transparent, oklch(5% 0.02 250 / 0.52) 56%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(34px, 7vw, 94px);
  padding: 80px 0 92px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: clamp(3.05rem, 7.4vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 4.8vw, 4.65rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  line-height: 1.18;
}

.hero-text,
.section-heading p,
.about-copy p,
.product-copy p,
.service-note p,
.contact-copy p {
  max-width: 70ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid var(--line);
  border-radius: 999px;
  font-weight: 820;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  border-color: oklch(92% 0.08 178 / 0.42);
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  color: oklch(14% 0.035 245);
  box-shadow: 0 12px 34px oklch(67% 0.17 165 / 0.24);
}

.button-ghost {
  background: var(--glass);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.hero-orbit {
  position: relative;
  display: grid;
  width: min(430px, 100%);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  --mouse-x: 0px;
  --mouse-y: 0px;
  border: 2px solid oklch(100% 0 0 / 0.13);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, oklch(52% 0.145 236 / 0.24), transparent 38%),
    radial-gradient(circle at 35% 24%, oklch(100% 0 0 / 0.13), transparent 26%),
    oklch(100% 0 0 / 0.07);
  box-shadow: var(--shadow), inset 0 1px 0 oklch(100% 0 0 / 0.16);
  backdrop-filter: blur(7px) saturate(145%);
  transform: translate3d(calc(var(--mouse-x) * 0.22), calc(var(--mouse-y) * 0.22), 0);
  transition: transform 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.hero-orbit::before,
.hero-orbit::after {
  position: absolute;
  content: "";
  border: 1px solid oklch(100% 0 0 / 0.18);
  border-radius: 50%;
}

.hero-orbit::before {
  inset: 12%;
}

.hero-orbit::after {
  inset: 27%;
  border-color: oklch(74% 0.135 202 / 0.28);
}

.orbit-core {
  display: grid;
  width: min(250px, 66%);
  min-height: 116px;
  place-items: center;
  padding: 24px;
  border: 2px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(135deg, oklch(6% 0.02 235 / 0.86), oklch(100% 0 0 / 0.08));
  box-shadow: 0 24px 70px oklch(3% 0.02 235 / 0.45), inset 0 1px 0 oklch(100% 0 0 / 0.18);
  backdrop-filter: blur(8px);
  transform: translate3d(calc(var(--mouse-x) * -0.1), calc(var(--mouse-y) * -0.1), 0);
  transition: transform 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.orbit-core img {
  width: 100%;
  filter: drop-shadow(0 12px 22px oklch(3% 0.02 235 / 0.58));
}

.orbit-dot {
  position: absolute;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: var(--glass);
  box-shadow: 0 18px 44px oklch(4% 0.025 235 / 0.36), inset 0 1px 0 oklch(100% 0 0 / 0.18);
  color: var(--ink);
  font-weight: 850;
  text-align: center;
  backdrop-filter: blur(7px);
}

.dot-one {
  top: 12%;
  right: 19%;
  transform: translate3d(calc(var(--mouse-x) * 0.48), calc(var(--mouse-y) * 0.42), 0);
}

.dot-two {
  left: 9%;
  bottom: 24%;
  transform: translate3d(calc(var(--mouse-x) * -0.38), calc(var(--mouse-y) * 0.34), 0);
}

.dot-three {
  right: 14%;
  bottom: 13%;
  transform: translate3d(calc(var(--mouse-x) * 0.34), calc(var(--mouse-y) * -0.42), 0);
}

.liquid-card,
.liquid-chip,
.liquid-row,
.contact-card,
.client-wall,
.liquid-dashboard {
  border: 2px solid var(--line);
  background: var(--glass);
  box-shadow: var(--shadow), inset 0 1px 0 oklch(100% 0 0 / 0.18);
  backdrop-filter: blur(7px) saturate(145%);
}

.section-heading {
  margin-bottom: clamp(34px, 6vw, 62px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 325px;
  padding: clamp(22px, 3.6vw, 34px);
  border-radius: var(--radius);
}

.service-icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 30px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 22px;
  background: oklch(100% 0 0 / 0.12);
  color: var(--cyan);
  font-size: 1.55rem;
}

.service-card p,
.liquid-row span {
  margin-bottom: 0;
  color: var(--muted);
}

.product-section,
.salesforce-section {
  min-height: 92vh;
  padding: clamp(84px, 11vw, 140px) 0;
}

.product-grid,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
}

.product-copy {
  max-width: 760px;
}

.product-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.liquid-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 760;
}

.liquid-chip i {
  color: var(--gold);
}

.liquid-dashboard {
  min-height: 410px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 34px;
}

.dash-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 32px;
}

.dash-header span {
  color: var(--muted);
}

.dash-header strong {
  font-size: 1.3rem;
}

.dash-chart {
  height: 164px;
  display: flex;
  align-items: end;
  gap: 13px;
  padding: 18px;
  border-radius: 22px;
  background: oklch(0% 0 0 / 0.14);
}

.dash-chart i {
  flex: 1;
  min-width: 22px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(to top, var(--teal), var(--gold));
  box-shadow: 0 0 28px oklch(76% 0.16 185 / 0.28);
}

.dash-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.dash-list span {
  padding: 11px 13px;
  border: 1px solid oklch(100% 0 0 / 0.14);
  border-radius: 16px;
  background: oklch(100% 0 0 / 0.07);
  color: var(--muted);
}

.split-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.76fr);
}

.service-note {
  padding: clamp(28px, 4.3vw, 44px);
  border-radius: 34px;
  overflow: hidden;
}

.service-note h2 {
  max-width: 100%;
  font-size: clamp(2rem, 4.05vw, 3.95rem);
  overflow-wrap: anywhere;
}

.capability-list {
  display: grid;
  gap: 14px;
}

.liquid-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 16px;
  border-radius: var(--radius);
}

.liquid-row i {
  display: inline-grid;
  width: 52px;
  height: 52px;
  min-width: 52px;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(135deg, oklch(52% 0.145 236 / 0.28), oklch(100% 0 0 / 0.12));
  color: oklch(88% 0.09 205);
  font-size: 1.25rem;
  line-height: 1;
}

.salesforce-section {
  min-height: auto;
}

.clients-section {
  min-height: 92vh;
  padding: clamp(84px, 11vw, 140px) 0;
}

.clients-section::after {
  background:
    linear-gradient(90deg, oklch(7% 0.025 235 / 0.82), oklch(7% 0.025 235 / 0.46) 44%, oklch(7% 0.025 235 / 0.66)),
    linear-gradient(to bottom, oklch(7% 0.025 235 / 0.78), transparent 36%, oklch(7% 0.025 235 / 0.82));
}

.clients-bg {
  object-position: 60% center;
  filter: saturate(112%) contrast(1.03) brightness(0.74);
}

.client-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
}

.client-wall img {
  width: 100%;
  height: 148px;
  object-fit: contain;
  padding: 28px;
  background: oklch(100% 0 0 / 0.08);
  filter: saturate(0.88) contrast(1.06);
}

.about-section {
  min-height: auto;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: clamp(22px, 5vw, 68px);
}

.about-bullets {
  grid-column: 1;
}

.about-copy {
  grid-column: 2;
  padding: clamp(26px, 4.5vw, 48px);
  border-radius: 34px;
  background:
    linear-gradient(135deg, oklch(6% 0.02 235 / 0.48), oklch(100% 0 0 / 0.11)),
    oklch(10% 0.028 235 / 0.46);
}

.contact-section {
  min-height: 92vh;
  padding: clamp(84px, 11vw, 140px) 0;
}

.contact-section::after {
  background:
    linear-gradient(90deg, oklch(7% 0.025 235 / 0.76), oklch(7% 0.025 235 / 0.44) 44%, oklch(7% 0.025 235 / 0.7)),
    linear-gradient(to bottom, oklch(7% 0.025 235 / 0.76), transparent 34%, oklch(7% 0.025 235 / 0.82));
}

.contact-bg {
  object-position: 64% center;
  filter: saturate(112%) contrast(1.02) brightness(0.72);
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 78px);
  padding: clamp(24px, 5vw, 58px);
  border-radius: 34px;
}

.contact-info {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-info p {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 0;
  color: var(--muted);
}

.contact-info i {
  width: 20px;
  color: var(--cyan);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 2px solid var(--line);
  border-radius: 18px;
  background: oklch(100% 0 0 / 0.09);
  color: var(--ink);
  font: inherit;
  outline: none;
  padding: 14px 16px;
  backdrop-filter: blur(6px);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: oklch(76% 0.16 185 / 0.76);
  box-shadow: 0 0 0 4px oklch(76% 0.16 185 / 0.12);
}

.contact-form ::placeholder {
  color: oklch(80% 0.026 230 / 0.58);
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 24px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.form-status.is-success {
  color: var(--cyan);
}

.form-status.is-error {
  color: var(--gold);
}

.footer {
  width: min(1180px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  padding: 26px 0 38px;
  color: var(--muted);
}

.footer p {
  margin: 0;
}

.footer a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: var(--glass);
  text-decoration: none;
  backdrop-filter: blur(7px);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms cubic-bezier(0.19, 1, 0.22, 1), transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-grid,
  .product-grid,
  .split-section,
  .contact-card {
    grid-template-columns: 1fr;
  }

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

  .about-copy {
    grid-column: 1;
    max-width: 680px;
    margin-left: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-orbit {
    justify-items: start;
  }

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

  .client-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .glass-nav {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 28px;
  }

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

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 2px solid var(--line);
    border-radius: 24px;
    background: oklch(17% 0.04 248 / 0.92);
    backdrop-filter: blur(18px) saturate(145%);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-height: 44px;
    padding: 12px 14px;
  }

  .section,
  .section-inner {
    width: min(100% - 24px, 1180px);
  }

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

  .about-section {
    min-height: auto;
  }

  .about-copy {
    margin-left: 0;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.35rem);
  }

  .hero-orbit {
    justify-self: start;
    width: min(360px, 100%);
  }

  .client-wall img {
    height: 128px;
    padding: 22px;
  }

  .liquid-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .hero-actions,
  .button {
    width: 100%;
  }

  .orbit-core {
    width: 70%;
    min-height: 100px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .parallax-bg {
    transform: scale(1.04);
  }
}
