:root {
  --ek-bg: #080808;
  --ek-panel: #111111;
  --ek-panel-2: #141414;
  --ek-ink: #ffffff;
  --ek-muted: #888888;
  --ek-signal: #c8c8c8;
  --ek-signal-soft: rgba(200, 200, 200, 0.16);
  --ek-ice: #ffffff;
  --ek-line: rgba(255, 255, 255, 0.13);
  --ek-radius: 30px;
  --ek-shadow: 0 36px 100px rgba(0, 0, 0, 0.46);
}

html {
  background: var(--ek-bg);
  color-scheme: dark;
}

body {
  background:
    radial-gradient(circle at 16% -12%, rgba(200, 200, 200, 0.09), transparent 31rem),
    var(--ek-bg);
  color: var(--ek-ink);
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

::selection {
  color: var(--ek-bg);
  background: var(--ek-signal);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--ek-signal), #555555);
  border-radius: 999px;
}

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

.ekbar-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1000;
  width: 100%;
  height: 2px;
  pointer-events: none;
  transform: scaleX(var(--progress, 0));
  transform-origin: left center;
  background: var(--ek-signal);
  box-shadow: 0 0 22px rgba(200, 200, 200, 0.72);
}

nav {
  top: 16px;
  left: 18px;
  right: 18px;
  width: auto;
  padding: 14px 18px;
  background: rgba(8, 8, 8, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
}

nav.scrolled {
  background: rgba(8, 8, 8, 0.88);
  border-color: rgba(200, 200, 200, 0.2);
}

nav .logo {
  min-width: 130px;
}

.nav-links {
  gap: clamp(20px, 3vw, 52px);
}

.nav-links a,
.nav-back {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a.active,
.nav-back:hover {
  color: var(--ek-signal);
}

.nav-cta {
  position: relative;
  overflow: hidden;
  color: var(--ek-bg);
  background: var(--ek-signal);
  border: 1px solid var(--ek-signal);
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 0 30px rgba(200, 200, 200, 0.14);
}

.nav-cta:hover {
  color: var(--ek-ink);
  background: transparent;
}

.mobile-menu {
  background:
    radial-gradient(circle at 50% 32%, rgba(200, 200, 200, 0.12), transparent 23rem),
    rgba(8, 8, 8, 0.97);
}

.mobile-menu a:hover {
  color: var(--ek-signal);
}

.mobile-menu .mobile-cta {
  color: var(--ek-bg);
  background: var(--ek-signal);
  border-radius: 999px;
}

#hero {
  min-height: max(780px, 100svh);
  isolation: isolate;
  background:
    radial-gradient(circle at 77% 43%, rgba(200, 200, 200, 0.13), transparent 24rem),
    radial-gradient(circle at 64% 58%, rgba(255, 255, 255, 0.055), transparent 31rem);
}

#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: clamp(58px, 6vw, 96px) clamp(58px, 6vw, 96px);
  mask-image: radial-gradient(circle at 70% 48%, black, transparent 69%);
}

#hero::after {
  content: "EKBAR / GROWTH INFRASTRUCTURE";
  position: absolute;
  right: -34px;
  top: 49%;
  z-index: 4;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.34em;
  transform: rotate(90deg);
}

.hero-content {
  position: relative;
  z-index: 3;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: clamp(130px, 15vh, 190px) 5vw 165px;
  text-align: left;
  pointer-events: none;
}

.hero-badge {
  margin: 0 0 34px;
  padding: 10px 16px;
  color: var(--ek-ice);
  background: rgba(8, 8, 8, 0.48);
  border-color: rgba(200, 200, 200, 0.42);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-badge .logo-sq {
  background: var(--ek-signal);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(200, 200, 200, 0.8);
}

#hero h1 {
  position: relative;
  z-index: 3;
  max-width: min(790px, 61vw);
  margin: 0;
  font-size: clamp(82px, 10.7vw, 178px);
  line-height: 0.72;
  letter-spacing: -0.035em;
  text-align: left;
  text-wrap: balance;
  filter: drop-shadow(0 18px 45px rgba(0, 0, 0, 0.44));
}

