:root {
  --ink: #11110f;
  --paper: #f5f4ef;
  --acid: #11110f;
  --soft-ink: rgba(17, 17, 15, 0.6);
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Arial, sans-serif;
  scroll-behavior: smooth;
}

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

.hero {
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  background: var(--paper);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  filter: blur(var(--hero-blur, 0px));
  opacity: var(--hero-opacity, 1);
  transform: scale(calc(1 + (var(--hero-blur-val, 0) * 0.0035)));
  transform-origin: center center;
  will-change: filter, opacity, transform;
}

#dither-canvas,
.scrim,
.grain {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

#dither-canvas { z-index: 1; height: 100%; width: 100%; }

#source-video { display: none; }

.scrim {
  background:
    linear-gradient(90deg, rgba(245, 244, 239, 0.94) 0%, rgba(245, 244, 239, 0.75) 31%, rgba(245, 244, 239, 0.12) 72%, rgba(245, 244, 239, 0.28) 100%),
    linear-gradient(0deg, rgba(245, 244, 239, 0.44) 0%, transparent 31%, transparent 77%, rgba(245, 244, 239, 0.25) 100%);
  z-index: 2;
}

.grain {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  opacity: 0.08;
  z-index: 3;
}

.site-header,
.hero-copy,
.hero-footer,
.loading { position: relative; z-index: 10; }

.site-header {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: clamp(1.4rem, 2.5vw, 2rem) clamp(1.25rem, 3.2vw, 3.5rem);
}

.wordmark {
  font-size: 1.03rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  width: fit-content;
}

.wordmark span { color: var(--acid); font-size: 0.49em; margin-left: 0.15em; vertical-align: top; }

.menu-link {
  align-items: center;
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-self: end;
  letter-spacing: 0.01em;
}

.menu-link i { color: var(--acid); font-size: 1.2rem; font-style: normal; transition: transform 180ms ease; }
.menu-link:hover i { transform: translate(3px, -3px); }

.hero-copy {
  bottom: clamp(4rem, 8.5vh, 5.5rem);
  left: clamp(1.25rem, 3.2vw, 3.5rem);
  position: absolute;
  top: auto;
  transform: none;
  z-index: 4;
}

h1 {
  font-size: clamp(4.4rem, 9.6vw, 9.8rem);
  font-weight: 500;
  letter-spacing: -0.073em;
  line-height: 0.82;
  margin: 0;
}

.title-top {
  display: block;
}

.title-bottom {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: clamp(1.3rem, 2.5vw, 2.8rem);
}

h1 em {
  color: var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.09em;
}

.round-link {
  align-items: center;
  background: #11110f;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(17, 17, 15, 0.16);
  color: var(--paper);
  display: inline-flex;
  flex-shrink: 0;
  height: clamp(7.2rem, 9.4vw, 9.2rem);
  justify-content: center;
  padding: 1.1rem;
  position: relative;
  text-decoration: none;
  transform: rotate(-5deg);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), background 240ms ease, box-shadow 240ms ease;
  width: clamp(7.2rem, 9.4vw, 9.2rem);
  z-index: 5;
}

.round-link:hover {
  background: #2b2b28;
  box-shadow: 0 14px 38px rgba(17, 17, 15, 0.24);
  transform: rotate(0deg) scale(1.06);
}

.round-link-arrow {
  color: var(--paper);
  display: flex;
  position: absolute;
  right: clamp(1rem, 1.4vw, 1.35rem);
  top: clamp(1rem, 1.4vw, 1.35rem);
  transition: transform 220ms ease;
}

.round-link:hover .round-link-arrow {
  transform: translate(2px, -2px);
}

.round-link-text {
  color: var(--paper);
  display: block;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.62rem, 0.78vw, 0.74rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  pointer-events: none;
  text-align: center;
}

.hero-footer {
  align-items: center;
  bottom: 1.9rem;
  display: flex;
  font-size: 0.59rem;
  justify-content: flex-end;
  left: clamp(1.25rem, 3.2vw, 3.5rem);
  letter-spacing: 0.1em;
  pointer-events: none;
  position: absolute;
  right: clamp(1.25rem, 3.2vw, 3.5rem);
  text-transform: uppercase;
  z-index: 5;
}

.motion-toggle {
  background: rgba(245, 244, 239, 0.74);
  border: 1px solid rgba(17, 17, 15, 0.42);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.62rem 0.85rem;
  pointer-events: auto;
  text-transform: inherit;
}

.motion-toggle:hover { color: var(--acid); }

.loading {
  bottom: 2rem;
  color: var(--soft-ink);
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  left: clamp(1.25rem, 3.2vw, 3.5rem);
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  transition: opacity 300ms ease, visibility 300ms ease;
  z-index: 5;
}

.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 700px) {
  .site-header { padding: 1.4rem 1.25rem; }
  .menu-link { font-size: 0.64rem; }
  .hero-copy { bottom: 3.4rem; left: 1.25rem; top: auto; transform: none; }
  h1 { font-size: clamp(3.4rem, 15vw, 4.8rem); }
  .title-bottom { gap: 0.85rem; }
  .round-link { height: 5.8rem; width: 5.8rem; }
  .round-link-text { font-size: 0.54rem; }
  .round-link-arrow { right: 0.7rem; top: 0.7rem; }
  .hero-footer { bottom: 1.25rem; font-size: 0.5rem; left: 1.25rem; right: 1.25rem; }
  .loading { bottom: 1.25rem; left: 1.25rem; }
}

/* Lenis Smooth Scroll Support */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* ==========================================================================
   PRODUCT SHOWCASE SECTION (Sainin Systems)
   ========================================================================== */

.showcase-scroll-track {
  position: relative;
  background: #fcfbfa;
  color: var(--ink);
  z-index: 10;
  box-shadow: 0 -20px 40px rgba(17, 17, 15, 0.02);
  width: 100%;
}

