@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --bdp-black: #050b12;
  --bdp-night: #071421;
  --bdp-ink: #101d30;
  --bdp-copy: #33445a;
  --bdp-muted: #6f7f93;
  --bdp-line: rgba(16, 35, 59, 0.13);
  --bdp-blue: #0878ff;
  --bdp-blue-2: #00a8ff;
  --bdp-fog: #f5f8fc;
  --bdp-white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--bdp-ink);
  background: #fff;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}

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

.scene-page {
  min-height: 100vh;
  background: var(--bdp-fog);
}

.scene-top {
  padding: 22px 6vw 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 14, 24, 0.98), rgba(6, 14, 24, 0.78)),
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    radial-gradient(circle at 72% 48%, rgba(8, 120, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #091827 0%, #102a40 58%, #071421 100%);
  background-size: auto, 76px 76px, 76px 76px, auto, auto;
}

.scene-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.scene-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 76px;
}

.scene-logo {
  width: 238px;
  max-width: 58vw;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.32));
}

.scene-nav-actions {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-width: 0;
}

.scene-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 700;
}

.scene-nav-links a:hover,
.scene-nav-links a:focus-visible,
.solution-dropdown summary:hover,
.solution-dropdown summary:focus-visible {
  color: #fff;
  outline: none;
}

.solution-dropdown {
  position: relative;
}

.solution-dropdown summary {
  cursor: pointer;
  list-style: none;
}

.solution-dropdown summary::-webkit-details-marker {
  display: none;
}

.solution-dropdown summary::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.solution-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(5, minmax(142px, 1fr));
  width: min(920px, calc(100vw - 48px));
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(7, 20, 33, 0.96);
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}

.solution-menu section {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 0 12px;
}

.solution-menu section + section {
  border-left: 1px solid rgba(255,255,255,0.1);
}

.solution-menu a {
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  line-height: 1.35;
}

.solution-menu .solution-primary {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.scene-quote-link,
.scene-lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.scene-quote-link {
  padding: 0 16px;
  color: #06101c;
  background: #fff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

.scene-quote-link:hover,
.scene-quote-link:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.scene-lang-toggle {
  padding: 0 12px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.08);
  font-family: inherit;
  cursor: pointer;
}

.scene-lang-toggle:hover,
.scene-lang-toggle:focus-visible {
  border-color: rgba(255,255,255,0.62);
  background: rgba(255,255,255,0.14);
  outline: none;
}

.scene-kicker {
  color: #8fccff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scene-title {
  max-width: min(1000px, calc(100vw - 40px));
  margin: 16px 0 18px;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}

.scene-intro {
  max-width: min(680px, calc(100vw - 40px));
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.7;
}

.scene-content {
  padding: 56px 6vw 72px;
}

.flow-showcase {
  margin-bottom: 34px;
  padding: 34px;
  border: 1px solid rgba(16, 35, 59, 0.1);
  border-radius: 8px;
  background: #fff;
}

.flow-showcase-3d {
  overflow: hidden;
  padding: 0;
  border-color: rgba(255, 190, 105, 0.22);
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 190, 105, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(12, 7, 5, 0.98), rgba(31, 19, 13, 0.96)),
    #120d0a;
}

.flow-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.56fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.flow-copy-3d {
  margin: 0;
  padding: 30px 34px 24px;
  border-bottom: 1px solid rgba(255, 190, 105, 0.16);
}

.flow-copy .scene-kicker {
  color: var(--bdp-blue);
}

.flow-copy-3d .scene-kicker {
  color: #ffbe69;
}

.flow-copy h2 {
  margin: 12px 0 0;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.flow-copy-3d h2 {
  color: #fff;
}

.flow-copy p {
  margin: 0;
  color: var(--bdp-copy);
  font-size: 16px;
  line-height: 1.7;
}

.flow-copy-3d p {
  color: rgba(255, 226, 178, 0.74);
}

.flow-workspace {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.flow-workspace-3d {
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 0;
  min-height: 720px;
}

.flow-panel {
  display: grid;
  gap: 8px;
  align-content: start;
}

.flow-panel-3d {
  padding: 22px;
  border-right: 1px solid rgba(255, 190, 105, 0.14);
  background: rgba(255, 190, 105, 0.045);
}

.flow-step {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(16, 35, 59, 0.12);
  border-radius: 6px;
  padding: 0 12px;
  color: var(--bdp-copy);
  background: #f9fbfe;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.flow-panel-3d .flow-step {
  border-color: rgba(255, 190, 105, 0.14);
  color: rgba(255, 226, 178, 0.74);
  background: rgba(255, 255, 255, 0.045);
}

.flow-step span {
  color: var(--bdp-muted);
  font-size: 12px;
}

.flow-panel-3d .flow-step span {
  color: rgba(255, 190, 105, 0.86);
}

.flow-step:hover,
.flow-step:focus-visible {
  border-color: rgba(8, 120, 255, 0.38);
  color: var(--bdp-blue);
  outline: none;
  transform: translateX(2px);
}

.flow-panel-3d .flow-step:hover,
.flow-panel-3d .flow-step:focus-visible {
  border-color: rgba(255, 190, 105, 0.48);
  color: #fff;
  background: rgba(255, 190, 105, 0.12);
}

.flow-step.is-active {
  border-color: rgba(8, 120, 255, 0.45);
  color: #fff;
  background: linear-gradient(135deg, var(--bdp-blue), var(--bdp-blue-2));
  box-shadow: 0 16px 34px rgba(8, 120, 255, 0.22);
}

.flow-step.is-active span {
  color: rgba(255,255,255,0.78);
}

.restaurant-stage {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 59, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 246, 255, 0.92), rgba(220, 237, 255, 0.72)),
    #eef6ff;
}

