﻿:root {
  --bg: #02050a;
  --ink: #07111f;
  --cyan: #46e4ff;
  --gold: #ffd35a;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.7);
  --panel: rgba(8, 17, 31, 0.66);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--white);
  background: var(--bg);
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

.webgl-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.app-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.topbar {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  background: rgba(4, 9, 17, 0.58);
  box-shadow: 0 20px 60px rgba(0,0,0,0.30);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(135deg, #ffffff, #c8f7ff);
  font-weight: 950;
}

.topbar nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.topbar nav a {
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 850;
}

.pill {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.section {
  position: relative;
  padding-left: max(24px, calc((100vw - 1240px) / 2));
  padding-right: max(24px, calc((100vw - 1240px) / 2));
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: 56px;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 86px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(2,5,10,0.98), rgba(2,5,10,0.78) 45%, rgba(2,5,10,0.28)),
    url("./assets/ai-unique-01.png");`r`n  background-size: cover;`r`n  background-position: center;
}

.hero::after,
.system::before,
.workbench::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 48% 50%, #000, transparent 75%);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(56px, 6.2vw, 96px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-copy p,
.system-copy p,
.final p {
  max-width: 660px;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.72;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 950;
}

.btn.primary {
  color: var(--ink);
  background: linear-gradient(135deg, #ffe17a, #ffc83d);
  box-shadow: 0 18px 45px rgba(255,211,90,0.25);
}

.btn.ghost {
  border: 1px solid rgba(255,255,255,0.24);
  color: #fff;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
}

.holo-product {
  position: relative;
  height: 600px;
  transform-style: preserve-3d;
}

.holo-card {
  position: absolute;
  inset: 7% 4% 30% 7%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 45px 120px rgba(0,0,0,0.44), inset 0 0 0 1px rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  transform: rotateY(-12deg) rotateX(5deg) rotateZ(-3deg);
}

.holo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
}

.holo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.20), transparent 28%, rgba(2,5,10,0.54));
}

.data-chip {
  position: absolute;
  z-index: 3;
  min-width: 172px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  background: rgba(8,17,31,0.64);
  box-shadow: 0 24px 70px rgba(0,0,0,0.34);
  backdrop-filter: blur(16px);
}

.data-chip b {
  display: block;
  margin-bottom: 7px;
  font-size: 21px;
}

.data-chip span {
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  line-height: 1.42;
}

.chip-a { left: 3%; top: 10%; }
.chip-b { right: 2%; top: 50%; }
.chip-c { left: 8%; bottom: 5%; }

.depth-deck {
  position: relative;
  height: 420vh;
  background: #02050a;
}

.depth-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 42px;
  align-items: center;
  padding: 120px max(24px, calc((100vw - 1240px) / 2)) 72px;
  isolation: isolate;
}

.depth-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 68% 50%, rgba(70, 228, 255, 0.22), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(255, 211, 90, 0.14), transparent 22%),
    linear-gradient(90deg, rgba(2, 5, 10, 0.9), rgba(2, 5, 10, 0.52));
}

.depth-sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(70, 228, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 228, 255, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 70% 50%, #000, transparent 72%);
}

.depth-copy {
  max-width: 520px;
  transform: translateY(var(--deck-copy-y, 0));
}

.depth-copy h2 {
  margin: 15px 0 18px;
  color: #fff;
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 0.98;
  font-weight: 950;
}

.depth-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

.depth-world {
  position: relative;
  height: min(650px, 72vh);
  perspective: 1200px;
  transform-style: preserve-3d;
}

.depth-world::before,
.depth-world::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(70, 228, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(72deg);
  pointer-events: none;
}

.depth-world::after {
  width: 860px;
  height: 860px;
  border-color: rgba(255, 211, 90, 0.13);
}

.depth-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(560px, 74vw);
  height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(8, 17, 31, 0.68);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.48), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
}

.depth-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.depth-card-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 10, 0.86), transparent 58%),
    linear-gradient(180deg, transparent, rgba(2, 5, 10, 0.6));
}

.depth-card-text {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
}

.depth-card-text span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.depth-card-text h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.depth-card-text p {
  max-width: 410px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.depth-progress {
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 42px;
  width: 210px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.depth-progress span {
  position: relative;
  flex: 1;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.depth-progress span::before {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--deck-progress, 0%);
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  box-shadow: 0 0 18px rgba(70, 228, 255, 0.55);
}

.system {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 62px;
  align-items: center;
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at 18% 30%, rgba(70,228,255,0.18), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(255,211,90,0.13), transparent 24%),
    #02050a;
}

.system-visual {
  position: relative;
  height: min(680px, 74vh);
  min-height: 540px;
}

.layer-img {
  position: absolute;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 34px 95px rgba(0,0,0,0.44);
}

.layer-main {
  left: 0;
  top: 9%;
  width: 76%;
  height: 76%;
  border-radius: 28px;
  transform: rotate(-4deg);
}

.layer-a,
.layer-b {
  z-index: 3;
  width: 35%;
  height: 28%;
  border-radius: 18px;
}

.layer-a {
  right: 3%;
  top: 12%;
  transform: rotate(7deg);
}

.layer-b {
  right: 14%;
  bottom: 5%;
  transform: rotate(-7deg);
}

.scan-beam {
  position: absolute;
  left: 0;
  top: 6%;
  z-index: 5;
  width: 92%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(70,228,255,0.95), rgba(255,211,90,0.8), transparent);
  box-shadow: 0 0 24px rgba(70,228,255,0.75);
  animation: scanMove 3.4s ease-in-out infinite;
}