.showcase-stage {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.6rem, 2.8vh, 2.4rem) clamp(1.25rem, 3.5vw, 4.5rem) clamp(2.4rem, 4vh, 4rem);
  overflow: hidden;
  box-sizing: border-box;
}

/* Header & Annotation Grid */
.showcase-header-grid {
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  align-items: center;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  gap: clamp(1rem, 2vw, 2.5rem);
  will-change: transform, opacity;
}

/* Editorial Columns */
.editorial-col {
  font-family: "DM Mono", monospace;
  font-size: clamp(0.58rem, 0.68vw, 0.66rem);
  letter-spacing: 0.14em;
  line-height: 1.85;
  color: rgba(17, 17, 15, 0.46);
  font-weight: 500;
  user-select: none;
}

.editorial-left {
  justify-self: start;
}

.editorial-left .editorial-line-group {
  border-left: 1.5px solid rgba(17, 17, 15, 0.25);
  padding-left: 0.85rem;
  display: flex;
  flex-direction: column;
}

.editorial-right {
  justify-self: end;
  text-align: left;
}

.editorial-right .editorial-line-group {
  display: flex;
  flex-direction: column;
}

.editorial-dash {
  width: 24px;
  height: 1.5px;
  background: rgba(17, 17, 15, 0.28);
  margin-bottom: 0.75rem;
}

.editorial-line {
  display: block;
  white-space: nowrap;
}

/* Center Editorial Intro */
.showcase-center-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.eyebrow-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5rem;
}

.eyebrow-rule {
  width: 36px;
  height: 1px;
  background: rgba(17, 17, 15, 0.32);
  margin-bottom: 0.55rem;
}

.eyebrow-text {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.66rem, 0.74vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  color: rgba(17, 17, 15, 0.5);
  text-transform: uppercase;
}