.restaurant-stage-3d {
  min-height: 720px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 58% 22%, rgba(255, 190, 105, 0.22), transparent 34%),
    linear-gradient(135deg, #1a120d 0%, #302018 48%, #120d0a 100%);
}

.restaurant-stage-3d::after {
  content: "";
  position: absolute;
  inset: auto 8% 18px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(16, 35, 59, 0.2), transparent 68%);
  pointer-events: none;
}

#restaurantSandbox3d {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 720px;
}

.sandbox-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 7;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 190, 105, 0.28);
  border-radius: 999px;
  padding: 10px 14px;
  color: #ffe2b2;
  background: rgba(24, 14, 9, 0.82);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(16, 35, 59, 0.12);
}

.sandbox-loading[hidden] {
  display: none;
}

.sandbox-label {
  position: absolute;
  z-index: 8;
  display: grid;
  gap: 4px;
  min-width: 140px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 190, 105, 0.24);
  border-radius: 6px;
  color: rgba(255, 226, 178, 0.72);
  background: rgba(24, 14, 9, 0.64);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.sandbox-label strong {
  color: #fff6e8;
  font-size: 13px;
}

.sandbox-label span {
  font-size: 11px;
  line-height: 1.38;
}

.sandbox-label.is-active {
  border-color: rgba(255, 190, 105, 0.72);
  color: #fff;
  background: rgba(126, 72, 28, 0.64);
  transform: translateY(-4px);
}

.label-attract { left: 5%; bottom: 18%; }
.label-seat { left: 25%; bottom: 39%; }
.label-order { left: 42%; top: 29%; }
.label-deliver { right: 19%; top: 18%; }
.label-bus { right: 11%; bottom: 24%; }
.label-floor { left: 35%; bottom: 11%; }
.label-disinfect { right: 7%; top: 42%; }

.sandbox-status {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  width: min(390px, calc(100% - 48px));
  padding: 18px;
  border: 1px solid rgba(255, 190, 105, 0.28);
  border-radius: 8px;
  background: rgba(20, 12, 8, 0.76);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 48px rgba(0, 10, 24, 0.28);
}

.sandbox-status .task-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #9b5325, #ffb562);
}

.sandbox-status h3 {
  margin: 0 0 6px;
  color: #fff;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 22px;
}

.sandbox-status p {
  margin: 0;
  color: rgba(255, 226, 178, 0.76);
  font-size: 14px;
  line-height: 1.58;
}

.stage-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(16, 35, 59, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 35, 59, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(135deg, rgba(0,0,0,0.9), transparent 84%);
}

.zone {
  position: absolute;
  display: flex;
  align-items: flex-end;
  padding: 12px;
  border: 1px solid rgba(16, 35, 59, 0.12);
  border-radius: 6px;
  color: rgba(16, 29, 48, 0.62);
  background: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.zone::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(8, 120, 255, 0.18);
  border-radius: 4px;
}

.zone-entry {
  left: 4%;
  bottom: 8%;
  width: 20%;
  height: 20%;
  background: rgba(214, 237, 206, 0.76);
}

.zone-front {
  left: 24%;
  bottom: 36%;
  width: 18%;
  height: 24%;
}

.zone-table-a {
  left: 39%;
  top: 22%;
  width: 24%;
  height: 30%;
}

.zone-table-b {
  left: 35%;
  bottom: 9%;
  width: 28%;
  height: 25%;
  background: rgba(255, 247, 219, 0.78);
}

.zone-kitchen {
  right: 7%;
  top: 12%;
  width: 24%;
  height: 22%;
  background: rgba(230, 237, 248, 0.92);
}

.zone-wash {
  right: 7%;
  bottom: 12%;
  width: 24%;
  height: 24%;
  background: rgba(237, 244, 250, 0.9);
}

.zone-glass {
  right: 3%;
  top: 40%;
  width: 9%;
  height: 38%;
  background: rgba(205, 232, 255, 0.62);
}