#hero h1 .dim {
  color: transparent;
  background: linear-gradient(180deg, var(--ek-ink) 0%, #555555 84%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.hero-stats {
  margin-top: 30px;
  color: var(--ek-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.hero-stats span {
  color: var(--ek-signal);
}

.growth-stage {
  --stage-rx: -6deg;
  --stage-ry: -8deg;
  position: absolute;
  top: 50%;
  right: 2.5vw;
  z-index: 2;
  width: clamp(450px, 48vw, 760px);
  height: clamp(450px, 48vw, 760px);
  transform: translateY(-49%);
  perspective: 1200px;
  pointer-events: auto;
}

.growth-field {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  opacity: 0.8;
  pointer-events: none;
}

.growth-rig {
  position: absolute;
  inset: 12%;
  transform-style: preserve-3d;
  transform: rotateX(var(--stage-rx)) rotateY(var(--stage-ry));
  transition: transform 220ms ease-out;
}

.growth-rig::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 200, 200, 0.14), transparent 64%);
  filter: blur(18px);
  transform: translate(-50%, -50%) translateZ(-80px);
}

.growth-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 31%;
  aspect-ratio: 1;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(200, 200, 200, 0.48);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 25%, rgba(255, 255, 255, 0.55), transparent 11%),
    radial-gradient(circle at 36% 30%, #c8c8c8, #555555 36%, #111111 70%);
  box-shadow:
    inset -28px -34px 54px rgba(0, 0, 0, 0.58),
    inset 16px 14px 26px rgba(255, 255, 255, 0.18),
    0 0 70px rgba(200, 200, 200, 0.24);
  transform: translate(-50%, -50%) translateZ(82px);
  animation: coreBreathe 5s ease-in-out infinite;
}

.growth-core span {
  color: #080808;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(44px, 6vw, 90px);
  letter-spacing: -0.03em;
  line-height: 0.75;
  text-shadow: 0 1px rgba(255, 255, 255, 0.22);
}

.growth-core small {
  margin-top: 8px;
  color: rgba(8, 8, 8, 0.7);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25;
}

.growth-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  transform-style: preserve-3d;
}

.growth-orbit i {
  position: absolute;
  left: 50%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ek-signal);
  box-shadow: 0 0 24px var(--ek-signal);
}

.orbit-alpha {
  width: 72%;
  height: 72%;
  animation: orbitAlpha 13s linear infinite;
}

.orbit-beta {
  width: 90%;
  height: 47%;
  border-color: rgba(200, 200, 200, 0.22);
  animation: orbitBeta 18s linear infinite reverse;
}

.orbit-gamma {
  width: 54%;
  height: 94%;
  opacity: 0.56;
  animation: orbitGamma 22s linear infinite;
}