.showcase-headline {
  font-size: clamp(2.4rem, 4.8vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  margin: 0;
  font-weight: 500;
  color: #11110f;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headline-part-primary {
  display: block;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.headline-part-accent {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #11110f;
}

.showcase-description {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.9rem, 1.04vw, 1.08rem);
  line-height: 1.58;
  color: rgba(17, 17, 15, 0.64);
  font-weight: 400;
  max-width: 580px;
  margin: 0.75rem auto 0;
  text-align: center;
  letter-spacing: -0.01em;
}

/* Stacked Dashboard Visual Container */
.showcase-visual-container {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: clamp(1.4rem, 2.6vh, 2.5rem) auto 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  perspective: 1200px;
  overflow: visible;
}

.dashboard-stack {
  position: relative;
  width: 100%;
  max-width: 1160px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateY(var(--stack-y, 0px)) scale(var(--stack-scale, 1));
  will-change: transform;
}

/* Base style for all stack depth cards */
.stack-card {
  transform-origin: bottom center;
  will-change: transform;
}

/* Layer 1: Deepest back card */
.stack-card-deep {
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 2%;
  right: 2%;
  background: linear-gradient(180deg, #f2f0ea 0%, #faf9f5 60px);
  border: 1px solid rgba(17, 17, 15, 0.10);
  border-radius: 22px;
  box-shadow:
    0 -4px 16px rgba(17, 17, 15, 0.02),
    0 12px 35px rgba(17, 17, 15, 0.04);
  transform: rotate(var(--card-deep-rot, -1.3deg));
  z-index: 1;
}

/* Layer 2: Middle depth card */
.stack-card-mid {
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 1%;
  right: 1%;
  background: linear-gradient(180deg, #f6f5f0 0%, #ffffff 50px);
  border: 1px solid rgba(17, 17, 15, 0.11);
  border-radius: 20px;
  box-shadow:
    0 -3px 14px rgba(17, 17, 15, 0.03),
    0 16px 45px rgba(17, 17, 15, 0.05);
  transform: rotate(var(--card-mid-rot, 1.5deg));
  z-index: 2;
}

/* Layer 3: Main Dashboard Card (Authentic Screenshot) */
.stack-card-main {
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 18px;
  box-shadow:
    0 4px 12px rgba(17, 17, 15, 0.03),
    0 24px 60px -15px rgba(17, 17, 15, 0.11),
    0 10px 24px -6px rgba(17, 17, 15, 0.05),
    0 0 0 1px rgba(17, 17, 15, 0.04);
  overflow: hidden;
  z-index: 3;
}

.dashboard-display {
  width: 100%;
  max-height: clamp(380px, 58vh, 640px);
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: 18px;
}

.dashboard-screen-image {
  width: 100%;
  height: 100%;
  max-height: clamp(380px, 58vh, 640px);
  display: block;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  user-select: none;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 1180px) {
  .showcase-header-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .editorial-col {
    display: none;
  }
  .showcase-center-intro {
    max-width: 100%;
  }
  .dashboard-stack {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .showcase-scroll-track {
    min-height: 150vh;
  }
  .showcase-stage {
    padding: 1.8rem 1rem 0;
  }
  .showcase-headline {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.08;
  }
  .showcase-description {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-top: 0.6rem;
  }
  .showcase-visual-container {
    margin-top: 1.2rem;
  }
  .stack-card-deep {
    top: -12px;
    left: 1.5%;
    right: 1.5%;
    border-radius: 14px;
    transform: rotate(-1deg);
  }
  .stack-card-mid {
    top: -6px;
    left: 0.75%;
    right: 0.75%;
    border-radius: 13px;
    transform: rotate(1.2deg);
  }
  .stack-card-main,
  .dashboard-display,
  .dashboard-screen-image {
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .showcase-header-grid {
    transform: none !important;
    opacity: 1 !important;
  }
  .dashboard-stack {
    transform: none !important;
  }
  .stack-card-deep {
    top: -20px !important;
    transform: rotate(-1.3deg) !important;
  }
  .stack-card-mid {
    top: -10px !important;
    transform: rotate(1.5deg) !important;
  }
}

/* ==========================================================================
   CAPABILITIES SECTION (Sainin Systems)
   ========================================================================== */

.capabilities-section {
  position: relative;
  width: 100%;
  background: #fcfbfa;
  color: var(--ink);
  overflow: hidden;
  padding: clamp(6.5rem, 12vh, 10.5rem) clamp(1.25rem, 3.8vw, 4.5rem) clamp(5rem, 9vh, 8rem);
  box-sizing: border-box;
}



.capabilities-content-wrap {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

/* Connecting Architectural Hairline Rule */
.cap-transition-rule {
  width: 100%;
  max-width: 1160px;
  height: 1px;
  margin: 0 auto clamp(3.5rem, 6vh, 5.5rem);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(17, 17, 15, 0.04) 15%,
    rgba(17, 17, 15, 0.09) 50%,
    rgba(17, 17, 15, 0.04) 85%,
    transparent 100%
  );
  transform-origin: center;
  will-change: transform, opacity;
}

/* Header & Editorial Grid */
.cap-header-grid {
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  align-items: center;
  width: 100%;
  margin-bottom: clamp(2.6rem, 5vh, 4.2rem);
  gap: clamp(1rem, 2vw, 2.5rem);
}

.cap-editorial-left {
  justify-self: start;
}

.cap-editorial-left .editorial-line-group {
  border-left: 1.5px solid rgba(17, 17, 15, 0.25);
  padding-left: 0.85rem;
  display: flex;
  flex-direction: column;
}

.cap-editorial-right {
  justify-self: end;
  text-align: left;
}

.cap-editorial-right .editorial-line-group {
  border-left: 1.5px solid rgba(17, 17, 15, 0.25);
  padding-left: 0.85rem;
  display: flex;
  flex-direction: column;
}

.cap-center-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.cap-headline {
  font-size: clamp(2.1rem, 3.8vw, 3.85rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0;
  font-weight: 500;
  color: #11110f;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cap-description {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  line-height: 1.58;
  color: rgba(17, 17, 15, 0.62);
  font-weight: 400;
  max-width: 540px;
  margin: 0.85rem auto 0;
  text-align: center;
  letter-spacing: -0.01em;
}

/* ==========================================================================
   FEATURE CARDS GRID
   ========================================================================== */

.cap-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.8vw, 24px);
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

.cap-card {
  background: var(--card-bg, #ffffff);
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  padding: 10px;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
  cursor: pointer;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}

.cap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(17, 17, 15, 0.06);
  border-color: rgba(17, 17, 15, 0.16);
}

/* Card Upper Preview Frame */
.cap-card-preview {
  height: 178px;
  width: 100%;
  background: #fbfbfa;
  border: 1px solid rgba(17, 17, 15, 0.06);
  border-radius: 12px;
  overflow: hidden;
  padding: 10px 12px;
  position: relative;
  user-select: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.cap-card:hover .cap-card-preview {
  transform: translateY(-1px);
}

/* Card Lower Content Row */
.cap-card-body {
  display: grid;
  grid-template-columns: 34px 1fr 20px;
  align-items: start;
  gap: 12px;
  padding: 14px 6px 6px;
  box-sizing: border-box;
}

.cap-card-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f5f4ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #11110f;
  font-size: 14px;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cap-card:hover .cap-card-icon {
  background: #ebe9e0;
  transform: scale(1.04);
}

.cap-card-title {
  font-size: 0.96rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: #11110f;
  font-family: Manrope, Arial, sans-serif;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.cap-card-desc {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(17, 17, 15, 0.62);
  font-family: Manrope, Arial, sans-serif;
  margin: 0;
  letter-spacing: -0.005em;
}

.cap-card-arrow {
  color: #11110f;
  font-size: 1.05rem;
  transition: transform 0.22s ease;
  justify-self: end;
  margin-top: 2px;
}

.cap-card:hover .cap-card-arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   MICRO-UI PREVIEW DESIGNS (Exact 1:1 match with reference)
   ========================================================================== */

/* CARD 01: AI Systems Preview */
.mock-ai-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.mock-ai-brand {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mock-ai-brand-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0284c7;
}

.mock-ai-brand-name {
  font-size: 0.65rem;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: -0.01em;
}

.mock-ai-body {
  display: flex;
  gap: 8px;
  flex: 1;
}

.mock-ai-rail {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 6px;
  border-right: 1px solid rgba(17, 17, 15, 0.08);
  margin-right: 2px;
  justify-content: center;
}

.rail-item {
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: #cbd5e1;
}

.rail-item.active {
  background: #0284c7;
  width: 13px;
}

.mock-ai-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mock-ai-kpis {
  display: flex;
  gap: 6px;
  margin-bottom: 4px;
}

.mock-ai-kpi-pill {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 0.58rem;
  font-weight: 600;
  color: #334155;
}

.mock-ai-chart-wrap {
  width: 100%;
  height: 68px;
  margin-top: auto;
}

.mock-ai-chart {
  width: 100%;
  height: 100%;
  display: block;
}

.mock-ai-right {
  width: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.06);
  border-radius: 10px;
  padding: 6px;
  text-align: center;
}

.mock-ai-gauge {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-gauge-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.mock-gauge-val {
  position: absolute;
  font-size: 0.55rem;
  font-weight: 800;
  color: #0284c7;
}

.mock-ai-status {
  font-size: 0.48rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 4px;
  line-height: 1.2;
}

/* CARD 02: Business Automation Preview */
.mock-auto-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mock-auto-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #11110f;
}

.mock-auto-badge {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #00C878;
}

.mock-toggle-pill {
  width: 24px;
  height: 13px;
  background: #cbd5e1;
  border-radius: 999px;
  position: relative;
  padding: 1.5px;
}

.mock-toggle-pill.on {
  background: #00C878;
}

.mock-toggle-knob {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 1.5px;
  top: 1.5px;
}

.mock-auto-grid {
  display: grid;
  grid-template-columns: 1fr 88px;
  gap: 8px;
  flex: 1;
}

.mock-auto-nodes {
  display: flex;
  flex-direction: column;
  position: relative;
}

.mock-node-item {
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.mock-node-step {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e6f9f0;
  border: 1px solid #00C878;
  color: #007A4D;
  font-size: 0.52rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mock-node-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 6px;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}

.mock-node-tag {
  font-size: 0.52rem;
  font-weight: 700;
  color: #007A4D;
}

.mock-node-text {
  font-size: 0.52rem;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mock-node-connector {
  width: 1.5px;
  height: 10px;
  background: #bbf7d0;
  margin-left: 6px;
  z-index: 1;
}

.mock-auto-status-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.07);
  border-radius: 10px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mock-status-line {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.5rem;
  font-weight: 600;
  color: #10b981;
}

.mock-pulse-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10b981;
}

.mock-status-stat {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.mock-status-stat strong {
  font-size: 0.72rem;
  color: #11110f;
  font-weight: 800;
}

.mock-status-stat small {
  font-size: 0.48rem;
  color: #64748b;
}

.mock-mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 22px;
}

.mock-mini-bars span {
  flex: 1;
  background: #00C878;
  border-radius: 1px;
}

/* CARD 03: Custom Software Preview */
.mock-soft-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.mock-soft-project {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #11110f;
}

.mock-soft-badge {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #f59e0b;
}

.mock-soft-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mock-soft-tabs {
  display: flex;
  gap: 6px;
  font-size: 0.52rem;
  color: #64748b;
}

.mock-soft-tabs .active {
  font-weight: 700;
  color: #11110f;
}

.mock-soft-btn {
  background: #11110f;
  color: #ffffff;
  font-size: 0.5rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}

.mock-soft-table {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mock-soft-row {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.06);
  border-radius: 6px;
  padding: 4px 8px;
  display: grid;
  grid-template-columns: 14px 1fr auto auto auto;
  align-items: center;
  gap: 6px;
  font-size: 0.54rem;
}

.mock-row-check {
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-row-check.completed { color: #10b981; }
.mock-row-check.in-progress { color: #0284c7; }
.mock-row-check.pending { color: #94a3b8; }

.mock-row-title {
  color: #1e293b;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mock-row-assignee {
  font-size: 0.48rem;
  color: #64748b;
  background: #f1f5f9;
  padding: 1px 4px;
  border-radius: 4px;
  white-space: nowrap;
}

.mock-pill {
  font-size: 0.48rem;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 999px;
}

.mock-pill.green { background: #dcfce7; color: #15803d; }
.mock-pill.blue { background: #e0f2fe; color: #0369a1; }
.mock-pill.gray { background: #f1f5f9; color: #64748b; }

.mock-row-date {
  color: #94a3b8;
  font-size: 0.5rem;
}

/* CARD 04: Internal Platforms Preview */
.mock-plat-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #11110f;
  margin-bottom: 8px;
}

.mock-plat-logo {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #00C878;
}

.mock-plat-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}

.mock-plat-kpi {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.06);
  border-radius: 7px;
  padding: 5px 6px;
}

.mock-kpi-lbl {
  display: block;
  font-size: 0.48rem;
  color: #64748b;
  margin-bottom: 2px;
}

.mock-kpi-val {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.mock-kpi-val strong {
  font-size: 0.76rem;
  color: #11110f;
  font-weight: 800;
}

.mock-pct-tag {
  font-size: 0.46rem;
  color: #10b981;
  font-weight: 700;
}

.mock-plat-activity {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.06);
  border-radius: 7px;
  padding: 5px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mock-act-heading {
  font-size: 0.5rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 2px;
}

.mock-act-item {
  display: grid;
  grid-template-columns: 6px 1fr auto;
  align-items: center;
  gap: 6px;
  font-size: 0.52rem;
}

.mock-act-icon {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.mock-act-icon.blue { background: #0284c7; }
.mock-act-icon.purple { background: #8b5cf6; }
.mock-act-icon.orange { background: #f97316; }

.mock-act-text {
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mock-act-time {
  color: #94a3b8;
  font-size: 0.46rem;
}

/* CARD 05: Ongoing Support Preview */
.mock-kb-header {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #11110f;
  margin-bottom: 6px;
}

.mock-kb-pin {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0284c7;
}

.mock-kb-search {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 6px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #94a3b8;
  font-size: 0.52rem;
  margin-bottom: 6px;
}

.mock-kb-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mock-kb-item {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.05);
  border-radius: 6px;
  padding: 3px 8px;
  display: grid;
  grid-template-columns: 14px 1fr auto 10px;
  align-items: center;
  gap: 6px;
  font-size: 0.52rem;
}

.mock-kb-icon {
  font-size: 0.6rem;
}

.mock-kb-label {
  color: #1e293b;
  font-weight: 500;
}

.mock-kb-count {
  color: #94a3b8;
  font-size: 0.48rem;
}

.mock-kb-arrow {
  color: #cbd5e1;
  font-size: 0.7rem;
  justify-self: end;
}

/* CARD 06: Seamless Integrations Preview */
.mock-int-header {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #11110f;
  margin-bottom: 8px;
}

.mock-int-chain {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8b5cf6;
}

.mock-int-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  flex: 1;
}

.mock-tile {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.mock-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 15, 0.2);
}

.mock-tile-glyph {
  font-size: 0.85rem;
  font-weight: 800;
}

.mock-tile-glyph.notion { font-family: serif; color: #11110f; }
.mock-tile-glyph.slack { color: #e11d48; font-weight: 900; }
.mock-tile-glyph.drive { color: #f59e0b; }
.mock-tile-glyph.chatgpt { color: #10b981; }
.mock-tile-glyph.hubspot { color: #f97316; }
.mock-tile-glyph.stripe { color: #6366f1; font-weight: 900; }
.mock-tile-glyph.analytics { color: #ea580c; }
.mock-tile-glyph.plus { color: #94a3b8; font-weight: 500; font-size: 1.1rem; }

/* ==========================================================================
   BOTTOM EDITORIAL DETAILS & CTA
   ========================================================================== */

.cap-bottom-grid {
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin: clamp(2.5rem, 5vh, 4.2rem) auto 0;
  gap: clamp(1rem, 2vw, 2.5rem);
}

.cap-bottom-editorial-left {
  font-family: "DM Mono", monospace;
  font-size: clamp(0.56rem, 0.65vw, 0.64rem);
  letter-spacing: 0.14em;
  line-height: 1.8;
  color: rgba(17, 17, 15, 0.44);
  display: flex;
  flex-direction: column;
  justify-self: start;
}

.cap-bottom-cta-wrap {
  display: flex;
  justify-content: center;
}

.cap-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #11110f;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.84rem, 0.95vw, 0.96rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.cap-cta-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #11110f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(17, 17, 15, 0.15);
}

.cap-cta-link:hover .cap-cta-btn {
  background: #2b2b28;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(17, 17, 15, 0.22);
}

.cap-cta-link:hover .cap-cta-btn svg {
  transform: translateX(1px);
}

.cap-cta-btn svg {
  transition: transform 0.2s ease;
}

.cap-bottom-editorial-right {
  font-family: "DM Mono", monospace;
  font-size: clamp(0.56rem, 0.65vw, 0.64rem);
  letter-spacing: 0.14em;
  line-height: 1.8;
  color: rgba(17, 17, 15, 0.44);
  display: flex;
  flex-direction: column;
  justify-self: end;
  text-align: right;
}

/* ==========================================================================
   RESPONSIVE LAYOUT FOR CAPABILITIES SECTION
   ========================================================================== */

@media (max-width: 1180px) {
  .cap-header-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2.2rem;
  }
  .cap-editorial-left,
  .cap-editorial-right {
    display: none;
  }
  .cap-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cap-bottom-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .cap-bottom-editorial-left,
  .cap-bottom-editorial-right {
    display: none;
  }
}

@media (max-width: 768px) {
  .capabilities-section {
    padding: 3.5rem 1.25rem;
  }
  .cap-headline {
    font-size: clamp(2rem, 8.5vw, 2.8rem);
  }
  .cap-description {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .cap-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cap-card-preview {
    height: 160px;
  }
  .cap-card-body {
    padding: 12px 4px 4px;
  }
  .cap-card-title {
    font-size: 0.92rem;
  }
  .cap-card-desc {
    font-size: 0.75rem;
  }
}

/* ==========================================================================
   SELECTED WORK / CASE STUDIES SECTION (Sainin Systems)
   ========================================================================== */

.selected-work-section {
  position: relative;
  width: 100%;
  background: #080B0D;
  color: #f5f4ef;
  padding: clamp(7.5rem, 13vh, 12rem) clamp(1.25rem, 4vw, 4.5rem) clamp(8rem, 14vh, 13rem);
  box-sizing: border-box;
  overflow: hidden;
}

/* Antigravity 3D Particle WebGL Canvas */
.antigravity-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.antigravity-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
}

.work-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

/* Header & Editorial Title */
.work-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(4rem, 7vh, 6.5rem);
  will-change: transform, opacity;
}

.work-eyebrow-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.75rem;
}

.work-eyebrow-rule {
  width: 32px;
  height: 1px;
  background: rgba(245, 244, 239, 0.22);
  margin-bottom: 0.6rem;
}

.work-eyebrow-text {
  font-family: "DM Mono", monospace;
  font-size: clamp(0.66rem, 0.74vw, 0.76rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: rgba(245, 244, 239, 0.45);
  text-transform: uppercase;
}

.work-headline {
  font-size: clamp(2.1rem, 3.6vw, 3.65rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0;
  font-weight: 500;
  color: #fcfbfa;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work-headline-primary {
  display: block;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fcfbfa;
}

.work-headline-accent {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #f5f4ef;
  margin-top: 0.18rem;
}

.work-description {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.92rem, 1.05vw, 1.06rem);
  line-height: 1.62;
  color: rgba(245, 244, 239, 0.58);
  font-weight: 400;
  max-width: 580px;
  margin: 1.25rem auto 0;
  text-align: center;
  letter-spacing: -0.01em;
}

/* Two Editorial Project Cards Grid */
.work-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 3.2vw, 3.2rem);
  max-width: 1160px;
  margin: 0 auto;
  align-items: stretch;
}

/* Project Card Panel */
.work-card {
  background: #fcfbfa;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 4px 16px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: clamp(1.4rem, 2vw, 1.85rem);
  box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s ease;
  will-change: transform, opacity;
}

.work-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.55), 0 6px 22px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.16);
}

/* Project Media Frame */
.work-card-media {
  width: 100%;
  aspect-ratio: 16 / 10.5;
  border-radius: 12px;
  overflow: hidden;
  background: #eae8e1;
  border: 1px solid rgba(17, 17, 15, 0.07);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.work-card:hover .work-card-img {
  transform: scale(1.018);
}

/* Card Body & Text */
.work-card-body {
  padding: clamp(1.4rem, 1.8vw, 1.75rem) 0.35rem 0.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.work-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.65rem;
}

.work-card-pill {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00C878;
  display: inline-block;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(0, 200, 120, 0.3);
}

.work-card-label {
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(8, 11, 13, 0.5);
  text-transform: uppercase;
}

.work-card-title {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(1.18rem, 1.38vw, 1.38rem);
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -0.025em;
  color: #080B0D;
  margin: 0 0 0.65rem;
}

.work-card-desc {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.85rem, 0.94vw, 0.94rem);
  line-height: 1.58;
  color: rgba(8, 11, 13, 0.65);
  font-weight: 400;
  margin: 0 0 1.5rem;
  flex: 1;
}

/* Card Footer & Call to Action */
.work-card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
  border-top: 1px solid rgba(8, 11, 13, 0.07);
  margin-top: auto;
}

.work-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Mono", monospace;
  font-size: clamp(0.72rem, 0.78vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #080B0D;
  text-decoration: none;
  transition: color 0.25s ease;
}

.work-card-arrow {
  font-size: 0.92rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s ease;
  will-change: transform;
}

.work-card:hover .work-card-arrow {
  transform: translateX(4px);
  color: #00C878;
}

/* ==========================================================================
   SELECTED WORK RESPONSIVE BREAKPOINTS
   ========================================================================== */

@media (max-width: 960px) {
  .work-cards-grid {
    grid-template-columns: 1fr;
    max-width: 580px;
    gap: 2.2rem;
  }
}

@media (max-width: 640px) {
  .selected-work-section {
    padding: clamp(5rem, 10vh, 7rem) 1.25rem clamp(5.5rem, 11vh, 7.5rem);
  }
  .work-header {
    margin-bottom: clamp(2.8rem, 5vh, 4rem);
  }
  .work-card {
    padding: 1.25rem;
    border-radius: 16px;
  }
  .work-card-media {
    border-radius: 10px;
  }
  .work-card-body {
    padding: 1.2rem 0.15rem 0;
  }
  .work-card-title {
    font-size: 1.12rem;
  }
  .work-card-desc {
    font-size: 0.84rem;
    margin-bottom: 1.2rem;
  }
}

/* ==========================================================================
   PROCESS / HOW WE WORK SECTION (SAININ SYSTEMS)
   ========================================================================== */

.process-section {
  background-color: #f5f4ef;
  color: #11110f;
  font-family: Manrope, Arial, sans-serif;
  position: relative;
  width: 100%;
  padding: clamp(6.5rem, 12vh, 10rem) clamp(1.25rem, 4vw, 3.5rem) clamp(4rem, 8vh, 6rem);
  box-sizing: border-box;
}

.process-container {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

/* --- Editorial Section Header --- */
.process-header-grid {
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.5rem);
  margin-bottom: clamp(3.5rem, 7vh, 5.5rem);
}

.process-editorial-left {
  justify-self: start;
}

.process-editorial-left .process-editorial-group {
  border-left: 1.5px solid rgba(17, 17, 15, 0.25);
  padding-left: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.process-editorial-right {
  justify-self: end;
  text-align: left;
}

.process-editorial-right .process-editorial-group {
  border-left: 1.5px solid rgba(17, 17, 15, 0.25);
  padding-left: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.process-editorial-line {
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #11110f;
  text-transform: uppercase;
}

.process-center-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.process-eyebrow-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.1rem;
}

.process-eyebrow-rule {
  width: 22px;
  height: 1px;
  background: #00C878;
}

.process-eyebrow-text {
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #00C878;
  text-transform: uppercase;
}

.process-headline {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
  font-weight: 500;
  color: #11110f;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-headline-primary {
  display: block;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #11110f;
}

.process-headline-accent {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #11110f;
}

.process-description {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  line-height: 1.58;
  color: rgba(17, 17, 15, 0.62);
  font-weight: 400;
  letter-spacing: -0.01em;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

/* --- Stacking Cards Container & Middle Vertical Alignment --- */
.process-stack-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.process-stack-item {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center; /* PERFECT VERTICAL CENTERING IN THE MIDDLE */
  justify-content: center; /* HORIZONTAL CENTERING */
  pointer-events: none;
  box-sizing: border-box;
}

.process-stack-item[data-stack-index="0"] { z-index: 1; }
.process-stack-item[data-stack-index="1"] { z-index: 2; }
.process-stack-item[data-stack-index="2"] { z-index: 3; }
.process-stack-item[data-stack-index="3"] { z-index: 4; }

.process-card-motion {
  position: relative;
  width: 100%;
  max-width: 1060px;
  top: calc((var(--stack-index, 0) - 1.5) * 14px); /* Perfectly balanced cascade peek in the center */
  transform-origin: center center;
  will-change: transform;
  pointer-events: auto;
}

/* Dwell buffer after Card 04 so all 4 cards stay stacked before proceeding */
.process-stack-buffer {
  height: 80vh;
  width: 100%;
  pointer-events: none;
}

/* --- The Process Card --- */
.process-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 20px;
  box-shadow: 0 20px 48px -12px rgba(17, 17, 15, 0.08), 0 2px 10px rgba(17, 17, 15, 0.02);
  padding: clamp(1.8rem, 2.8vw, 2.6rem);
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(1.8rem, 2.8vw, 3rem);
  align-items: stretch;
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* --- Card Left Col (Content) --- */
.process-card-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.process-step-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1.1rem;
}

.process-step-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #11110f;
  background: rgba(17, 17, 15, 0.04);
  border: 1px solid rgba(17, 17, 15, 0.08);
  padding: 5px 12px;
  border-radius: 100px;
}

.process-step-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00C878;
  box-shadow: 0 0 8px rgba(0, 200, 120, 0.45);
  display: inline-block;
}

.process-step-counter {
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(17, 17, 15, 0.45);
  letter-spacing: 0.12em;
}

.process-card-title {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(1.28rem, 1.7vw, 1.62rem);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #11110f;
  margin: 0 0 0.8rem;
}

.process-card-desc {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.85rem, 0.94vw, 0.94rem);
  line-height: 1.58;
  color: rgba(17, 17, 15, 0.65);
  font-weight: 400;
  margin: 0 0 1.8rem;
}

.process-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.process-pill {
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(17, 17, 15, 0.7);
  background: #f5f4ef;
  border: 1px solid rgba(17, 17, 15, 0.08);
  padding: 5px 11px;
  border-radius: 6px;
  text-transform: uppercase;
}

/* --- Card Right Col: System Artifact & Interface Frame --- */
.process-visual-frame {
  background: #fbfbfa;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 14px;
  padding: 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px;
  box-sizing: border-box;
}

.pvis-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 17, 15, 0.06);
  padding-bottom: 0.8rem;
  margin-bottom: 0.9rem;
}

.pvis-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pvis-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00C878;
}

.pvis-status-dot.blue {
  background: #0284c7;
}

.pvis-title {
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #11110f;
  text-transform: uppercase;
}

.pvis-badge {
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 100px;
  background: rgba(17, 17, 15, 0.05);
  color: rgba(17, 17, 15, 0.6);
}

.pvis-badge.green,
.pvis-badge.success {
  background: rgba(0, 200, 120, 0.12);
  color: #00874e;
}

/* --- Card 01 Visual: Workflow Discovery & Bottleneck Audit --- */
.pvis-flow-diagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin: 0.4rem 0;
}

.pvis-flow-node {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 9px;
  padding: 0.65rem 0.8rem;
  flex: 1;
  min-width: 0;
}

.pvis-flow-node.bottleneck {
  border-color: rgba(220, 38, 38, 0.25);
  background: #fffcfc;
}

.pvis-flow-node.solution {
  border-color: rgba(0, 200, 120, 0.35);
  background: #f9fdfa;
}

.pvis-node-type {
  font-family: "DM Mono", monospace;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #71767d;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.pvis-node-type.alert {
  color: #dc2626;
}

.pvis-node-type.success {
  color: #00965a;
}

.pvis-node-name {
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #11110f;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvis-node-detail {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  color: rgba(17, 17, 15, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvis-flow-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 0 3px;
  flex-shrink: 0;
}

.pvis-arrow-line {
  width: 18px;
  height: 1px;
  background: #cbd5e1;
}

.pvis-arrow-line.dashed {
  background: none;
  border-top: 1px dashed #00C878;
  width: 18px;
}

.pvis-arrow-label {
  font-family: "DM Mono", monospace;
  font-size: 0.52rem;
  color: #8a8d91;
  text-transform: uppercase;
  white-space: nowrap;
}

.pvis-kpi-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 0.8rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(17, 17, 15, 0.06);
}

.pvis-kpi-stat {
  display: flex;
  flex-direction: column;
}

.pvis-kpi-val {
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #11110f;
}

.pvis-kpi-val.highlight {
  color: #00965a;
}

.pvis-kpi-lbl {
  font-family: "DM Mono", monospace;
  font-size: 0.56rem;
  color: rgba(17, 17, 15, 0.55);
  text-transform: uppercase;
  margin-top: 2px;
}

/* --- Card 02 Visual: Architecture Blueprint --- */
.pvis-arch-grid {
  display: grid;
  grid-template-columns: 1fr auto 1.15fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin: 0.4rem 0;
}

.pvis-arch-box {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 9px;
  padding: 0.7rem 0.8rem;
}

.pvis-arch-box.highlight {
  border-color: rgba(0, 200, 120, 0.35);
  background: #fbfdfc;
  box-shadow: 0 4px 14px rgba(0, 200, 120, 0.06);
}

.pvis-arch-box-title {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  font-weight: 500;
  color: #11110f;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(17, 17, 15, 0.06);
}

.pvis-arch-node {
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.68rem;
  color: rgba(17, 17, 15, 0.7);
  padding: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvis-arch-connect {
  color: #94a3b8;
  font-size: 0.85rem;
  text-align: center;
}

.pvis-route-telemetry {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0.8rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(17, 17, 15, 0.06);
}

.pvis-route-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  color: rgba(17, 17, 15, 0.6);
}

.pvis-mini-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00C878;
}

/* --- Card 03 Visual: Build & Runner --- */
.pvis-build-modules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 0.75rem;
}

.pvis-mod-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 9px;
  padding: 0.6rem 0.75rem;
}

.pvis-mod-status {
  font-family: "DM Mono", monospace;
  font-size: 0.52rem;
  font-weight: 500;
  color: #00965a;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}

.pvis-mod-name {
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  color: #11110f;
  margin-bottom: 2px;
}

.pvis-mod-tech {
  font-family: "DM Mono", monospace;
  font-size: 0.58rem;
  color: rgba(17, 17, 15, 0.55);
}

.pvis-console-log {
  background: #11110f;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  color: #94a3b8;
}

.pvis-log-line {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvis-log-line.success {
  color: #34d399;
}

.pvis-time {
  color: #64748b;
}

/* --- Card 04 Visual: Operational Telemetry --- */
.pvis-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 0.8rem;
}

.pvis-metric-item {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
}

.pvis-m-lbl {
  font-family: "DM Mono", monospace;
  font-size: 0.56rem;
  font-weight: 500;
  color: rgba(17, 17, 15, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 3px;
}

.pvis-m-val {
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #11110f;
  margin-bottom: 2px;
}

.pvis-m-val.highlight {
  color: #00965a;
}

.pvis-m-sub {
  font-family: "DM Mono", monospace;
  font-size: 0.56rem;
  color: rgba(17, 17, 15, 0.5);
  display: block;
}

.pvis-opt-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(17, 17, 15, 0.06);
}

.pvis-opt-tag {
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  color: #00874e;
  background: rgba(0, 200, 120, 0.08);
  border: 1px solid rgba(0, 200, 120, 0.18);
  border-radius: 100px;
  padding: 3px 9px;
}

/* ==========================================================================
   SOCIAL PROOF / TESTIMONIALS SECTION (SOCIAL PROOF 4 FROM REACT BITS PRO)
   ========================================================================== */

.social-proof-section {
  background-color: #f5f4ef;
  color: #11110f;
  font-family: Manrope, Arial, sans-serif;
  position: relative;
  width: 100%;
  padding: clamp(6.5rem, 12vh, 9.5rem) clamp(1.25rem, 4vw, 3.5rem) clamp(7rem, 13vh, 10rem);
  box-sizing: border-box;
  border-top: 1px solid rgba(17, 17, 15, 0.06);
}

.sp-container {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

/* --- Editorial Section Header --- */
.sp-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(3.5rem, 7vh, 5.5rem);
}

.sp-eyebrow-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.1rem;
}

.sp-eyebrow-rule {
  width: 22px;
  height: 1px;
  background: #00C878;
}

.sp-eyebrow-text {
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #00C878;
  text-transform: uppercase;
}

.sp-headline {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
  font-weight: 500;
  color: #11110f;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-headline-primary {
  display: block;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #11110f;
}

.sp-headline-accent {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #11110f;
}

.sp-description {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  line-height: 1.58;
  color: rgba(17, 17, 15, 0.62);
  font-weight: 400;
  letter-spacing: -0.01em;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

/* --- 3-Column Vertical Scrolling Marquee --- */
.sp-marquee-wrapper {
  position: relative;
  width: 100%;
  height: clamp(520px, 68vh, 640px);
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.8vw, 24px);
  align-items: start;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
}

.sp-col {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.sp-col-track {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.8vw, 24px);
  will-change: transform;
}

/* Vertical Continuous Scroll Animations */
.sp-col-up .sp-col-track {
  animation: sp-marquee-up 38s linear infinite;
}

.sp-col-down .sp-col-track {
  animation: sp-marquee-down 44s linear infinite;
}

.sp-col-up-alt .sp-col-track {
  animation: sp-marquee-up 36s linear infinite;
}

/* Hover Pause */
.sp-col:hover .sp-col-track {
  animation-play-state: paused;
}

@keyframes sp-marquee-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes sp-marquee-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

/* --- Testimonial Card Styling --- */
.sp-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(17, 17, 15, 0.03);
  padding: clamp(1.4rem, 2vw, 1.85rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
  box-sizing: border-box;
  cursor: default;
}

.sp-card:hover {
  border-color: rgba(17, 17, 15, 0.16);
  box-shadow: 0 16px 40px rgba(17, 17, 15, 0.06);
  transform: translateY(-2px);
}

.sp-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 1.1rem;
}

.sp-card-tag {
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(17, 17, 15, 0.6);
  background: #f5f4ef;
  border: 1px solid rgba(17, 17, 15, 0.06);
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

.sp-card-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00C878;
  box-shadow: 0 0 6px rgba(0, 200, 120, 0.4);
}

.sp-card-quote {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.88rem, 0.96vw, 0.96rem);
  line-height: 1.62;
  color: #11110f;
  font-weight: 400;
  margin: 0 0 1.4rem;
  padding: 0;
}