.zone-table-a::after,
.zone-table-b::after,
.zone-front::after {
  content: "";
  position: absolute;
  inset: 22px;
  background:
    radial-gradient(circle at 28px 22px, rgba(191, 151, 95, 0.72) 0 12px, transparent 13px),
    radial-gradient(circle at 82px 54px, rgba(191, 151, 95, 0.66) 0 12px, transparent 13px),
    radial-gradient(circle at 128px 24px, rgba(191, 151, 95, 0.58) 0 12px, transparent 13px),
    linear-gradient(90deg, rgba(191, 151, 95, 0.36), rgba(191, 151, 95, 0.36));
  background-size: 160px 88px;
  opacity: 0.72;
}

.route-line {
  position: absolute;
  inset: 10% 8%;
  border: 2px dashed rgba(8, 120, 255, 0.26);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 48% 16% 42% 18%;
  opacity: 0.25;
  transform: skew(-8deg);
  transition: opacity 220ms ease, border-color 220ms ease;
}

.route-clean {
  inset: 22% 14% 14% 10%;
  border-color: rgba(0, 168, 255, 0.28);
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 18% 44% 16% 40%;
}

.route-line.is-active {
  opacity: 1;
  border-color: rgba(8, 120, 255, 0.72);
}

.route-clean.is-active {
  border-color: rgba(0, 168, 255, 0.72);
}

.pulse {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 168, 255, 0.28), transparent 68%);
  animation: pulseGlow 2.6s ease-in-out infinite;
}

.pulse-a {
  left: 43%;
  top: 36%;
}

.pulse-b {
  right: 16%;
  bottom: 20%;
  animation-delay: 800ms;
}

.robot-unit {
  --robot-x: 13%;
  --robot-y: 72%;
  position: absolute;
  left: var(--robot-x);
  top: var(--robot-y);
  width: 64px;
  height: 92px;
  transform: translate(-50%, -50%);
  transition: left 820ms cubic-bezier(.22,.9,.25,1), top 820ms cubic-bezier(.22,.9,.25,1);
  z-index: 6;
}

.robot-unit::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 88px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 168, 255, 0.46), transparent 68%);
  transform: translateX(-50%);
  animation: pulseGlow 1.8s ease-in-out infinite;
}

.robot-signal {
  position: absolute;
  left: 50%;
  top: -12px;
  width: 40px;
  height: 26px;
  border-top: 4px solid rgba(8, 120, 255, 0.75);
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
}

.robot-head,
.robot-body,
.robot-base {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 16px 28px rgba(16, 35, 59, 0.18);
}

.robot-head {
  top: 12px;
  width: 34px;
  height: 24px;
  border-radius: 10px 10px 8px 8px;
  background: #101d30;
}

.robot-head::before,
.robot-head::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8fccff;
}

.robot-head::before {
  left: 9px;
}

.robot-head::after {
  right: 9px;
}

.robot-body {
  top: 36px;
  width: 46px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #d9eaff);
}

.robot-body::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 13px;
  height: 6px;
  border-radius: 999px;
  background: var(--bdp-blue);
}

.robot-base {
  bottom: 0;
  width: 58px;
  height: 18px;
  border-radius: 999px;
  background: #101d30;
}

.task-card {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 8;
  width: min(310px, calc(100% - 48px));
  padding: 20px;
  border: 1px solid rgba(8, 120, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(16, 35, 59, 0.16);
}

.task-index {
  color: var(--bdp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.task-card h3 {
  margin: 7px 0 8px;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 24px;
}

.task-card p {
  margin: 0;
  color: var(--bdp-copy);
  line-height: 1.62;
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.66;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.scene-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.scene-index {
  position: sticky;
  top: 22px;
  padding: 22px;
  border: 1px solid var(--bdp-line);
  border-radius: 8px;
  background: #fff;
}

.scene-index h2 {
  margin: 0 0 14px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.scene-index a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid var(--bdp-line);
  color: var(--bdp-copy);
  font-weight: 700;
}

.scene-section {
  scroll-margin-top: 32px;
  margin-bottom: 18px;
  padding: 28px;
  border: 1px solid var(--bdp-line);
  border-radius: 8px;
  background: #fff;
}

.scene-section h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 28px;
}

.scene-section p {
  margin: 0;
  color: var(--bdp-copy);
  line-height: 1.65;
}

.scene-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.scene-tag {
  border: 1px solid rgba(8, 120, 255, 0.24);
  border-radius: 999px;
  padding: 7px 10px;
  color: #075ec7;
  background: #eef6ff;
  font-size: 12px;
  font-weight: 800;
}

/* SCENE_PRODUCT_DIRECTORY_START */
.scene-directory {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.scene-directory-filter {
  display: grid;
  gap: 22px;
}

.scene-filter-group {
  display: grid;
  gap: 0;
}

.scene-filter-group + .scene-filter-group {
  padding-top: 20px;
  border-top: 1px solid rgba(16, 35, 59, 0.1);
}

.scene-filter-group a {
  justify-content: space-between;
}

.scene-filter-group a span {
  color: var(--bdp-muted);
  font-size: 12px;
  font-weight: 800;
}

.scene-directory-main {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.scene-directory-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 28px;
  border: 1px solid rgba(16, 35, 59, 0.1);
  border-radius: 8px;
  background: #fff;
}

.scene-directory-head h2 {
  margin: 8px 0 8px;
  color: var(--bdp-ink);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

.scene-directory-head p {
  max-width: 680px;
  margin: 0;
  color: var(--bdp-muted);
  font-size: 15px;
  line-height: 1.7;
}

.scene-directory-stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: end;
}

.scene-directory-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  min-height: 36px;
  border-radius: 8px;
  background: #f3f7fb;
  color: var(--bdp-muted);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.scene-directory-stats strong {
  color: var(--bdp-blue);
  font-size: 18px;
}

.scene-product-section {
  border: 1px solid rgba(16, 35, 59, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.scene-section-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}

.scene-section-head h2 {
  margin: 0 0 8px;
  color: var(--bdp-ink);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
}

.scene-section-head p {
  max-width: 720px;
  margin: 0;
  color: var(--bdp-muted);
  font-size: 15px;
  line-height: 1.7;
}

.scene-section-head > span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--bdp-blue);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.scene-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scene-product-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  min-height: 130px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 59, 0.1);
  border-radius: 8px;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.scene-product-card:hover {
  border-color: rgba(8, 120, 255, 0.32);
  box-shadow: 0 16px 34px rgba(16, 35, 59, 0.1);
  transform: translateY(-2px);
}

.scene-product-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), transparent 36%),
    linear-gradient(145deg, #0e2238, #255f88);
}

.scene-product-media::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(255,255,255,0.24);
  border-radius: 8px;
}

