/* ---------- Falcon AI Operations Overview (section below Marketeam) ---------- */

.falcon-ops {
  --aspect: 1.5204255;
  --page: #000000;
  --surface: #fff;
  --panel: #f6f9ff;
  --ink: #282828;
  --muted: #777;
  --orange: #3b82f6;
  --orange-soft: #dbeafe;
  --green: #4d8c35;
  --weight-regular: 400;
  --weight-body: 475;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-display: 600;
  --weight-card-title: 600;
  --weight-bold: 700;
  --card-title-size: 1.42cqw;
  --card-title-tracking: -0.06cqw;
  --feature-title-size: 1.42cqw;
  --feature-title-tracking: -0.06cqw;
  --cards-height: 29.2cqw;
  --cards-scale: min(1, calc(58cqh / var(--cards-height)));

  position: relative;
  z-index: 1;
  width: 100%;
  height: 88vh;
  height: 88dvh;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--page);
  color-scheme: light;
  font-family: "Segoe UI Variable", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: var(--weight-regular);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

.falcon-ops *,
.falcon-ops *::before,
.falcon-ops *::after {
  box-sizing: border-box;
}

.falcon-ops .viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--page);
}

.falcon-ops .scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  container-type: size;
  background: var(--page);
}

.falcon-ops .falcon-intro {
  position: absolute;
  top: 3.5%;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
  width: min(1180px, calc(100% - 2 * clamp(1.25rem, 4vw, 4rem)));
  text-align: left;
  color: #fff;
}

.falcon-ops .falcon-intro h2 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-family: "Urbanist", "Inter", sans-serif;
  font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.falcon-ops .falcon-intro p {
  margin: 0;
  max-width: 34rem;
  color: rgb(255 255 255 / 62%);
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: var(--weight-medium);
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.falcon-ops .cards {
  position: absolute;
  top: 62%;
  left: 50%;
  translate: -50% -50%;
  width: 92cqw;
  height: var(--cards-height);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15cqw;
  align-items: start;
  scale: var(--cards-scale);
}

.falcon-ops .card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: 58% 42%;
  border: 0.075cqw solid rgb(191 219 254 / 96%);
  border-radius: 1.35cqw;
  background: var(--surface);
  box-shadow:
    0.32cqw 1.18cqh 1.42cqw rgb(15 23 42 / 28%),
    0 0.18cqh 0.42cqw rgb(15 23 42 / 12%);
}

.falcon-ops .card--decision {
  height: 100%;
  margin-top: 0;
}

.falcon-ops .panel {
  position: relative;
  margin-inline: 2.55%;
  overflow: hidden;
  border-radius: 1.1cqw 1.1cqw 0.95cqw 0.95cqw;
  background:
    radial-gradient(circle at 50% 78%, rgb(191 219 254 / 30%), transparent 47%),
    linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(239 246 255 / 94%));
}

.falcon-ops .card--decision .panel {
  margin-inline: 2%;
  background:
    radial-gradient(circle at 74% 46%, rgb(191 219 254 / 70%), transparent 48%),
    linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(219 234 254 / 97%));
}

.falcon-ops .card-copy {
  position: relative;
  padding: 6% 8% 7% ;
  padding-right: 18%;
  font-family: "Segoe UI Semibold", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
}

.falcon-ops .card-copy h2 {
  margin: 0 0 2.4%;
  color: #292929;
  font-size: var(--card-title-size);
  font-weight: var(--weight-card-title);
  line-height: 1.18;
  letter-spacing: var(--card-title-tracking);
  white-space: normal;
  transform: none;
  transform-origin: left top;
}

.falcon-ops .card--decision .card-copy h2 {
  font-size: var(--feature-title-size);
  letter-spacing: var(--feature-title-tracking);
}

.falcon-ops .card-copy p {
  margin: 0;
  color: var(--muted);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 1.05cqw;
  font-weight: var(--weight-medium);
  line-height: 1.28;
  letter-spacing: -0.03cqw;
  transform: none;
  transform-origin: left top;
}

.falcon-ops .corner-icon {
  position: absolute;
  right: 7%;
  bottom: 16%;
  width: 9.5%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange);
}

.falcon-ops.entrance-pending .card,
html.entrance-pending .falcon-ops .card {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .falcon-ops.entrance-pending .card,
  html.entrance-pending .falcon-ops .card {
    opacity: 1;
  }
}