.sp-card-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 17, 15, 0.06);
  margin-top: auto;
}

.sp-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f5f4ef;
  border: 1px solid rgba(17, 17, 15, 0.1);
  color: #11110f;
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sp-author-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sp-author-name {
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  color: #11110f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-author-role {
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  color: rgba(17, 17, 15, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
}

/* Responsive Social Proof */
@media (max-width: 1024px) {
  .sp-marquee-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-col-up-alt {
    display: none;
  }
}

@media (max-width: 640px) {
  .social-proof-section {
    padding: clamp(4.5rem, 10vh, 6.5rem) 1.25rem clamp(5rem, 11vh, 7rem);
  }
  .sp-marquee-wrapper {
    grid-template-columns: 1fr;
    height: 500px;
  }
  .sp-col-down {
    display: none;
  }
}

/* ==========================================================================
   CLOSING CALL TO ACTION & FOOTER SECTION
   ========================================================================== */


.site-footer {
  background-color: #080B0D;
  color: #f5f4ef;
  position: relative;
  width: 100%;
  padding: clamp(6.5rem, 12vh, 9.5rem) clamp(1.25rem, 4vw, 3.5rem) clamp(3rem, 6vh, 4.5rem);
  box-sizing: border-box;
}

.site-footer-container {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

.site-footer-top {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: clamp(4rem, 8vh, 6rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-eyebrow {
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #00C878;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1.2rem;
}

.site-footer-headline {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #f5f4ef;
  margin: 0 0 1.2rem;
}

.site-footer-headline em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #00C878;
}

.site-footer-sub {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.6;
  color: rgba(245, 244, 239, 0.65);
  max-width: 520px;
  margin: 0 auto 2.2rem;
}

.site-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #00C878;
  color: #080B0D;
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 100px;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 20px rgba(0, 200, 120, 0.3);
}

.site-footer-cta:hover {
  background: #00e087;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 200, 120, 0.45);
}

.site-footer-arrow {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.site-footer-cta:hover .site-footer-arrow {
  transform: translateX(4px);
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 2.2rem;
}

.site-footer-brand {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.site-footer-wordmark {
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #f5f4ef;
}

.site-footer-wordmark span {
  color: #00C878;
  font-size: 0.49em;
  vertical-align: top;
  margin-left: 0.15em;
}

.site-footer-copy {
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
  color: rgba(245, 244, 239, 0.45);
  letter-spacing: 0.04em;
}

.site-footer-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.site-footer-link {
  font-family: "DM Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(245, 244, 239, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-link:hover {
  color: #00C878;
}

/* ==========================================================================
   PROCESS SECTION RESPONSIVE BREAKPOINTS
   ========================================================================== */

@media (max-width: 1180px) {
  .process-header-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .process-editorial-left,
  .process-editorial-right {
    display: none;
  }
}

@media (max-width: 960px) {
  .process-card {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: clamp(1.5rem, 3vw, 2.2rem);
  }
  .process-card-motion {
    max-width: 680px;
  }
  .process-arch-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .pvis-arch-connect {
    transform: rotate(90deg);
    margin: 2px 0;
  }
}

@media (max-width: 640px) {
  .process-section {
    padding: clamp(4.5rem, 10vh, 6.5rem) 1.25rem 0;
  }
  .process-header-grid {
    margin-bottom: 3rem;
  }
  .process-card {
    border-radius: 18px;
    padding: 1.25rem;
  }
  .process-visual-frame {
    padding: 1rem;
    min-height: auto;
  }
  .pvis-flow-diagram {
    flex-direction: column;
    gap: 8px;
  }
  .pvis-flow-arrow {
    transform: rotate(90deg);
    margin: 4px 0;
  }
  .pvis-build-modules {
    grid-template-columns: 1fr;
  }
  .pvis-metrics-grid {
    grid-template-columns: 1fr;
  }
  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