.growth-slab {
  position: absolute;
  z-index: 2;
  width: clamp(130px, 13vw, 205px);
  min-height: clamp(82px, 8vw, 118px);
  padding: clamp(14px, 1.5vw, 22px);
  color: var(--ek-ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 42%),
    rgba(17, 17, 17, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  box-shadow: var(--ek-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform-style: preserve-3d;
}

.growth-slab::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 35px rgba(200, 200, 200, 0.05);
  pointer-events: none;
}

.growth-slab span,
.growth-slab strong,
.growth-slab em {
  display: block;
}

.growth-slab span {
  margin-bottom: 18px;
  color: var(--ek-signal);
  font: 600 9px/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.22em;
}

.growth-slab strong {
  font: 400 clamp(20px, 2vw, 32px)/0.9 "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
}

.growth-slab em {
  margin-top: 4px;
  color: var(--ek-muted);
  font: normal 600 8px/1.2 "Barlow Condensed", sans-serif;
  letter-spacing: 0.18em;
}

.slab-one {
  left: 4%;
  top: 20%;
  transform: translateZ(110px) rotateY(18deg) rotateX(-6deg);
  animation: slabOne 6s ease-in-out infinite;
}

.slab-two {
  right: 0;
  top: 16%;
  transform: translateZ(20px) rotateY(-18deg) rotateX(7deg);
  animation: slabTwo 7s ease-in-out infinite -1.7s;
}

.slab-three {
  left: 7%;
  bottom: 14%;
  transform: translateZ(-20px) rotateY(16deg) rotateX(8deg);
  animation: slabThree 7.5s ease-in-out infinite -3.1s;
}

.slab-four {
  right: 3%;
  bottom: 17%;
  transform: translateZ(125px) rotateY(-15deg) rotateX(-7deg);
  animation: slabFour 6.5s ease-in-out infinite -2.2s;
}

.growth-stage-label {
  position: absolute;
  right: 7%;
  bottom: 1%;
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.growth-stage-label b {
  color: var(--ek-signal);
}

.hero-scroll-cue {
  position: absolute;
  left: 5vw;
  bottom: 88px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.hero-scroll-cue i {
  position: relative;
  width: 54px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.hero-scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ek-signal);
  animation: scrollCue 2.2s ease-in-out infinite;
}

#hero .ticker-wrap {
  position: relative;
  z-index: 6;
  padding: 21px 0;
  background: rgba(8, 8, 8, 0.68);
  border-top-color: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ticker-track {
  animation-duration: 34s;
}

.ticker-item {
  opacity: 0.58;
  transition: opacity 250ms ease, filter 250ms ease;
}

.ticker-item:hover {
  opacity: 1;
  filter: drop-shadow(0 0 18px rgba(200, 200, 200, 0.22));
}

#services,
#process,
#contact {
  position: relative;
  isolation: isolate;
}

#services {
  padding: clamp(96px, 11vw, 180px) 4vw;
  background:
    radial-gradient(circle at 70% 20%, rgba(200, 200, 200, 0.08), transparent 25rem),
    #ffffff;
  color: var(--ek-bg);
  border-radius: 48px 48px 0 0;
}

#services .label {
  color: rgba(8, 8, 8, 0.52);
}

#services h2 {
  max-width: 1180px;
  margin-bottom: clamp(54px, 8vw, 110px);
  color: var(--ek-bg);
  font-size: clamp(66px, 10.5vw, 165px);
  line-height: 0.78;
  letter-spacing: -0.025em;
}

.services-grid {
  gap: 12px;
}

.service-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: clamp(26px, 2.6vw, 42px);
  color: var(--ek-ink);
  background:
    radial-gradient(circle at var(--light-x, 50%) var(--light-y, 25%), rgba(200, 200, 200, 0.11), transparent 17rem),
    var(--ek-panel);
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 26px;
  box-shadow: 0 20px 40px rgba(8, 8, 8, 0.1);
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, box-shadow 300ms ease, border-color 300ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ek-signal);
  box-shadow: 0 0 22px rgba(200, 200, 200, 0.7);
}

.service-card::after {
  background: var(--ek-signal);
}

.service-card:hover {
  border-color: rgba(200, 200, 200, 0.45);
  box-shadow: 0 30px 70px rgba(8, 8, 8, 0.24);
}

.service-card h3 {
  min-height: 2.15em;
  color: var(--ek-ink);
  font-size: clamp(32px, 3vw, 52px);
  line-height: 0.94;
  transform: translateZ(26px);
}

.service-card p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.65;
  transform: translateZ(18px);
}

.service-card .tag {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}

.service-link {
  color: var(--ek-signal);
}

#process {
  padding: clamp(96px, 11vw, 180px) 4vw;
  background:
    radial-gradient(circle at 18% 18%, rgba(200, 200, 200, 0.085), transparent 28rem),
    var(--ek-bg);
}

#process h2 {
  font-size: clamp(70px, 11vw, 170px);
  line-height: 0.77;
  letter-spacing: -0.02em;
}

.process-track-wrap {
  padding: 50px 28px 30px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--ek-line);
  border-radius: var(--ek-radius);
  box-shadow: var(--ek-shadow);
}

.process-line {
  background: rgba(255, 255, 255, 0.13);
}