.system-copy h2,
.workbench h2,
.final h2 {
  margin: 15px 0 18px;
  color: #fff;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1.02;
  font-weight: 950;
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.signal-row span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 850;
}

.workbench {
  min-height: 100vh;
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 104px;
  background: #03070d;
}

.flow-console {
  position: relative;
  min-height: 640px;
  margin-top: 36px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 30px;
  background: rgba(8,17,31,0.58);
  box-shadow: 0 32px 90px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.04);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.flow-console svg {
  position: absolute;
  inset: 6% 8%;
  width: 84%;
  height: 78%;
  overflow: visible;
}

.flow-track,
.flow-live {
  fill: none;
  stroke-linecap: round;
  stroke-width: 3;
}

.flow-track {
  stroke: rgba(255,255,255,0.13);
}

.flow-live {
  stroke: url(#flowGradient);
  stroke-dasharray: 150 760;
  animation: flowDash 4.6s linear infinite;
  filter: drop-shadow(0 0 12px rgba(70,228,255,0.8));
}

.core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(70,228,255,0.32);
  border-radius: 50%;
  background: rgba(3,7,13,0.70);
  box-shadow: 0 0 48px rgba(70,228,255,0.18), inset 0 0 32px rgba(70,228,255,0.12);
  transform: translate(-50%, -50%);
}

.core b {
  color: #fff;
  font-size: 32px;
}

.node {
  position: absolute;
  width: 205px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  background: rgba(8,17,31,0.72);
  box-shadow: 0 24px 70px rgba(0,0,0,0.30);
  backdrop-filter: blur(16px);
}

.node::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 22px rgba(70,228,255,0.86);
}

.node em {
  display: block;
  margin-bottom: 26px;
  color: var(--gold);
  font-style: normal;
  font-weight: 950;
}

.node h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.node p {
  margin: 0;
  color: rgba(255,255,255,0.67);
  font-size: 13px;
  line-height: 1.52;
}

.n1 { left: 4%; top: 38%; }
.n2 { left: 22%; top: 10%; }
.n3 { left: 42%; bottom: 11%; }
.n4 { right: 19%; top: 25%; }
.n5 { right: 4%; bottom: 10%; }

.scenes {
  height: 420vh;
  padding: 0;
  background: #02050a;
  overflow: visible;
}

.scenes-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 96px 0 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(48, 208, 255, 0.13), transparent 34%),
    radial-gradient(circle at 24% 78%, rgba(255, 208, 77, 0.10), transparent 28%),
    linear-gradient(180deg, #02050a 0%, #06101b 54%, #02050a 100%);
}

.scenes-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(107, 223, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 223, 255, 0.14) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 78%, transparent 100%);
}

.scene-heading {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 56px));
  margin: 0 auto 34px;
}

.scene-heading h2 {
  max-width: 900px;
}

.scene-heading p {
  max-width: 620px;
  margin-top: 14px;
  color: rgba(255,255,255,0.66);
}

.scene-viewport {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: visible;
  perspective: 1300px;
}

.scene-track {
  display: flex;
  align-items: stretch;
  gap: 30px;
  width: max-content;
  padding: 0 calc((100vw - min(1180px, calc(100vw - 56px))) / 2) 18px;
  will-change: transform;
}

.scene-panel {
  position: relative;
  flex: 0 0 min(76vw, 1040px);
  height: min(64vh, 620px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 32px;
  background: #07111d;
  box-shadow: 0 38px 120px rgba(0,0,0,0.48);
  transform-style: preserve-3d;
}

.scene-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,5,10,0.64), transparent 46%, rgba(2,5,10,0.10)),
    linear-gradient(0deg, rgba(2,5,10,0.74), transparent 42%);
}

.scene-panel::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.scene-panel.is-active::after {
  opacity: 1;
  transform: scale(1);
}

.scene-panel img {
  width: 114%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
  will-change: transform;
}

.scene-panel.is-active img {
  filter: saturate(1.08) contrast(1.08);
}

.scene-panel figcaption {
  position: absolute;
  z-index: 3;
  left: 38px;
  bottom: 34px;
  width: min(560px, calc(100% - 76px));
  padding: 22px 24px;
  border-left: 4px solid var(--gold);
  color: #fff;
  background: linear-gradient(90deg, rgba(3,7,13,0.83), rgba(3,7,13,0.54));
  box-shadow: 0 22px 70px rgba(0,0,0,0.34);
  backdrop-filter: blur(18px);
}