.scene-product-media span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.scene-product-media small {
  position: absolute;
  left: 10px;
  bottom: 9px;
  color: rgba(255,255,255,0.62);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scene-product-body {
  min-width: 0;
  padding: 13px 14px;
}

.scene-product-meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.scene-product-meta span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 999px;
  background: #f3f7fb;
  color: var(--bdp-muted);
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 800;
}

.scene-product-card h3 {
  display: -webkit-box;
  min-height: 42px;
  margin: 0;
  overflow: hidden;
  color: var(--bdp-ink);
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.scene-product-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--bdp-blue);
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .scene-directory {
    grid-template-columns: 1fr;
  }

  .scene-directory-filter {
    position: static;
  }

  .scene-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .scene-directory-head,
  .scene-section-head {
    display: grid;
  }

  .scene-directory-stats {
    justify-content: start;
  }

  .scene-product-grid {
    grid-template-columns: 1fr;
  }

  .scene-product-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}
/* SCENE_PRODUCT_DIRECTORY_END */

@media (max-width: 840px) {
  .scene-top,
  .scene-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scene-shell {
    width: 100%;
    max-width: 100%;
  }

  .scene-title,
  .scene-intro {
    width: min(100%, 320px);
    max-width: min(100%, 320px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .scene-title {
    font-size: 34px;
    line-height: 1.12;
  }

  .scene-intro {
    font-size: 16px;
    line-height: 1.65;
    max-width: min(100%, 300px);
  }

  .scene-nav {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 52px;
  }

  .scene-nav-actions {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .scene-nav-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }

  .solution-dropdown {
    width: 100%;
  }

  .solution-menu {
    position: static;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 12px;
  }

  .scene-quote-link,
  .scene-lang-toggle {
    min-height: 36px;
  }

  .solution-menu section {
    padding: 10px 0;
  }

  .solution-menu section + section {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .flow-showcase {
    padding: 20px;
  }

  .flow-showcase-3d {
    padding: 0;
  }

  .flow-copy-3d {
    padding: 24px 20px 20px;
  }

  .flow-copy,
  .flow-workspace {
    grid-template-columns: 1fr;
  }

  .flow-workspace-3d {
    min-height: 0;
  }

  .flow-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-panel-3d {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .flow-step {
    min-height: 44px;
    font-size: 13px;
  }

  .restaurant-stage {
    min-height: 520px;
  }

  .restaurant-stage-3d,
  #restaurantSandbox3d {
    min-height: 620px;
  }

  .sandbox-label {
    min-width: 118px;
    padding: 8px 10px;
  }

  .sandbox-label span {
    display: none;
  }

  .scene-grid {
    grid-template-columns: 1fr;
  }

  .scene-index {
    position: static;
  }
}

@media (max-width: 560px) {
  .flow-panel {
    grid-template-columns: 1fr;
  }

  .restaurant-stage {
    min-height: 620px;
  }

  .zone-table-a,
  .zone-table-b {
    width: 34%;
  }

  .zone-kitchen,
  .zone-wash {
    right: 4%;
    width: 30%;
  }

  .task-card {
    left: 16px;
    top: 16px;
    width: calc(100% - 32px);
  }

  .sandbox-status {
    left: 14px;
    top: 14px;
    width: calc(100% - 28px);
  }

  .label-attract { left: 4%; bottom: 15%; }
  .label-seat { left: 16%; bottom: 40%; }
  .label-order { left: 34%; top: 35%; }
  .label-deliver { right: 11%; top: 26%; }
  .label-bus { right: 7%; bottom: 24%; }
  .label-floor { left: 30%; bottom: 8%; }
  .label-disinfect { right: 5%; top: 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .robot-unit,
  .pulse,
  .robot-unit::before,
  .flow-step {
    animation: none;
    transition: none;
  }
}

.flow-showcase-photo {
  overflow: hidden;
  padding: 0;
  border-color: rgba(255, 190, 105, 0.2);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(14, 9, 7, 0.98), rgba(45, 28, 18, 0.96)),
    #17100c;
}

.flow-copy-photo {
  margin: 0;
  padding: 30px 34px 24px;
  border-bottom: 1px solid rgba(255, 190, 105, 0.16);
}

.flow-copy-photo .scene-kicker {
  color: #ffbe69;
}

.flow-copy-photo h2 {
  color: #fff6e8;
}

.flow-copy-photo p {
  color: rgba(255, 226, 178, 0.76);
}

.flow-workspace-photo {
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 0;
  min-height: 720px;
}

.flow-panel-photo {
  padding: 22px;
  border-right: 1px solid rgba(255, 190, 105, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.flow-panel-photo .flow-step {
  border-color: rgba(255, 190, 105, 0.18);
  color: rgba(255, 226, 178, 0.78);
  background: rgba(255, 255, 255, 0.055);
}

.flow-panel-photo .flow-step span {
  color: #ffbe69;
}

.flow-panel-photo .flow-step:hover,
.flow-panel-photo .flow-step:focus-visible {
  border-color: rgba(255, 190, 105, 0.6);
  color: #fff;
  background: rgba(126, 72, 28, 0.34);
}

.flow-panel-photo .flow-step.is-active {
  border-color: rgba(255, 190, 105, 0.78);
  color: #fff;
  background: linear-gradient(135deg, #9b5325, #ffb562);
}

.restaurant-stage-photo {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 720px;
  border: 0;
  border-radius: 0;
  background: #130d0a;
}

.restaurant-stage-photo .photo-focus {
  position: relative;
  inset: auto;
  min-height: 632px;
}

.photo-overview,
.photo-focus {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.photo-overview {
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.photo-overview.is-active {
  opacity: 1;
  pointer-events: auto;
}

.photo-focus-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restaurant-stage-photo .photo-focus {
  position: relative;
  inset: auto;
  min-height: 632px;
}

.overview-scrim,
.focus-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.overview-title {
  position: absolute;
  left: 28px;
  top: 26px;
  z-index: 3;
  max-width: 370px;
  color: #fff6e8;
}

.sand-table {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.65), transparent 18%),
    radial-gradient(circle at 68% 22%, rgba(50, 171, 255, 0.2), transparent 22%),
    linear-gradient(135deg, #e8f4ff 0%, #c8dcf4 54%, #b8cfe8 100%);
}

.sand-table::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 11%;
  width: 86%;
  height: 76%;
  border: 1px solid rgba(83, 126, 173, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255,255,255,0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.28) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255,255,255,0.42), rgba(150, 189, 228, 0.28));
  background-size: 46px 46px, 46px 46px, auto;
  box-shadow: 0 42px 88px rgba(28, 74, 128, 0.2);
  transform: perspective(900px) rotateX(56deg) rotateZ(-8deg);
  transform-origin: center;
}

.sand-zone,
.sand-glass,
.sand-brand,
.sand-network {
  position: absolute;
  z-index: 2;
  transform: perspective(900px) rotateX(56deg) rotateZ(-8deg);
  transform-origin: center;
}

.sand-zone {
  border: 1px solid rgba(84, 132, 178, 0.22);
  border-radius: 8px;
  background: rgba(245, 250, 255, 0.74);
  box-shadow: 0 18px 42px rgba(47, 95, 144, 0.14);
}

.sand-zone span {
  position: absolute;
  left: 12px;
  top: 10px;
  color: rgba(45, 72, 104, 0.72);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.zone-lobby { left: 11%; bottom: 11%; width: 21%; height: 26%; background: rgba(222, 242, 217, 0.78); }
.zone-dining { left: 29%; top: 31%; width: 31%; height: 35%; }
.zone-booth { right: 13%; top: 23%; width: 25%; height: 27%; background: rgba(255, 246, 210, 0.78); }
.zone-kitchen { left: 16%; top: 26%; width: 18%; height: 24%; background: rgba(213, 230, 247, 0.86); }
.zone-return { right: 17%; bottom: 18%; width: 20%; height: 18%; background: rgba(236, 241, 248, 0.86); }
.zone-clean { left: 34%; bottom: 15%; width: 30%; height: 17%; background: rgba(218, 236, 255, 0.6); }
.zone-disinfect { right: 10%; top: 54%; width: 18%; height: 19%; background: rgba(234, 226, 255, 0.7); }

.sand-glass {
  z-index: 3;
  border: 1px solid rgba(109, 161, 210, 0.34);
  background: linear-gradient(90deg, rgba(255,255,255,0.18), rgba(107, 176, 238, 0.12));
  box-shadow: inset 0 0 22px rgba(255,255,255,0.28);
}

.glass-a { right: 10%; top: 18%; width: 31%; height: 4px; }
.glass-b { right: 9%; top: 23%; width: 4px; height: 38%; }

.sand-brand {
  right: 20%;
  top: 26%;
  z-index: 5;
  color: rgba(155, 83, 37, 0.85);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 10px rgba(255, 181, 98, 0.3);
}

.sand-network {
  z-index: 4;
  border-top: 2px dashed rgba(255, 255, 255, 0.92);
  opacity: 0.85;
  filter: drop-shadow(0 0 5px rgba(37, 152, 255, 0.35));
}

.network-a { left: 27%; top: 26%; width: 44%; transform: rotate(-18deg); }
.network-b { left: 31%; top: 52%; width: 38%; transform: rotate(16deg); }
.network-c { left: 42%; top: 38%; width: 36%; transform: rotate(58deg); }

.mini-table,
.mini-booth,
.mini-counter,
.mini-person,
.mini-robot {
  position: absolute;
  display: block;
}

.mini-table {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d7ad74;
  box-shadow:
    38px 0 0 #d7ad74,
    0 38px 0 #d7ad74,
    38px 38px 0 #d7ad74;
}

.t1 { left: 24%; top: 30%; }
.t2 { left: 52%; top: 28%; }
.t3 { left: 22%; top: 58%; }
.t4 { left: 53%; top: 58%; }
.t5 { left: 40%; top: 44%; }

.mini-booth {
  width: 78px;
  height: 28px;
  border-radius: 5px;
  background: #efe08f;
  box-shadow: 0 34px 0 #efe08f, 0 68px 0 #efe08f;
}

.b1 { left: 18%; top: 28%; }
.b2 { left: 52%; top: 26%; }
.b3 { left: 36%; top: 58%; }

.mini-counter {
  left: 20%;
  bottom: 22%;
  width: 62%;
  height: 22%;
  border-radius: 4px;
  background: linear-gradient(135deg, #aebdcc, #eef5ff);
}

.mini-person {
  width: 10px;
  height: 24px;
  border-radius: 999px 999px 6px 6px;
  background: #233244;
  box-shadow: 0 -8px 0 #d8a77c;
}

.p1 { left: 48%; bottom: 18%; }
.p2 { left: 58%; bottom: 20%; background: #f3eee8; }

.mini-robot {
  z-index: 8;
  width: 34px;
  height: 48px;
  border-radius: 12px 12px 8px 8px;
  background: linear-gradient(180deg, #fff, #d9e8f8);
  box-shadow:
    0 0 0 10px rgba(0, 202, 255, 0.18),
    0 12px 22px rgba(38, 91, 143, 0.2);
}

.mini-robot::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  height: 13px;
  border-radius: 6px;
  background: #101d30;
}

.mini-robot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 24px;
  height: 15px;
  border-top: 3px solid rgba(255,255,255,0.9);
  border-radius: 50%;
  transform: translateX(-50%);
}

.robot-tray {
  height: 64px;
  border-radius: 8px;
}

.robot-tray::after {
  top: 18px;
  width: 58px;
  height: 5px;
  border: 0;
  border-radius: 4px;
  background: #101d30;
  box-shadow: 0 16px 0 #101d30, 0 32px 0 #101d30;
  transform: translateX(-50%);
}

.robot-clean {
  width: 54px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(180deg, #9db6cc, #26313d);
}

.robot-clean::before { display: none; }
.robot-clean::after {
  top: 100%;
  width: 42px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,202,255,0.2);
  transform: translateX(-50%);
}

.robot-disinfect {
  height: 52px;
  border-radius: 50% 50% 10px 10px;
  background: linear-gradient(180deg, #fff, #ede7ff);
}

.robot-disinfect::after {
  top: -16px;
  width: 48px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(157,123,255,0.48), transparent 68%);
}

.r-attract { left: 22%; bottom: 18%; }
.r-seat { left: 15%; bottom: 20%; }
.r-order { right: 19%; bottom: 19%; }
.r-deliver { left: 44%; bottom: 28%; }
.r-bus { right: 27%; bottom: 24%; }
.r-floor { left: 46%; bottom: 33%; }
.r-disinfect { left: 46%; top: 28%; }

.overview-title span {
  display: block;
  margin-bottom: 8px;
  color: #ffbe69;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.overview-title strong {
  display: block;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 32px;
  line-height: 1.08;
}

.overview-title p {
  margin: 10px 0 0;
  color: rgba(255, 226, 178, 0.78);
  line-height: 1.56;
}

.overview-pin {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 190, 105, 0.72);
  border-radius: 999px;
  padding: 8px 11px;
  color: #fff;
  background: rgba(20, 12, 8, 0.74);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.overview-pin::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 26px;
  background: rgba(255, 190, 105, 0.72);
}

.overview-pin:hover,
.overview-pin:focus-visible,
.overview-pin.is-active {
  outline: none;
  background: #9b5325;
  transform: translateY(-3px);
}

.pin-attract { left: 11%; bottom: 16%; }
.pin-seat { left: 29%; bottom: 39%; }
.pin-order { right: 21%; bottom: 32%; }
.pin-deliver { left: 24%; top: 24%; }
.pin-bus { right: 15%; bottom: 20%; }
.pin-floor { left: 46%; bottom: 14%; }
.pin-disinfect { right: 11%; top: 50%; }

.photo-focus[hidden] {
  display: none;
}

.photo-focus.is-active .photo-focus-image {
  animation: focusKenBurns 4.3s ease both;
}

.photo-focus.is-overview .photo-focus-image {
  object-fit: contain;
  background: #b9cce4;
  animation: none;
}

.photo-focus.is-overview .focus-vignette {
  background:
    linear-gradient(90deg, rgba(10, 18, 32, 0.18), transparent 36%),
    radial-gradient(circle at 62% 52%, transparent 58%, rgba(10, 18, 32, 0.16));
}

.focus-vignette {
  background:
    linear-gradient(90deg, rgba(10, 6, 4, 0.72), transparent 42%),
    radial-gradient(circle at 60% 52%, transparent 36%, rgba(10, 6, 4, 0.58));
}

.focus-effect {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}

.effect-led .focus-effect-led {
  left: 24%;
  top: 45%;
  width: 17%;
  height: 30%;
  border: 2px solid rgba(255, 190, 105, 0.8);
  border-radius: 14px;
  box-shadow: 0 0 24px rgba(255, 190, 105, 0.72), inset 0 0 24px rgba(255, 190, 105, 0.22);
  opacity: 1;
  animation: ledPulse 950ms ease-in-out infinite;
}

.effect-route .focus-effect-route {
  left: 23%;
  bottom: 18%;
  width: 48%;
  height: 22%;
  border-bottom: 4px dashed rgba(255, 190, 105, 0.86);
  border-right: 4px dashed rgba(255, 190, 105, 0.86);
  border-radius: 0 0 56px 0;
  opacity: 1;
  animation: routeGlow 1.1s linear infinite;
}

.effect-touch .focus-effect-touch {
  left: 29%;
  top: 43%;
  width: 76px;
  height: 76px;
  border: 3px solid rgba(255, 190, 105, 0.9);
  border-radius: 50%;
  opacity: 1;
  animation: touchRipple 1.15s ease-out infinite;
}

.effect-mist .focus-effect-mist {
  left: 30%;
  top: 14%;
  width: 38%;
  height: 38%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 226, 255, 0.62), transparent 65%);
  opacity: 1;
  animation: mistDrift 1.5s ease-in-out infinite;
}

.photo-status {
  position: relative;
  left: auto;
  top: auto;
  z-index: 6;
  width: auto;
  min-height: 88px;
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
  border-color: rgba(255, 190, 105, 0.3);
  background:
    linear-gradient(90deg, rgba(20, 12, 8, 0.94), rgba(48, 31, 21, 0.9));
}

.photo-status h3 {
  font-size: 20px;
}

.photo-status p {
  max-width: 760px;
}

.robot-directory {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin: 34px 0 34px;
  padding: 28px;
  border: 1px solid rgba(16, 35, 59, 0.1);
  border-radius: 8px;
  background: #fff;
}

.robot-filter {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 24px;
  align-self: start;
}

.robot-filter-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 4px;
  border-radius: 8px;
  background: #f0f3f7;
}

.robot-filter-tabs button {
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  color: var(--bdp-muted);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.robot-filter-tabs button.is-active {
  color: var(--bdp-ink);
  background: #fff;
  box-shadow: 0 8px 18px rgba(16, 35, 59, 0.08);
}

.robot-filter-group {
  display: grid;
  gap: 8px;
}

.robot-filter-group h3 {
  margin: 0 0 4px;
  color: var(--bdp-ink);
  font-size: 13px;
  font-weight: 900;
}

.robot-filter-group a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 28px;
  color: var(--bdp-copy);
  font-size: 14px;
  font-weight: 700;
}

.robot-filter-group a::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid rgba(16, 35, 59, 0.16);
  border-radius: 4px;
  background: #fff;
}

.robot-filter-group a:hover,
.robot-filter-group a:focus-visible,
.robot-filter-group a.is-active {
  color: var(--bdp-blue);
  outline: none;
}

.robot-filter-group a.is-active::before {
  border-color: var(--bdp-blue);
  background:
    linear-gradient(135deg, var(--bdp-blue), var(--bdp-blue-2));
}

.robot-catalog {
  min-width: 0;
}

.robot-catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}