.falcon-ops.entrance-active .card,
.falcon-ops.entrance-active .panel,
.falcon-ops.entrance-active .card-copy,
.falcon-ops.entrance-active .card-copy h2,
.falcon-ops.entrance-active .card-copy p,
.falcon-ops.entrance-active .corner-icon,
html.entrance-active .falcon-ops .card,
html.entrance-active .falcon-ops .panel,
html.entrance-active .falcon-ops .card-copy,
html.entrance-active .falcon-ops .card-copy h2,
html.entrance-active .falcon-ops .card-copy p,
html.entrance-active .falcon-ops .corner-icon {
  will-change: transform, opacity, clip-path;
}

/* Card 1 — visibility chart */
.falcon-ops .timeline {
  position: absolute;
  top: 5.7%;
  left: 20.8%;
  width: 58.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #60a5fa;
  font-size: 0.62cqw;
  font-weight: var(--weight-medium);
  letter-spacing: -0.015cqw;
}

.falcon-ops .timeline i {
  width: 20%;
  border-top: 0.05cqw dashed rgb(96 139 190 / 70%);
}

.falcon-ops .bars {
  position: absolute;
  left: 5.9%;
  right: 5.9%;
  bottom: 12%;
  height: 62%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.falcon-ops .bar {
  width: 2.4%;
  height: var(--h);
  border-radius: 999px;
  background: rgb(191 219 254 / 64%);
}

.falcon-ops .bar.active {
  width: 2.6%;
  background: var(--orange);
  box-shadow: 0 0 0.28cqw rgb(59 130 246 / 24%);
}

.falcon-ops .value-chip {
  position: absolute;
  top: 15.5%;
  left: 46.2%;
  width: 14%;
  height: 7.6%;
  display: grid;
  place-items: center;
  border: 0.12cqw solid #fff;
  border-radius: 999px;
  background: var(--orange);
  box-shadow:
    0 0 0 0.055cqw var(--orange),
    0 0.28cqh 0.4cqw rgb(15 38 69 / 24%);
  color: #fff;
  font-size: 0.67cqw;
  font-weight: var(--weight-semibold);
}

.falcon-ops .axis {
  position: absolute;
  left: 7.7%;
  right: 7.2%;
  bottom: 5.2%;
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 0.57cqw;
}

.falcon-ops .spark {
  position: relative;
  width: 52%;
  aspect-ratio: 1;
}

.falcon-ops .spark::before {
  content: "";
  position: absolute;
  top: 41%;
  left: 0;
  width: 100%;
  height: 18%;
  border-radius: 999px;
  background: currentColor;
}

.falcon-ops .spark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 41%;
  width: 18%;
  height: 100%;
  border-radius: 999px;
  background: currentColor;
}

/* Card 2 — assistant */
.falcon-ops .assistant-head {
  position: absolute;
  top: 8.2%;
  left: 6.2%;
  display: flex;
  align-items: center;
  gap: 1.02cqw;
  color: var(--orange);
  font-size: 1.28cqw;
  font-weight: var(--weight-bold);
  letter-spacing: -0.04cqw;
}