.scene-panel figcaption span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.12em;
}

.scene-panel figcaption strong {
  display: block;
  font-size: clamp(26px, 3.2vw, 48px);
  line-height: 1;
  font-weight: 1000;
}

.scene-panel figcaption em {
  display: block;
  max-width: 470px;
  margin-top: 14px;
  color: rgba(255,255,255,0.73);
  font-size: 15px;
  font-style: normal;
  line-height: 1.55;
}

.scene-meter {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 56px));
  height: 3px;
  margin: 26px auto 0;
  overflow: hidden;
  background: rgba(255,255,255,0.12);
}

.scene-meter span {
  display: block;
  width: var(--scene-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--gold), #31d4ff);
  box-shadow: 0 0 22px rgba(49, 212, 255, 0.56);
}

.final {
  min-height: 620px;
  display: grid;
  place-items: center;
  padding-top: 92px;
  padding-bottom: 92px;
  background-image: linear-gradient(rgba(2,5,10,0.75), rgba(2,5,10,0.86)), url("./assets/ai-unique-08.png");
  background-size: cover;
  background-position: center;
}

.final-panel {
  width: min(920px, 100%);
  padding: 54px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 26px;
  text-align: center;
  background: rgba(255,255,255,0.09);
  box-shadow: 0 36px 95px rgba(0,0,0,0.34);
  backdrop-filter: blur(18px);
}

.final p {
  margin-left: auto;
  margin-right: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(38px);
}

@keyframes scanMove {
  0%, 100% { transform: translateY(0); opacity: 0.26; }
  48% { transform: translateY(430px); opacity: 1; }
  64% { transform: translateY(430px); opacity: 0.42; }
}

@keyframes flowDash {
  from { stroke-dashoffset: 900; }
  to { stroke-dashoffset: 0; }
}

@media (max-width: 1024px) {
  .hero,
  .system {
    grid-template-columns: 1fr;
  }

  .depth-sticky {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 24px;
  }

  .depth-copy {
    max-width: 760px;
  }

  .depth-world {
    height: 520px;
  }

  .scene-panel {
    flex-basis: min(82vw, 880px);
    height: min(60vh, 560px);
  }

  .flow-console {
    min-height: 780px;
  }
}

@media (max-width: 767px) {
  .topbar {
    top: 12px;
    height: 54px;
    grid-template-columns: auto auto;
  }

  .topbar nav {
    display: none;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    min-height: 780px;
    padding-top: 86px;
    gap: 24px;
  }

  h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .actions {
    display: grid;
  }

  .holo-product {
    height: 390px;
  }

  .depth-deck {
    height: 360vh;
  }

  .depth-sticky {
    padding: 86px 20px 60px;
  }

  .depth-copy h2 {
    font-size: 34px;
  }

  .depth-copy p {
    font-size: 15px;
  }

  .depth-world {
    height: 410px;
    perspective: 900px;
  }

  .depth-card {
    width: min(350px, 92vw);
    height: 250px;
    border-radius: 20px;
  }

  .depth-card-text {
    left: 20px;
    right: 20px;
    bottom: 18px;
  }

  .depth-card-text h3 {
    font-size: 25px;
  }

  .depth-card-text p {
    font-size: 12px;
  }

  .depth-progress {
    left: 20px;
    right: 20px;
    bottom: 24px;
    width: auto;
  }

  .holo-card {
    inset: 4% 0 22% 0;
    border-radius: 16px;
  }

  .data-chip {
    min-width: 134px;
    padding: 13px;
  }

  .chip-a { left: 0; top: 0; }
  .chip-b { right: 0; top: 56%; }
  .chip-c { display: none; }

  .system,
  .workbench,
  .scenes {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .scenes {
    height: 360vh;
    padding: 0;
  }

  .scenes-sticky {
    padding: 76px 0 42px;
  }

  .scene-heading {
    width: calc(100% - 40px);
    margin-bottom: 24px;
  }

  .scene-heading h2 {
    font-size: 36px;
  }

  .scene-heading p {
    font-size: 15px;
  }

  .scene-track {
    gap: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scene-panel {
    flex-basis: 82vw;
    height: 56vh;
    min-height: 420px;
    border-radius: 22px;
  }

  .scene-panel figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 17px 18px;
  }

  .scene-panel figcaption strong {
    font-size: 25px;
  }

  .scene-panel figcaption em {
    font-size: 13px;
  }

  .scene-meter {
    width: calc(100% - 40px);
    margin-top: 18px;
  }

  .system-visual {
    min-height: 430px;
    height: 430px;
  }

  .layer-main {
    width: 86%;
    height: 74%;
  }

  .layer-a,
  .layer-b {
    width: 42%;
    height: 26%;
  }

  .flow-console {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .flow-console svg,
  .core {
    display: none;
  }

  .node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 14px;
  }

  .final-panel {
    padding: 32px 22px;
  }
}




/* WordPress embedded shop version: keep the original WordPress header, hide the demo header inside the iframe. */
.topbar { display: none !important; }
.hero { padding-top: 76px; }