.robot-catalog-head h2 {
  margin: 8px 0 8px;
  color: var(--bdp-ink);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.robot-catalog-head p {
  max-width: 650px;
  margin: 0;
  color: var(--bdp-muted);
  font-size: 15px;
  line-height: 1.7;
}

.robot-catalog-tools {
  display: flex;
  gap: 10px;
  align-items: center;
}

.robot-catalog-tools label {
  display: grid;
  gap: 6px;
  color: var(--bdp-muted);
  font-size: 11px;
  font-weight: 900;
}

.robot-catalog-tools input,
.robot-catalog-tools select {
  width: 180px;
  min-height: 42px;
  border: 1px solid rgba(16, 35, 59, 0.12);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--bdp-copy);
  background: #fff;
  font: inherit;
  font-size: 13px;
}

.robot-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.robot-card {
  display: grid;
  overflow: hidden;
  min-height: 380px;
  border: 1px solid rgba(16, 35, 59, 0.12);
  border-radius: 8px;
  color: inherit;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.robot-card[hidden] {
  display: none;
}

.robot-card:hover,
.robot-card:focus-visible {
  border-color: rgba(8, 120, 255, 0.32);
  outline: none;
  box-shadow: 0 20px 46px rgba(16, 35, 59, 0.12);
  transform: translateY(-3px);
}

.robot-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1.26;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(221, 235, 250, 0.92), rgba(247, 250, 254, 0.96));
}

