/* Combined Consulting + Service scene: full-screen autonomous Silk field. */

.combined-silk-screen {
  background: #120f17;
}

.combined-service-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.combined-silk-effect,
.combined-silk-vignette {
  position: absolute;
  inset: 0;
}

.combined-silk-effect {
  z-index: -4;
  width: 100%;
  height: 100%;
  background: #120f17;
  transform: scale(1.025);
}

.combined-silk-vignette {
  z-index: -3;
  background:
    radial-gradient(ellipse 32% 74% at 15% 51%, rgba(2, 4, 10, 0.68), transparent 80%),
    radial-gradient(ellipse 32% 74% at 85% 51%, rgba(2, 4, 10, 0.68), transparent 80%),
    linear-gradient(90deg, rgba(2, 4, 10, 0.78) 0%, rgba(2, 4, 10, 0.44) 27%, rgba(2, 4, 10, 0.12) 50%, rgba(2, 4, 10, 0.44) 73%, rgba(2, 4, 10, 0.78) 100%),
    linear-gradient(180deg, rgba(2, 4, 10, 0.9) 0%, transparent 23%, transparent 74%, rgba(2, 4, 10, 0.92) 100%);
  pointer-events: none;
}

.combined-silk-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 5.2vw, 92px);
  min-height: 100svh;
  padding-top: calc(var(--header-height) + clamp(34px, 4.6vh, 58px));
  padding-bottom: clamp(32px, 5vh, 62px);
}

.combined-silk-pane {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 620px;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.7);
}

.combined-silk-pane--service {
  justify-self: end;
}

.combined-silk-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 clamp(22px, 3vh, 34px);
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.combined-silk-kicker span {
  color: rgba(255, 255, 255, 0.38);
}

.combined-silk-pane h2 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(43px, 4.35vw, 72px);
  font-weight: 390;
  line-height: 0.99;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.combined-silk-lead {
  max-width: 560px;
  margin: clamp(22px, 3vh, 32px) 0 0;
  color: rgba(246, 247, 251, 0.73);
  font-size: clamp(16px, 1.14vw, 19px);
  line-height: 1.55;
}

.combined-silk-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: clamp(24px, 3.3vh, 36px) 0 0;
  padding: 0;
  list-style: none;
}

.combined-silk-capabilities li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 7, 11, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px) saturate(125%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.2;
}

.combined-silk-actions {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: clamp(26px, 3.9vh, 42px);
}

.combined-silk-actions .glass-button {
  flex: 0 0 auto;
  min-height: 54px;
}

.combined-silk-actions .glass-button span {
  white-space: nowrap;
}

.combined-silk-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  white-space: nowrap;
}

.combined-silk-proof span {
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(210, 216, 255, 0.72);
}

.combined-silk-divider {
  width: 1px;
  height: min(61vh, 550px);
  align-self: center;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.24) 28%, rgba(255, 255, 255, 0.24) 72%, transparent);
}

@media (max-width: 1180px) {
  .combined-silk-layout {
    gap: clamp(28px, 3.6vw, 50px);
  }

  .combined-silk-pane h2 {
    font-size: clamp(40px, 4.45vw, 56px);
  }

  .combined-silk-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 900px) {
  .combined-silk-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1px auto;
    align-content: center;
    gap: 24px;
    padding-top: calc(var(--header-height) + 24px);
    padding-bottom: 30px;
  }

  .combined-silk-vignette {
    background:
      radial-gradient(ellipse 90% 35% at 50% 23%, rgba(2, 4, 10, 0.68), transparent 82%),
      radial-gradient(ellipse 90% 35% at 50% 78%, rgba(2, 4, 10, 0.68), transparent 82%),
      linear-gradient(180deg, rgba(2, 4, 10, 0.88), rgba(2, 4, 10, 0.4) 20%, rgba(2, 4, 10, 0.2) 50%, rgba(2, 4, 10, 0.42) 78%, rgba(2, 4, 10, 0.9));
  }

  .combined-silk-pane,
  .combined-silk-pane--service {
    width: 100%;
    max-width: 740px;
    justify-self: start;
  }

  .combined-silk-pane h2 {
    max-width: 700px;
    font-size: clamp(34px, 6vw, 48px);
  }

  .combined-silk-lead {
    max-width: 680px;
  }

  .combined-silk-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 82%);
  }

  .combined-silk-actions {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .combined-silk-screen {
    min-height: 100svh;
  }

  .combined-silk-layout {
    align-content: start;
    gap: 16px;
    padding-top: calc(var(--header-height) + 13px);
    padding-bottom: 18px;
  }

  .combined-silk-effect {
    transform: scale(1.05) rotate(-4deg);
  }

  .combined-silk-kicker {
    gap: 9px;
    margin-bottom: 11px;
    font-size: 9.5px;
  }

  .combined-silk-pane h2 {
    max-width: 340px;
    font-size: clamp(27px, 7.7vw, 32px);
    line-height: 1.01;
  }

  .combined-silk-lead {
    max-width: 355px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.42;
  }

  .combined-silk-capabilities {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
  }

  .combined-silk-capabilities li {
    display: flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 9px;
    border-radius: 10px;
    font-size: 9.5px;
  }

  .combined-silk-actions {
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
  }

  .combined-silk-actions .glass-button {
    min-height: 42px;
    gap: 12px;
    padding: 0 12px 0 15px;
    font-size: 11px;
  }

  .combined-silk-actions .glass-button svg {
    width: 16px;
    height: 16px;
  }

  .combined-silk-proof {
    max-width: 145px;
    gap: 7px;
    font-size: 9px;
    line-height: 1.25;
    white-space: normal;
  }

  .combined-silk-proof span {
    width: 14px;
    flex: 0 0 14px;
  }

  .combined-silk-divider {
    opacity: 0.68;
  }
}

@media (max-width: 380px) {
  .combined-silk-layout {
    gap: 8px;
    padding-top: calc(var(--header-height) + 6px);
    padding-bottom: 10px;
  }

  .combined-silk-kicker {
    margin-bottom: 8px;
  }

  .combined-silk-pane h2 {
    font-size: 24px;
  }

  .combined-silk-lead {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.35;
  }

  .combined-silk-capabilities {
    gap: 4px;
    margin-top: 8px;
  }

  .combined-silk-capabilities li {
    min-height: 25px;
    padding: 4px 7px;
    font-size: 8.3px;
  }

  .combined-silk-actions {
    gap: 7px 12px;
    margin-top: 8px;
  }

  .combined-silk-actions .glass-button {
    min-height: 38px;
    font-size: 10px;
  }

  .combined-silk-proof {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .combined-silk-effect {
    transform: none;
  }
}
