.jjst {
  --jjst-bg: #02080d;
  --jjst-bg-2: #06121b;
  --jjst-text: #f4f6f7;
  --jjst-muted: #91a1aa;
  --jjst-muted-2: #60717b;
  --jjst-line: rgba(144, 180, 199, .18);
  --jjst-orange: #fe6903;
  --jjst-orange-2: #ff9a46;
  --jjst-progress: 0;
  position: relative;
  height: 440vh;
  background: var(--jjst-bg);
  color: var(--jjst-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}

.jjst *, .jjst *::before, .jjst *::after { box-sizing: border-box; }
.jjst [data-i18n="en"] { display: none; }
html[lang^="en"] .jjst [data-i18n="pl"] { display: none; }
html[lang^="en"] .jjst [data-i18n="en"] { display: block; }
html[lang^="en"] .jjst a[data-i18n="en"] { display: inline-flex; }
html[lang^="pl"] .jjst a[data-i18n="pl"], html:not([lang]) .jjst a[data-i18n="pl"] { display: inline-flex; }

.jjst__track { position: absolute; inset: 0; }
.jjst__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 44%, rgba(254,105,3,.07), transparent 24%),
    radial-gradient(circle at 70% 44%, rgba(58,126,165,.09), transparent 42%),
    linear-gradient(135deg, #02070b 0%, #041018 52%, #02070b 100%);
}
.jjst__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(91,130,151,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91,130,151,.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
}
.jjst__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 160px rgba(0,0,0,.7);
}

.jjst__ambient {
  position: absolute;
  width: 52vw;
  height: 52vw;
  max-width: 780px;
  max-height: 780px;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254,105,3,.075), rgba(35,102,137,.035) 38%, transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.jjst__visual {
  position: absolute;
  inset: 0 0 0 38%;
  z-index: 1;
}
.jjst__canvas { width: 100%; height: 100%; display: block; }
.jjst__fallback { position:absolute; inset:0; display:none; place-items:center; }
.jjst.is-fallback .jjst__canvas { display:none; }
.jjst.is-fallback .jjst__fallback { display:grid; }
.jjst__fallback-mark {
  width:min(40vw,520px); aspect-ratio:1;
  clip-path:polygon(50% 2%, 93% 26%, 93% 74%, 50% 98%, 7% 74%, 7% 26%);
  border:1px solid rgba(254,105,3,.5);
  background:radial-gradient(circle at 50% 50%, rgba(254,105,3,.16), rgba(254,105,3,.02) 52%, transparent 53%);
}

.jjst__labels { position:absolute; inset:0; pointer-events:none; z-index:4; }
.jjst__label {
  position:absolute;
  padding:7px 10px;
  border:1px solid rgba(130,169,188,.22);
  border-radius:999px;
  background:rgba(3,12,18,.62);
  color:#91a7b3;
  font-size:10px;
  line-height:1;
  letter-spacing:.13em;
  opacity:0;
  transform:translateY(8px);
  backdrop-filter:blur(8px);
  transition:none;
}
.jjst__label b { color:var(--jjst-orange); font-weight:600; margin:0 5px; }
.jjst__label--a { left:16%; top:24%; }
.jjst__label--b { right:11%; top:31%; }
.jjst__label--c { left:12%; bottom:27%; }
.jjst__label--d { right:15%; bottom:22%; }
.jjst__label--wide { font-size:9px; letter-spacing:.11em; }

.jjst__visual-status {
  position:absolute;
  right:5.5vw;
  top:9vh;
  display:flex;
  align-items:center;
  gap:9px;
  color:#80949f;
  font-size:10px;
  font-weight:650;
  letter-spacing:.16em;
  z-index:5;
}
.jjst__visual-status-dot { width:5px;height:5px;border-radius:50%;background:var(--jjst-orange);box-shadow:0 0 14px rgba(254,105,3,.75); }