.robot-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 240ms ease;
}

.robot-card:hover img,
.robot-card:focus-visible img {
  transform: scale(1.035);
}

.robot-card-body {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 16px 18px 18px;
}

.robot-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--bdp-muted);
  font-size: 12px;
  font-weight: 900;
}

.robot-card-meta span {
  border-radius: 999px;
  padding: 4px 8px;
  background: #f3f7fb;
}

.robot-card h3 {
  margin: 0;
  color: var(--bdp-ink);
  font-size: 18px;
  line-height: 1.25;
}

.robot-card p {
  margin: 0;
  color: var(--bdp-muted);
  font-size: 14px;
  line-height: 1.58;
}

.robot-card-placeholder figure {
  display: grid;
  place-items: center;
  border-bottom: 1px dashed rgba(16, 35, 59, 0.14);
}

.robot-card-placeholder figure::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px dashed rgba(16, 35, 59, 0.18);
  border-radius: 8px;
}

.robot-card-placeholder figure span {
  position: relative;
  z-index: 1;
  color: rgba(16, 35, 59, 0.36);
  font-size: 22px;
  font-weight: 900;
}

@keyframes focusKenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.075);
  }
}

@keyframes ledPulse {
  0%, 100% { opacity: 0.56; }
  50% { opacity: 1; }
}

