/* Path hub (chooser) + tech rebuilds " same brand tokens, hardware feel on /tech */

/* "" Chooser """"""""""""""""""""""""""""""""""""""""""""""" */
.path-hub-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg, #0b1220);
}
.path-hub-nav {
  position: relative;
  z-index: 20;
}
.path-hub {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.5rem 1.25rem 2.5rem;
  overflow: hidden;
}
.path-hub__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 20% 30%, rgba(34, 211, 238, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 45% at 80% 70%, rgba(56, 189, 248, 0.1), transparent 50%),
    linear-gradient(180deg, #0b1220 0%, #0f172a 50%, #0b1220 100%);
  pointer-events: none;
}
.path-hub__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, #000 20%, transparent 75%);
}
.path-hub__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 56rem);
  margin: 0 auto;
}
.path-hub__intro {
  text-align: center;
  margin-bottom: 1.75rem;
}
.path-hub__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sky-bright, #7dd3fc);
}
.path-hub__title {
  margin: 0 0 0.5rem;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  letter-spacing: -0.03em;
  color: #f8fafc;
  line-height: 1.15;
}
.path-hub__lead {
  margin: 0;
  color: var(--text-muted, #94a3b8);
  font-size: 1.05rem;
}
.path-hub__mark {
  display: grid;
  place-items: center;
  margin: 0 auto 0.85rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 50% 35%, rgba(56, 189, 248, 0.35), transparent 62%),
    linear-gradient(160deg, rgba(15, 23, 42, 0.95), rgba(2, 6, 23, 0.98));
  border: 1px solid rgba(56, 189, 248, 0.35);
  box-shadow:
    0 0 40px rgba(34, 211, 238, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.path-hub__mark img {
  width: 3.35rem;
  height: 3.35rem;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.45));
}
.path-hub__inner {
  width: min(100%, 68rem);
}
.path-hub__doors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.path-hub__doors--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 960px) {
  .path-hub__doors--3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .path-hub__doors {
    grid-template-columns: 1fr;
  }
  .path-hub {
    padding-top: 4.75rem;
    align-items: flex-start;
  }
}
.path-door {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 1.35rem 1.35rem 1.25rem;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: color-mix(in srgb, #111827 88%, transparent);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 18px 40px rgba(0, 0, 0, 0.35);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  min-height: 16.5rem;
  touch-action: manipulation;
}
.path-door:hover,
.path-door:focus-visible {
  border-color: color-mix(in srgb, var(--cyan, #22d3ee) 55%, transparent);
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--cyan, #22d3ee) 25%, transparent) inset,
    0 22px 48px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(34, 211, 238, 0.12);
  outline: none;
}
.path-door--web:hover,
.path-door--web:focus-visible {
  border-color: color-mix(in srgb, #38bdf8 60%, transparent);
}
.path-door--tech {
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.95) 0%, rgba(11, 18, 32, 0.98) 100%);
}
.path-door--tech:hover,
.path-door--tech:focus-visible {
  border-color: color-mix(in srgb, #22d3ee 55%, transparent);
}
.path-door--apps {
  background:
    linear-gradient(155deg, rgba(14, 22, 40, 0.96) 0%, rgba(8, 14, 28, 0.98) 100%);
}
.path-door--apps:hover,
.path-door--apps:focus-visible {
  border-color: color-mix(in srgb, #67e8f9 55%, transparent);
  box-shadow:
    0 0 0 1px color-mix(in srgb, #67e8f9 28%, transparent) inset,
    0 22px 48px rgba(0, 0, 0, 0.4),
    0 0 44px rgba(34, 211, 238, 0.16);
}
.path-door--apps .path-door__icon {
  color: #67e8f9;
  background: color-mix(in srgb, #22d3ee 14%, transparent);
  border-color: color-mix(in srgb, #22d3ee 32%, transparent);
}
.path-door--apps .path-door__cta {
  color: #67e8f9;
}
.path-door__badge {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--sky-bright, #7dd3fc);
  opacity: 0.85;
}
.path-door__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  color: var(--cyan, #22d3ee);
  background: color-mix(in srgb, var(--cyan, #22d3ee) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--cyan, #22d3ee) 28%, transparent);
}
.path-door--web .path-door__icon {
  color: #38bdf8;
  background: color-mix(in srgb, #38bdf8 12%, transparent);
  border-color: color-mix(in srgb, #38bdf8 28%, transparent);
}
.path-door__title {
  margin: 0.15rem 0 0;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f1f5f9;
}
.path-door__copy {
  margin: 0;
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-muted, #94a3b8);
}
.path-door__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
}
.path-door__tags li {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  color: #cbd5e1;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.55);
}
.path-door__cta {
  margin-top: 0.35rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--cyan-bright, #67e8f9);
}
.path-door--web .path-door__cta {
  color: #7dd3fc;
}
.path-hub__foot {
  margin: 1.75rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: #64748b;
}
.path-hub__foot a {
  color: #94a3b8;
  text-decoration: none;
}
.path-hub__foot a:hover {
  color: var(--cyan, #22d3ee);
}
.path-hub-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}
.path-hub-footer__links a {
  color: #94a3b8;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.path-hub-footer__links a:hover {
  color: var(--cyan, #22d3ee);
}

/* "" Tech page " physical hardware aesthetic """"""""""""""" */
.tech-body {
  background: #0b1220;
}

/* Tech hero " img in normal flow provides height; overlays sit on top (desktop) */
.tech-hero--internals {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #020617;
  border-bottom: 1px solid rgba(34, 211, 238, 0.18);
}
.tech-hero--internals > .tech-hero__shot {
  position: relative !important;
  z-index: 0;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: min(72vh, 42rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: 62% 42% !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: contrast(1.06) saturate(1.08);
}
.tech-hero--internals > .tech-hero__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg,
      rgba(11, 18, 32, 0.82) 0%,
      rgba(11, 18, 32, 0.4) 34%,
      rgba(11, 18, 32, 0.12) 58%,
      rgba(11, 18, 32, 0.2) 100%),
    linear-gradient(0deg,
      rgba(11, 18, 32, 0.65) 0%,
      transparent 42%),
    radial-gradient(ellipse 55% 65% at 70% 45%,
      rgba(34, 211, 238, 0.1),
      transparent 62%);
}
.tech-hero--internals > .tech-hero__frame {
  position: absolute;
  inset: 0.75rem;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(11, 18, 32, 0.5) inset;
}
.tech-hero__corner {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-color: var(--cyan, #22d3ee);
  border-style: solid;
  opacity: 0.85;
}
.tech-hero__corner--tl {
  top: -1px; left: -1px;
  border-width: 2px 0 0 2px;
}
.tech-hero__corner--tr {
  top: -1px; right: -1px;
  border-width: 2px 2px 0 0;
}
.tech-hero__corner--bl {
  bottom: -1px; left: -1px;
  border-width: 0 0 2px 2px;
}
.tech-hero__corner--br {
  bottom: -1px; right: -1px;
  border-width: 0 2px 2px 0;
}
.tech-hero--internals > .tech-hero__hud {
  position: absolute;
  top: 4.5rem;
  right: 1.1rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  pointer-events: none;
}
.tech-hero__hud-chip {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 3px;
  color: #a5f3fc;
  background: rgba(11, 18, 32, 0.72);
  border: 1px solid rgba(34, 211, 238, 0.35);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.12);
}
.tech-hero__hud-chip--live {
  color: #0b1220;
  background: linear-gradient(90deg, #22d3ee, #38bdf8);
  border-color: transparent;
  animation: tech-live-pulse 2.4s ease-in-out infinite;
}
@keyframes tech-live-pulse {
  0%, 100% { box-shadow: 0 0 10px rgba(34, 211, 238, 0.35); }
  50% { box-shadow: 0 0 22px rgba(34, 211, 238, 0.7); }
}
.tech-hero--internals > .tech-hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.25rem 1.35rem 2.25rem;
  box-sizing: border-box;
  pointer-events: none;
}
.tech-hero__overlay a,
.tech-hero__overlay .btn {
  pointer-events: auto;
}
.tech-hero--internals .tech-hero__copy {
  max-width: 34rem;
  padding: 1.35rem 1.4rem 1.45rem;
  border-radius: 14px;
  border: 1px solid rgba(34, 211, 238, 0.28);
  background: rgba(11, 18, 32, 0.92);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(34, 211, 238, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.tech-hero__kicker {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan, #22d3ee);
  text-shadow: 0 0 18px rgba(34, 211, 238, 0.45);
}
.tech-hero h1 {
  margin: 0 0 0.65rem;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.15rem, 5vw, 3.15rem);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #f8fafc;
  line-height: 1.05;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}
.tech-hero__lead {
  margin: 0 0 1.15rem;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #cbd5e1;
}
.tech-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}
.tech-hero__spec {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e2e8f0;
}
.tech-spec-dot {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.35rem;
  border-radius: 1px;
  background: var(--cyan, #22d3ee);
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.55);
  vertical-align: middle;
}
/* Mobile: photo on top (in flow), copy stacked below " no absolute bury */
@media (max-width: 900px) {
  .tech-hero--internals > .tech-hero__shot {
    height: clamp(15rem, 58vw, 24rem) !important;
    object-position: 70% 40% !important;
  }
  .tech-hero--internals > .tech-hero__wash {
    /* Only cover the image band, not the copy below */
    bottom: auto;
    height: clamp(15rem, 58vw, 24rem);
    background: linear-gradient(
      180deg,
      rgba(11, 18, 32, 0.12) 0%,
      transparent 50%,
      rgba(11, 18, 32, 0.28) 100%
    ) !important;
  }
  .tech-hero--internals > .tech-hero__frame {
    bottom: auto;
    height: clamp(15rem, 58vw, 24rem);
    inset: 0.45rem auto auto 0.45rem;
    width: calc(100% - 0.9rem);
    box-sizing: border-box;
  }
  .tech-hero--internals > .tech-hero__hud {
    top: auto;
    bottom: auto;
    /* sit on image: image height - padding */
    margin-top: calc(-2.4rem);
    align-self: flex-end;
    right: 0.65rem;
    position: absolute;
    top: calc(clamp(15rem, 58vw, 24rem) - 2.2rem);
  }
  .tech-hero--internals > .tech-hero__overlay {
    position: relative !important;
    inset: auto !important;
    padding: 1rem !important;
    max-width: none;
    width: 100%;
    background: #0b1220;
    pointer-events: auto;
  }
  .tech-hero--internals .tech-hero__copy {
    max-width: none;
    width: 100%;
    padding: 1.05rem 1.1rem 1.15rem;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(15, 23, 42, 0.98);
  }
  .tech-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }
  .tech-hero__lead {
    font-size: 0.98rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tech-hero__hud-chip--live {
    animation: none;
  }
}
.tech-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tech-rack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 68rem;
  margin: 0 auto;
}
.tech-rack--services {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 980px) {
  .tech-rack--services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .tech-rack,
  .tech-rack--services {
    grid-template-columns: 1fr;
  }
}
.tech-module {
  position: relative;
  padding: 1.15rem 1.2rem 1.15rem 1.45rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(180deg, rgba(30, 41, 59, 0.35), rgba(15, 23, 42, 0.65));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}
.tech-module__led {
  position: absolute;
  left: 0.55rem;
  top: 1.35rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--cyan, #22d3ee);
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.65);
}
.tech-module__tag {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cyan, #22d3ee);
}
.tech-module h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 750;
  color: #f1f5f9;
}
.tech-module p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #94a3b8;
}
.tech-module p strong {
  color: #e2e8f0;
  font-weight: 650;
}
.tech-process-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  align-self: stretch;
  height: 100%;
  min-height: 18rem;
  background: #020617;
}
.tech-process-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 22rem;
  max-height: 34rem;
  object-fit: cover;
  object-position: center 35%;
  aspect-ratio: 4 / 5;
}
.tech-section--process .ix-split {
  align-items: stretch !important;
}
@media (max-width: 900px) {
  .tech-process-media img {
    min-height: 16rem;
    max-height: 26rem;
    aspect-ratio: 4 / 5;
  }
}
.tech-screw {
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #94a3b8, #334155 70%);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.8);
  z-index: 2;
}
.tech-screw--tl { top: 0.45rem; left: 0.45rem; }
.tech-screw--tr { top: 0.45rem; right: 0.45rem; }
.tech-screw--bl { bottom: 0.45rem; left: 0.45rem; }
.tech-screw--br { bottom: 0.45rem; right: 0.45rem; }
.tech-steps {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  line-height: 1.6;
  color: #94a3b8;
}
.tech-steps li {
  margin-bottom: 0.55rem;
}
.tech-steps strong {
  color: #e2e8f0;
}
.tech-llc-card {
  max-width: 68rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.35rem 1.5rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--cyan, #22d3ee) 22%, rgba(148, 163, 184, 0.15));
  background:
    linear-gradient(120deg, rgba(34, 211, 238, 0.06), transparent 50%),
    rgba(15, 23, 42, 0.75);
}
.tech-cta {
  margin-top: 0.5rem;
}

/* Tech bench calendar */
.tech-book {
  max-width: 44rem;
  margin: 0 auto;
  padding: 1.25rem 1.35rem 1.4rem;
  border-radius: 14px;
  border: 1px solid rgba(34, 211, 238, 0.22);
  background: rgba(15, 23, 42, 0.72);
}
.tech-book__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
}
@media (max-width: 640px) {
  .tech-book__grid {
    grid-template-columns: 1fr;
  }
}
.tech-cal-days,
.tech-cal-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.tech-cal-day,
.tech-cal-slot {
  appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(11, 18, 32, 0.75);
  color: #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  min-height: 44px;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.tech-cal-day {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.45rem 0.65rem;
  min-width: 4.6rem;
}
.tech-cal-day__wd {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #67e8f9;
}
.tech-cal-day__md {
  font-size: 0.85rem;
  font-weight: 650;
}
.tech-cal-slot {
  padding: 0.45rem 0.75rem;
  font-size: 0.88rem;
  font-weight: 650;
}
.tech-cal-day:hover,
.tech-cal-slot:hover,
.tech-cal-day:focus-visible,
.tech-cal-slot:focus-visible {
  border-color: rgba(34, 211, 238, 0.55);
  outline: none;
}
.tech-cal-day.is-on,
.tech-cal-slot.is-on {
  border-color: transparent;
  background: linear-gradient(90deg, #22d3ee, #38bdf8);
  color: #0b1220;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.35);
}
.tech-cal-day.is-on .tech-cal-day__wd {
  color: #0b1220;
  opacity: 0.75;
}
.tech-book__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1.1rem;
}
@media (prefers-reduced-motion: reduce) {
  .path-door {
    transition: none;
  }
  .path-door:hover,
  .path-door:focus-visible {
    transform: none;
  }
}

/* techFit2 process override — beat industrial 16/10 */
body[data-page=tech] .tech-section--process .tech-process-media img,
body[data-page=tech] .tech-process-media img {
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  object-position: center 35% !important;
  height: 100% !important;
  width: 100% !important;
}