.falcon-ops .badge {
  width: 2.16cqw;
  height: 2.16cqw;
  border-radius: 50%;
  background: var(--orange-soft);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.falcon-ops .badge .spark {
  width: 48%;
  background: currentColor;
  filter: blur(0.035cqw);
  clip-path: polygon(
    47% 0,
    53% 0,
    58% 28%,
    65% 35%,
    72% 42%,
    100% 47%,
    100% 53%,
    72% 58%,
    65% 65%,
    58% 72%,
    53% 100%,
    47% 100%,
    42% 72%,
    35% 65%,
    28% 58%,
    0 53%,
    0 47%,
    28% 42%,
    35% 35%,
    42% 28%
  );
}

.falcon-ops .badge .spark::before,
.falcon-ops .badge .spark::after {
  content: none;
}

.falcon-ops .question {
  position: absolute;
  top: 21.5%;
  left: 6.2%;
  margin: 0;
  color: #151515;
  font-size: 1.34cqw;
  font-weight: var(--weight-medium);
  line-height: 1;
  letter-spacing: -0.07cqw;
}

.falcon-ops .prompt {
  position: absolute;
  top: 32%;
  left: 6.2%;
  width: 87.2%;
  height: 35.8%;
  padding: 4.7% 4.2%;
  border: 0.06cqw solid #beb4ae;
  border-radius: 0.86cqw;
  background: rgb(255 255 255 / 32%);
  color: var(--muted);
  font-size: 1.03cqw;
  font-weight: var(--weight-body);
  line-height: 1.31;
  letter-spacing: -0.035cqw;
}

.falcon-ops .automate {
  position: absolute;
  top: 78.1%;
  left: 6.2%;
  width: 34.6%;
  height: 11.6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1cqw;
  border-radius: 999px;
  background: linear-gradient(100deg, #93c5fd 0%, #3b82f6 38%, #1d4ed8 100%);
  box-shadow:
    0 0.6cqh 1.35cqw rgb(59 130 246 / 52%),
    0 0.2cqh 0.46cqw rgb(59 130 246 / 31%),
    0 0 0.82cqw 0.08cqw rgb(37 99 235 / 24%);
  color: #fff;
  font-size: 0.98cqw;
  font-weight: var(--weight-body);
  line-height: 1;
}

.falcon-ops .automate-label {
  letter-spacing: -0.025cqw;
  transform: scaleX(1.03);
  transform-origin: left center;
}

.falcon-ops canvas.magic {
  flex: 0 0 auto;
  width: 1.5cqw;
  height: 1.46cqw;
  translate: -0.15cqw 0;
}

.falcon-ops .cursor {
  position: absolute;
  top: 85.7%;
  left: 54%;
  width: 4.3%;
  aspect-ratio: 0.72;
  z-index: 3;
  isolation: isolate;
  filter:
    drop-shadow(0 0 0.075cqw #fff) drop-shadow(0 0 0.075cqw #fff)
    drop-shadow(0.08cqw 0.16cqw 0.08cqw rgb(0 0 0 / 48%));
}

.falcon-ops .cursor::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #050505;
  clip-path: polygon(0 0, 94% 62%, 57% 67%, 38% 100%);
}

.falcon-ops .cursor::after {
  content: "";
  position: absolute;
  inset: -11%;
  z-index: -1;
  background: #fff;
  clip-path: polygon(0 0, 94% 62%, 57% 67%, 38% 100%);
}

.falcon-ops .flow-icon {
  position: relative;
  width: 54%;
  height: 58%;
  background: linear-gradient(var(--orange), var(--orange)) center / 48% 18% no-repeat;
}

.falcon-ops .flow-icon::before,
.falcon-ops .flow-icon::after {
  content: "";
  position: absolute;
  width: 34%;
  height: 70%;
  border-radius: 999px;
  background: var(--orange);
}

.falcon-ops .flow-icon::before {
  left: 4%;
  top: 24%;
}

.falcon-ops .flow-icon::after {
  right: 4%;
  top: 6%;
}

/* Card 3 — decisions */
.falcon-ops .metric {
  position: absolute;
  top: 7.8%;
  left: 5.2%;
}

.falcon-ops .metric-label {
  margin-bottom: 0.38cqh;
  color: #676767;
  font-size: 0.88cqw;
  font-weight: var(--weight-body);
}

.falcon-ops .metric-row {
  display: flex;
  align-items: center;
  gap: 1.02cqw;
}

.falcon-ops .metric-row strong {
  color: var(--orange);
  font-size: 2.1cqw;
  font-weight: var(--weight-bold);
  line-height: 0.95;
  letter-spacing: -0.04cqw;
}

.falcon-ops .metric-row span {
  margin-top: 0.52cqh;
  color: var(--green);
  font-size: 0.93cqw;
  font-weight: var(--weight-bold);
  letter-spacing: -0.045cqw;
}

.falcon-ops canvas.decision-flow {
  position: absolute;
  top: 39%;
  left: 0;
  width: 100%;
  height: 53%;
  display: block;
  pointer-events: none;
}

.falcon-ops .tag {
  position: absolute;
  z-index: 2;
  height: 8.3%;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgb(255 255 255 / 95%);
  color: #282828;
  font-size: 0.62cqw;
  font-weight: var(--weight-semibold);
  letter-spacing: -0.012cqw;
}

.falcon-ops .tag.action {
  top: 34.8%;
  right: 8%;
  width: 28%;
}

.falcon-ops .tag.confidence {
  top: 67%;
  left: 6%;
  width: 40%;
}

.falcon-ops .tag.path {
  top: 82.2%;
  right: 8%;
  width: 37%;
}

.falcon-ops .speed {
  position: relative;
  width: 58%;
  aspect-ratio: 1;
  background:
    linear-gradient(var(--orange), var(--orange)) 0 31% / 27% 8% no-repeat,
    linear-gradient(var(--orange), var(--orange)) 0 49% / 38% 8% no-repeat,
    linear-gradient(var(--orange), var(--orange)) 0 67% / 22% 8% no-repeat;
}

.falcon-ops .speed::before {
  content: "";
  position: absolute;
  inset: 4% 1% 2% 28%;
  background: var(--orange);
  clip-path: polygon(58% 0, 100% 0, 69% 40%, 94% 40%, 28% 100%, 44% 58%, 7% 58%);
}

.falcon-ops .speed::after {
  content: none;
}

/* Card 4 — process / support */
.falcon-ops .process-head {
  position: absolute;
  top: 7.5%;
  left: 6%;
  right: 6%;
}

.falcon-ops .process-kicker {
  display: block;
  margin-bottom: 0.35cqh;
  color: #676767;
  font-size: 0.78cqw;
  font-weight: var(--weight-body);
}

.falcon-ops .process-head strong {
  display: block;
  color: var(--orange);
  font-size: 1.55cqw;
  font-weight: var(--weight-bold);
  line-height: 1;
  letter-spacing: -0.04cqw;
}

.falcon-ops .process-track {
  position: absolute;
  top: 28%;
  left: 5.5%;
  right: 5.5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.falcon-ops .process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55cqh;
  width: 18%;
}

.falcon-ops .process-dot {
  width: 1.55cqw;
  height: 1.55cqw;
  border-radius: 50%;
  border: 0.12cqw solid rgb(147 197 253 / 90%);
  background: #fff;
  box-shadow: 0 0 0 0.18cqw rgb(219 234 254 / 80%);
}

.falcon-ops .process-step.is-done .process-dot {
  border-color: transparent;
  background: linear-gradient(145deg, #93c5fd, #2563eb);
  box-shadow: 0 0 0.35cqw rgb(37 99 235 / 35%);
}

.falcon-ops .process-step.is-active .process-dot {
  border-color: transparent;
  background: linear-gradient(145deg, #60a5fa, #1d4ed8);
  box-shadow:
    0 0 0 0.22cqw rgb(191 219 254 / 95%),
    0 0 0.45cqw rgb(37 99 235 / 45%);
}

.falcon-ops .process-label {
  color: #888;
  font-size: 0.62cqw;
  font-weight: var(--weight-semibold);
  letter-spacing: -0.01cqw;
  text-align: center;
}

.falcon-ops .process-step.is-done .process-label,
.falcon-ops .process-step.is-active .process-label {
  color: #334155;
}

.falcon-ops .process-line {
  flex: 1 1 auto;
  height: 0;
  margin-top: 0.72cqw;
  border-top: 0.08cqw dashed rgb(148 163 184 / 70%);
}

.falcon-ops .process-line.is-done {
  border-top-style: solid;
  border-top-color: rgb(59 130 246 / 70%);
}

.falcon-ops .process-line.is-active {
  border-top-style: solid;
  border-top-color: rgb(96 165 250 / 75%);
}

.falcon-ops .process-card {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 48%;
  padding: 4.2% 4.5%;
  border: 0.06cqw solid #c7d7ee;
  border-radius: 0.86cqw;
  background: rgb(255 255 255 / 72%);
  box-shadow: 0 0.35cqh 0.8cqw rgb(37 99 235 / 8%);
}

.falcon-ops .process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5cqw;
  margin-bottom: 0.45cqh;
  color: #1e293b;
  font-size: 0.92cqw;
  font-weight: var(--weight-semibold);
  letter-spacing: -0.02cqw;
}

.falcon-ops .process-chip {
  flex: 0 0 auto;
  padding: 0.18cqh 0.55cqw;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 0.62cqw;
  font-weight: var(--weight-bold);
}

.falcon-ops .process-card p {
  margin: 0 0 0.7cqh;
  color: var(--muted);
  font-size: 0.78cqw;
  font-weight: var(--weight-medium);
  line-height: 1.25;
  letter-spacing: -0.02cqw;
}

.falcon-ops .process-bar {
  height: 0.42cqw;
  border-radius: 999px;
  background: rgb(219 234 254 / 90%);
  overflow: hidden;
}

.falcon-ops .process-bar i {
  display: block;
  width: var(--p);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #93c5fd, #2563eb);
}

.falcon-ops .tag.process-tag {
  top: auto;
  bottom: 6.5%;
  left: 6%;
  right: auto;
  width: 38%;
  height: 8.3%;
}

.falcon-ops .support-icon {
  position: relative;
  width: 54%;
  aspect-ratio: 1;
  border: 0.18cqw solid currentColor;
  border-radius: 50%;
}

.falcon-ops .support-icon::before {
  content: "";
  position: absolute;
  left: 28%;
  top: 42%;
  width: 44%;
  height: 18%;
  border-left: 0.18cqw solid currentColor;
  border-bottom: 0.18cqw solid currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.falcon-ops .support-icon::after {
  content: none;
}

/* ---------- Tablet ---------- */
@media (max-width: 56rem) and (max-aspect-ratio: 5/4) {
  .falcon-ops .falcon-intro {
    top: 4%;
    width: min(1180px, calc(100% - 2 * clamp(1.25rem, 4vw, 4rem)));
    text-align: left;
  }

  .falcon-ops .falcon-intro h2 {
    font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  }

  .falcon-ops .falcon-intro p {
    max-width: 34rem;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  }

  .falcon-ops .cards {
    top: 60%;
    width: min(92cqw, 70cqh, 52rem);
    height: auto;
    scale: 1;
    grid-template-columns: 1fr 1fr;
    gap: clamp(0.75rem, 2cqw, 1.2rem);
    grid-auto-rows: auto;
  }

  .falcon-ops .card {
    height: auto;
    aspect-ratio: 0.72;
    border-radius: clamp(0.9rem, 2cqw, 1.2rem);
  }

  .falcon-ops .card--decision {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
    margin-top: 0;
    height: auto;
  }

  .falcon-ops .panel {
    border-radius: clamp(0.7rem, 1.6cqw, 1rem) clamp(0.7rem, 1.6cqw, 1rem)
      clamp(0.6rem, 1.4cqw, 0.9rem) clamp(0.6rem, 1.4cqw, 0.9rem);
  }

  .falcon-ops .card-copy h2 {
    font-size: clamp(0.95rem, 2.8cqw, 1.2rem);
    letter-spacing: -0.03em;
  }

  .falcon-ops .card--decision .card-copy h2 {
    font-size: clamp(0.95rem, 2.8cqw, 1.2rem);
  }

  .falcon-ops .card-copy p {
    font-size: clamp(0.68rem, 1.9cqw, 0.82rem);
    line-height: 1.3;
  }

  .falcon-ops .timeline {
    font-size: clamp(0.45rem, 1.1cqw, 0.65rem);
  }

  .falcon-ops .value-chip {
    font-size: clamp(0.5rem, 1.2cqw, 0.7rem);
  }

  .falcon-ops .axis {
    font-size: clamp(0.4rem, 1cqw, 0.58rem);
  }

  .falcon-ops .assistant-head {
    font-size: clamp(0.75rem, 2.2cqw, 1rem);
    gap: clamp(0.35rem, 1.2cqw, 0.7rem);
  }

  .falcon-ops .badge {
    width: clamp(1.1rem, 3cqw, 1.5rem);
    height: clamp(1.1rem, 3cqw, 1.5rem);
  }

  .falcon-ops .question {
    font-size: clamp(0.8rem, 2.3cqw, 1.05rem);
  }

  .falcon-ops .prompt {
    font-size: clamp(0.65rem, 1.8cqw, 0.85rem);
    border-radius: clamp(0.45rem, 1.2cqw, 0.7rem);
  }

  .falcon-ops .automate {
    font-size: clamp(0.65rem, 1.7cqw, 0.85rem);
    min-height: 2.25rem;
  }

  .falcon-ops canvas.magic {
    width: clamp(0.85rem, 2.2cqw, 1.15rem);
    height: clamp(0.82rem, 2.1cqw, 1.1rem);
  }

  .falcon-ops .metric-label {
    font-size: clamp(0.55rem, 1.5cqw, 0.75rem);
  }

  .falcon-ops .metric-row strong {
    font-size: clamp(1.15rem, 3.4cqw, 1.55rem);
  }

  .falcon-ops .metric-row span {
    font-size: clamp(0.6rem, 1.6cqw, 0.8rem);
  }

  .falcon-ops .tag {
    font-size: clamp(0.45rem, 1.15cqw, 0.65rem);
  }

  .falcon-ops .process-kicker {
    font-size: clamp(0.5rem, 1.4cqw, 0.7rem);
  }

  .falcon-ops .process-head strong {
    font-size: clamp(0.95rem, 2.8cqw, 1.25rem);
  }

  .falcon-ops .process-label,
  .falcon-ops .process-chip {
    font-size: clamp(0.45rem, 1.15cqw, 0.62rem);
  }

  .falcon-ops .process-card-top {
    font-size: clamp(0.65rem, 1.8cqw, 0.85rem);
  }

  .falcon-ops .process-card p {
    font-size: clamp(0.55rem, 1.5cqw, 0.72rem);
  }

  .falcon-ops .process-dot {
    width: clamp(0.85rem, 2.4cqw, 1.15rem);
    height: clamp(0.85rem, 2.4cqw, 1.15rem);
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 32rem),
  (max-height: 28rem) and (max-width: 64rem) and (pointer: coarse) {
  .falcon-ops {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .falcon-ops .viewport {
    position: relative;
    min-height: 100svh;
    overflow: visible;
  }

  .falcon-ops .scene {
    position: relative;
    height: auto;
    min-height: 100svh;
    padding-block: max(1.25rem, env(safe-area-inset-top))
      max(1.25rem, env(safe-area-inset-bottom));
    container-type: inline-size;
    overflow: visible;
  }

  .falcon-ops .falcon-intro {
    position: relative;
    top: auto;
    left: auto;
    translate: none;
    width: min(1180px, calc(100% - 2 * clamp(1.25rem, 4vw, 4rem)));
    margin: 0 auto 1.5rem;
    padding-inline: 0;
    text-align: left;
  }

  .falcon-ops .falcon-intro h2 {
    font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  }

  .falcon-ops .falcon-intro p {
    max-width: 34rem;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  }

  .falcon-ops .cards {
    position: relative;
    top: auto;
    left: auto;
    translate: none;
    scale: none;
    width: min(90cqw, 26rem);
    height: auto;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1rem, 4cqw, 1.5rem);
  }

  .falcon-ops .card,
  .falcon-ops .card--decision,
  .falcon-ops .card:last-child {
    width: 100%;
    height: auto;
    margin-top: 0;
    aspect-ratio: 0.72;
    border-radius: clamp(1rem, 3.5cqw, 1.35rem);
  }

  .falcon-ops .panel {
    border-radius: clamp(0.8rem, 2.8cqw, 1.1rem) clamp(0.8rem, 2.8cqw, 1.1rem)
      clamp(0.7rem, 2.4cqw, 0.95rem) clamp(0.7rem, 2.4cqw, 0.95rem);
  }

  .falcon-ops .card-copy h2 {
    font-size: clamp(1.05rem, 4.6cqw, 1.3rem);
  }

  .falcon-ops .card--decision .card-copy h2 {
    font-size: clamp(1.05rem, 4.6cqw, 1.3rem);
  }

  .falcon-ops .card-copy p {
    font-size: clamp(0.78rem, 3.4cqw, 0.95rem);
    line-height: 1.35;
  }

  .falcon-ops .timeline {
    font-size: clamp(0.55rem, 2.2cqw, 0.72rem);
  }

  .falcon-ops .value-chip {
    font-size: clamp(0.6rem, 2.4cqw, 0.78rem);
  }

  .falcon-ops .axis {
    font-size: clamp(0.5rem, 2cqw, 0.65rem);
  }

  .falcon-ops .assistant-head {
    font-size: clamp(0.95rem, 4.2cqw, 1.2rem);
  }

  .falcon-ops .badge {
    width: clamp(1.35rem, 5.5cqw, 1.7rem);
    height: clamp(1.35rem, 5.5cqw, 1.7rem);
  }

  .falcon-ops .question {
    font-size: clamp(1rem, 4.4cqw, 1.25rem);
  }

  .falcon-ops .prompt {
    font-size: clamp(0.78rem, 3.4cqw, 0.95rem);
  }

  .falcon-ops .automate {
    font-size: clamp(0.85rem, 3.6cqw, 1rem);
    min-height: 2.75rem;
  }

  .falcon-ops canvas.magic {
    width: clamp(1rem, 4cqw, 1.25rem);
    height: clamp(0.95rem, 3.9cqw, 1.2rem);
  }

  .falcon-ops .metric-label {
    font-size: clamp(0.7rem, 3cqw, 0.9rem);
  }

  .falcon-ops .metric-row strong {
    font-size: clamp(1.35rem, 6cqw, 1.75rem);
  }

  .falcon-ops .metric-row span {
    font-size: clamp(0.7rem, 3.2cqw, 0.9rem);
  }

  .falcon-ops .tag {
    font-size: clamp(0.55rem, 2.3cqw, 0.72rem);
  }
}