@keyframes routeGlow {
  0% { filter: brightness(0.8); }
  50% { filter: brightness(1.5); }
  100% { filter: brightness(0.8); }
}

@keyframes touchRipple {
  from {
    transform: scale(0.62);
    opacity: 1;
  }
  to {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes mistDrift {
  0%, 100% {
    transform: translateX(-12px) scale(0.9);
    opacity: 0.48;
  }
  50% {
    transform: translateX(18px) scale(1.08);
    opacity: 0.82;
  }
}

@media (max-width: 840px) {
  .robot-directory {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .robot-filter {
    position: static;
  }

  .robot-filter-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .robot-filter-group h3 {
    grid-column: 1 / -1;
  }

  .robot-catalog-head {
    grid-template-columns: 1fr;
  }

  .robot-catalog-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .robot-catalog-tools input,
  .robot-catalog-tools select {
    width: 100%;
  }

  .robot-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-copy-photo {
    padding: 24px 20px 20px;
  }

  .flow-workspace-photo {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .flow-panel-photo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 190, 105, 0.16);
  }

  .restaurant-stage-photo {
    min-height: 640px;
  }

  .restaurant-stage-photo .photo-focus {
    min-height: 552px;
  }

  .overview-title {
    left: 18px;
    top: 18px;
  }

  .overview-title strong {
    font-size: 26px;
  }

  .overview-pin {
    font-size: 11px;
    padding: 7px 9px;
  }
}

@media (max-width: 560px) {
  .robot-card-grid,
  .robot-filter-group {
    grid-template-columns: 1fr;
  }

  .robot-card {
    min-height: 0;
  }

  .flow-panel-photo {
    grid-template-columns: 1fr;
  }

  .restaurant-stage-photo {
    min-height: 560px;
  }

  .restaurant-stage-photo .photo-focus {
    min-height: 472px;
  }

  .overview-title {
    max-width: calc(100% - 36px);
  }

  .pin-attract { left: 8%; bottom: 20%; }
  .pin-seat { left: 24%; bottom: 42%; }
  .pin-order { right: 14%; bottom: 33%; }
  .pin-deliver { left: 22%; top: 34%; }
  .pin-bus { right: 12%; top: 32%; }
  .pin-floor { left: 38%; bottom: 14%; }
  .pin-disinfect { right: 7%; top: 48%; }
}