.jjst__story {
  position:absolute;
  z-index:5;
  left:clamp(26px, 6vw, 100px);
  top:0;
  width:min(34vw, 560px);
  height:100%;
  pointer-events:none;
}
.jjst__intro { position:absolute; top:7.5vh; left:0; }
.jjst__brandline { display:flex;align-items:center;gap:12px;color:#7f929d;font-size:10px;letter-spacing:.15em;font-weight:650; }
.jjst__brandline img { width:24px;height:24px;object-fit:contain; }
.jjst__kicker { margin:14px 0 0;color:var(--jjst-orange);font-size:10px;font-weight:700;letter-spacing:.16em; }

.jjst__copy-stack { position:absolute; inset:0; }
.jjst__copy-panel {
  position:absolute;
  left:0;
  top:50%;
  width:100%;
  opacity:0;
  transform:translateY(calc(-50% + 24px));
  filter:blur(5px);
  will-change:transform, opacity, filter;
}
.jjst__scene-id { display:flex;align-items:center;gap:11px;margin-bottom:22px;color:#7a8f9a;font-size:10px;letter-spacing:.16em;font-weight:700; }
.jjst__scene-id b { color:var(--jjst-orange);font-size:12px; }
.jjst__copy-panel h2 { margin:0;color:#f3f6f8;font-size:clamp(34px, 3.2vw, 58px);line-height:.98;letter-spacing:-.045em;font-weight:520; }
.jjst__copy-panel h2 em { color:#9caab2;font-style:normal;font-weight:420; }
.jjst__copy-panel p { max-width:510px;margin:22px 0 0;color:#91a2ac;font-size:clamp(14px, 1.05vw, 17px);line-height:1.65; }
.jjst__transition { margin-top:24px;display:inline-flex;align-items:center;gap:10px;border-top:1px solid rgba(117,153,173,.2);padding-top:14px;color:#7f939e;font-size:10px;letter-spacing:.14em;font-weight:700; }
.jjst__transition b { color:var(--jjst-orange);font-size:14px; }
.jjst__cta { pointer-events:auto;margin-top:28px;align-items:center;gap:12px;text-decoration:none;color:#f7f7f7;font-size:14px;font-weight:650;letter-spacing:.01em;border-bottom:1px solid rgba(254,105,3,.55);padding:0 0 8px; }
.jjst__cta span { color:var(--jjst-orange); }

.jjst__progress {
  position:absolute;
  z-index:7;
  left:clamp(26px,6vw,100px);
  right:clamp(26px,5vw,86px);
  bottom:5.8vh;
  height:42px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
}
.jjst__progress-line { position:absolute;left:0;right:0;top:4px;height:1px;background:rgba(120,153,170,.18);overflow:hidden; }
.jjst__progress-line i { display:block;width:calc(var(--jjst-progress) * 100%);height:100%;background:linear-gradient(90deg,#8d3e0d,var(--jjst-orange),#ff9b50);box-shadow:0 0 10px rgba(254,105,3,.45); }
.jjst__progress button {
  appearance:none;border:0;background:none;color:#536873;padding:16px 0 0;text-align:left;cursor:pointer;font:inherit;display:flex;gap:8px;align-items:center;
}
.jjst__progress button b { font-size:9px;letter-spacing:.1em;color:#566b76; }
.jjst__progress button span { font-size:9px;letter-spacing:.12em;font-weight:700; }
.jjst__progress button.is-active b, .jjst__progress button.is-active span { color:#d7e0e5; }
.jjst__progress button.is-active b { color:var(--jjst-orange); }

.jjst__scroll-cue { position:absolute;z-index:7;right:clamp(26px,5vw,86px);bottom:10vh;display:flex;align-items:center;gap:8px;color:#536873; }
.jjst__scroll-cue span { width:18px;height:28px;border:1px solid rgba(132,163,179,.32);border-radius:10px;position:relative; }
.jjst__scroll-cue span::after { content:"";position:absolute;left:50%;top:6px;width:2px;height:5px;border-radius:2px;background:var(--jjst-orange);transform:translateX(-50%); }
.jjst__scroll-cue small { font-size:8px;letter-spacing:.16em; }

@media (max-width: 980px) {
  .jjst { height: 360vh; }
  .jjst__stage { min-height: 580px; }
  .jjst__visual { inset: 2vh 0 38vh 0; }
  .jjst__story { left:24px;right:24px;top:auto;bottom:9vh;width:auto;height:39vh; }
  .jjst__intro { top:auto;bottom:calc(100% + 46vh);left:0; }
  .jjst__copy-panel { top:50%;width:min(620px,100%); }
  .jjst__copy-panel h2 { font-size:clamp(32px,8vw,52px); }
  .jjst__copy-panel p { max-width:560px;font-size:14px;margin-top:14px;line-height:1.5; }
  .jjst__scene-id { margin-bottom:12px; }
  .jjst__progress { left:24px;right:24px;bottom:3vh; }
  .jjst__progress button span { display:none; }
  .jjst__progress button { justify-content:center; }
  .jjst__visual-status { top:6vh;right:24px; }
  .jjst__labels { transform:scale(.9);transform-origin:center; }
  .jjst__scroll-cue { display:none; }
}

@media (max-width: 620px) {
  .jjst { height: 330vh; }
  .jjst__visual { inset: 4vh -8vw 42vh -8vw; }
  .jjst__story { bottom:8.5vh;height:42vh; }
  .jjst__intro { bottom:calc(100% + 42vh); }
  .jjst__brandline span { font-size:8px; }
  .jjst__kicker { font-size:8px; }
  .jjst__copy-panel h2 { font-size:clamp(30px,9.2vw,43px); }
  .jjst__copy-panel p { font-size:13px; }
  .jjst__label { font-size:8px;padding:5px 7px; }
  .jjst__label--a { left:17%;top:22%; }
  .jjst__label--b { right:16%;top:30%; }
  .jjst__label--c { left:16%;bottom:25%; }
  .jjst__label--d { right:17%;bottom:20%; }
  .jjst__visual-status { font-size:8px; }
}

@media (prefers-reduced-motion: reduce) {
  .jjst { height:auto; min-height:100vh; }
  .jjst__track { position:relative; }
  .jjst__stage { position:relative; height:auto; min-height:760px; }
  .jjst__visual { inset:0 0 35% 34%; }
  .jjst__story { position:relative;left:auto;top:auto;width:min(1100px,calc(100% - 48px));height:auto;margin:0 auto;padding:120px 0 130px; }
  .jjst__intro { position:relative;top:auto;margin-bottom:56px; }
  .jjst__copy-stack { position:relative; }
  .jjst__copy-panel { display:none;position:relative;top:auto;transform:none!important;filter:none!important;opacity:1!important; }
  .jjst__copy-panel--outcome { display:block; }
  .jjst__progress,.jjst__scroll-cue,.jjst__labels { display:none; }
}