.process-line-fill {
  background: linear-gradient(90deg, var(--ek-signal), #555555);
  box-shadow: 0 0 20px rgba(200, 200, 200, 0.4);
}

.step-circle {
  background: var(--ek-panel);
  border-color: rgba(255, 255, 255, 0.18);
}

.step-circle.active {
  color: var(--ek-bg);
  background: var(--ek-signal);
  border-color: var(--ek-signal);
  box-shadow: 0 0 38px rgba(200, 200, 200, 0.22);
}

.step-verb-label {
  color: var(--ek-signal);
}

.step-desc {
  color: rgba(255, 255, 255, 0.5);
}

#stats {
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.stat-box {
  min-height: 300px;
  background: var(--ek-panel);
  border: 0;
}

.stat-box:hover {
  background: var(--ek-signal);
}

.stat-box:hover .stat-num,
.stat-box:hover .stat-label {
  color: var(--ek-bg);
}

.stat-num {
  color: var(--ek-ink);
  font-size: clamp(72px, 8.5vw, 132px);
}

.stat-label {
  color: var(--ek-muted);
}

#contact {
  padding: clamp(96px, 11vw, 180px) 4vw;
  background:
    radial-gradient(circle at 76% 55%, rgba(200, 200, 200, 0.11), transparent 26rem),
    #080808;
}

.contact-inner {
  gap: clamp(54px, 8vw, 130px);
}

.contact-left h2 {
  font-size: clamp(60px, 7.8vw, 125px);
  line-height: 0.78;
  letter-spacing: -0.02em;
}

.contact-form-box,
.contact-right .contact-form {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--light-x, 50%) var(--light-y, 0%), rgba(200, 200, 200, 0.11), transparent 23rem),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--ek-radius);
  box-shadow: var(--ek-shadow);
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 180ms ease-out;
}

.form-input,
.form-textarea {
  color: var(--ek-ink);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
}

.form-input:focus,
.form-textarea:focus {
  border-color: rgba(200, 200, 200, 0.62);
  box-shadow: 0 0 0 4px rgba(200, 200, 200, 0.08);
}

.form-submit,
.btn-primary {
  color: var(--ek-bg);
  background: var(--ek-signal);
  border-color: var(--ek-signal);
  border-radius: 999px;
}

.form-submit:hover,
.btn-primary:hover {
  color: var(--ek-ink);
  background: transparent;
}

footer {
  background: var(--ek-bg);
  border-top-color: rgba(255, 255, 255, 0.11);
}

.footer-links a:hover {
  color: var(--ek-signal);
}

/* Work index */
.page-header {
  position: relative;
  min-height: max(650px, 88svh);
  overflow: hidden;
  padding-top: clamp(160px, 20vh, 220px);
  background:
    radial-gradient(circle at 68% 45%, rgba(200, 200, 200, 0.12), transparent 28rem),
    var(--ek-bg);
  isolation: isolate;
}

.page-header::after {
  content: "SELECTED SYSTEMS / 2026";
  position: absolute;
  right: 4vw;
  bottom: 5vw;
  color: var(--ek-muted);
  font: 600 9px/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.28em;
}

.page-header h1 {
  position: relative;
  z-index: 2;
  max-width: 92vw;
  color: transparent;
  background: linear-gradient(180deg, var(--ek-ink), #555555);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(100px, 19vw, 300px);
  line-height: 0.74;
  letter-spacing: -0.035em;
}

.ambient-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  pointer-events: none;
}

.projects-grid {
  position: relative;
  z-index: 3;
  gap: 14px;
  padding: 4vw;
  background: #ffffff;
}

.project-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--light-x, 50%) var(--light-y, 10%), rgba(200, 200, 200, 0.12), transparent 20rem),
    var(--ek-panel);
  border: 0;
  border-radius: var(--ek-radius);
  box-shadow: 0 22px 60px rgba(8, 8, 8, 0.14);
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, box-shadow 300ms ease;
}

.project-card:hover {
  box-shadow: 0 34px 80px rgba(8, 8, 8, 0.28);
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  pointer-events: none;
}

.project-name {
  color: var(--ek-ink);
}

.project-type,
.project-cats {
  color: var(--ek-muted);
}

.project-card .tag {
  border-radius: 999px;
}

.case-link {
  color: var(--ek-signal);
}

.more-work {
  color: var(--ek-ink);
  background: var(--ek-bg);
}

/* Contact page */
.page-wrap {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding-top: clamp(150px, 16vh, 200px);
  background:
    radial-gradient(circle at 70% 35%, rgba(200, 200, 200, 0.105), transparent 29rem),
    var(--ek-bg);
  isolation: isolate;
}

.page-wrap > *:not(.ambient-field) {
  position: relative;
  z-index: 2;
}

.page-wrap .contact-left h1 {
  max-width: 780px;
  color: transparent;
  background: linear-gradient(180deg, var(--ek-ink), #555555);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(78px, 10vw, 166px);
  line-height: 0.75;
  letter-spacing: -0.03em;
}

.contact-details {
  border-color: rgba(255, 255, 255, 0.13);
}

.detail-value:hover {
  color: var(--ek-signal);
}

.contact-right {
  padding: clamp(26px, 4vw, 58px);
  background:
    radial-gradient(circle at 60% 0%, rgba(200, 200, 200, 0.1), transparent 20rem),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--ek-radius);
  box-shadow: var(--ek-shadow);
}

/* Case studies */
.case-hero {
  position: relative;
  min-height: max(680px, 88svh);
  overflow: hidden;
  padding-top: clamp(170px, 20vh, 230px);
  background:
    radial-gradient(circle at 72% 42%, rgba(200, 200, 200, 0.11), transparent 30rem),
    var(--ek-bg);
  isolation: isolate;
}

.case-hero > *:not(.ambient-field) {
  position: relative;
  z-index: 2;
}

.case-hero h1 {
  max-width: 95vw;
  color: transparent;
  background: linear-gradient(180deg, var(--ek-ink), #555555);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(92px, 16vw, 250px);
  line-height: 0.75;
  letter-spacing: -0.035em;
}

.case-hero-meta {
  border-color: rgba(255, 255, 255, 0.13);
}

.case-section {
  padding-top: clamp(80px, 9vw, 140px);
  padding-bottom: clamp(80px, 9vw, 140px);
  background: #ffffff;
  color: var(--ek-bg);
}

.case-section.alt {
  background: var(--ek-bg);
  color: var(--ek-ink);
}

.case-section h2 {
  font-size: clamp(56px, 7.6vw, 118px);
  line-height: 0.82;
  letter-spacing: -0.02em;
}

.case-section img,
.case-section video {
  border-radius: var(--ek-radius);
  box-shadow: 0 30px 80px rgba(8, 8, 8, 0.2);
}

.case-section.alt video,
.case-section.alt img {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.deliverable-item {
  border-color: rgba(8, 8, 8, 0.14);
}

.case-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 200, 200, 0.1), transparent 25rem),
    var(--ek-bg);
}

.case-cta h2 {
  color: var(--ek-ink);
}

.btn-secondary {
  border-radius: 999px;
}

.label,
.section-label,
.case-eyebrow {
  color: var(--ek-signal);
}

@keyframes orbitAlpha {
  from { transform: translate(-50%, -50%) rotateX(70deg) rotateZ(0deg); }
  to { transform: translate(-50%, -50%) rotateX(70deg) rotateZ(360deg); }
}

@keyframes orbitBeta {
  from { transform: translate(-50%, -50%) rotateY(68deg) rotateZ(0deg); }
  to { transform: translate(-50%, -50%) rotateY(68deg) rotateZ(360deg); }
}

@keyframes orbitGamma {
  from { transform: translate(-50%, -50%) rotateX(22deg) rotateY(65deg) rotateZ(0deg); }
  to { transform: translate(-50%, -50%) rotateX(22deg) rotateY(65deg) rotateZ(360deg); }
}

@keyframes coreBreathe {
  0%, 100% { transform: translate(-50%, -50%) translateZ(82px) scale(0.98); }
  50% { transform: translate(-50%, -50%) translateZ(92px) scale(1.03); }
}

@keyframes slabOne {
  0%, 100% { transform: translate3d(0, 0, 110px) rotateY(18deg) rotateX(-6deg); }
  50% { transform: translate3d(10px, -14px, 130px) rotateY(13deg) rotateX(-2deg); }
}

@keyframes slabTwo {
  0%, 100% { transform: translate3d(0, 0, 20px) rotateY(-18deg) rotateX(7deg); }
  50% { transform: translate3d(-8px, 15px, 42px) rotateY(-13deg) rotateX(2deg); }
}

@keyframes slabThree {
  0%, 100% { transform: translate3d(0, 0, -20px) rotateY(16deg) rotateX(8deg); }
  50% { transform: translate3d(12px, -12px, 10px) rotateY(11deg) rotateX(4deg); }
}

@keyframes slabFour {
  0%, 100% { transform: translate3d(0, 0, 125px) rotateY(-15deg) rotateX(-7deg); }
  50% { transform: translate3d(-12px, 13px, 145px) rotateY(-10deg) rotateX(-3deg); }
}

@keyframes scrollCue {
  0% { transform: translateX(-100%); }
  50%, 100% { transform: translateX(100%); }
}

@media (max-width: 1120px) {
  #hero h1 {
    max-width: 68vw;
  }

  .growth-stage {
    right: -8vw;
    opacity: 0.82;
  }

  .services-grid[style] {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .service-card {
    min-height: 430px;
  }
}

@media (max-width: 800px) {
  nav {
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 12px 14px;
  }

  nav .logo {
    min-width: 0;
  }

  #hero {
    min-height: 860px;
  }

  #hero::after {
    display: none;
  }

  .hero-content {
    justify-content: flex-start;
    padding: 126px 22px 370px;
  }

  .hero-badge {
    margin-bottom: 28px;
  }

  #hero h1 {
    max-width: 100%;
    font-size: clamp(70px, 21vw, 142px);
    line-height: 0.75;
  }

  .growth-stage {
    top: auto;
    right: 50%;
    bottom: 68px;
    width: min(125vw, 610px);
    height: min(125vw, 610px);
    opacity: 0.86;
    transform: translateX(50%);
  }

  .growth-stage-label {
    right: 12%;
    bottom: 7%;
  }

  .hero-scroll-cue {
    display: none;
  }

  .services-grid[style] {
    grid-template-columns: 1fr !important;
  }

  .service-card {
    min-height: auto;
  }

  .process-track-wrap {
    padding: 34px 22px;
  }

  .stat-box {
    min-height: 210px;
  }

  .page-header,
  .case-hero {
    min-height: 70svh;
  }

  .page-header h1,
  .case-hero h1 {
    font-size: clamp(78px, 24vw, 170px);
  }
}

@media (max-width: 520px) {
  :root {
    --ek-radius: 22px;
  }

  #hero {
    min-height: 790px;
  }

  .hero-content {
    padding: 116px 18px 340px;
  }

  .hero-badge {
    font-size: 9px;
  }

  .hero-stats {
    font-size: 9px;
  }

  .growth-stage {
    bottom: 54px;
    width: 128vw;
    height: 128vw;
  }

  .growth-slab {
    width: 125px;
    min-height: 74px;
    padding: 12px;
    border-radius: 14px;
  }

  .growth-slab span {
    margin-bottom: 10px;
  }

  .growth-slab strong {
    font-size: 19px;
  }

  .growth-stage-label {
    display: none;
  }

  #services {
    border-radius: 30px 30px 0 0;
  }

  #services,
  #process,
  #contact {
    padding-left: 18px;
    padding-right: 18px;
  }

  .projects-grid {
    padding: 18px;
  }
}

@media (hover: none), (pointer: coarse) {
  #cursor-dot,
  #cursor-ring {
    display: none !important;
  }

  body,
  a,
  button {
    cursor: auto !important;
  }
}

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

  .growth-rig,
  .growth-core,
  .growth-orbit,
  .growth-slab,
  .hero-scroll-cue i::after,
  .ticker-track {
    animation: none !important;
  }

  .growth-rig,
  .service-card,
  .project-card,
  .contact-form-box {
    transform: none !important;
    transition: none !important;
  }
}
