/* Vogio ToGo Scroll Hero — generated plugin CSS. */
body.vogio-togo-scroll-hero-page{overflow-x:clip;}

#vogio-togo-scroll-hero {
      --text: #f4f6f2;
      --accent-text: rgba(190, 210, 176, 0.94);
      --glow: rgba(190, 210, 176, 0.28);
      --copy-main: rgba(237, 244, 238, 0.96);
      --copy-muted: rgba(255, 255, 255, 0.75);
      --copy-soft: rgba(255, 255, 255, 0.88);
      --copy-faint: rgba(255, 255, 255, 0.62);
      --glass-bg: rgba(2, 4, 3, 0.58);
      --glass-border: rgba(255, 255, 255, 0.22);
      --icon-stroke: rgba(239, 247, 229, 0.92);
      --shade-overlay: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.48),
        rgba(0, 0, 0, 0.2) 44%,
        rgba(0, 0, 0, 0.26)
      );

      position: relative;
      width: 100%;
      min-height: 700vh;
      background: #020403;
      color: var(--text);
      overflow: visible !important;
      font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    #vogio-togo-scroll-hero,
    #vogio-togo-scroll-hero * {
      box-sizing: border-box;
    }

    /* WordPress często pakuje blok HTML w kontenery z overflow:hidden/clip.
       To zabija position:sticky i sekcja wygląda wtedy jak statyczna. */
    body:has(#vogio-togo-scroll-hero) .entry-content,
    body:has(#vogio-togo-scroll-hero) .wp-block-post-content,
    body:has(#vogio-togo-scroll-hero) .wp-block-html,
    body:has(#vogio-togo-scroll-hero) .wp-site-blocks,
    body:has(#vogio-togo-scroll-hero) .elementor,
    body:has(#vogio-togo-scroll-hero) .elementor-section,
    body:has(#vogio-togo-scroll-hero) .elementor-container,
    body:has(#vogio-togo-scroll-hero) .elementor-column,
    body:has(#vogio-togo-scroll-hero) .elementor-widget-wrap,
    body:has(#vogio-togo-scroll-hero) .elementor-widget-container,
    body.vogio-togo-scroll-hero-page .entry-content,
    body.vogio-togo-scroll-hero-page .wp-block-post-content,
    body.vogio-togo-scroll-hero-page .wp-block-html,
    body.vogio-togo-scroll-hero-page .wp-site-blocks,
    body.vogio-togo-scroll-hero-page .elementor,
    body.vogio-togo-scroll-hero-page .elementor-section,
    body.vogio-togo-scroll-hero-page .elementor-container,
    body.vogio-togo-scroll-hero-page .elementor-column,
    body.vogio-togo-scroll-hero-page .elementor-widget-wrap,
    body.vogio-togo-scroll-hero-page .elementor-widget-container {
      overflow: visible !important;
    }


    #vogio-togo-scroll-hero .vsh-sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      width: 100%;
      height: 100vh;
      height: 100dvh;
      overflow: hidden;
      background: #020403;
      isolation: isolate;
    }

    #vogio-togo-scroll-hero .vsh-bg-base,
    #vogio-togo-scroll-hero .vsh-bg-theme {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transform: scale(1.01);
      transition: none !important;
      will-change: opacity, transform;
    }

    #vogio-togo-scroll-hero .vsh-bg-base {
      background-image: url("http://vogio.pl/wp-content/uploads/2026/05/vogio_tlo_hero_ciemne.png");
      opacity: 1;
    }

    #vogio-togo-scroll-hero .vsh-bg-shade {
      position: absolute;
      inset: 0;
      z-index: 2;
      background: var(--shade-overlay);
      pointer-events: none;
    }

    #vogio-togo-scroll-hero .vsh-grain {
      position: absolute;
      inset: 0;
      z-index: 31;
      opacity: 0.035;
      pointer-events: none;
      background-image: repeating-radial-gradient(
        circle at 17% 32%,
        rgba(255, 255, 255, 0.22) 0 1px,
        transparent 1px 4px
      );
      mix-blend-mode: overlay;
    }

    #vogio-togo-scroll-hero .vsh-logo-brand {
      position: absolute;
      left: clamp(24px, 5vw, 62px);
      top: clamp(20px, 4.4vh, 48px);
      z-index: 32;
      width: clamp(122px, 10.5vw, 174px);
      height: clamp(38px, 4.2vw, 58px);
      display: block;
      pointer-events: auto;
      text-decoration: none;
    }

    #vogio-togo-scroll-hero .vsh-logo-brand img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: left center;
      opacity: 0;
      transform: translateZ(0);
      transition: opacity 0.22s linear;
      will-change: opacity;
    }

    #vogio-togo-scroll-hero .vsh-story-back {
      position: absolute;
      left: clamp(24px, 5vw, 62px);
      top: clamp(74px, 10vh, 112px);
      z-index: 34;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 11px 16px;
      border: 1px solid var(--glass-border);
      border-radius: 999px;
      background: var(--glass-bg);
      color: var(--copy-soft);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
      transition:
        color 0.25s linear,
        background 0.25s linear,
        border-color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-story-back::before {
      content: "←";
      font-size: 14px;
      line-height: 1;
    }

    #vogio-togo-scroll-hero .vsh-story-back:focus-visible {
      outline: 2px solid var(--accent-text);
      outline-offset: 4px;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-logo-light .vsh-logo-light {
      opacity: 1;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-logo-light .vsh-logo-dark {
      opacity: 0;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-logo-dark .vsh-logo-light {
      opacity: 0;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-logo-dark .vsh-logo-dark {
      opacity: 1;
    }

    #vogio-togo-scroll-hero .vsh-copy {
      position: absolute;
      left: clamp(24px, 5vw, 62px);
      top: 50%;
      transform: translateY(-42%);
      z-index: 26;
      width: min(36vw, 560px);
      will-change: opacity, transform;
    }

    #vogio-togo-scroll-hero .vsh-kicker {
      margin: 0 0 24px;
      font-size: clamp(11px, 0.9vw, 13px);
      line-height: 1;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--copy-soft);
      transition: color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-title {
      margin: 0;
      font-size: clamp(52px, 6.2vw, 96px);
      line-height: 0.96;
      letter-spacing: -0.055em;
      font-weight: 650;
      color: var(--copy-main);
      text-wrap: balance;
      text-shadow:
        0 2px 14px rgba(255, 255, 255, 0.06),
        0 10px 40px rgba(0, 0, 0, 0.16);
      transition: color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-title span {
      display: block;
      color: var(--accent-text);
      transition: color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-desc {
      max-width: 420px;
      min-height: 86px;
      margin: 28px 0 0;
      font-size: clamp(16px, 1.15vw, 20px);
      line-height: 1.42;
      color: var(--copy-muted);
      text-shadow:
        0 4px 18px rgba(255, 255, 255, 0.08),
        0 8px 26px rgba(0, 0, 0, 0.14);
      transition: color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 28px;
      padding: 13px 20px;
      border-radius: 999px;
      border: 1px solid var(--glass-border);
      background: var(--glass-bg);
      color: var(--copy-soft);
      text-decoration: none;
      font-size: 13px;
      font-weight: 800;
      backdrop-filter: blur(12px);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
      transition:
        color 0.25s linear,
        background 0.25s linear,
        border-color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-cta::after {
      content: "↓";
      display: inline-grid;
      place-items: center;
      width: 18px;
      height: 18px;
      border-radius: 99px;
      border: 1px solid var(--glass-border);
      font-size: 12px;
      line-height: 1;
    }

    #vogio-togo-scroll-hero .vsh-copy-dynamic {
      opacity: 1;
      transform: translateY(-42%);
    }

    #vogio-togo-scroll-hero .vsh-product-wrap {
      position: absolute;
      left: 50%;
      top: 52%;
      width: min(48vw, 660px);
      height: min(88vh, 920px);
      transform: translate(-50%, -50%);
      z-index: 20;
      display: grid;
      place-items: center;
      pointer-events: auto;
      cursor: pointer;
      touch-action: pan-y;
      will-change: transform, filter;
    }

    #vogio-togo-scroll-hero .vsh-product-wrap:focus,
    #vogio-togo-scroll-hero .vsh-product-wrap:focus-visible,
    #vogio-togo-scroll-hero .vsh-product-wrap:active {
      outline: none !important;
      box-shadow: none !important;
      -webkit-tap-highlight-color: transparent;
    }

    #vogio-togo-scroll-hero .vsh-product-glow {
      position: absolute;
      left: 50%;
      bottom: 7%;
      width: 78%;
      height: 10%;
      transform: translateX(-50%);
      border-radius: 999px;
      background: var(--glow);
      filter: blur(28px);
      opacity: 0.24;
      z-index: -2;
      will-change: opacity, transform, background;
    }

    #vogio-togo-scroll-hero .vsh-floor-shadow {
      position: absolute;
      left: 50%;
      bottom: 9%;
      width: 58%;
      height: 7%;
      border-radius: 999px;
      background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.46) 0%,
        rgba(0, 0, 0, 0.34) 46%,
        rgba(0, 0, 0, 0.08) 70%,
        rgba(0, 0, 0, 0) 100%
      );
      filter: blur(18px);
      transform: translateX(-50%) scale(1);
      opacity: 0.74;
      z-index: -1;
      will-change: transform, opacity;
    }

    #vogio-togo-scroll-hero .vsh-product {
      position: absolute;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      object-position: center;
      opacity: 0;
      transform-origin: center center;
      transform: translateY(-320px) scale(0.88) rotate(-4deg);
      filter: drop-shadow(0 56px 50px rgba(0, 0, 0, 0.8));
      transition: none !important;
      will-change: opacity, transform, filter;
      pointer-events: none;
    }

    #vogio-togo-scroll-hero .vsh-product.is-active {
      opacity: 1;
      transform: translateY(0) scale(1) rotate(0deg);
    }

    @keyframes vshTogoDrop {
      0% {
        opacity: 0;
        transform: translateY(-420px) scale(0.9) rotate(-3.4deg);
        filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28)) brightness(0.94);
      }

      70% {
        opacity: 1;
        transform: translateY(14px) scale(1.01) rotate(0.35deg);
        filter: drop-shadow(0 74px 58px rgba(0, 0, 0, 0.86)) brightness(1.01);
      }

      84% {
        opacity: 1;
        transform: translateY(7px) scale(1.002) rotate(0.12deg);
        filter: drop-shadow(0 66px 54px rgba(0, 0, 0, 0.84)) brightness(1);
      }

      100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
        filter: drop-shadow(0 56px 50px rgba(0, 0, 0, 0.8)) brightness(1);
      }
    }

    #vogio-togo-scroll-hero .vsh-specs {
      position: absolute;
      right: clamp(24px, 6vw, 90px);
      top: 50%;
      transform: translateY(-26%);
      z-index: 25;
      display: grid;
      gap: 34px;
      width: min(24vw, 270px);
      will-change: opacity, transform;
    }

    #vogio-togo-scroll-hero .vsh-spec {
      display: grid;
      grid-template-columns: 36px 1fr;
      gap: 16px;
      align-items: start;
      color: var(--copy-soft);
      transition: color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-icon {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      border: 1px solid var(--glass-border);
      display: grid;
      place-items: center;
      background: var(--glass-bg);
      backdrop-filter: blur(8px);
      transition:
        background 0.25s linear,
        border-color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-icon svg {
      width: 18px;
      height: 18px;
      stroke: var(--icon-stroke);
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-spec strong {
      display: block;
      font-size: clamp(15px, 1.2vw, 18px);
      line-height: 1.08;
      color: var(--copy-main);
      margin-bottom: 5px;
      transition: color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-spec span {
      display: block;
      font-size: 13px;
      line-height: 1.25;
      color: var(--copy-faint);
      transition: color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-beans {
      position: absolute;
      inset: 0;
      z-index: 14;
      pointer-events: none;
      opacity: 0.94;
      overflow: hidden;
      will-change: opacity;
    }

    #vogio-togo-scroll-hero .vsh-beans-img {
      position: absolute;
      left: 50%;
      bottom: -1px;
      width: max(100vw, 1760px);
      height: 78%;
      max-width: none;
      object-fit: cover;
      object-position: center bottom;
      transform: translateX(-50%) scale(1.01);
      opacity: 0.92;
      user-select: none;
      -webkit-user-drag: none;
      will-change: opacity;
    }

    #vogio-togo-scroll-hero .vsh-bottom {
      position: absolute;
      left: 50%;
      bottom: clamp(34px, 6vh, 70px);
      transform: translateX(-50%) translateY(26px);
      z-index: 27;
      width: min(82vw, 920px);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(20px, 4vw, 56px);
      opacity: 0;
      will-change: opacity, transform;
    }

    #vogio-togo-scroll-hero .vsh-feature {
      display: flex;
      align-items: center;
      gap: 13px;
      color: var(--copy-soft);
      font-size: 13px;
      line-height: 1.15;
      white-space: nowrap;
      transition: color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-feature b {
      display: block;
      font-size: 15px;
      color: var(--copy-main);
      margin-bottom: 2px;
      transition: color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-feature i {
      width: 31px;
      height: 31px;
      border-radius: 999px;
      border: 1px solid var(--glass-border);
      display: grid;
      place-items: center;
      background: var(--glass-bg);
      backdrop-filter: blur(8px);
      font-style: normal;
      flex: 0 0 auto;
      transition:
        background 0.25s linear,
        border-color 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-feature svg {
      width: 16px;
      height: 16px;
      stroke: var(--icon-stroke);
      stroke-width: 1.75;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-dot {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--copy-faint);
      transition: background 0.25s linear;
    }

    #vogio-togo-scroll-hero .vsh-copy,
    #vogio-togo-scroll-hero .vsh-specs,
    #vogio-togo-scroll-hero .vsh-bottom,
    #vogio-togo-scroll-hero .vsh-beans,
    #vogio-togo-scroll-hero .vsh-product-wrap,
    #vogio-togo-scroll-hero .vsh-product-glow,
    #vogio-togo-scroll-hero .vsh-floor-shadow {
      transition:
        opacity 0.55s ease,
        transform 0.82s cubic-bezier(.19, 1, .22, 1),
        filter 0.55s ease;
    }

    #vogio-togo-scroll-hero .vsh-story-shell {
      position: absolute;
      inset: 0;
      z-index: 18;
      pointer-events: none;
    }

    #vogio-togo-scroll-hero .vsh-story-shell,
    #vogio-togo-scroll-hero .vsh-story-shell * {
      pointer-events: none;
    }

    #vogio-togo-scroll-hero .vsh-story-wash {
      position: absolute;
      inset: 0 0 0 42%;
      background:
        linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18) 28%, rgba(0, 0, 0, 0.34)),
        radial-gradient(circle at 28% 50%, rgba(255, 255, 255, 0.06), transparent 36%);
      opacity: 0;
      transform: translateX(42px);
      transition:
        opacity 0.55s ease,
        transform 0.82s cubic-bezier(.19, 1, .22, 1);
    }

    #vogio-togo-scroll-hero .vsh-story-content {
      position: absolute;
      left: 53%;
      top: 50%;
      z-index: 2;
      width: min(41vw, 660px);
      min-height: 540px;
      transform: translateY(-50%) translateX(86px);
      opacity: 0;
      pointer-events: none;
      will-change: opacity, transform;
    }

    #vogio-togo-scroll-hero .vsh-story-panel {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: translateY(44px);
      pointer-events: none;
      transition:
        opacity 0.38s ease,
        transform 0.52s cubic-bezier(.19, 1, .22, 1);
    }

    #vogio-togo-scroll-hero .vsh-story-panel.is-active {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    #vogio-togo-scroll-hero .vsh-story-kicker {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 22px;
      font-size: 12px;
      line-height: 1;
      letter-spacing: 0.11em;
      text-transform: uppercase;
      font-weight: 850;
      color: var(--copy-soft);
    }

    #vogio-togo-scroll-hero .vsh-story-kicker::before {
      content: attr(data-step);
      width: 27px;
      height: 27px;
      border-radius: 999px;
      border: 1px solid var(--glass-border);
      display: inline-grid;
      place-items: center;
      font-size: 11px;
      letter-spacing: 0;
      color: var(--accent-text);
      background: var(--glass-bg);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    }

    #vogio-togo-scroll-hero .vsh-story-title {
      margin: 0 0 32px;
      max-width: 590px;
      font-size: clamp(40px, 3.7vw, 64px);
      line-height: 1.03;
      letter-spacing: -0.052em;
      font-weight: 740;
      color: var(--copy-main);
      text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
    }

    #vogio-togo-scroll-hero .vsh-story-title span {
      display: block;
      color: var(--accent-text);
    }

    #vogio-togo-scroll-hero .vsh-story-feature-list {
      display: grid;
      gap: 16px;
      width: min(100%, 540px);
    }

    #vogio-togo-scroll-hero .vsh-story-feature-card {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 17px;
      align-items: start;
      padding-bottom: 16px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    #vogio-togo-scroll-hero .vsh-story-icon {
      width: 38px;
      height: 38px;
      border-radius: 999px;
      border: 1px solid var(--glass-border);
      background: var(--glass-bg);
      display: grid;
      place-items: center;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
      backdrop-filter: blur(10px);
    }

    #vogio-togo-scroll-hero .vsh-story-icon svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: var(--icon-stroke);
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0.92;
    }

    #vogio-togo-scroll-hero .vsh-story-feature-card strong {
      display: block;
      margin: 0 0 5px;
      font-size: 18px;
      line-height: 1.1;
      font-weight: 760;
      color: var(--copy-main);
    }

    #vogio-togo-scroll-hero .vsh-story-feature-card span {
      display: block;
      font-size: 14px;
      line-height: 1.32;
      color: var(--copy-muted);
    }

    #vogio-togo-scroll-hero .vsh-story-spec-table {
      width: min(100%, 580px);
      border-collapse: collapse;
      color: var(--copy-soft);
    }

    #vogio-togo-scroll-hero .vsh-story-spec-table tr {
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    #vogio-togo-scroll-hero .vsh-story-spec-table td {
      padding: 11px 0;
      font-size: 15px;
      line-height: 1.2;
    }

    #vogio-togo-scroll-hero .vsh-story-spec-table td:first-child {
      color: var(--copy-muted);
      padding-right: 30px;
    }

    #vogio-togo-scroll-hero .vsh-story-spec-table td:last-child {
      color: var(--copy-main);
      text-align: right;
      font-weight: 650;
    }

    #vogio-togo-scroll-hero .vsh-story-accessories {
      display: grid;
      grid-template-columns: repeat(4, minmax(92px, 1fr));
      gap: 22px;
      align-items: end;
      width: min(100%, 650px);
      margin-top: 20px;
    }

    #vogio-togo-scroll-hero .vsh-story-accessory {
      min-height: 156px;
      display: grid;
      align-content: end;
      justify-items: center;
      gap: 16px;
      padding: 18px 10px 10px;
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
      border: 1px solid rgba(255, 255, 255, 0.08);
      transform: translateY(22px);
      opacity: 0;
      transition:
        opacity 0.42s ease,
        transform 0.54s cubic-bezier(.19, 1, .22, 1);
    }

    #vogio-togo-scroll-hero .vsh-story-panel.is-active .vsh-story-accessory {
      opacity: 1;
      transform: translateY(0);
    }

    #vogio-togo-scroll-hero .vsh-story-panel.is-active .vsh-story-accessory:nth-child(2) {
      transition-delay: 0.06s;
    }

    #vogio-togo-scroll-hero .vsh-story-panel.is-active .vsh-story-accessory:nth-child(3) {
      transition-delay: 0.12s;
    }

    #vogio-togo-scroll-hero .vsh-story-panel.is-active .vsh-story-accessory:nth-child(4) {
      transition-delay: 0.18s;
    }

    #vogio-togo-scroll-hero .vsh-story-accessory svg {
      width: 58px;
      height: 58px;
      fill: none;
      stroke: var(--icon-stroke);
      stroke-width: 1.55;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0.88;
      filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.34));
    }

    #vogio-togo-scroll-hero .vsh-story-accessory span {
      display: block;
      text-align: center;
      min-height: 36px;
      font-size: 13px;
      line-height: 1.28;
      color: var(--copy-muted);
    }

    #vogio-togo-scroll-hero .vsh-story-progress {
      position: absolute;
      right: clamp(22px, 4vw, 68px);
      top: 50%;
      z-index: 3;
      transform: translateY(-50%);
      display: grid;
      gap: 18px;
      opacity: 0;
      pointer-events: none;
      will-change: opacity;
    }

    #vogio-togo-scroll-hero .vsh-story-progress button {
      width: 10px;
      height: 10px;
      padding: 0;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.24);
      background: rgba(255, 255, 255, 0.18);
      cursor: pointer;
      transition:
        background 0.22s ease,
        transform 0.22s ease,
        border-color 0.22s ease;
    }

    #vogio-togo-scroll-hero .vsh-story-progress button.is-active {
      background: var(--copy-main);
      border-color: var(--copy-main);
      transform: scale(1.16);
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-start,
    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
      opacity: 0 !important;
      transform: translateY(calc(-42% - 68px)) scale(0.95) !important;
      pointer-events: none;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-specs {
      opacity: 0 !important;
      transform: translateY(calc(-26% - 70px)) scale(0.96) !important;
      pointer-events: none;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-bottom {
      opacity: 0 !important;
      transform: translateX(-50%) translateY(54px) scale(0.96) !important;
      pointer-events: none;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-beans {
      opacity: 0 !important;
      transform: translateY(9%) scale(1.04) !important;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
      transform: translate(-82%, -49%) scale(0.88) !important;
      filter: brightness(1.02) !important;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-glow {
      opacity: 0.16 !important;
      transform: translateX(-50%) scale(0.86) !important;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-floor-shadow {
      opacity: 0.52 !important;
      transform: translateX(-50%) scale(0.88) !important;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-wash {
      opacity: 1;
      transform: translateX(0);
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell {
      z-index: 29;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
      pointer-events: auto;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress {
      opacity: 1;
      pointer-events: auto;
    }

    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content,
    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content *,
    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress,
    #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress * {
      pointer-events: auto;
    }

    #vogio-togo-scroll-hero .vsh-color-wipe,
    #vogio-togo-scroll-hero .vsh-social {
      display: none !important;
    }

    @media (min-width: 1600px) {
      #vogio-togo-scroll-hero .vsh-logo-brand {
        left: clamp(34px, 4.2vw, 86px);
        top: clamp(24px, 4vh, 56px);
        width: clamp(156px, 9.4vw, 214px);
        height: clamp(46px, 4vw, 66px);
      }

      #vogio-togo-scroll-hero .vsh-story-back {
        left: clamp(34px, 4.2vw, 86px);
        top: clamp(92px, 12vh, 132px);
        padding: 13px 20px;
        font-size: 13px;
      }

      #vogio-togo-scroll-hero .vsh-copy {
        width: min(40vw, 700px);
      }

      #vogio-togo-scroll-hero .vsh-kicker {
        font-size: clamp(12px, 0.85vw, 15px);
      }

      #vogio-togo-scroll-hero .vsh-title {
        font-size: clamp(66px, 5.9vw, 120px);
      }

      #vogio-togo-scroll-hero .vsh-desc {
        max-width: 540px;
        font-size: clamp(18px, 1.1vw, 24px);
        line-height: 1.46;
      }

      #vogio-togo-scroll-hero .vsh-cta {
        padding: 15px 24px;
        font-size: 14px;
      }

      #vogio-togo-scroll-hero .vsh-product-wrap {
        width: min(52vw, 820px);
        height: min(92vh, 1040px);
      }

      #vogio-togo-scroll-hero .vsh-specs {
        width: min(26vw, 340px);
        gap: 40px;
      }

      #vogio-togo-scroll-hero .vsh-spec strong {
        font-size: clamp(17px, 1vw, 22px);
      }

      #vogio-togo-scroll-hero .vsh-spec span {
        font-size: 14px;
      }

      #vogio-togo-scroll-hero .vsh-bottom {
        width: min(84vw, 1120px);
      }

      #vogio-togo-scroll-hero .vsh-feature {
        font-size: 14px;
      }

      #vogio-togo-scroll-hero .vsh-feature b {
        font-size: 17px;
      }

      #vogio-togo-scroll-hero .vsh-story-content {
        left: 52%;
        width: min(43vw, 820px);
        min-height: 620px;
      }

      #vogio-togo-scroll-hero .vsh-story-title {
        max-width: 720px;
        font-size: clamp(52px, 3.2vw, 78px);
      }

      #vogio-togo-scroll-hero .vsh-story-feature-list {
        width: min(100%, 660px);
      }

      #vogio-togo-scroll-hero .vsh-story-feature-card strong {
        font-size: 20px;
      }

      #vogio-togo-scroll-hero .vsh-story-feature-card span,
      #vogio-togo-scroll-hero .vsh-story-spec-table td,
      #vogio-togo-scroll-hero .vsh-story-accessory span {
        font-size: 15px;
      }

      #vogio-togo-scroll-hero .vsh-story-accessories {
        width: min(100%, 760px);
      }

      #vogio-togo-scroll-hero .vsh-beans-img {
        width: max(100vw, 1980px);
        transform: translateX(-50%) scale(1.02);
      }
    }

    @media (min-width: 1900px) {
      #vogio-togo-scroll-hero .vsh-copy {
        width: min(42vw, 780px);
      }

      #vogio-togo-scroll-hero .vsh-title {
        font-size: clamp(74px, 5.8vw, 132px);
      }

      #vogio-togo-scroll-hero .vsh-product-wrap {
        width: min(54vw, 900px);
        height: min(94vh, 1120px);
      }

      #vogio-togo-scroll-hero .vsh-story-content {
        width: min(45vw, 920px);
      }

      #vogio-togo-scroll-hero .vsh-story-title {
        font-size: clamp(58px, 3.1vw, 88px);
      }
    }

    @media (min-width: 2200px) {
      #vogio-togo-scroll-hero .vsh-beans-img {
        width: max(100vw, 2440px);
        transform: translateX(-50%) scale(1.03);
      }
    }

    @media (max-width: 1180px) {
      #vogio-togo-scroll-hero .vsh-copy {
        width: min(42vw, 560px);
      }

      #vogio-togo-scroll-hero .vsh-title {
        font-size: clamp(42px, 6.2vw, 82px);
      }

      #vogio-togo-scroll-hero .vsh-product-wrap {
        width: min(44vw, 560px);
      }
    }

    @media (max-width: 980px) {
      #vogio-togo-scroll-hero {
        min-height: 720vh;
      }

      #vogio-togo-scroll-hero .vsh-logo-brand {
        left: 22px;
        top: 18px;
        width: clamp(116px, 24vw, 154px);
        height: 42px;
      }

      #vogio-togo-scroll-hero .vsh-story-back {
        left: 22px;
        top: 72px;
        padding: 10px 14px;
        font-size: 11px;
      }

      #vogio-togo-scroll-hero .vsh-copy {
        left: 22px;
        top: clamp(72px, 12vh, 118px);
        transform: none !important;
        width: calc(100% - 44px);
        max-width: 680px;
      }

      #vogio-togo-scroll-hero .vsh-copy-dynamic {
        transform: translateY(22px);
      }

      #vogio-togo-scroll-hero .vsh-kicker {
        margin-bottom: 12px;
        font-size: 11px;
      }

      #vogio-togo-scroll-hero .vsh-title {
        font-size: clamp(36px, 8vw, 62px);
        line-height: 0.94;
        letter-spacing: -0.048em;
        max-width: min(86vw, 640px);
      }

      #vogio-togo-scroll-hero .vsh-desc {
        max-width: min(82vw, 460px);
        min-height: auto;
        margin-top: 16px;
        font-size: clamp(14px, 2.3vw, 16px);
        line-height: 1.34;
      }

      #vogio-togo-scroll-hero .vsh-cta {
        margin-top: 16px;
        padding: 11px 16px;
      }

      #vogio-togo-scroll-hero .vsh-product-wrap {
        width: min(60vw, 430px);
        height: min(62vh, 620px);
        top: 60%;
      }

      #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
        left: 50%;
        top: 68%;
        transform: translate(-50%, -50%) scale(0.7) !important;
      }

      #vogio-togo-scroll-hero .vsh-specs {
        display: none;
      }

      #vogio-togo-scroll-hero .vsh-bottom {
        left: 50%;
        bottom: max(14px, env(safe-area-inset-bottom));
        width: calc(100% - 24px);
        gap: 14px;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 6px 8px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
      }

      #vogio-togo-scroll-hero .vsh-bottom::-webkit-scrollbar {
        display: none;
      }

      #vogio-togo-scroll-hero .vsh-feature {
        gap: 9px;
        font-size: 12px;
      }

      #vogio-togo-scroll-hero .vsh-feature b {
        font-size: 13px;
      }

      #vogio-togo-scroll-hero .vsh-feature i {
        width: 29px;
        height: 29px;
      }

      #vogio-togo-scroll-hero .vsh-beans-img {
        width: 165vw;
        height: 72%;
        object-position: center bottom;
        opacity: 0.88;
        transform: translateX(-50%) scale(1);
      }

      #vogio-togo-scroll-hero .vsh-story-wash {
        inset: 0;
      }

      #vogio-togo-scroll-hero .vsh-story-content {
        left: 22px;
        top: 82px;
        width: calc(100% - 54px);
        min-height: calc(100vh - 150px);
        transform: translateX(48px);
      }

      #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
        transform: translateX(0);
      }

      #vogio-togo-scroll-hero .vsh-story-title {
        font-size: clamp(34px, 9vw, 54px);
        max-width: 680px;
        margin-bottom: 24px;
      }

      #vogio-togo-scroll-hero .vsh-story-feature-list,
      #vogio-togo-scroll-hero .vsh-story-spec-table,
      #vogio-togo-scroll-hero .vsh-story-accessories {
        width: min(100%, 620px);
      }

      #vogio-togo-scroll-hero .vsh-story-feature-card {
        grid-template-columns: 39px 1fr;
        gap: 14px;
      }

      #vogio-togo-scroll-hero .vsh-story-feature-card strong {
        font-size: 16px;
      }

      #vogio-togo-scroll-hero .vsh-story-feature-card span,
      #vogio-togo-scroll-hero .vsh-story-spec-table td {
        font-size: 13px;
      }

      #vogio-togo-scroll-hero .vsh-story-accessories {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        gap: 12px;
      }

      #vogio-togo-scroll-hero .vsh-story-progress {
        right: 16px;
      }
    }

    @media (max-width: 620px) {
      #vogio-togo-scroll-hero .vsh-logo-brand {
        left: 18px;
        top: 16px;
        width: 122px;
        height: 36px;
      }

      #vogio-togo-scroll-hero .vsh-story-back {
        left: 18px;
        top: 64px;
      }

      #vogio-togo-scroll-hero .vsh-copy {
        left: 18px;
        top: 68px;
        width: calc(100% - 36px);
        max-width: none;
      }

      #vogio-togo-scroll-hero .vsh-title {
        font-size: clamp(30px, 10.4vw, 44px);
        line-height: 0.95;
        letter-spacing: -0.042em;
        max-width: 90vw;
      }

      #vogio-togo-scroll-hero .vsh-desc {
        max-width: 82vw;
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.3;
      }

      #vogio-togo-scroll-hero .vsh-cta {
        margin-top: 14px;
        padding: 10px 15px;
        font-size: 12px;
      }

      #vogio-togo-scroll-hero .vsh-product-wrap {
        width: min(72vw, 330px);
        height: 48vh;
        top: 64%;
      }

      #vogio-togo-scroll-hero .vsh-dot {
        display: none;
      }

      #vogio-togo-scroll-hero .vsh-bottom {
        gap: 12px;
      }

      #vogio-togo-scroll-hero .vsh-beans-img {
        width: 220vw;
        height: 68%;
        left: 50%;
        opacity: 0.84;
      }

      #vogio-togo-scroll-hero .vsh-story-content {
        top: 68px;
        left: 18px;
        width: calc(100% - 42px);
      }

      #vogio-togo-scroll-hero .vsh-story-title {
        font-size: clamp(30px, 10.2vw, 43px);
      }

      #vogio-togo-scroll-hero .vsh-story-feature-list {
        gap: 10px;
      }

      #vogio-togo-scroll-hero .vsh-story-feature-card {
        padding-bottom: 10px;
      }

      #vogio-togo-scroll-hero .vsh-story-icon {
        width: 34px;
        height: 34px;
      }

      #vogio-togo-scroll-hero .vsh-story-icon svg {
        width: 17px;
        height: 17px;
      }

      #vogio-togo-scroll-hero .vsh-story-accessory {
        min-height: 112px;
        padding: 12px 8px 8px;
        border-radius: 18px;
      }

      #vogio-togo-scroll-hero .vsh-story-accessory svg {
        width: 42px;
        height: 42px;
      }

      #vogio-togo-scroll-hero .vsh-story-accessory span {
        font-size: 12px;
      }
    }

    @media (max-width: 430px) {
      #vogio-togo-scroll-hero .vsh-copy {
        top: 64px;
      }

      #vogio-togo-scroll-hero .vsh-title {
        font-size: clamp(28px, 9.6vw, 38px);
        line-height: 0.98;
        max-width: 88vw;
      }

      #vogio-togo-scroll-hero .vsh-desc {
        max-width: 80vw;
        font-size: 13px;
        line-height: 1.28;
      }

      #vogio-togo-scroll-hero .vsh-product-wrap {
        width: min(68vw, 285px);
        height: 43vh;
        top: 65%;
      }

      #vogio-togo-scroll-hero .vsh-bottom {
        width: calc(100% - 18px);
        bottom: max(10px, env(safe-area-inset-bottom));
      }

      #vogio-togo-scroll-hero .vsh-feature {
        font-size: 11px;
      }

      #vogio-togo-scroll-hero .vsh-feature b {
        font-size: 12px;
      }
    }

    @media (max-height: 720px) and (max-width: 980px) {
      #vogio-togo-scroll-hero .vsh-copy {
        top: 58px;
      }

      #vogio-togo-scroll-hero .vsh-title {
        font-size: clamp(27px, 8.8vw, 42px);
        line-height: 0.98;
      }

      #vogio-togo-scroll-hero .vsh-desc,
      #vogio-togo-scroll-hero .vsh-cta {
        display: none;
      }

      #vogio-togo-scroll-hero .vsh-product-wrap {
        top: 62%;
        height: 48vh;
      }
    }

    @media (max-height: 720px) and (min-width: 981px) {
      #vogio-togo-scroll-hero .vsh-beans-img {
        width: max(100vw, 1740px);
        height: 74%;
        transform: translateX(-50%) scale(1.01);
      }
    }


@keyframes vshTogoDrop {
  0% { opacity: 0; transform: translateY(-420px) scale(var(--vsh-product-scale-start, 0.99)) rotate(-3.4deg); filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28)) brightness(0.94); }
  70% { opacity: 1; transform: translateY(14px) scale(var(--vsh-product-scale-over, 1.095)) rotate(0.35deg); filter: drop-shadow(0 74px 58px rgba(0, 0, 0, 0.86)) brightness(1.01); }
  84% { opacity: 1; transform: translateY(7px) scale(var(--vsh-product-scale-settle, 1.082)) rotate(0.12deg); filter: drop-shadow(0 66px 54px rgba(0, 0, 0, 0.84)) brightness(1); }
  100% { opacity: 1; transform: translateY(0) scale(var(--vsh-product-scale, 1.08)) rotate(0deg); filter: drop-shadow(0 56px 50px rgba(0, 0, 0, 0.8)) brightness(1); }
}


/* v1.1.9 — korekta po podglądzie: morska zieleń była już za mała.
   Ustawiono skalę pośrednią między wcześniejszym za dużym 0.82 a za małym 0.64. */
#vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green,
#vogio-togo-scroll-hero .vsh-product[data-product-index="3"] {
  --vsh-product-scale-start: 0.68;
  --vsh-product-scale-over: 0.762;
  --vsh-product-scale-settle: 0.748;
  --vsh-product-scale: 0.74;
}

#vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green.is-active,
#vogio-togo-scroll-hero .vsh-product[data-product-index="3"].is-active {
  transform: translateY(0) scale(var(--vsh-product-scale, 0.74)) rotate(0deg);
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green,
  #vogio-togo-scroll-hero .vsh-product[data-product-index="3"] {
    --vsh-product-scale-start: 0.66;
    --vsh-product-scale-over: 0.742;
    --vsh-product-scale-settle: 0.728;
    --vsh-product-scale: 0.72;
  }
}

@media (max-width: 640px) {
  #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green,
  #vogio-togo-scroll-hero .vsh-product[data-product-index="3"] {
    --vsh-product-scale-start: 0.64;
    --vsh-product-scale-over: 0.722;
    --vsh-product-scale-settle: 0.708;
    --vsh-product-scale: 0.70;
  }
}


/* v1.0.6 — globalny kill starego intro + nieucinane tło/ziarna kawy. */

@media (min-width: 1200px) {
  html body #vogio-togo-scroll-hero .vsh-beans-img {
    width: min(100vw, 100%) !important;
  }
}

@media (min-width: 1800px) {
  html body #vogio-togo-scroll-hero .vsh-beans-img {
    width: 100vw !important;
  }
}


/* v1.0.7 — legacy intro is removed server-side; coffee background/beans must not be cropped. */
#vogio-togo-scroll-hero .vsh-copy-start,
#vogio-togo-scroll-hero .vsh-copy-start *,
#vogio-togo-scroll-hero .vsh-cta,
#vogio-togo-scroll-hero .vsh-bottom,
#vogio-togo-scroll-hero .vsh-kicker {
  display: none !important;
}

#vogio-togo-scroll-hero .vsh-bg-base,
#vogio-togo-scroll-hero .vsh-bg-theme {
  background-position: center bottom !important;
  background-size: cover !important;
}

#vogio-togo-scroll-hero .vsh-beans {
  overflow: visible !important;
}

#vogio-togo-scroll-hero .vsh-beans-img {
  width: min(100vw, 1920px) !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) scale(1) !important;
}

@media (min-width: 1600px) {
  #vogio-togo-scroll-hero .vsh-beans-img {
    width: min(100vw, 2200px) !important;
  }
}

/* v1.1.1 — awaryjna stabilizacja po przywróceniu pełnego JS. */
#vogio-togo-scroll-hero .vsh-copy-start,
#vogio-togo-scroll-hero .vsh-copy-start *,
#vogio-togo-scroll-hero .vsh-cta,
#vogio-togo-scroll-hero .vsh-bottom,
#vogio-togo-scroll-hero .vsh-kicker {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#vogio-togo-scroll-hero .vsh-copy-dynamic {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#vogio-togo-scroll-hero .vsh-story-back[hidden] {
  display: none !important;
}

/* v1.1.2 — akcesoria z aktualnego zestawu, bez szczoteczki czyszczącej. */
#vogio-togo-scroll-hero .vsh-story-accessories {
  grid-template-columns: repeat(5, minmax(92px, 1fr));
  width: min(100%, 760px);
}

#vogio-togo-scroll-hero .vsh-story-panel.is-active .vsh-story-accessory:nth-child(5) {
  transition-delay: 0.24s;
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-story-accessories {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    width: min(100%, 620px);
  }
}

/* v1.1.4 — cofnięcie globalnego powiększania kontenerów; delikatna korekta wyłącznie ostatniej sekcji Akcesoria. */
#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessories {
  width: min(100%, 780px) !important;
  grid-template-columns: repeat(5, minmax(112px, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory {
  min-height: 168px !important;
  height: 100% !important;
  padding: 22px 14px 18px !important;
  gap: 14px !important;
  align-content: center !important;
  justify-items: center !important;
}

#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory svg {
  width: 60px !important;
  height: 60px !important;
}

#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory span {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.22 !important;
}

@media (min-width: 1600px) {
  #vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessories {
    width: min(100%, 850px) !important;
    gap: 18px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory {
    min-height: 178px !important;
    padding: 24px 16px 20px !important;
  }
}

@media (max-width: 1280px) {
  #vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessories {
    width: min(100%, 650px) !important;
    grid-template-columns: repeat(3, minmax(130px, 1fr)) !important;
    gap: 14px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory {
    min-height: 152px !important;
    padding: 18px 14px 16px !important;
  }
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessories {
    width: min(100%, 680px) !important;
    grid-template-columns: repeat(2, minmax(140px, 1fr)) !important;
    gap: 14px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory {
    min-height: 148px !important;
  }
}

@media (max-width: 520px) {
  #vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessories {
    grid-template-columns: 1fr !important;
  }

  #vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory {
    min-height: 126px !important;
    grid-template-columns: 58px 1fr !important;
    justify-items: start !important;
    text-align: left !important;
  }

  #vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory span {
    justify-content: flex-start !important;
    text-align: left !important;
    min-height: 0 !important;
  }
}


/* v1.1.5 — usunięte logo sekcji + stabilizacja łamania nagłówka Funkcje. */
#vogio-togo-scroll-hero .vsh-logo-brand {
  display: none !important;
}

#vogio-togo-scroll-hero .vsh-story-title span {
  overflow-wrap: normal;
}

#vogio-togo-scroll-hero .vsh-story-title span:first-of-type {
  white-space: normal;
}


/* v1.2.0 — poprawki responsywne, odstęp od menu i stabilny widok danych po kliknięciu kawiarki. */
#vogio-togo-scroll-hero .vsh-title,
#vogio-togo-scroll-hero .vsh-title span,
#vogio-togo-scroll-hero .vsh-story-title,
#vogio-togo-scroll-hero .vsh-story-title span,
#vogio-togo-scroll-hero .vsh-story-feature-card,
#vogio-togo-scroll-hero .vsh-story-spec-table,
#vogio-togo-scroll-hero .vsh-story-accessory {
  overflow-wrap: normal;
  word-break: normal;
}

#vogio-togo-scroll-hero .vsh-story-feature-card span,
#vogio-togo-scroll-hero .vsh-story-spec-table td,
#vogio-togo-scroll-hero .vsh-story-accessory span {
  overflow-wrap: anywhere;
  word-break: normal;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-glow,
#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-floor-shadow {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
  transform: translate(-50%, -48%) scale(0.72) !important;
  filter: blur(8px) brightness(0.78) !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
  left: 50% !important;
  top: 50% !important;
  width: min(86vw, 920px) !important;
  max-width: 920px !important;
  min-height: min(68vh, 660px) !important;
  max-height: calc(100vh - 132px) !important;
  transform: translate(-50%, -50%) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 8px !important;
  scrollbar-width: thin;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content::-webkit-scrollbar {
  width: 6px;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
  max-width: 920px !important;
  margin-bottom: clamp(22px, 2.2vh, 34px) !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-list,
#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table,
#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessories {
  width: 100% !important;
  max-width: 880px !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table {
  table-layout: fixed !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td:first-child {
  width: 46% !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td:last-child {
  width: 54% !important;
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-copy {
    top: calc(104px + env(safe-area-inset-top, 0px)) !important;
    left: 22px !important;
    width: calc(100% - 44px) !important;
    max-width: none !important;
  }

  #vogio-togo-scroll-hero .vsh-copy-dynamic {
    transform: none !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(31px, 7.6vw, 54px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.044em !important;
    max-width: min(92vw, 650px) !important;
  }

  #vogio-togo-scroll-hero .vsh-desc {
    max-width: min(88vw, 520px) !important;
    font-size: clamp(13px, 2.1vw, 16px) !important;
    line-height: 1.38 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap {
    width: min(64vw, 420px) !important;
    height: min(54vh, 560px) !important;
    top: 64% !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate(-50%, -50%) scale(0.58) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    left: 22px !important;
    right: 22px !important;
    top: calc(94px + env(safe-area-inset-top, 0px)) !important;
    width: calc(100% - 44px) !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: calc(100svh - 118px - env(safe-area-inset-bottom, 0px)) !important;
    transform: none !important;
    padding: 0 8px 72px 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  #vogio-togo-scroll-hero .vsh-story-kicker {
    margin-bottom: 14px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-title {
    font-size: clamp(30px, 8.2vw, 48px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.044em !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-title span {
    display: inline !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-list,
  #vogio-togo-scroll-hero .vsh-story-spec-table,
  #vogio-togo-scroll-hero .vsh-story-accessories {
    width: 100% !important;
    max-width: 100% !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-list {
    gap: 10px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-card {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    padding: 0 0 12px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-card strong {
    font-size: 15px !important;
    line-height: 1.14 !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-card span {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table,
  #vogio-togo-scroll-hero .vsh-story-spec-table tbody,
  #vogio-togo-scroll-hero .vsh-story-spec-table tr,
  #vogio-togo-scroll-hero .vsh-story-spec-table td {
    display: block !important;
    width: 100% !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table tr {
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table td {
    padding: 0 !important;
    text-align: left !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table td:first-child {
    width: 100% !important;
    margin-bottom: 4px !important;
    color: var(--copy-faint) !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table td:last-child {
    width: 100% !important;
    color: var(--copy-main) !important;
  }

  #vogio-togo-scroll-hero .vsh-story-accessories {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-accessory {
    min-height: 118px !important;
    padding: 14px 10px 10px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-progress {
    right: 14px !important;
    top: auto !important;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
    transform: none !important;
  }
}

@media (max-width: 620px) {
  #vogio-togo-scroll-hero .vsh-copy {
    top: calc(96px + env(safe-area-inset-top, 0px)) !important;
    left: 18px !important;
    width: calc(100% - 36px) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(28px, 9.2vw, 40px) !important;
    line-height: 1.06 !important;
    max-width: 92vw !important;
  }

  #vogio-togo-scroll-hero .vsh-desc {
    max-width: 88vw !important;
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.32 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap {
    width: min(72vw, 320px) !important;
    height: min(43vh, 420px) !important;
    top: 67% !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    left: 18px !important;
    right: 18px !important;
    top: calc(84px + env(safe-area-inset-top, 0px)) !important;
    width: calc(100% - 36px) !important;
    max-height: calc(100svh - 104px - env(safe-area-inset-bottom, 0px)) !important;
    padding-bottom: 76px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-title {
    font-size: clamp(28px, 9.4vw, 38px) !important;
    line-height: 1.08 !important;
    margin-bottom: 16px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-card {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-icon {
    width: 32px !important;
    height: 32px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-accessories {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-accessory {
    min-height: 106px !important;
    border-radius: 16px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-accessory svg {
    width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 430px) {
  #vogio-togo-scroll-hero .vsh-copy {
    top: calc(88px + env(safe-area-inset-top, 0px)) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(26px, 8.8vw, 36px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.036em !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap {
    width: min(68vw, 285px) !important;
    height: min(40vh, 380px) !important;
    top: 68% !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-card span,
  #vogio-togo-scroll-hero .vsh-story-spec-table td,
  #vogio-togo-scroll-hero .vsh-story-accessory span {
    font-size: 12px !important;
  }
}

@media (max-height: 720px) and (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-copy {
    top: calc(78px + env(safe-area-inset-top, 0px)) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(25px, 7.8vw, 38px) !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap {
    top: 66% !important;
    height: min(40vh, 390px) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    top: calc(74px + env(safe-area-inset-top, 0px)) !important;
    max-height: calc(100svh - 92px - env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* v1.2.1 — naprawa widoczności danych po kliknięciu urządzenia w wersji responsywnej. */
@media (max-width: 980px) {
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active {
    overflow: hidden !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-shell,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell {
    z-index: 60 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-wash,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-wash {
    inset: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    background:
      linear-gradient(180deg, rgba(2, 8, 6, 0.88), rgba(2, 8, 6, 0.76)),
      radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 35%) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-product-wrap,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-product-glow,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-floor-shadow,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-glow,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-floor-shadow {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-copy-dynamic,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-specs,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-specs {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    position: absolute !important;
    left: 18px !important;
    right: 18px !important;
    top: calc(var(--vsh-mobile-story-top, 94px) + env(safe-area-inset-top, 0px)) !important;
    bottom: calc(var(--vsh-mobile-story-bottom, 96px) + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: none !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0 8px 18px 0 !important;
    pointer-events: auto !important;
    z-index: 62 !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel {
    inset: auto !important;
    width: 100% !important;
    min-height: auto !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel.is-active,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel.is-active {
    position: relative !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel:not(.is-active),
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel:not(.is-active) {
    position: absolute !important;
    display: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-list,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessories,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-list,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessories {
    width: 100% !important;
    max-width: 100% !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress {
    z-index: 64 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 620px) {
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    left: 16px !important;
    right: 16px !important;
    top: calc(var(--vsh-mobile-story-top, 84px) + env(safe-area-inset-top, 0px)) !important;
    bottom: calc(var(--vsh-mobile-story-bottom, 88px) + env(safe-area-inset-bottom, 0px)) !important;
    padding-right: 6px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-title,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    font-size: clamp(28px, 9vw, 38px) !important;
    line-height: 1.08 !important;
    margin-bottom: 16px !important;
  }
}

/* v1.2.2 — stabilny, nierozjechany układ informacji po kliknięciu urządzenia na mobile. */
@media (max-width: 980px) {
  #vogio-togo-scroll-hero.vsh-responsive-story-open,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active {
    overflow: hidden !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-shell,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell {
    position: absolute !important;
    inset: 0 !important;
    z-index: 80 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-wash,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-wash {
    inset: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background:
      linear-gradient(180deg, rgba(1, 8, 6, 0.91), rgba(1, 8, 6, 0.82)),
      radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.09), transparent 38%) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    position: absolute !important;
    left: clamp(14px, 4vw, 28px) !important;
    right: clamp(14px, 4vw, 28px) !important;
    top: calc(var(--vsh-mobile-story-top, 96px) + env(safe-area-inset-top, 0px)) !important;
    bottom: calc(var(--vsh-mobile-story-bottom, 88px) + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0 2px 14px !important;
    z-index: 82 !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel {
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel.is-active,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel.is-active {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(12px, 2vh, 18px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    padding: clamp(14px, 3.8vw, 24px) !important;
    border-radius: 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(180deg, rgba(5, 18, 14, 0.48), rgba(5, 18, 14, 0.22)) !important;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel:not(.is-active),
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel:not(.is-active) {
    position: absolute !important;
    display: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-kicker,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-kicker {
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: 0.10em !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-kicker::before,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-kicker::before {
    width: 25px !important;
    height: 25px !important;
    font-size: 10px !important;
    flex: 0 0 25px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-title,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    margin: 0 !important;
    max-width: 100% !important;
    font-size: clamp(24px, 6.9vw, 38px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.038em !important;
    text-wrap: balance;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-title span,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title span {
    display: block !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-list,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-list {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-icon,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-icon svg,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card strong,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card strong {
    margin: 0 0 4px !important;
    font-size: clamp(14px, 3.7vw, 16px) !important;
    line-height: 1.16 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card span,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card span {
    font-size: clamp(12px, 3.15vw, 13px) !important;
    line-height: 1.32 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table tbody,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table tbody {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
    border-collapse: separate !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table tr,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 3px !important;
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table td,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: 1.28 !important;
    word-break: normal !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table td:first-child,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td:first-child {
    font-size: 12px !important;
    color: var(--copy-faint) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table td:last-child,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td:last-child {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: var(--copy-main) !important;
    overflow-wrap: anywhere !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessories,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessories {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
    align-items: stretch !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory {
    min-height: 96px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 8px !important;
    border-radius: 16px !important;
    transform: none !important;
    opacity: 1 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory svg,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory svg {
    width: 34px !important;
    height: 34px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory span,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory span {
    min-height: 0 !important;
    font-size: 12.5px !important;
    line-height: 1.22 !important;
    text-align: center !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(22px + env(safe-area-inset-bottom, 0px)) !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    padding: 10px 13px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(3, 10, 8, 0.50) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    z-index: 84 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button {
    width: 11px !important;
    height: 11px !important;
  }
}

@media (max-width: 620px) {
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    left: 14px !important;
    right: 14px !important;
    top: calc(var(--vsh-mobile-story-top, 86px) + env(safe-area-inset-top, 0px)) !important;
    bottom: calc(var(--vsh-mobile-story-bottom, 80px) + env(safe-area-inset-bottom, 0px)) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel.is-active,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel.is-active {
    padding: 14px !important;
    border-radius: 18px !important;
    gap: 11px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-title,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    font-size: clamp(24px, 7.6vw, 32px) !important;
    line-height: 1.10 !important;
  }
}

@media (max-width: 430px) {
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 10px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-icon,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessories,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessories {
    grid-template-columns: 1fr !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory {
    min-height: 78px !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 11px 12px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory span,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory span {
    text-align: left !important;
  }
}


/* v1.2.3 — responsywne poprawki: sekcja „Forma spotyka istotę” + box z logami. */
@media (max-width: 980px) {
  /* Sekcja pełnoekranowa/slider ze zdjęciami — na mobile zdjęcia nie mogą być ucinane. */
  body.vogio-togo-scroll-hero-page #vogio-horizontal-hero-v13 .vhh-slide {
    background: #05080a !important;
  }

  body.vogio-togo-scroll-hero-page #vogio-horizontal-hero-v13 img.vhh-media {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
  }

  body.vogio-togo-scroll-hero-page #vogio-horizontal-hero-v13 .vhh-slide.is-active img.vhh-media {
    transform: none !important;
  }

  body.vogio-togo-scroll-hero-page #vogio-horizontal-hero-v13 .vhh-slide::after {
    background:
      linear-gradient(90deg, rgba(5,8,10,0.78) 0%, rgba(5,8,10,0.38) 44%, rgba(5,8,10,0.36) 100%),
      linear-gradient(180deg, rgba(5,8,10,0.66) 0%, rgba(5,8,10,0.10) 48%, rgba(5,8,10,0.82) 100%) !important;
  }

  /* Awaryjna ochrona dla sekcji nazwanych po „Forma” — także gdy jest wklejona poza wtyczką. */
  body.vogio-togo-scroll-hero-page [id*="forma" i] img,
  body.vogio-togo-scroll-hero-page [class*="forma" i] img,
  body.vogio-togo-scroll-hero-page [id*="istot" i] img,
  body.vogio-togo-scroll-hero-page [class*="istot" i] img {
    object-fit: contain !important;
    object-position: center center !important;
    max-height: none !important;
  }

  body.vogio-togo-scroll-hero-page [id*="forma" i] [style*="background-image"],
  body.vogio-togo-scroll-hero-page [class*="forma" i] [style*="background-image"],
  body.vogio-togo-scroll-hero-page [id*="istot" i] [style*="background-image"],
  body.vogio-togo-scroll-hero-page [class*="istot" i] [style*="background-image"] {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
}

@media (max-width: 820px) {
  /* Box z logami / brandem w stopce — większy oddech od dołu na responsive. */
  body.vogio-togo-scroll-hero-page #vogio-footer-07 .vf-bottom {
    padding-bottom: clamp(42px, 9vw, 72px) !important;
  }

  body.vogio-togo-scroll-hero-page #vogio-footer-07 .vf-brand {
    padding-bottom: 8px !important;
  }

  body.vogio-togo-scroll-hero-page #vogio-footer-07 .vf-social {
    padding-bottom: clamp(34px, 8vw, 56px) !important;
  }

  body.vogio-togo-scroll-hero-page #vogio-footer-07 .vf-social-icons {
    padding-bottom: 8px !important;
  }

  /* Dodatkowe zabezpieczenie dla innych boxów z logami w sekcjach strony. */
  body.vogio-togo-scroll-hero-page [class*="logo-box" i],
  body.vogio-togo-scroll-hero-page [class*="logos" i],
  body.vogio-togo-scroll-hero-page [class*="brand-logos" i] {
    padding-bottom: clamp(24px, 7vw, 46px) !important;
  }
}

@media (max-width: 540px) {
  body.vogio-togo-scroll-hero-page #vogio-footer-07 .vf-bottom {
    padding-bottom: calc(54px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.vogio-togo-scroll-hero-page #vogio-footer-07 .vf-brand {
    gap: 12px 18px !important;
    padding-bottom: 12px !important;
  }
}

/* v1.2.5 — stabilizacja wariantów: koniec czarnego ekranu po zmianie koloru. */
#vogio-togo-scroll-hero .vsh-sticky {
  background: var(--vsh-bg-fallback, radial-gradient(circle at 55% 30%, rgba(255,255,255,0.10), transparent 42%), linear-gradient(135deg, #06110d 0%, #12231b 48%, #030706 100%)) !important;
}

#vogio-togo-scroll-hero .vsh-bg-base {
  opacity: 1 !important;
  visibility: visible !important;
  background: var(--vsh-bg-fallback, radial-gradient(circle at 55% 30%, rgba(255,255,255,0.10), transparent 42%), linear-gradient(135deg, #06110d 0%, #12231b 48%, #030706 100%)) !important;
}

#vogio-togo-scroll-hero .vsh-bg-theme {
  display: block !important;
  visibility: visible !important;
  background-color: transparent !important;
}

#vogio-togo-scroll-hero .vsh-product.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}

#vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
  opacity: 1;
  visibility: visible;
}

/* v1.2.5 — ukrywanie Technologii/Sklepu zawężone tylko do nagłówka, stopki i dedykowanego menu. */
#vogio-nav-live-2026 .vgnav-item:has(> a[href*="/technologie"]),
#vogio-nav-live-2026 .vgnav-item:has(> a[href*="/technologia"]),
#vogio-nav-live-2026 .vgnav-item:has(> a[href*="/technology"]),
#vogio-nav-live-2026 .vgnav-shop,
#vogio-nav-live-2026 .vgnav-shop + .vgnav-separator,
#vogio-nav-live-2026 .vgnav-separator:has(+ .vgnav-shop),
header nav li:has(> a[href*="/technologie"]),
header nav li:has(> a[href*="/technologia"]),
header nav li:has(> a[href*="/technology"]),
header nav li:has(> a[href*="/sklep"]),
header nav li:has(> a[href*="/shop"]),
header .wp-block-navigation-item:has(> a[href*="/technologie"]),
header .wp-block-navigation-item:has(> a[href*="/technologia"]),
header .wp-block-navigation-item:has(> a[href*="/technology"]),
header .wp-block-navigation-item:has(> a[href*="/sklep"]),
header .wp-block-navigation-item:has(> a[href*="/shop"]),
footer nav li:has(> a[href*="/technologie"]),
footer nav li:has(> a[href*="/technologia"]),
footer nav li:has(> a[href*="/technology"]),
footer nav li:has(> a[href*="/sklep"]),
footer nav li:has(> a[href*="/shop"]),
footer .wp-block-navigation-item:has(> a[href*="/technologie"]),
footer .wp-block-navigation-item:has(> a[href*="/technologia"]),
footer .wp-block-navigation-item:has(> a[href*="/technology"]),
footer .wp-block-navigation-item:has(> a[href*="/sklep"]),
footer .wp-block-navigation-item:has(> a[href*="/shop"]) {
  display: none !important;
}

/* Ochrona WooCommerce / wariantów produktu — wtyczka nie ukrywa i nie przyciemnia formularza wariantów. */
body.vogio-togo-scroll-hero-page .woocommerce div.product,
body.vogio-togo-scroll-hero-page .woocommerce-page div.product,
body.vogio-togo-scroll-hero-page .variations_form,
body.vogio-togo-scroll-hero-page .variations,
body.vogio-togo-scroll-hero-page .single_variation_wrap,
body.vogio-togo-scroll-hero-page .woocommerce-variation,
body.vogio-togo-scroll-hero-page .variable-items-wrapper,
body.vogio-togo-scroll-hero-page .woo-variation-swatches,
body.vogio-togo-scroll-hero-page .variation-radios,
body.vogio-togo-scroll-hero-page .product .summary {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}


/* v1.2.6 — mobile: informacje po kliknięciu urządzenia jako zwarte zakładki bez wymuszonego scrolla. */
@media (max-width: 980px) {
  #vogio-togo-scroll-hero.vsh-responsive-story-open,
  #vogio-togo-scroll-hero:has(.vsh-sticky.is-story-active) {
    min-height: 100svh !important;
    overflow: visible !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active {
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-copy-dynamic,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-specs,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-specs,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-shell,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell {
    position: absolute !important;
    inset: 0 !important;
    z-index: 88 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: auto !important;
    touch-action: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-wash,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-wash {
    opacity: 0.90 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    position: absolute !important;
    left: clamp(12px, 4vw, 26px) !important;
    right: clamp(12px, 4vw, 26px) !important;
    top: calc(78px + env(safe-area-inset-top, 0px)) !important;
    bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
    display: grid !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    z-index: 90 !important;
    touch-action: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel {
    position: relative !important;
    inset: auto !important;
    display: none !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
    padding: clamp(13px, 3.7vw, 20px) !important;
    border-radius: 20px !important;
    background: rgba(3, 10, 8, 0.44) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.26) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
    gap: clamp(7px, 1.25vh, 12px) !important;
    align-content: start !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel.is-active,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel.is-active {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-kicker,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-kicker {
    margin: 0 !important;
    font-size: 10.5px !important;
    line-height: 1.1 !important;
    letter-spacing: 0.16em !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-title,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    margin: 0 !important;
    font-size: clamp(21px, 5.7vw, 34px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-title span,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title span {
    display: block !important;
    white-space: normal !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-list,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-list {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(6px, 1vh, 9px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    align-content: start !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card {
    min-height: 0 !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 9px !important;
    padding: 8px 10px !important;
    border-radius: 14px !important;
    transform: none !important;
    opacity: 1 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-icon,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card strong,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card strong {
    font-size: clamp(12px, 3.25vw, 14px) !important;
    line-height: 1.12 !important;
    margin: 0 0 2px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card span,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card span {
    font-size: clamp(10.5px, 2.95vw, 12.5px) !important;
    line-height: 1.17 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table tbody,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table tbody {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: clamp(4px, 0.85vh, 7px) !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table tr,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table tr {
    display: grid !important;
    grid-template-columns: minmax(88px, 0.9fr) minmax(0, 1.25fr) !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 6px 9px !important;
    min-height: 0 !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,0.04) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table td,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    line-height: 1.12 !important;
    text-align: left !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table td:first-child,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td:first-child {
    font-size: clamp(10px, 2.8vw, 11.5px) !important;
    color: var(--copy-faint) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table td:last-child,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td:last-child {
    font-size: clamp(10.7px, 3vw, 12.5px) !important;
    font-weight: 700 !important;
    overflow-wrap: anywhere !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessories,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessories {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(6px, 1vh, 9px) !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    align-content: start !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory {
    min-height: clamp(54px, 9.2vh, 76px) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 8px 9px !important;
    border-radius: 14px !important;
    text-align: left !important;
    transform: none !important;
    opacity: 1 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory svg,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory svg {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory span,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory span {
    min-height: 0 !important;
    text-align: left !important;
    font-size: clamp(10.5px, 2.9vw, 12.3px) !important;
    line-height: 1.16 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress {
    position: absolute !important;
    left: clamp(12px, 4vw, 26px) !important;
    right: clamp(12px, 4vw, 26px) !important;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
    top: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
    max-width: none !important;
    padding: 6px !important;
    border-radius: 999px !important;
    background: rgba(3, 10, 8, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    z-index: 96 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: 34px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 8px !important;
    opacity: 1 !important;
    background: rgba(255,255,255,0.10) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    transform: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button::after,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button::after {
    content: attr(aria-label) !important;
    font-size: clamp(10px, 2.85vw, 12px) !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    color: var(--copy-muted) !important;
    white-space: nowrap !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button.is-active,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button.is-active {
    background: var(--accent-text) !important;
    border-color: rgba(255,255,255,0.28) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button.is-active::after,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button.is-active::after {
    color: rgba(2, 7, 5, 0.88) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-back,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-back {
    z-index: 110 !important;
  }
}

@media (max-width: 430px) {
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    left: 10px !important;
    right: 10px !important;
    top: calc(70px + env(safe-area-inset-top, 0px)) !important;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel {
    padding: 10px !important;
    border-radius: 17px !important;
    gap: 6px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-title,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    font-size: clamp(19px, 5.6vw, 25px) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 7px !important;
    padding: 6px 7px !important;
    border-radius: 12px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-icon,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-icon {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card strong,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card strong {
    font-size: 11.5px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card span,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card span {
    font-size: 10px !important;
    line-height: 1.13 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table tbody,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table tbody {
    gap: 4px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table tr,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table tr {
    grid-template-columns: minmax(72px, 0.82fr) minmax(0, 1.18fr) !important;
    gap: 6px !important;
    padding: 5px 7px !important;
    border-radius: 10px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table td:first-child,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td:first-child,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-spec-table td:last-child,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table td:last-child {
    font-size: 10px !important;
    line-height: 1.08 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory {
    min-height: 50px !important;
    padding: 7px !important;
    gap: 6px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory svg,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory svg {
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory span,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory span {
    font-size: 10px !important;
    line-height: 1.12 !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 5px !important;
    gap: 5px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button {
    height: 30px !important;
    padding: 0 4px !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button::after,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button::after {
    font-size: 9.5px !important;
  }
}


/* v1.2.7 — mobile: brak otwierania informacji po naciśnięciu kawiarki; informacje działają wyłącznie dalszym scrollem. */
@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-product-wrap {
    pointer-events: none !important;
    cursor: default !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-shell,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel {
    pointer-events: none !important;
    touch-action: pan-y !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress {
    pointer-events: none !important;
    touch-action: pan-y !important;
    left: auto !important;
    right: max(14px, env(safe-area-inset-right, 0px)) !important;
    top: 50% !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button {
    flex: 0 0 auto !important;
    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
    height: 8px !important;
    min-height: 8px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    opacity: 0.42 !important;
    background: var(--copy-main) !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button.is-active,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button.is-active {
    opacity: 1 !important;
    transform: scale(1.35) !important;
    background: var(--accent-text) !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress button::after,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress button::after {
    content: none !important;
    display: none !important;
  }

  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-back,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-back {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* v1.2.8 — mobile: stabilne wyjście z hero do kolejnych sekcji, bez migania i blokowania scrolla. */
@media (max-width: 980px) {
  #vogio-togo-scroll-hero.vsh-responsive-story-open {
    overflow: visible !important;
  }

  #vogio-togo-scroll-hero,
  #vogio-togo-scroll-hero .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-bg-base,
  #vogio-togo-scroll-hero .vsh-bg-theme,
  #vogio-togo-scroll-hero .vsh-story-shell {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  #vogio-togo-scroll-hero .vsh-sticky {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  #vogio-togo-scroll-hero .vsh-story-shell,
  #vogio-togo-scroll-hero .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-story-progress {
    -webkit-tap-highlight-color: transparent !important;
  }
}


/* v1.2.9 — MOBILE SAFE MODE: naturalne przewijanie po sekcji, bez rozjeżdżania scrolla po wyjściu z hero. */
@media (max-width: 980px) {
  body.vogio-togo-scroll-hero-page {
    overflow-x: hidden !important;
  }

  #vogio-togo-scroll-hero,
  #vogio-togo-scroll-hero.vsh-responsive-story-open,
  #vogio-togo-scroll-hero.vsh-mobile-static-mode {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    background: #020403 !important;
    scroll-snap-type: none !important;
    contain: none !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active,
  #vogio-togo-scroll-hero.vsh-mobile-static-mode .vsh-sticky {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding-top: calc(96px + env(safe-area-inset-top, 0px)) !important;
    padding-bottom: calc(42px + env(safe-area-inset-bottom, 0px)) !important;
    transform: none !important;
    -webkit-transform: none !important;
    isolation: isolate !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-base,
  #vogio-togo-scroll-hero .vsh-bg-theme,
  #vogio-togo-scroll-hero .vsh-bg-shade,
  #vogio-togo-scroll-hero .vsh-beans {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    height: 100svh !important;
    min-height: 680px !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-theme {
    opacity: 0 !important;
    transform: none !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-theme[data-bg-index="0"] {
    opacity: 1 !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-shade {
    z-index: 2 !important;
  }

  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    width: calc(100% - 40px) !important;
    max-width: 640px !important;
    margin: 0 20px 18px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 30 !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    max-width: 92vw !important;
    font-size: clamp(36px, 10vw, 58px) !important;
    line-height: 0.96 !important;
  }

  #vogio-togo-scroll-hero .vsh-desc {
    max-width: 86vw !important;
    font-size: 15px !important;
    line-height: 1.38 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    width: min(72vw, 360px) !important;
    height: min(48svh, 410px) !important;
    min-height: 320px !important;
    margin: 0 auto 28px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    cursor: default !important;
    z-index: 22 !important;
    filter: none !important;
  }

  #vogio-togo-scroll-hero .vsh-product {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    animation: none !important;
    transition: none !important;
  }

  #vogio-togo-scroll-hero .vsh-product.is-active,
  #vogio-togo-scroll-hero .vsh-product[data-product-index="0"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1.08) rotate(0deg) !important;
  }

  #vogio-togo-scroll-hero .vsh-product:not(.is-active):not([data-product-index="0"]) {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  #vogio-togo-scroll-hero .vsh-product-glow,
  #vogio-togo-scroll-hero .vsh-floor-shadow {
    opacity: 0.72 !important;
    visibility: visible !important;
  }

  #vogio-togo-scroll-hero .vsh-specs,
  #vogio-togo-scroll-hero .vsh-bottom,
  #vogio-togo-scroll-hero .vsh-story-back,
  #vogio-togo-scroll-hero .vsh-story-progress {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-story-shell,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-shell,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: calc(100% - 28px) !important;
    max-width: 720px !important;
    margin: 10px auto 0 !important;
    min-height: 0 !important;
    height: auto !important;
    z-index: 32 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    overflow: visible !important;
  }

  #vogio-togo-scroll-hero .vsh-story-wash {
    display: none !important;
  }

  #vogio-togo-scroll-hero .vsh-story-content,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 720px !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-story-panel.is-active,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    overflow: visible !important;
    border-radius: 22px !important;
    background: rgba(4, 12, 8, 0.50) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    box-shadow: 0 20px 55px rgba(0,0,0,0.24) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }

  #vogio-togo-scroll-hero .vsh-story-kicker {
    margin-bottom: 10px !important;
    font-size: 10.5px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-title,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-title,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    margin: 0 0 14px !important;
    max-width: 100% !important;
    font-size: clamp(22px, 6.6vw, 34px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.035em !important;
    white-space: normal !important;
  }

  #vogio-togo-scroll-hero .vsh-story-title span {
    white-space: normal !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-list,
  #vogio-togo-scroll-hero .vsh-story-accessories {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-card,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-feature-card,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-card {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 9px !important;
    align-items: start !important;
    padding: 9px !important;
    margin: 0 !important;
    min-height: 0 !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    background: rgba(255,255,255,0.055) !important;
  }

  #vogio-togo-scroll-hero .vsh-story-icon,
  #vogio-togo-scroll-hero .vsh-story-icon svg {
    flex: 0 0 auto !important;
  }

  #vogio-togo-scroll-hero .vsh-story-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-card strong {
    font-size: 12.5px !important;
    line-height: 1.12 !important;
    margin-bottom: 3px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-feature-card span {
    font-size: 11.2px !important;
    line-height: 1.22 !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table,
  #vogio-togo-scroll-hero .vsh-story-spec-table tbody {
    display: grid !important;
    width: 100% !important;
    gap: 6px !important;
    border-collapse: separate !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table tr {
    display: grid !important;
    grid-template-columns: minmax(96px, 0.92fr) minmax(0, 1.08fr) !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 8px 9px !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,0.055) !important;
    border: 1px solid rgba(255,255,255,0.09) !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table td {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 11px !important;
    line-height: 1.16 !important;
    overflow-wrap: anywhere !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table td:first-child {
    color: var(--copy-faint) !important;
    font-weight: 700 !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table td:last-child {
    color: var(--copy-main) !important;
    font-weight: 800 !important;
    text-align: right !important;
  }

  #vogio-togo-scroll-hero .vsh-story-accessory,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-accessory,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessory {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 0 !important;
    padding: 9px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,0.055) !important;
    border: 1px solid rgba(255,255,255,0.09) !important;
  }

  #vogio-togo-scroll-hero .vsh-story-accessory svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-accessory span {
    font-size: 11.2px !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 430px) {
  #vogio-togo-scroll-hero .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active,
  #vogio-togo-scroll-hero.vsh-mobile-static-mode .vsh-sticky {
    padding-top: calc(88px + env(safe-area-inset-top, 0px)) !important;
  }

  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic {
    width: calc(100% - 28px) !important;
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(78vw, 330px) !important;
    height: 42svh !important;
    min-height: 280px !important;
    margin-bottom: 22px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-shell,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-shell,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell {
    width: calc(100% - 20px) !important;
  }

  #vogio-togo-scroll-hero .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-story-panel.is-active,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel {
    padding: 12px !important;
    margin-bottom: 10px !important;
    border-radius: 18px !important;
  }

  #vogio-togo-scroll-hero .vsh-story-spec-table tr {
    grid-template-columns: minmax(82px, 0.86fr) minmax(0, 1.14fr) !important;
  }
}

/* v1.3.0 — desktop/tablet: ekspres ma zostać widoczny w drugiej sekcji; ukrywanie ekspresu tylko na telefonach. */
@media (min-width: 981px) {
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-82%, -49%) scale(0.88) !important;
    filter: brightness(1.02) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-glow {
    opacity: 0.16 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: translateX(-50%) scale(0.86) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-floor-shadow {
    opacity: 0.52 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: translateX(-50%) scale(0.88) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-wash {
    inset: 0 0 0 42% !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18) 28%, rgba(0, 0, 0, 0.34)),
      radial-gradient(circle at 28% 50%, rgba(255, 255, 255, 0.06), transparent 36%) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    left: 53% !important;
    right: auto !important;
    top: 50% !important;
    bottom: auto !important;
    width: min(41vw, 660px) !important;
    max-width: 660px !important;
    min-height: 540px !important;
    max-height: none !important;
    transform: translateY(-50%) translateX(0) !important;
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
    padding: 0 !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    max-width: 590px !important;
    margin: 0 0 32px !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-list {
    width: min(100%, 540px) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table {
    width: min(100%, 580px) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessories {
    width: min(100%, 650px) !important;
  }
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* v1.3.1 — TELEFONY: zwykły scroll wyboru koloru, bez banera informacyjnego i bez wejścia w szczegóły. */
@media (max-width: 980px) {
  body.vogio-togo-scroll-hero-page {
    overflow-x: hidden !important;
  }

  #vogio-togo-scroll-hero,
  #vogio-togo-scroll-hero.vsh-mobile-static-mode,
  #vogio-togo-scroll-hero.vsh-responsive-story-open {
    min-height: calc(600svh) !important;
    height: auto !important;
    overflow: visible !important;
    background: #020403 !important;
    scroll-snap-type: none !important;
    contain: none !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active,
  #vogio-togo-scroll-hero.vsh-mobile-static-mode .vsh-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    display: block !important;
    padding: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    isolation: isolate !important;
  }

  /* Usunięcie banera z informacjami z pierwszej sekcji na telefonach. */
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-copy-start,
  #vogio-togo-scroll-hero .vsh-specs,
  #vogio-togo-scroll-hero .vsh-cta,
  #vogio-togo-scroll-hero .vsh-bottom {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* Brak wejścia do środka / brak paneli szczegółów na telefonach. */
  #vogio-togo-scroll-hero .vsh-story-shell,
  #vogio-togo-scroll-hero .vsh-story-wash,
  #vogio-togo-scroll-hero .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-story-progress,
  #vogio-togo-scroll-hero .vsh-story-back,
  #vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-shell,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-base,
  #vogio-togo-scroll-hero .vsh-bg-theme,
  #vogio-togo-scroll-hero .vsh-bg-shade,
  #vogio-togo-scroll-hero .vsh-beans {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-theme {
    display: block !important;
    visibility: visible !important;
    transform: none !important;
    background-position: center bottom !important;
    background-size: cover !important;
  }

  #vogio-togo-scroll-hero .vsh-beans {
    z-index: 5 !important;
    overflow: visible !important;
  }

  #vogio-togo-scroll-hero .vsh-beans-img {
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 190vw !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateX(-50%) scale(1) !important;
    opacity: 0.86 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    position: absolute !important;
    left: 50% !important;
    top: 53% !important;
    right: auto !important;
    width: min(76vw, 360px) !important;
    height: min(56svh, 460px) !important;
    min-height: 310px !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    cursor: default !important;
    z-index: 22 !important;
    filter: none !important;
    touch-action: pan-y !important;
  }

  #vogio-togo-scroll-hero .vsh-product-glow,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-glow {
    opacity: 0.22 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: translateX(-50%) scale(1) !important;
  }

  #vogio-togo-scroll-hero .vsh-floor-shadow,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-floor-shadow {
    opacity: 0.64 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: translateX(-50%) scale(0.96) !important;
  }

  #vogio-togo-scroll-hero .vsh-product {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    transition: opacity 0.18s linear !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-product.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(var(--vsh-product-scale, 1.08)) rotate(0deg) !important;
  }

  #vogio-togo-scroll-hero .vsh-product:not(.is-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media (max-width: 640px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(82vw, 340px) !important;
    height: min(54svh, 430px) !important;
    top: 54% !important;
  }

  #vogio-togo-scroll-hero .vsh-beans-img {
    width: 220vw !important;
  }
}

@media (max-width: 430px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(86vw, 325px) !important;
    height: min(52svh, 400px) !important;
    min-height: 285px !important;
    top: 54% !important;
  }
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero,
  #vogio-togo-scroll-hero.vsh-mobile-static-mode,
  #vogio-togo-scroll-hero.vsh-responsive-story-open {
    min-height: 600vh !important;
    min-height: 600svh !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-theme[data-bg-index] {
    opacity: 0 !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-theme.is-active-bg {
    opacity: 1 !important;
  }
}

/* v1.3.2 — TELEFONY: widoczne nagłówki wariantów + wyrównanie rozmiarów kawiarek. */
@media (max-width: 980px) {
  /* Pokazujemy sam nagłówek wariantu kolorystycznego — bez banera z opisem, bez specyfikacji i bez wejścia w szczegóły. */
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: max(84px, calc(env(safe-area-inset-top, 0px) + 78px)) !important;
    width: min(calc(100vw - 34px), 520px) !important;
    max-width: calc(100vw - 34px) !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    z-index: 32 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--copy-main, rgba(255,255,255,0.96)) !important;
    font-size: clamp(30px, 9.1vw, 48px) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.055em !important;
    text-align: center !important;
    text-wrap: balance !important;
    max-width: 100% !important;
  }

  #vogio-togo-scroll-hero .vsh-title span {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    white-space: normal !important;
  }

  #vogio-togo-scroll-hero .vsh-desc,
  #vogio-togo-scroll-hero .vsh-dyn-desc,
  #vogio-togo-scroll-hero .vsh-kicker,
  #vogio-togo-scroll-hero .vsh-specs,
  #vogio-togo-scroll-hero .vsh-bottom,
  #vogio-togo-scroll-hero .vsh-cta {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* Więcej miejsca na nagłówek — kawiarka zaczyna niżej, ale dalej pozostaje centralnym elementem. */
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 58% !important;
    width: min(78vw, 350px) !important;
    height: min(54svh, 438px) !important;
    min-height: 292px !important;
  }

  /* Ujednolicenie kadru: aktywny obraz jest skalowany z korektą per wariant. */
  #vogio-togo-scroll-hero .vsh-product {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform-origin: 50% 50% !important;
  }

  #vogio-togo-scroll-hero .vsh-product[data-product-index="0"] {
    --vsh-product-scale-start: 0.92 !important;
    --vsh-product-scale-over: 1.018 !important;
    --vsh-product-scale-settle: 1.006 !important;
    --vsh-product-scale: 1.00 !important;
  }

  #vogio-togo-scroll-hero .vsh-product[data-product-index="1"] {
    --vsh-product-scale-start: 0.92 !important;
    --vsh-product-scale-over: 1.018 !important;
    --vsh-product-scale-settle: 1.006 !important;
    --vsh-product-scale: 1.00 !important;
  }

  #vogio-togo-scroll-hero .vsh-product[data-product-index="2"] {
    --vsh-product-scale-start: 0.92 !important;
    --vsh-product-scale-over: 1.018 !important;
    --vsh-product-scale-settle: 1.006 !important;
    --vsh-product-scale: 1.00 !important;
  }

  #vogio-togo-scroll-hero .vsh-product[data-product-index="3"],
  #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green {
    --vsh-product-scale-start: 0.681 !important;
    --vsh-product-scale-over: 0.753 !important;
    --vsh-product-scale-settle: 0.744 !important;
    --vsh-product-scale: 0.74 !important;
  }

  #vogio-togo-scroll-hero .vsh-product[data-product-index="4"] {
    --vsh-product-scale-start: 0.92 !important;
    --vsh-product-scale-over: 1.018 !important;
    --vsh-product-scale-settle: 1.006 !important;
    --vsh-product-scale: 1.00 !important;
  }

  #vogio-togo-scroll-hero .vsh-product[data-product-index="5"] {
    --vsh-product-scale-start: 0.92 !important;
    --vsh-product-scale-over: 1.018 !important;
    --vsh-product-scale-settle: 1.006 !important;
    --vsh-product-scale: 1.00 !important;
  }

  #vogio-togo-scroll-hero .vsh-product.is-active {
    transform: translateY(0) scale(var(--vsh-product-scale, 1)) rotate(0deg) !important;
  }
}

@media (max-width: 640px) {
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic {
    top: max(78px, calc(env(safe-area-inset-top, 0px) + 72px)) !important;
    width: min(calc(100vw - 28px), 430px) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(28px, 9.3vw, 42px) !important;
    line-height: 0.95 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 58.5% !important;
    width: min(84vw, 330px) !important;
    height: min(51svh, 416px) !important;
    min-height: 282px !important;
  }
}

@media (max-width: 430px) {
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic {
    top: max(72px, calc(env(safe-area-inset-top, 0px) + 68px)) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(26px, 9.6vw, 38px) !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 59% !important;
    width: min(86vw, 318px) !important;
    height: min(49svh, 392px) !important;
    min-height: 270px !important;
  }
}



/* v1.3.4 — mobile: kawiarki mają wspólny rozmiar wizualny; morska zieleń ma fallback 0.74, a JS dopasowuje ją automatycznie po odczycie realnej wysokości PNG. */
@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-product[data-product-index="3"],
  #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green {
    --vsh-product-scale-start: 0.681 !important;
    --vsh-product-scale-over: 0.753 !important;
    --vsh-product-scale-settle: 0.744 !important;
    --vsh-product-scale: 0.74 !important;
  }

  #vogio-togo-scroll-hero .vsh-product.is-active {
    transform: translateY(0) scale(var(--vsh-product-scale, 1)) rotate(0deg) !important;
  }
}


/* v1.3.6 — powrót przez ponowne kliknięcie w ekspres, bez dodatkowego przycisku. */
@media (min-width: 981px) {
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-sticky.is-story-active .vsh-product-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 42 !important;
    transform: translate(-82%, -49%) scale(0.88) !important;
    filter: brightness(1.02) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-glow,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-sticky.is-story-active .vsh-product-glow {
    opacity: 0.16 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: translateX(-50%) scale(0.86) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-floor-shadow,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-sticky.is-story-active .vsh-floor-shadow {
    opacity: 0.52 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: translateX(-50%) scale(0.88) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content * {
    pointer-events: auto;
  }
}

/* v1.3.6 — usunięcie liczników podsekcji i nawigacji podkategorii w szczegółach. */
#vogio-togo-scroll-hero .vsh-story-kicker::before {
  content: none !important;
  display: none !important;
}

#vogio-togo-scroll-hero .vsh-story-kicker {
  gap: 0 !important;
}

#vogio-togo-scroll-hero .vsh-story-progress {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* v1.4.0 — twardy wspólny kadr produktu po normalizacji canvas. Nadpisuje wcześniejsze korekty per kolor. */
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index] {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform-origin: 50% 50% !important;
  --vsh-product-scale-start: 0.92 !important;
  --vsh-product-scale-over: 1.018 !important;
  --vsh-product-scale-settle: 1.006 !important;
  --vsh-product-scale: 1 !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-normalized,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-normalized[data-product-index] {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active {
  transform: translateY(0) scale(var(--vsh-product-scale, 1)) rotate(0deg) !important;
}


/* v1.4.6 — mobile: wybór wariantu koloru przyciskami, bez przewijania przez wszystkie kolory. */
#vogio-togo-scroll-hero .vsh-mobile-color-picker {
  display: none;
}

#vogio-togo-scroll-hero .vsh-mobile-color {
  appearance: none;
  -webkit-appearance: none;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

#vogio-togo-scroll-hero .vsh-mobile-color::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: var(--vsh-mobile-swatch, #fff);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.38), inset 0 -5px 12px rgba(0, 0, 0, 0.22);
}

#vogio-togo-scroll-hero .vsh-mobile-color.is-active {
  border-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.20), 0 14px 34px rgba(0, 0, 0, 0.28);
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero {
    min-height: 100svh !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky {
    min-height: 100svh;
    height: 100svh;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color-picker {
    position: absolute;
    left: 50%;
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 14px));
    transform: translateX(-50%);
    z-index: 42;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto;
    max-width: calc(100% - 24px);
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: rgba(10, 12, 13, 0.32);
    backdrop-filter: blur(18px) saturate(1.25);
    -webkit-backdrop-filter: blur(18px) saturate(1.25);
    pointer-events: auto;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color {
    flex: 0 0 auto;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap {
    top: 58%;
  }
}

@media (max-width: 420px) {
  #vogio-togo-scroll-hero .vsh-mobile-color-picker {
    gap: 7px;
    padding: 7px 8px;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color {
    width: 34px;
    height: 34px;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color::before {
    inset: 5px;
  }
}


/* v1.4.7 — twarde wymuszenie widocznego wyboru koloru na telefonie. */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  #vogio-togo-scroll-hero {
    min-height: 100svh !important;
    height: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky {
    height: 100svh !important;
    min-height: 100svh !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color-picker {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: max(78px, calc(env(safe-area-inset-bottom) + 72px)) !important;
    transform: translateX(-50%) !important;
    z-index: 999 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: auto !important;
    max-width: calc(100% - 20px) !important;
    padding: 9px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 999px !important;
    background: rgba(8, 10, 11, 0.48) !important;
    backdrop-filter: blur(18px) saturate(1.25) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.25) !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }
}


/* v1.4.9 — wszystkie warianty produktu mają ten sam kadr i ten sam rozmiar wyświetlania. */
#vogio-togo-scroll-hero .vsh-product-wrap {
  overflow: hidden !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index] {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform-origin: 50% 50% !important;
}


/* v1.5.0 — twarde ujednolicenie wszystkich wariantów: identyczny rozmiar, identyczna pozycja, brak wyjątków per kolor. */
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index] {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  --vsh-product-scale-start: 0.92 !important;
  --vsh-product-scale-over: 1.018 !important;
  --vsh-product-scale-settle: 1.006 !important;
  --vsh-product-scale: 1 !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index].is-active {
  transform: translateY(0) scale(1) rotate(0deg) !important;
}


/* v1.5.1 — na podstawie kodu referencyjnego v149: kawiarki są tej samej wysokości, ale wizualnie węższe i równiejsze. */
#vogio-togo-scroll-hero .vsh-product-wrap {
  width: min(430px, 60vw) !important;
  height: min(860px, 86vh) !important;
  max-width: 430px !important;
  max-height: 860px !important;
  aspect-ratio: 430 / 860 !important;
  overflow: visible !important;
  top: 52% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index] {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform-origin: 50% 50% !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index].is-active {
  transform: translateY(0) scale(var(--vsh-product-scale, 1)) rotate(0deg) !important;
}

@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  #vogio-togo-scroll-hero .vsh-product-wrap {
    width: min(262px, 61vw) !important;
    max-width: min(262px, 61vw) !important;
    height: 86% !important;
    max-height: min(430px, 64vh) !important;
    aspect-ratio: 262 / 430 !important;
    top: 52% !important;
  }
}

@media (max-width: 680px) {
  #vogio-togo-scroll-hero .vsh-product-wrap {
    width: min(285px, 72vw) !important;
    max-width: min(285px, 72vw) !important;
    height: 86% !important;
    max-height: min(430px, 64vh) !important;
    aspect-ratio: 262 / 430 !important;
    top: 52% !important;
  }
}


/* v1.5.2 — FINAL: jedna wysokość aktywnej kawiarki, jedno ustawienie, bez wyjątków dla morski/pozostałych. */
#vogio-togo-scroll-hero .vsh-product-wrap,
#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
#vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
  left: 50% !important;
  top: 52% !important;
  bottom: auto !important;
  width: min(430px, 60vw) !important;
  max-width: 430px !important;
  height: min(860px, 86vh) !important;
  max-height: 860px !important;
  aspect-ratio: 430 / 860 !important;
  transform: translate(-50%, -50%) !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="0"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="1"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="2"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="3"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="4"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="5"] {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform-origin: 50% 50% !important;
  --vsh-product-scale-start: 0.92 !important;
  --vsh-product-scale-over: 1.018 !important;
  --vsh-product-scale-settle: 1.006 !important;
  --vsh-product-scale: 1 !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index].is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="0"].is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="1"].is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="2"].is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="3"].is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="4"].is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="5"].is-active {
  opacity: 1 !important;
  transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product:not(.is-active) {
  opacity: 0 !important;
}

@keyframes vshTogoDropCentered {
  0% {
    opacity: 0;
    transform: translate3d(-50%, calc(-50% - 420px), 0) scale(0.92) rotate(-3.4deg);
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28)) brightness(0.94);
  }

  70% {
    opacity: 1;
    transform: translate3d(-50%, calc(-50% + 14px), 0) scale(1.018) rotate(0.35deg);
    filter: drop-shadow(0 74px 58px rgba(0, 0, 0, 0.86)) brightness(1.01);
  }

  84% {
    opacity: 1;
    transform: translate3d(-50%, calc(-50% + 7px), 0) scale(1.006) rotate(0.12deg);
    filter: drop-shadow(0 66px 54px rgba(0, 0, 0, 0.84)) brightness(1);
  }

  100% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg);
    filter: drop-shadow(0 56px 50px rgba(0, 0, 0, 0.8)) brightness(1);
  }
}

@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    left: 50% !important;
    top: 52% !important;
    width: min(315px, 72vw) !important;
    max-width: min(315px, 72vw) !important;
    height: min(430px, 64vh) !important;
    max-height: min(430px, 64vh) !important;
    aspect-ratio: 315 / 430 !important;
    transform: translate(-50%, -50%) !important;
    overflow: hidden !important;
  }
}

@media (max-width: 680px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(285px, 72vw) !important;
    max-width: min(285px, 72vw) !important;
    height: min(370px, 62vh) !important;
    max-height: min(370px, 62vh) !important;
    aspect-ratio: 285 / 370 !important;
  }
}

@media (max-width: 460px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(250px, 74vw) !important;
    max-width: min(250px, 74vw) !important;
    height: min(330px, 60vh) !important;
    max-height: min(330px, 60vh) !important;
    aspect-ratio: 250 / 330 !important;
  }
}


/* v1.5.6 — final: dokładnie równe warianty jak w przesłanym kodzie v151/v149. */
#vogio-togo-scroll-hero .vsh-product-wrap,
#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
#vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: min(430px, 60%) !important;
  height: min(860px, 99%) !important;
  max-width: 430px !important;
  max-height: 860px !important;
  aspect-ratio: 430 / 860 !important;
  transform: translate(-50%, -50%) !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
  pointer-events: auto !important;
  filter: drop-shadow(0 42px 62px rgba(0,0,0,.78)) !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="0"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="1"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="2"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="3"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="4"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="5"] {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform-origin: 50% 50% !important;
  --vsh-product-scale-start: 1 !important;
  --vsh-product-scale-over: 1 !important;
  --vsh-product-scale-settle: 1 !important;
  --vsh-product-scale: 1 !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index].is-active {
  opacity: 1 !important;
  transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product:not(.is-active) {
  opacity: 0 !important;
  transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-normalized,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-normalized[data-product-index] {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(315px, 72vw) !important;
    height: min(630px, 86vh) !important;
    max-width: 315px !important;
    max-height: 630px !important;
    aspect-ratio: 430 / 860 !important;
  }
}

@media (max-width: 680px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(285px, 72vw) !important;
    height: min(570px, 86vh) !important;
    max-width: 285px !important;
    max-height: 570px !important;
  }
}

@media (max-width: 460px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(250px, 74vw) !important;
    height: min(500px, 88vh) !important;
    max-width: 250px !important;
    max-height: 500px !important;
  }
}


/* v1.5.7 — finalne wyrównanie: wszystkie warianty używają lokalnych, gotowych PNG 1600x2600 z identycznym bbox. Zero przeskoku i zero różnic między kolorami. */
#vogio-togo-scroll-hero .vsh-product-wrap,
#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
#vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: min(430px, 60%) !important;
  height: min(860px, 99%) !important;
  max-width: 430px !important;
  max-height: 860px !important;
  aspect-ratio: 430 / 860 !important;
  transform: translate(-50%, -50%) !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
  pointer-events: auto !important;
  filter: drop-shadow(0 42px 62px rgba(0,0,0,.78)) !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="0"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="1"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="2"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="3"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="4"],
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="5"] {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform-origin: 50% 50% !important;
  --vsh-product-scale-start: 1 !important;
  --vsh-product-scale-over: 1 !important;
  --vsh-product-scale-settle: 1 !important;
  --vsh-product-scale: 1 !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green.is-active,
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index].is-active {
  opacity: 1 !important;
  transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product:not(.is-active) {
  opacity: 0 !important;
  transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
}

@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(315px, 72vw) !important;
    height: min(630px, 86vh) !important;
    max-width: 315px !important;
    max-height: 630px !important;
    aspect-ratio: 430 / 860 !important;
  }
}

@media (max-width: 680px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(285px, 72vw) !important;
    height: min(570px, 86vh) !important;
    max-width: 285px !important;
    max-height: 570px !important;
  }
}

@media (max-width: 460px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    width: min(250px, 74vw) !important;
    height: min(500px, 88vh) !important;
    max-width: 250px !important;
    max-height: 500px !important;
  }
}


/* v1.5.8 — MOBILE: nagłówek nie nakłada się na stację. Produkt przesunięty niżej, a tekst ma własną bezpieczną strefę. */
@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active,
  #vogio-togo-scroll-hero.vsh-mobile-static-mode .vsh-sticky {
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
  }

  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: max(58px, calc(env(safe-area-inset-top, 0px) + 54px)) !important;
    width: min(calc(100vw - 32px), 500px) !important;
    max-width: calc(100vw - 32px) !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    z-index: 40 !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(27px, 8.2vw, 42px) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.05em !important;
    max-width: 100% !important;
  }

  #vogio-togo-scroll-hero .vsh-desc,
  #vogio-togo-scroll-hero .vsh-dyn-desc,
  #vogio-togo-scroll-hero .vsh-kicker,
  #vogio-togo-scroll-hero .vsh-cta,
  #vogio-togo-scroll-hero .vsh-specs,
  #vogio-togo-scroll-hero .vsh-bottom {
    display: none !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    position: absolute !important;
    left: 50% !important;
    top: 64% !important;
    right: auto !important;
    bottom: auto !important;
    width: min(315px, 72vw) !important;
    height: min(600px, 76svh) !important;
    max-width: 315px !important;
    max-height: 600px !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 22 !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
  #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index],
  #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green {
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
  #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index].is-active,
  #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color-picker {
    bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 20px)) !important;
    z-index: 60 !important;
  }
}

@media (max-width: 680px) {
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(52px, calc(env(safe-area-inset-top, 0px) + 48px)) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(25px, 8.6vw, 38px) !important;
    line-height: 0.94 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 66% !important;
    width: min(285px, 72vw) !important;
    height: min(530px, 72svh) !important;
    max-width: 285px !important;
    max-height: 530px !important;
  }
}

@media (max-width: 460px) {
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(46px, calc(env(safe-area-inset-top, 0px) + 42px)) !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(24px, 8.8vw, 34px) !important;
    line-height: 0.93 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 67% !important;
    width: min(250px, 74vw) !important;
    height: min(455px, 68svh) !important;
    max-width: 250px !important;
    max-height: 455px !important;
  }
}

/* v1.5.9 — pełna sekcja intro + płynne przejście scroll + większy desktop + mobile bez nakładania. */
#vogio-horizontal-hero-v13.vsh-horizontal-intro-section,
#vogio-togo-scroll-hero.vsh-after-horizontal-intro {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #050706 !important;
}

#vogio-togo-scroll-hero.vsh-after-horizontal-intro {
  margin-top: -1px !important;
  padding-top: 0 !important;
  isolation: isolate !important;
}

#vogio-togo-scroll-hero.vsh-after-horizontal-intro::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: clamp(90px, 12vh, 180px);
  z-index: 35;
  pointer-events: none;
  background: linear-gradient(180deg, #050706 0%, rgba(5, 7, 6, 0.92) 36%, rgba(5, 7, 6, 0) 100%);
}

@media (min-width: 981px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    left: 50% !important;
    top: 51% !important;
    width: min(520px, 44vw) !important;
    height: min(1040px, 92vh) !important;
    max-width: 520px !important;
    max-height: 1040px !important;
    aspect-ratio: 430 / 860 !important;
    transform: translate(-50%, -50%) !important;
    overflow: visible !important;
  }
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active,
  #vogio-togo-scroll-hero.vsh-mobile-static-mode .vsh-sticky {
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
  }

  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(36px, calc(env(safe-area-inset-top, 0px) + 28px)) !important;
    width: min(calc(100vw - 28px), 520px) !important;
    max-width: calc(100vw - 28px) !important;
    z-index: 70 !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(22px, 7.1vw, 35px) !important;
    line-height: .94 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 69% !important;
    width: min(320px, 70vw) !important;
    height: min(640px, 64svh) !important;
    max-width: 320px !important;
    max-height: 640px !important;
    z-index: 24 !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color-picker {
    bottom: max(18px, calc(env(safe-area-inset-bottom, 0px) + 14px)) !important;
    z-index: 90 !important;
  }
}

@media (max-width: 680px) {
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(32px, calc(env(safe-area-inset-top, 0px) + 24px)) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(21px, 7vw, 32px) !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 71% !important;
    width: min(292px, 68vw) !important;
    height: min(584px, 61svh) !important;
    max-width: 292px !important;
    max-height: 584px !important;
  }
}

@media (max-width: 460px) {
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(28px, calc(env(safe-area-inset-top, 0px) + 20px)) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(20px, 7vw, 29px) !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 72% !important;
    width: min(262px, 68vw) !important;
    height: min(524px, 58svh) !important;
    max-width: 262px !important;
    max-height: 524px !important;
  }
}


/* v1.6.0 — sekcja horizontal POD sekcją kawiarek + płynne przejście scroll. */
#vogio-togo-scroll-hero.vsh-before-horizontal-section,
#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #050706 !important;
}

#vogio-togo-scroll-hero.vsh-before-horizontal-section {
  margin-bottom: -1px !important;
  padding-bottom: 0 !important;
  isolation: isolate !important;
}

#vogio-togo-scroll-hero.vsh-before-horizontal-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(120px, 16vh, 240px);
  z-index: 40;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2,4,3,0) 0%, rgba(5,7,6,0.82) 52%, #050706 100%);
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section {
  margin-top: -1px !important;
  padding-top: 0 !important;
  position: relative !important;
  z-index: 1 !important;
  scroll-margin-top: 0 !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(110px, 14vh, 220px);
  z-index: 12;
  pointer-events: none;
  background: linear-gradient(180deg, #050706 0%, rgba(5,7,6,0.72) 38%, rgba(5,7,6,0) 100%);
}

/* v1.6.0 — desktop: większe ekspresy bez zmiany równego kadru wariantów. */
@media (min-width: 981px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    left: 50% !important;
    top: 52% !important;
    width: min(560px, 48vw) !important;
    height: min(940px, 94vh) !important;
    max-width: 560px !important;
    max-height: 940px !important;
    aspect-ratio: 520 / 860 !important;
    transform: translate(-50%, -50%) !important;
    overflow: visible !important;
  }
}

/* v1.6.0 — mobile: nagłówek i produkt rozdzielone, żeby nie nachodziły na siebie. */
@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(28px, calc(env(safe-area-inset-top, 0px) + 20px)) !important;
    left: 18px !important;
    right: 18px !important;
    max-width: calc(100vw - 36px) !important;
    z-index: 80 !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(22px, 7.2vw, 34px) !important;
    line-height: 0.96 !important;
  }

  #vogio-togo-scroll-hero .vsh-desc,
  #vogio-togo-scroll-hero .vsh-dyn-desc {
    font-size: clamp(12px, 3.3vw, 15px) !important;
    line-height: 1.35 !important;
    max-width: 32ch !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 70% !important;
    width: min(320px, 72vw) !important;
    height: min(620px, 62svh) !important;
    max-width: 320px !important;
    max-height: 620px !important;
    z-index: 24 !important;
  }
}

@media (max-width: 680px) {
  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 72% !important;
    width: min(300px, 72vw) !important;
    height: min(575px, 60svh) !important;
    max-width: 300px !important;
    max-height: 575px !important;
  }
}

@media (max-width: 460px) {
  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(20px, 7vw, 29px) !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 73% !important;
    width: min(270px, 72vw) !important;
    height: min(515px, 58svh) !important;
    max-width: 270px !important;
    max-height: 515px !important;
  }
}

/* v1.6.1 — realny handoff scroll między sekcją kawiarek a karuzelą.
   Karuzela zaczyna się jeszcze w ostatnim viewportcie sekcji kawiarek, ale jej slajdy stoją na pierwszym kadrze.
   Dzięki temu nie ma nagłego skoku/styku dwóch sticky sekcji. */
#vogio-togo-scroll-hero.vsh-before-horizontal-section {
  --vsh-product-exit-progress: 0;
  position: relative !important;
  z-index: 20 !important;
  margin-bottom: 0 !important;
  background: #020403 !important;
}

#vogio-togo-scroll-hero.vsh-before-horizontal-section .vsh-sticky {
  transform: translate3d(0, calc(var(--vsh-product-exit-progress, 0) * -2.5vh), 0) scale(calc(1 - (var(--vsh-product-exit-progress, 0) * 0.018))) !important;
  opacity: calc(1 - (var(--vsh-product-exit-progress, 0) * 0.48)) !important;
  transition: none !important;
  will-change: transform, opacity !important;
}

#vogio-togo-scroll-hero.vsh-before-horizontal-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(180px, 28vh, 360px);
  z-index: 120;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2,4,3,0) 0%, rgba(5,7,6,0.72) 44%, #050706 100%);
  opacity: calc(0.35 + (var(--vsh-product-exit-progress, 0) * 0.65));
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section {
  --vsh-horizontal-entry-progress: 0;
  margin-top: -100vh !important;
  position: relative !important;
  z-index: 70 !important;
  background: #050706 !important;
  isolation: isolate !important;
  transform: translate3d(0, calc((1 - var(--vsh-horizontal-entry-progress, 0)) * 8vh), 0) !important;
  opacity: calc(0.06 + (var(--vsh-horizontal-entry-progress, 0) * 0.94)) !important;
  transition: none !important;
  will-change: opacity, transform !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(220px, 34vh, 460px);
  z-index: 30;
  pointer-events: none;
  background:
    linear-gradient(180deg, #050706 0%, rgba(5,7,6,0.94) 18%, rgba(5,7,6,0.46) 62%, rgba(5,7,6,0) 100%);
  opacity: calc(1 - (var(--vsh-horizontal-entry-progress, 0) * 0.45));
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-sticky {
  transform: scale(calc(0.982 + (var(--vsh-horizontal-entry-progress, 0) * 0.018))) !important;
  transform-origin: center center !important;
  will-change: transform !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-copy,
#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-bottom,
#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-ui {
  opacity: var(--vsh-horizontal-entry-progress, 0) !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-track {
  transition-duration: 0.92s !important;
}

@media (max-width: 1100px) {
  #vogio-horizontal-hero-v13.vsh-horizontal-after-product-section {
    margin-top: 0 !important;
    transform: none !important;
    opacity: 1 !important;
  }

  #vogio-togo-scroll-hero.vsh-before-horizontal-section .vsh-sticky {
    transform: none !important;
    opacity: 1 !important;
  }
}


/* v1.6.4 — pełna reszta strony po karuzeli ma normalny scroll.
   Nie robimy z każdej sekcji osobnego hero i nie zakładamy globalnego snap/magnesu. */
#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section,
#vogio-togo-page {
  background: #050706 !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section {
  margin-bottom: 0 !important;
}

#vogio-togo-page {
  margin-top: 0 !important;
  position: relative !important;
  isolation: isolate !important;
  overflow-x: hidden !important;
  overscroll-behavior: auto !important;
}

#vogio-togo-page::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(120px, 16vh, 260px);
  z-index: 12;
  pointer-events: none;
  background: linear-gradient(180deg, #05080a 0%, rgba(5,8,10,0.78) 46%, rgba(5,7,6,0) 100%);
}

/* Cofnięcie poprzedniego zachowania: brak 100vh dla każdej sekcji po karuzeli. */
#vogio-togo-page .vp-feature-strip,
#vogio-togo-page .vp-duo,
#vogio-togo-page .vp-info-combined,
#vogio-togo-page .vp-cta {
  min-height: auto !important;
  align-content: initial !important;
  scroll-margin-top: 0 !important;
}

#vogio-togo-page .vp-hero {
  scroll-margin-top: 0 !important;
}

html.vogio-section-snap-active,
body.vogio-section-snap-active,
html.vogio-hard-step-scroll-enabled,
body.vogio-hard-step-scroll-enabled,
html.vogio-hard-step-scroll-active,
body.vogio-hard-step-scroll-active {
  scroll-behavior: auto !important;
  overscroll-behavior-y: auto !important;
}

@media (min-width: 981px) {
  #vogio-togo-page .vp-feature-strip,
  #vogio-togo-page .vp-duo,
  #vogio-togo-page .vp-info-combined,
  #vogio-togo-page .vp-cta {
    min-height: auto !important;
  }
}


/* v1.6.5 — stabilny przepływ scrolla: kawiarki -> karuzela -> normalna strona.
   Usuwa efekt zacinania/magnesu po v1.6.3/v1.6.4 i zostawia płynne wizualne przejście bez ujemnego nachodzenia sticky sekcji. */
#vogio-togo-scroll-hero.vsh-before-horizontal-section {
  position: relative !important;
  z-index: 20 !important;
  margin-bottom: 0 !important;
  background: #050706 !important;
  --vsh-product-exit-progress: 0 !important;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}

#vogio-togo-scroll-hero.vsh-before-horizontal-section .vsh-sticky {
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}

#vogio-togo-scroll-hero.vsh-before-horizontal-section::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: clamp(180px, 24vh, 340px) !important;
  z-index: 120 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(5,7,6,0) 0%, rgba(5,7,6,0.82) 58%, #05080a 100%) !important;
  opacity: 1 !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section {
  position: relative !important;
  z-index: 30 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #05080a !important;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
  --vsh-horizontal-entry-progress: 1 !important;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: clamp(160px, 22vh, 320px) !important;
  z-index: 30 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, #05080a 0%, rgba(5,8,10,0.84) 48%, rgba(5,8,10,0) 100%) !important;
  opacity: 1 !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-sticky {
  transform: none !important;
  transform-origin: center center !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-copy,
#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-bottom,
#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-ui {
  opacity: 1 !important;
}

#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section .vhh-track {
  transition-duration: 0.82s !important;
}

html,
body,
#vogio-togo-scroll-hero,
#vogio-horizontal-hero-v13,
#vogio-togo-page {
  scroll-snap-type: none !important;
  overscroll-behavior-y: auto !important;
}

#vogio-togo-page {
  margin-top: 0 !important;
  background: #050706 !important;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}

/* v1.6.6 — mobile: większe, idealnie wycentrowane nagłówki + mocno widoczny wybór kolorów.
   Desktop: te same guziki kolorów działają również na komputerze. */
#vogio-togo-scroll-hero .vsh-mobile-color-picker {
  -webkit-tap-highlight-color: transparent !important;
}

#vogio-togo-scroll-hero .vsh-mobile-color {
  cursor: pointer !important;
}

#vogio-togo-scroll-hero .vsh-mobile-color::after {
  content: "" !important;
  position: absolute !important;
  inset: -7px !important;
  border-radius: 999px !important;
  border: 2px solid transparent !important;
  opacity: 0 !important;
  transform: scale(.86) !important;
  transition: opacity .2s ease, transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
  pointer-events: none !important;
}

#vogio-togo-scroll-hero .vsh-mobile-color.is-active::after {
  opacity: 1 !important;
  transform: scale(1) !important;
  border-color: rgba(255,255,255,.92) !important;
  box-shadow:
    0 0 0 5px rgba(255,255,255,.14),
    0 16px 38px rgba(0,0,0,.48),
    0 0 32px rgba(255,255,255,.20) !important;
}

@media (min-width: 981px) {
  #vogio-togo-scroll-hero .vsh-mobile-color-picker {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: clamp(34px, 5.2vh, 76px) !important;
    transform: translateX(-50%) !important;
    z-index: 150 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px !important;
    width: auto !important;
    max-width: calc(100vw - 72px) !important;
    padding: 12px 16px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.26) !important;
    background: rgba(6,8,9,.46) !important;
    box-shadow: 0 22px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.12) !important;
    backdrop-filter: blur(18px) saturate(1.28) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.28) !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color {
    display: inline-flex !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    border-width: 1px !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color:hover {
    transform: translateY(-2px) scale(1.05) !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color::before {
    inset: 7px !important;
  }
}

@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  #vogio-togo-scroll-hero .vsh-sticky,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active,
  #vogio-togo-scroll-hero.vsh-mobile-static-mode .vsh-sticky {
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
  }

  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: max(54px, calc(env(safe-area-inset-top, 0px) + 46px)) !important;
    width: min(calc(100vw - 26px), 560px) !important;
    max-width: calc(100vw - 26px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate3d(-50%, 0, 0) !important;
    text-align: center !important;
    z-index: 120 !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: clamp(36px, 10.8vw, 58px) !important;
    line-height: .92 !important;
    letter-spacing: -0.06em !important;
    text-align: center !important;
    text-wrap: balance !important;
    color: var(--copy-main, rgba(255,255,255,.98)) !important;
    text-shadow: 0 12px 42px rgba(0,0,0,.62) !important;
  }

  #vogio-togo-scroll-hero .vsh-title span {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
  }

  #vogio-togo-scroll-hero .vsh-desc,
  #vogio-togo-scroll-hero .vsh-dyn-desc,
  #vogio-togo-scroll-hero .vsh-kicker,
  #vogio-togo-scroll-hero .vsh-specs,
  #vogio-togo-scroll-hero .vsh-bottom,
  #vogio-togo-scroll-hero .vsh-cta {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    position: absolute !important;
    left: 50% !important;
    top: 69% !important;
    right: auto !important;
    bottom: auto !important;
    width: min(330px, 74vw) !important;
    height: min(660px, 62svh) !important;
    max-width: 330px !important;
    max-height: 660px !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 42 !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-product,
  #vogio-togo-scroll-hero .vsh-product[data-product-index],
  #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform-origin: 50% 50% !important;
    --vsh-product-scale-start: 1 !important;
    --vsh-product-scale-over: 1 !important;
    --vsh-product-scale-settle: 1 !important;
    --vsh-product-scale: 1 !important;
  }

  #vogio-togo-scroll-hero .vsh-product.is-active,
  #vogio-togo-scroll-hero .vsh-product[data-product-index].is-active,
  #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
  }

  #vogio-togo-scroll-hero .vsh-product:not(.is-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-shade {
    opacity: .62 !important;
    background: linear-gradient(180deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.70) 100%) !important;
  }

  #vogio-togo-scroll-hero .vsh-bg-theme.is-active-bg {
    opacity: 1 !important;
    filter: saturate(1.18) contrast(1.05) brightness(.98) !important;
  }

  #vogio-togo-scroll-hero .vsh-product-glow {
    opacity: .46 !important;
    background: radial-gradient(circle, var(--glow, rgba(255,255,255,.28)), transparent 62%) !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color-picker {
    display: flex !important;
    left: 50% !important;
    right: auto !important;
    bottom: max(20px, calc(env(safe-area-inset-bottom, 0px) + 16px)) !important;
    transform: translateX(-50%) !important;
    z-index: 160 !important;
    gap: 12px !important;
    padding: 11px 14px !important;
    max-width: calc(100vw - 20px) !important;
    border: 1px solid rgba(255,255,255,.34) !important;
    background: rgba(5, 7, 8, .64) !important;
    box-shadow: 0 18px 62px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.14) !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-color: rgba(255,255,255,.42) !important;
  }
}

@media (max-width: 680px) {
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(50px, calc(env(safe-area-inset-top, 0px) + 42px)) !important;
    width: min(calc(100vw - 22px), 500px) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(34px, 11.4vw, 52px) !important;
    line-height: .92 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 70.5% !important;
    width: min(306px, 76vw) !important;
    height: min(612px, 59svh) !important;
    max-width: 306px !important;
    max-height: 612px !important;
  }
}

@media (max-width: 460px) {
  #vogio-togo-scroll-hero .vsh-copy,
  #vogio-togo-scroll-hero .vsh-copy-dynamic,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(46px, calc(env(safe-area-inset-top, 0px) + 38px)) !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
  }

  #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(32px, 11.2vw, 46px) !important;
    line-height: .92 !important;
  }

  #vogio-togo-scroll-hero .vsh-product-wrap,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 71.5% !important;
    width: min(276px, 78vw) !important;
    height: min(552px, 56svh) !important;
    max-width: 276px !important;
    max-height: 552px !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color-picker {
    gap: 9px !important;
    padding: 9px 10px !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color {
    width: 39px !important;
    height: 39px !important;
    min-width: 39px !important;
    min-height: 39px !important;
  }
}

/* v1.7.6 — twarda poprawka: 3 podsekcje story + panel kolorów nad cieniem */
#vogio-togo-scroll-hero,
#vogio-togo-scroll-hero .vsh-sticky {
  isolation: isolate !important;
}

#vogio-togo-scroll-hero .vsh-product-wrap {
  z-index: 60 !important;
}

#vogio-togo-scroll-hero .vsh-floor-shadow {
  z-index: -8 !important;
  pointer-events: none !important;
}

#vogio-togo-scroll-hero .vsh-story-shell {
  z-index: 80 !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell {
  z-index: 90 !important;
}

#vogio-togo-scroll-hero .vsh-mobile-color-picker,
html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: clamp(150px, 18vh, 230px) !important;
  transform: translateX(-50%) !important;
  z-index: 2147483000 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  width: auto !important;
  max-width: calc(100vw - 54px) !important;
  padding: 13px 18px !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255,255,255,.92) !important;
  background: rgba(5,6,7,.985) !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.78), 0 0 0 1px rgba(255,255,255,.34) inset, 0 0 40px rgba(255,255,255,.22) !important;
  backdrop-filter: blur(20px) saturate(1.32) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.32) !important;
  pointer-events: auto !important;
}

#vogio-togo-scroll-hero .vsh-mobile-color,
html body #vogio-togo-scroll-hero .vsh-mobile-color {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border: 1px solid rgba(255,255,255,.62) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.18) !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

#vogio-togo-scroll-hero .vsh-mobile-color.is-active {
  border-color: rgba(255,255,255,1) !important;
  box-shadow: 0 0 0 4px rgba(255,255,255,.20), 0 18px 38px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.22) !important;
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    bottom: max(118px, calc(env(safe-area-inset-bottom, 0px) + 108px)) !important;
    gap: 10px !important;
    padding: 10px 13px !important;
    max-width: calc(100vw - 22px) !important;
  }

  #vogio-togo-scroll-hero .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }
}

/* v1.7.7 — poprawka powrotu, układu story i panelu kolorów nad cieniem */
#vogio-togo-scroll-hero .vsh-story-back {
  z-index: 2147483600 !important;
  pointer-events: auto !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-back {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 2147483600 !important;
}

/* STORY DESKTOP/TABLET: tekst z lewej, ekspres wyraźnie po prawej */
@media (min-width: 981px) {
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-shell {
    z-index: 120 !important;
    pointer-events: none !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    left: clamp(42px, 6vw, 118px) !important;
    right: auto !important;
    top: 50% !important;
    width: min(43vw, 660px) !important;
    max-width: min(43vw, 660px) !important;
    min-height: min(62vh, 600px) !important;
    transform: translate3d(0, -50%, 0) !important;
    z-index: 140 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-panel * {
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    max-width: 620px !important;
    font-size: clamp(42px, 3.45vw, 68px) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-list,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessories {
    max-width: 620px !important;
    width: min(100%, 620px) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
    left: 75% !important;
    right: auto !important;
    top: 51% !important;
    width: min(35vw, 560px) !important;
    height: min(78vh, 830px) !important;
    max-width: 560px !important;
    max-height: 830px !important;
    transform: translate3d(-50%, -50%, 0) scale(.86) !important;
    z-index: 110 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    filter: brightness(1.02) drop-shadow(0 42px 48px rgba(0,0,0,.62)) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-glow {
    opacity: .18 !important;
    transform: translateX(-50%) scale(.78) !important;
    z-index: -2 !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-floor-shadow {
    opacity: .42 !important;
    transform: translateX(-50%) scale(.78) !important;
    z-index: -3 !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-wash {
    inset: 0 36% 0 0 !important;
    background:
      linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,.24) 56%, rgba(0,0,0,0)),
      radial-gradient(circle at 18% 50%, rgba(255,255,255,.055), transparent 38%) !important;
    z-index: 1 !important;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    left: clamp(30px, 4vw, 70px) !important;
    width: min(46vw, 580px) !important;
    max-width: min(46vw, 580px) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
    left: 78% !important;
    width: min(32vw, 470px) !important;
    height: min(72vh, 760px) !important;
    transform: translate3d(-50%, -50%, 0) scale(.82) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    font-size: clamp(36px, 3.1vw, 54px) !important;
  }
}

/* Panel kolorów — nad cieniem, ale nie na kawiarce */
#vogio-togo-scroll-hero .vsh-mobile-color-picker,
html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: clamp(156px, 19vh, 244px) !important;
  transform: translate3d(-50%, 0, 0) !important;
  z-index: 2147483500 !important;
  isolation: isolate !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  width: auto !important;
  max-width: calc(100vw - 54px) !important;
  padding: 14px 19px !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255,255,255,.96) !important;
  background: rgba(6,7,8,.98) !important;
  box-shadow:
    0 34px 94px rgba(0,0,0,.72),
    0 0 0 1px rgba(255,255,255,.38) inset,
    0 0 46px rgba(255,255,255,.20) !important;
  backdrop-filter: blur(20px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.35) !important;
  pointer-events: auto !important;
}

#vogio-togo-scroll-hero .vsh-mobile-color,
html body #vogio-togo-scroll-hero .vsh-mobile-color {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  opacity: 1 !important;
  filter: none !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.50), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    bottom: max(136px, calc(env(safe-area-inset-bottom, 0px) + 126px)) !important;
    z-index: 2147483500 !important;
  }
}

/* v1.7.8 — podsekcje/story: tekst po prawej, ekspres po lewej; panel kolorów czytelny nad cieniem; różowy wariant znormalizowany */
#vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index="5"] {
  object-fit: contain !important;
  object-position: center center !important;
}

@media (min-width: 981px) {
  /* Tekst podsekcji po prawej stronie */
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    left: auto !important;
    right: clamp(46px, 6vw, 130px) !important;
    top: 50% !important;
    width: min(43vw, 680px) !important;
    max-width: min(43vw, 680px) !important;
    min-height: min(64vh, 620px) !important;
    transform: translate3d(0, -50%, 0) !important;
    z-index: 180 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-feature-list,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-spec-table,
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-accessories {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 660px !important;
  }

  /* Ekspres w story po lewej, daleko od tekstu */
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
    left: clamp(210px, 27vw, 540px) !important;
    right: auto !important;
    top: 51% !important;
    width: min(34vw, 540px) !important;
    height: min(78vh, 830px) !important;
    max-width: 540px !important;
    max-height: 830px !important;
    transform: translate3d(-50%, -50%, 0) scale(.84) !important;
    z-index: 95 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-wash {
    inset: 0 0 0 38% !important;
    background:
      linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,.24) 24%, rgba(0,0,0,.42)),
      radial-gradient(circle at 72% 50%, rgba(255,255,255,.055), transparent 38%) !important;
    z-index: 1 !important;
  }

  /* Panel kolorów: ponad cieniem, pod ekspres nie wchodzi */
  #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: clamp(74px, 9vh, 118px) !important;
    transform: translate3d(-50%, 0, 0) !important;
    z-index: 2147483600 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(5, 6, 7, .995) !important;
    border: 2px solid rgba(255,255,255,.96) !important;
    box-shadow:
      0 34px 94px rgba(0,0,0,.82),
      0 0 0 1px rgba(255,255,255,.42) inset,
      0 0 46px rgba(255,255,255,.24) !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    pointer-events: auto !important;
  }

  #vogio-togo-scroll-hero .vsh-floor-shadow {
    z-index: 20 !important;
    opacity: .36 !important;
    pointer-events: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content {
    right: clamp(30px, 4vw, 72px) !important;
    width: min(47vw, 590px) !important;
    max-width: min(47vw, 590px) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap {
    left: clamp(190px, 25vw, 360px) !important;
    width: min(31vw, 455px) !important;
    height: min(72vh, 760px) !important;
    transform: translate3d(-50%, -50%, 0) scale(.80) !important;
  }

  #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-title {
    font-size: clamp(36px, 3.05vw, 54px) !important;
  }
}



/* v1.8.0 — poprawka akcesoriów i wskaźnika 3 podsekcji */
#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessories {
  align-items: stretch !important;
}

#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory {
  align-content: center !important;
  justify-content: center !important;
  justify-items: center !important;
  text-align: center !important;
  overflow: hidden !important;
}

#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory span,
#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory-label {
  white-space: normal !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  line-height: 1.18 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory:nth-child(5) .vsh-story-accessory-label {
  font-size: clamp(13px, .82vw, 15px) !important;
  letter-spacing: -0.01em !important;
}

#vogio-togo-scroll-hero .vsh-story-progress {
  display: grid !important;
  position: absolute !important;
  right: clamp(22px, 3.4vw, 64px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 360 !important;
  gap: 16px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  padding: 12px 9px !important;
  border-radius: 999px !important;
  background: rgba(4, 5, 6, .36) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 18px 54px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress,
#vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress {
  opacity: 1 !important;
  pointer-events: auto !important;
}

#vogio-togo-scroll-hero .vsh-story-progress button {
  display: block !important;
  width: 11px !important;
  height: 11px !important;
  min-width: 11px !important;
  min-height: 11px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  background: rgba(255,255,255,.28) !important;
  box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
  cursor: pointer !important;
}

#vogio-togo-scroll-hero .vsh-story-progress button.is-active {
  background: var(--copy-main, #fff) !important;
  border-color: var(--copy-main, #fff) !important;
  transform: scale(1.28) !important;
  box-shadow: 0 0 0 5px rgba(255,255,255,.13), 0 0 22px rgba(255,255,255,.20) !important;
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-story-progress {
    right: clamp(12px, 3.8vw, 22px) !important;
    top: auto !important;
    bottom: clamp(92px, 13vh, 142px) !important;
    transform: none !important;
    grid-auto-flow: column !important;
    grid-template-columns: repeat(3, auto) !important;
    gap: 12px !important;
  }
}


/* v1.8.1 — przywrócenie 3 kropek po prawej stronie tekstu + poprawka boxu "Materiałowy pokrowiec" */
#vogio-togo-scroll-hero .vsh-story-progress {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  left: calc(53% + min(41vw, 660px) + clamp(18px, 2vw, 30px)) !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 980 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress,
#vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress,
#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-progress *,
#vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress,
#vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-progress * {
  pointer-events: auto !important;
}

#vogio-togo-scroll-hero .vsh-story-progress button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  border-radius: 999px !important;
}

#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory:last-child .vsh-story-accessory-label {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.12 !important;
  white-space: normal !important;
  min-width: 0 !important;
}

#vogio-togo-scroll-hero .vsh-story-panel[data-story-panel="2"] .vsh-story-accessory:last-child .vsh-story-accessory-label br {
  display: block !important;
  content: '' !important;
}

@media (max-width: 1400px) {
  #vogio-togo-scroll-hero .vsh-story-progress {
    left: calc(53% + min(43vw, 610px) + clamp(10px, 1.2vw, 20px)) !important;
  }
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-story-progress {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}


/* v1.8.2 — kropki przeniesione we właściwe miejsce: po prawej stronie tekstu */
#vogio-togo-scroll-hero .vsh-story-content {
  overflow: visible !important;
}

#vogio-togo-scroll-hero .vsh-story-content .vsh-story-progress {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  left: calc(100% + clamp(16px, 1.8vw, 28px)) !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 980 !important;
  gap: 16px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  padding: 12px 9px !important;
  border-radius: 999px !important;
  background: rgba(4, 5, 6, .36) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 18px 54px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

#vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-story-content .vsh-story-progress,
#vogio-togo-scroll-hero.vsh-responsive-story-open .vsh-story-content .vsh-story-progress {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#vogio-togo-scroll-hero .vsh-story-content .vsh-story-progress button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  background: rgba(255,255,255,.28) !important;
}

#vogio-togo-scroll-hero .vsh-story-content .vsh-story-progress button.is-active {
  background: var(--copy-main, #fff) !important;
  border-color: var(--copy-main, #fff) !important;
  transform: scale(1.28) !important;
  box-shadow: 0 0 0 5px rgba(255,255,255,.13), 0 0 22px rgba(255,255,255,.20) !important;
}

@media (max-width: 1400px) {
  #vogio-togo-scroll-hero .vsh-story-content .vsh-story-progress {
    left: calc(100% + clamp(10px, 1.2vw, 18px)) !important;
  }
}

@media (max-width: 980px) {
  #vogio-togo-scroll-hero .vsh-story-content .vsh-story-progress {
    display: none !important;
  }
}


/* v1.8.3 — MOBILE FINAL: mniejszy panel kolorów, widoczna kawiarka, nagłówek poniżej menu */
@media (max-width: 980px) {
  html body #vogio-togo-scroll-hero,
  html body #vogio-togo-scroll-hero.vsh-responsive-story-open,
  html body #vogio-togo-scroll-hero.vsh-mobile-static-mode {
    height: auto !important;
    min-height: 100svh !important;
    overflow: visible !important;
  }

  html body #vogio-togo-scroll-hero .vsh-sticky,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active,
  html body #vogio-togo-scroll-hero.vsh-mobile-static-mode .vsh-sticky {
    position: relative !important;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: none !important;
    overflow: hidden !important;
    display: block !important;
    padding: 0 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-copy,
  html body #vogio-togo-scroll-hero .vsh-copy-dynamic,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: max(92px, calc(env(safe-area-inset-top, 0px) + 86px)) !important;
    width: min(calc(100vw - 32px), 520px) !important;
    max-width: calc(100vw - 32px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate3d(-50%, 0, 0) !important;
    text-align: center !important;
    z-index: 130 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-title {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: clamp(31px, 9.2vw, 45px) !important;
    line-height: .96 !important;
    letter-spacing: -0.052em !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  html body #vogio-togo-scroll-hero .vsh-title span {
    display: block !important;
    text-align: center !important;
  }

  html body #vogio-togo-scroll-hero .vsh-desc,
  html body #vogio-togo-scroll-hero .vsh-dyn-desc,
  html body #vogio-togo-scroll-hero .vsh-kicker,
  html body #vogio-togo-scroll-hero .vsh-specs,
  html body #vogio-togo-scroll-hero .vsh-bottom,
  html body #vogio-togo-scroll-hero .vsh-cta,
  html body #vogio-togo-scroll-hero .vsh-story-back,
  html body #vogio-togo-scroll-hero .vsh-story-progress {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: 60% !important;
    bottom: auto !important;
    width: min(82vw, 342px) !important;
    height: min(50svh, 520px) !important;
    max-width: 342px !important;
    max-height: 520px !important;
    min-height: 310px !important;
    margin: 0 !important;
    transform: translate3d(-50%, -50%, 0) !important;
    z-index: 80 !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    pointer-events: none !important;
    filter: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product,
  html body #vogio-togo-scroll-hero .vsh-product[data-product-index],
  html body #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform-origin: 50% 50% !important;
    animation: none !important;
    transition: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product.is-active,
  html body #vogio-togo-scroll-hero .vsh-product[data-product-index].is-active,
  html body #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(-50%, -50%, 0) scale(1.08) rotate(0deg) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product:not(.is-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-glow,
  html body #vogio-togo-scroll-hero .vsh-floor-shadow {
    display: block !important;
    visibility: visible !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-glow {
    opacity: .34 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-floor-shadow {
    opacity: .46 !important;
    z-index: -1 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(12px, calc(env(safe-area-inset-bottom, 0px) + 10px)) !important;
    transform: translateX(-50%) !important;
    z-index: 240 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
    max-width: calc(100vw - 20px) !important;
    padding: 7px 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.48) !important;
    background: rgba(5, 6, 7, .82) !important;
    box-shadow: 0 12px 34px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.13) !important;
    backdrop-filter: blur(14px) saturate(1.18) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.18) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker .vsh-mobile-color {
    display: inline-flex !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border-width: 1px !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.14) !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color::before {
    inset: 5px !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color::after {
    inset: -4px !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color.is-active {
    box-shadow: 0 0 0 3px rgba(255,255,255,.16), 0 10px 22px rgba(0,0,0,.38) !important;
  }
}

@media (max-width: 460px) {
  html body #vogio-togo-scroll-hero .vsh-copy,
  html body #vogio-togo-scroll-hero .vsh-copy-dynamic,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(88px, calc(env(safe-area-inset-top, 0px) + 82px)) !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(30px, 8.8vw, 39px) !important;
    line-height: .97 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 60.5% !important;
    width: min(84vw, 318px) !important;
    height: min(49svh, 485px) !important;
    min-height: 292px !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker .vsh-mobile-color {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }
}

@media (max-height: 700px) and (max-width: 980px) {
  html body #vogio-togo-scroll-hero .vsh-copy,
  html body #vogio-togo-scroll-hero .vsh-copy-dynamic,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: max(82px, calc(env(safe-area-inset-top, 0px) + 76px)) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(28px, 8.4vw, 38px) !important;
    line-height: .96 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 61.5% !important;
    height: min(47svh, 440px) !important;
    min-height: 270px !important;
  }
}


/* v1.8.4 — MOBILE HARD RESET: panel mniejszy, kawiarka widoczna, nagłówek poniżej menu */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero {
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: 100svh !important;
    overflow: hidden !important;
    position: relative !important;
  }

  html body #vogio-togo-scroll-hero .vsh-sticky,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active,
  html body #vogio-togo-scroll-hero.vsh-mobile-static-mode .vsh-sticky {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: 100svh !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-copy,
  html body #vogio-togo-scroll-hero .vsh-copy-dynamic,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: clamp(118px, 16svh, 150px) !important;
    right: auto !important;
    bottom: auto !important;
    width: min(calc(100vw - 34px), 460px) !important;
    max-width: calc(100vw - 34px) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate3d(-50%, 0, 0) !important;
    text-align: center !important;
    z-index: 160 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: clamp(26px, 7.4vw, 36px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    text-align: center !important;
  }

  html body #vogio-togo-scroll-hero .vsh-title span {
    display: block !important;
    text-align: center !important;
  }

  html body #vogio-togo-scroll-hero .vsh-desc,
  html body #vogio-togo-scroll-hero .vsh-dyn-desc,
  html body #vogio-togo-scroll-hero .vsh-kicker,
  html body #vogio-togo-scroll-hero .vsh-specs,
  html body #vogio-togo-scroll-hero .vsh-bottom,
  html body #vogio-togo-scroll-hero .vsh-cta,
  html body #vogio-togo-scroll-hero .vsh-story-back,
  html body #vogio-togo-scroll-hero .vsh-story-progress,
  html body #vogio-togo-scroll-hero .vsh-beans {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: clamp(390px, 61svh, 540px) !important;
    right: auto !important;
    bottom: auto !important;
    width: min(91vw, 385px) !important;
    height: min(54svh, 510px) !important;
    max-width: 385px !important;
    max-height: 510px !important;
    min-width: 270px !important;
    min-height: 330px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate3d(-50%, -50%, 0) !important;
    z-index: 90 !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    pointer-events: none !important;
    filter: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product,
  html body #vogio-togo-scroll-hero .vsh-product[data-product-index],
  html body #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform-origin: 50% 50% !important;
    animation: none !important;
    transition: none !important;
    filter: drop-shadow(0 30px 32px rgba(0,0,0,.62)) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product.is-active,
  html body #vogio-togo-scroll-hero .vsh-product[data-product-index].is-active,
  html body #vogio-togo-scroll-hero .vsh-product.vsh-product-sea-green.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(-50%, -50%, 0) scale(1.14) rotate(0deg) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product:not(.is-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-glow {
    display: block !important;
    opacity: .30 !important;
    visibility: visible !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-floor-shadow {
    display: block !important;
    opacity: .36 !important;
    visibility: visible !important;
    pointer-events: none !important;
    z-index: -1 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(10px, calc(env(safe-area-inset-bottom, 0px) + 8px)) !important;
    width: auto !important;
    max-width: calc(100vw - 18px) !important;
    margin: 0 !important;
    padding: 5px 7px !important;
    gap: 5px !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translate3d(-50%, 0, 0) !important;
    z-index: 260 !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.46) !important;
    background: rgba(5, 6, 7, .78) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12) !important;
    backdrop-filter: blur(10px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.12) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker .vsh-mobile-color {
    display: inline-flex !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    padding: 0 !important;
    border-width: 1px !important;
    box-shadow: 0 5px 11px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.14) !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color::before {
    inset: 4px !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color::after {
    inset: -3px !important;
  }
}

@media (max-width: 430px) and (max-height: 740px) {
  html body #vogio-togo-scroll-hero .vsh-copy,
  html body #vogio-togo-scroll-hero .vsh-copy-dynamic,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    top: clamp(102px, 15svh, 126px) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-title {
    font-size: clamp(24px, 7vw, 31px) !important;
    line-height: 1.01 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: clamp(340px, 60svh, 430px) !important;
    width: min(86vw, 330px) !important;
    height: min(50svh, 420px) !important;
    min-height: 285px !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker .vsh-mobile-color {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
  }
}


/* v1.8.5 — MOBILE LOCK: panel kolorów nad cieniem + jeden punkt osadzenia wszystkich kawiarek */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero,
  html body #vogio-togo-scroll-hero .vsh-sticky,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active {
    isolation: isolate !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    display: grid !important;
    place-items: center !important;
    position: absolute !important;
    left: 50% !important;
    top: clamp(346px, 56.5svh, 492px) !important;
    right: auto !important;
    bottom: auto !important;
    width: min(88vw, 370px) !important;
    height: auto !important;
    aspect-ratio: 1600 / 2600 !important;
    max-width: 370px !important;
    max-height: min(66svh, 602px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate3d(-50%, -50%, 0) !important;
    z-index: 110 !important;
    overflow: visible !important;
    pointer-events: none !important;
    filter: none !important;
    contain: layout style !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index],
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-normalized {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform-origin: 50% 50% !important;
    animation: none !important;
    transition: opacity .18s ease !important;
    filter: drop-shadow(0 24px 24px rgba(0,0,0,.48)) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index].is-active,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(-50%, -50%, 0) scale(1.06) rotate(0deg) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product:not(.is-active) {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate3d(-50%, -50%, 0) scale(1.06) rotate(0deg) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-glow,
  html body #vogio-togo-scroll-hero .vsh-floor-shadow {
    z-index: -2 !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(56px, calc(env(safe-area-inset-bottom, 0px) + 52px)) !important;
    transform: translate3d(-50%, 0, 0) translateZ(0) !important;
    z-index: 2147483600 !important;
    isolation: isolate !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: calc(100vw - 26px) !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    gap: 6px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.62) !important;
    background: rgba(5, 6, 7, .94) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.12) !important;
    backdrop-filter: blur(8px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(8px) saturate(1.08) !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker .vsh-mobile-color {
    display: inline-flex !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    padding: 0 !important;
    border-width: 1px !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    filter: none !important;
  }
}

@media (max-width: 430px) and (max-height: 740px) {
  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: 59svh !important;
    width: min(86vw, 330px) !important;
    max-width: 330px !important;
    max-height: 62svh !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    bottom: max(34px, calc(env(safe-area-inset-bottom, 0px) + 30px)) !important;
  }
}


/* v1.8.6 — MOBILE: cień ma być POD panelem sterowania kolorami, nie nad nim */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero,
  html body #vogio-togo-scroll-hero .vsh-sticky,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active {
    isolation: isolate !important;
  }

  /* Cień produktu zostaje nisko i pod panelem — nie może przykrywać sterowania kolorami. */
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-floor-shadow,
  html body #vogio-togo-scroll-hero .vsh-floor-shadow {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: auto !important;
    bottom: -7% !important;
    width: 72% !important;
    height: 12% !important;
    transform: translate3d(-50%, 0, 0) !important;
    z-index: 1 !important;
    opacity: .34 !important;
    pointer-events: none !important;
    filter: blur(2px) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active {
    z-index: 4 !important;
  }

  /* Panel jest zawsze najwyższą warstwą interaktywną. */
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(52px, calc(env(safe-area-inset-bottom, 0px) + 48px)) !important;
    transform: translate3d(-50%, 0, 0) !important;
    z-index: 2147483600 !important;
    isolation: isolate !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: calc(100vw - 26px) !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    gap: 6px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.62) !important;
    background: rgba(5, 6, 7, .94) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12) !important;
    backdrop-filter: blur(8px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(8px) saturate(1.08) !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Właściwy cień panelu: osobna warstwa pod panelem, a nie na nim. */
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker::before,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker::before,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker::before {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: -15px !important;
    width: calc(100% + 46px) !important;
    height: 38px !important;
    transform: translate3d(-50%, 0, 0) !important;
    border-radius: 999px !important;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.58) 0%, rgba(0,0,0,.34) 42%, rgba(0,0,0,0) 76%) !important;
    filter: blur(9px) !important;
    z-index: -1 !important;
    opacity: .95 !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker .vsh-mobile-color {
    position: relative !important;
    z-index: 2 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }
}

@media (max-width: 430px) and (max-height: 740px) {
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    bottom: max(36px, calc(env(safe-area-inset-bottom, 0px) + 32px)) !important;
  }
}


/* v1.8.7 — MOBILE: panel sterowania kolorami jako warstwa fixed ponad cieniem; napisy bez zmian */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero .vsh-copy,
  html body #vogio-togo-scroll-hero .vsh-copy-dynamic,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-copy-dynamic {
    /* celowo bez zmiany pozycji — poprzedni układ napisów zostaje */
  }

  html body #vogio-togo-scroll-hero .vsh-product-glow,
  html body #vogio-togo-scroll-hero .vsh-floor-shadow,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-floor-shadow {
    z-index: 0 !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap {
    z-index: 110 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active {
    z-index: 2 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker,
  html body > .vsh-mobile-color-picker[data-vsh-floating-picker="1"] {
    display: flex !important;
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(64px, calc(env(safe-area-inset-bottom, 0px) + 60px)) !important;
    transform: translate3d(-50%, 0, 0) translateZ(0) !important;
    z-index: 2147483647 !important;
    isolation: isolate !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: calc(100vw - 26px) !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    gap: 6px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.68) !important;
    background: rgba(5, 6, 7, .96) !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.58), 0 4px 10px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.14) !important;
    backdrop-filter: blur(8px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(8px) saturate(1.08) !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body > .vsh-mobile-color-picker[data-vsh-floating-picker="1"]::before {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: -15px !important;
    width: calc(100% + 46px) !important;
    height: 38px !important;
    transform: translate3d(-50%, 0, 0) !important;
    border-radius: 999px !important;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.50) 0%, rgba(0,0,0,.26) 46%, rgba(0,0,0,0) 78%) !important;
    filter: blur(8px) !important;
    z-index: -1 !important;
    opacity: .88 !important;
    pointer-events: none !important;
  }

  html body > .vsh-mobile-color-picker[data-vsh-floating-picker="1"] .vsh-mobile-color,
  html body .vsh-mobile-color-picker[data-vsh-floating-picker="1"] .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker .vsh-mobile-color {
    display: inline-flex !important;
    position: relative !important;
    z-index: 2 !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    padding: 0 !important;
    border-width: 1px !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    filter: none !important;
  }
}

@media (max-width: 430px) and (max-height: 740px) {
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker,
  html body > .vsh-mobile-color-picker[data-vsh-floating-picker="1"] {
    bottom: max(48px, calc(env(safe-area-inset-bottom, 0px) + 44px)) !important;
  }
}

/* v1.8.8 — MOBILE: naprawa warstw bez przesuwania panelu kolorów.
   Panel zostaje w tym samym miejscu; obniżamy tylko cień/gradient i produkt pod panel. */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section {
    isolation: isolate !important;
  }

  /* Dolny cień/przejście między sekcjami nie może przykrywać sterowania kolorami. */
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section::after {
    z-index: 1 !important;
    pointer-events: none !important;
  }

  /* Sticky musi być ponad cieniem sekcji. */
  html body #vogio-togo-scroll-hero .vsh-sticky,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active {
    z-index: 200 !important;
    isolation: isolate !important;
  }

  /* Produkt i jego drop-shadow/floor-shadow są niżej niż panel sterowania. */
  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    z-index: 60 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-glow,
  html body #vogio-togo-scroll-hero .vsh-floor-shadow,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-floor-shadow {
    z-index: -2 !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active {
    z-index: 2 !important;
  }

  /* Panel nie jest fixed i nie jest przesuwany w górę — tylko stoi ponad cieniem. */
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 20px)) !important;
    transform: translate3d(-50%, 0, 0) translateZ(0) !important;
    z-index: 260 !important;
    isolation: isolate !important;
    overflow: visible !important;
    pointer-events: auto !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Cień samego panelu jest pod panelem, ale nie zakrywa przycisków. */
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker::before,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker::before,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker::before {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -14px !important;
    width: calc(100% + 46px) !important;
    height: 38px !important;
    transform: translate3d(-50%, 0, 0) !important;
    border-radius: 999px !important;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.52) 0%, rgba(0,0,0,.28) 44%, rgba(0,0,0,0) 78%) !important;
    filter: blur(8px) !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker .vsh-mobile-color {
    position: relative !important;
    z-index: 2 !important;
    pointer-events: auto !important;
  }
}


/* v1.8.9 — MOBILE: blokada powiększania kawiarki przy scrollu.
   Bez zmiany położenia panelu kolorów i bez ruszania napisów. */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index],
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-normalized {
    --vsh-product-scale-start: 1 !important;
    --vsh-product-scale-over: 1 !important;
    --vsh-product-scale-settle: 1 !important;
    --vsh-product-scale: 1 !important;
    transform-origin: 50% 50% !important;
    animation: none !important;
    transition: opacity .18s linear !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index].is-active,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green.is-active,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-normalized.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product:not(.is-active),
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index]:not(.is-active),
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-sea-green:not(.is-active),
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.vsh-product-normalized:not(.is-active) {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
  }
}

/* v1.9.0 — MOBILE: kawiarka statyczna + panel i kolejna sekcja bez przykrycia przez cień.
   Nie przesuwamy panelu w górę. Wyłączamy tylko nakładkę cienia między sekcjami
   i blokujemy wszelkie transformacje/scalowanie produktu na telefonach. */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero,
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section {
    --vsh-product-exit-progress: 0 !important;
    isolation: isolate !important;
  }

  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section::after {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-sticky,
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section .vsh-sticky,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    z-index: 300 !important;
    isolation: isolate !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    transform: translate3d(-50%, -50%, 0) !important;
    filter: none !important;
    opacity: 1 !important;
    z-index: 120 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product:not(.is-active) {
    animation: none !important;
    transition: opacity .18s linear !important;
    transform-origin: 50% 50% !important;
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-glow {
    transform: translateX(-50%) scale(1) !important;
    opacity: 0.24 !important;
    z-index: -2 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-floor-shadow,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-floor-shadow,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-floor-shadow {
    transform: translateX(-50%) scale(1) !important;
    opacity: 0.58 !important;
    z-index: -3 !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 20px)) !important;
    transform: translate3d(-50%, 0, 0) !important;
    z-index: 500 !important;
    isolation: isolate !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker::before,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker::before,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker::before {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -14px !important;
    width: calc(100% + 46px) !important;
    height: 38px !important;
    transform: translate3d(-50%, 0, 0) !important;
    border-radius: 999px !important;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.46) 0%, rgba(0,0,0,.22) 46%, rgba(0,0,0,0) 80%) !important;
    filter: blur(8px) !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero + *,
  html body #vogio-horizontal-hero-v13.vsh-horizontal-after-product-section {
    position: relative !important;
    z-index: 40 !important;
    margin-top: 0 !important;
  }
}


/* v1.9.2 — MOBILE: spokojna blokada bez pętli i bez wibracji.
   Cofnięto agresywny guard z v1.9.1. Produkt dostaje stały układ przez CSS,
   a nie przez ciągłe korygowanie pozycji w każdej klatce scrolla. */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero,
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section {
    --vsh-product-exit-progress: 0 !important;
    isolation: isolate !important;
  }

  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section::after,
  html body #vogio-togo-scroll-hero::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-sticky,
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section .vsh-sticky,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    transition: none !important;
    will-change: auto !important;
    z-index: 300 !important;
    isolation: isolate !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    left: 50% !important;
    top: clamp(346px, 56.5svh, 492px) !important;
    width: min(88vw, 370px) !important;
    height: auto !important;
    aspect-ratio: 1600 / 2600 !important;
    max-height: min(66svh, 602px) !important;
    transform: translate3d(-50%, -50%, 0) !important;
    opacity: 1 !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
    z-index: 120 !important;
    overflow: visible !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product-normalized,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product[data-product-index] {
    --vsh-product-scale-start: 1 !important;
    --vsh-product-scale-over: 1 !important;
    --vsh-product-scale-settle: 1 !important;
    --vsh-product-scale: 1 !important;
    left: 50% !important;
    top: 50% !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg) !important;
    transform-origin: 50% 50% !important;
    animation: none !important;
    transition: opacity .18s linear !important;
    will-change: auto !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product.is-active {
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-product:not(.is-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  html body #vogio-togo-scroll-hero .vsh-floor-shadow,
  html body #vogio-togo-scroll-hero .vsh-product-wrap .vsh-floor-shadow,
  html body #vogio-togo-scroll-hero .vsh-product-glow {
    pointer-events: none !important;
    z-index: -5 !important;
    transform: translateX(-50%) scale(1) !important;
    transition: none !important;
    will-change: auto !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 20px)) !important;
    transform: translate3d(-50%, 0, 0) !important;
    z-index: 900 !important;
    isolation: isolate !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    pointer-events: auto !important;
    will-change: auto !important;
  }

  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker::before,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-mobile-color-picker::before,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-mobile-color-picker::before {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -14px !important;
    width: calc(100% + 46px) !important;
    height: 38px !important;
    transform: translate3d(-50%, 0, 0) !important;
    border-radius: 999px !important;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.50) 0%, rgba(0,0,0,.24) 46%, rgba(0,0,0,0) 80%) !important;
    filter: blur(8px) !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }

  html body #vogio-horizontal-hero-v13.vsh-horizontal-after-product-section,
  html body #vogio-togo-scroll-hero + #vogio-horizontal-hero-v13,
  html body #vogio-togo-scroll-hero + * {
    margin-top: 0 !important;
    position: relative !important;
    z-index: 30 !important;
  }
}

/* v1.9.3 — mobile performance + szybszy cień w karuzeli + delikatnie mniejsza kawiarka w hero */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: clamp(360px, 58svh, 508px) !important;
    width: min(84vw, 342px) !important;
    max-height: min(62svh, 560px) !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide::after {
    opacity: 1 !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide.has-vhh-video .vhh-video-fallback {
    opacity: 1 !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide.has-vhh-video.is-video-ready .vhh-video-fallback {
    opacity: 0 !important;
  }
}

/* v1.9.3b — karuzela: stała nakładka cienia od pierwszego renderu */
#vogio-horizontal-hero-v13 .vhh-rail::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,8,10,0.86) 0%, rgba(5,8,10,0.56) 32%, rgba(5,8,10,0.16) 64%, rgba(5,8,10,0.44) 100%),
    linear-gradient(180deg, rgba(5,8,10,0.72) 0%, rgba(5,8,10,0.08) 42%, rgba(5,8,10,0.82) 100%);
}
#vogio-horizontal-hero-v13 .vhh-content {
  z-index: 5;
}

/* v1.9.5 — mobile: bez efektów scroll w hero, tylko statyczna sekcja + auto karuzela */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero,
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section {
    min-height: 100svh !important;
    height: auto !important;
    overflow: visible !important;
    --vsh-product-exit-progress: 0 !important;
  }

  html body #vogio-togo-scroll-hero .vsh-sticky,
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section .vsh-sticky {
    position: relative !important;
    top: auto !important;
    min-height: 100svh !important;
    height: 100svh !important;
    overflow: hidden !important;
    transform: none !important;
    transition: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-story-shell,
  html body #vogio-togo-scroll-hero .vsh-story-back {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body #vogio-togo-scroll-hero .vsh-copy,
  html body #vogio-togo-scroll-hero .vsh-copy-dynamic,
  html body #vogio-togo-scroll-hero .vsh-specs,
  html body #vogio-togo-scroll-hero .vsh-beans,
  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-mobile-color-picker {
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }

  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section::after {
    display: none !important;
  }
}

/* v1.9.5 — karuzela mobile: filmy bez widocznego przycisku play/pause */
#vogio-horizontal-hero-v13 video::-webkit-media-controls,
#vogio-horizontal-hero-v13 video::-webkit-media-controls-panel,
#vogio-horizontal-hero-v13 video::-webkit-media-controls-start-playback-button,
#vogio-horizontal-hero-v13 video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
}

#vogio-horizontal-hero-v13 video {
  pointer-events: none !important;
}

/* v1.9.6 — MOBILE: mniej cienia w karuzeli + kawiarka bez pływania przy chowaniu paska adresu */
@media (max-width: 980px), (pointer: coarse) and (max-width: 1180px) {
  html body #vogio-togo-scroll-hero,
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section,
  html body #vogio-togo-scroll-hero .vsh-sticky,
  html body #vogio-togo-scroll-hero.vsh-before-horizontal-section .vsh-sticky {
    height: var(--vsh-mobile-scene-height, 100svh) !important;
    min-height: var(--vsh-mobile-scene-height, 100svh) !important;
    max-height: var(--vsh-mobile-scene-height, 100svh) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-copy-dynamic {
    top: var(--vsh-mobile-copy-top, 132px) !important;
  }

  html body #vogio-togo-scroll-hero .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky .vsh-product-wrap,
  html body #vogio-togo-scroll-hero .vsh-sticky.is-story-active .vsh-product-wrap,
  html body #vogio-togo-scroll-hero:not(.vsh-responsive-story-open) .vsh-product-wrap {
    top: var(--vsh-mobile-product-top, 420px) !important;
    width: var(--vsh-mobile-product-width, 336px) !important;
    max-height: var(--vsh-mobile-product-max-height, 548px) !important;
    transform: translate3d(-50%, -50%, 0) !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }

  /* Usunięcie dodatkowych nakładek cienia z karuzeli na telefonach. */
  html body #vogio-horizontal-hero-v13.vsh-horizontal-after-product-section::before,
  html body #vogio-horizontal-hero-v13 .vhh-rail::after,
  html body #vogio-horizontal-hero-v13 .vhh-sticky::after {
    display: none !important;
    opacity: 0 !important;
  }

  /* Zostaje tylko lekka, podstawowa czytelność tekstu — bez ciężkiego przydymienia. */
  html body #vogio-horizontal-hero-v13 .vhh-slide::after {
    display: block !important;
    opacity: 1 !important;
    background:
      linear-gradient(90deg, rgba(5,8,10,0.34) 0%, rgba(5,8,10,0.18) 34%, rgba(5,8,10,0.06) 66%, rgba(5,8,10,0.24) 100%),
      linear-gradient(180deg, rgba(5,8,10,0.30) 0%, rgba(5,8,10,0.04) 42%, rgba(5,8,10,0.38) 100%) !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-media,
  html body #vogio-horizontal-hero-v13 video.vhh-media,
  html body #vogio-horizontal-hero-v13 .vhh-slide.has-vhh-video .vhh-video-fallback {
    filter: saturate(1) contrast(1.02) brightness(0.95) !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide.is-active .vhh-media,
  html body #vogio-horizontal-hero-v13 .vhh-slide.is-active video.vhh-media {
    filter: saturate(1) contrast(1.02) brightness(0.99) !important;
  }
}

/* v1.9.7 — MOBILE: karuzela ma się przesuwać, ale bez zoomowania mediów przy scrollu */
@media (max-width: 1100px) {
  html body #vogio-horizontal-hero-v13 .vhh-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: calc(100vw * 6) !important;
    min-width: calc(100vw * 6) !important;
    max-width: none !important;
    transform: translate3d(calc(var(--x) * -1), 0, 0) !important;
    transition: transform 0.86s cubic-bezier(.19,1,.22,1) !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide {
    flex: 0 0 100vw !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    transform: none !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-media,
  html body #vogio-horizontal-hero-v13 video.vhh-media,
  html body #vogio-horizontal-hero-v13 .vhh-slide.is-active .vhh-media,
  html body #vogio-horizontal-hero-v13 .vhh-slide.has-vhh-video .vhh-video-fallback {
    transform: none !important;
    transition: opacity .22s linear, filter .22s linear !important;
    will-change: auto !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-sticky,
  html body #vogio-horizontal-hero-v13 .vhh-rail {
    transform: none !important;
  }
}

/* v1.9.8 — karuzela: ruch na mobile + lżejszy cień także na desktopie */
#vogio-horizontal-hero-v13 .vhh-rail::after,
#vogio-horizontal-hero-v13 .vhh-sticky::after,
#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section::before {
  display: none !important;
  opacity: 0 !important;
  content: none !important;
}

#vogio-horizontal-hero-v13 .vhh-slide::after {
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(5,8,10,0.42) 0%, rgba(5,8,10,0.22) 34%, rgba(5,8,10,0.04) 68%, rgba(5,8,10,0.26) 100%),
    linear-gradient(180deg, rgba(5,8,10,0.36) 0%, rgba(5,8,10,0.04) 44%, rgba(5,8,10,0.42) 100%) !important;
}

#vogio-horizontal-hero-v13 .vhh-media,
#vogio-horizontal-hero-v13 video.vhh-media,
#vogio-horizontal-hero-v13 .vhh-slide.has-vhh-video .vhh-video-fallback {
  filter: saturate(1) contrast(1.03) brightness(0.96) !important;
}

#vogio-horizontal-hero-v13 .vhh-slide.is-active .vhh-media,
#vogio-horizontal-hero-v13 .vhh-slide.is-active video.vhh-media {
  filter: saturate(1) contrast(1.03) brightness(1) !important;
}

@media (max-width: 1100px) {
  html body #vogio-horizontal-hero-v13 .vhh-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: calc(100vw * 6) !important;
    min-width: calc(100vw * 6) !important;
    max-width: none !important;
    transform: translate3d(calc(var(--x) * -1), 0, 0) !important;
    transition: transform 0.86s cubic-bezier(.19,1,.22,1) !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide {
    flex: 0 0 100vw !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide::after {
    background:
      linear-gradient(90deg, rgba(5,8,10,0.28) 0%, rgba(5,8,10,0.14) 34%, rgba(5,8,10,0.03) 68%, rgba(5,8,10,0.18) 100%),
      linear-gradient(180deg, rgba(5,8,10,0.26) 0%, rgba(5,8,10,0.03) 44%, rgba(5,8,10,0.30) 100%) !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-media,
  html body #vogio-horizontal-hero-v13 video.vhh-media,
  html body #vogio-horizontal-hero-v13 .vhh-slide.is-active .vhh-media,
  html body #vogio-horizontal-hero-v13 .vhh-slide.has-vhh-video .vhh-video-fallback {
    transform: none !important;
    filter: saturate(1) contrast(1.02) brightness(1) !important;
    transition: opacity .22s linear, filter .22s linear !important;
    will-change: auto !important;
  }

  html body #vogio-horizontal-hero-v13 video::-webkit-media-controls,
  html body #vogio-horizontal-hero-v13 video::-webkit-media-controls-panel,
  html body #vogio-horizontal-hero-v13 video::-webkit-media-controls-start-playback-button,
  html body #vogio-horizontal-hero-v13 video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none !important;
    opacity: 0 !important;
  }

  html body #vogio-horizontal-hero-v13 video {
    pointer-events: none !important;
  }
}

/* v1.9.9 — karuzela: wraca czytelny cień, ale lżejszy; tekst ma być czytelny i wszystkie slajdy mają pozostać widoczne */
#vogio-horizontal-hero-v13.vsh-horizontal-after-product-section::before {
  display: block !important;
  content: "" !important;
  opacity: 0.78 !important;
  height: clamp(180px, 24vh, 340px) !important;
  z-index: 24 !important;
  background: linear-gradient(180deg, rgba(5,7,6,0.94) 0%, rgba(5,7,6,0.66) 38%, rgba(5,7,6,0.14) 100%) !important;
}

#vogio-horizontal-hero-v13 .vhh-rail::after {
  display: block !important;
  content: "" !important;
  opacity: 1 !important;
  z-index: 3 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(5,8,10,0.48) 0%, rgba(5,8,10,0.22) 34%, rgba(5,8,10,0.05) 68%, rgba(5,8,10,0.28) 100%),
    linear-gradient(180deg, rgba(5,8,10,0.30) 0%, rgba(5,8,10,0.05) 44%, rgba(5,8,10,0.36) 100%) !important;
}

#vogio-horizontal-hero-v13 .vhh-sticky::after {
  display: none !important;
  content: none !important;
}

#vogio-horizontal-hero-v13 .vhh-slide::after {
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(5,8,10,0.36) 0%, rgba(5,8,10,0.16) 34%, rgba(5,8,10,0.04) 68%, rgba(5,8,10,0.22) 100%),
    linear-gradient(180deg, rgba(5,8,10,0.26) 0%, rgba(5,8,10,0.04) 44%, rgba(5,8,10,0.30) 100%) !important;
}

#vogio-horizontal-hero-v13 .vhh-content,
#vogio-horizontal-hero-v13 .vhh-copy,
#vogio-horizontal-hero-v13 .vhh-bottom,
#vogio-horizontal-hero-v13 .vhh-ui {
  position: relative;
  z-index: 5 !important;
}

@media (max-width: 1100px) {
  html body #vogio-horizontal-hero-v13.vsh-horizontal-after-product-section::before {
    opacity: 0.72 !important;
    height: clamp(140px, 20vh, 260px) !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-rail::after {
    background:
      linear-gradient(90deg, rgba(5,8,10,0.30) 0%, rgba(5,8,10,0.12) 34%, rgba(5,8,10,0.03) 68%, rgba(5,8,10,0.18) 100%),
      linear-gradient(180deg, rgba(5,8,10,0.22) 0%, rgba(5,8,10,0.03) 44%, rgba(5,8,10,0.26) 100%) !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide::after {
    background:
      linear-gradient(90deg, rgba(5,8,10,0.26) 0%, rgba(5,8,10,0.12) 34%, rgba(5,8,10,0.03) 68%, rgba(5,8,10,0.16) 100%),
      linear-gradient(180deg, rgba(5,8,10,0.22) 0%, rgba(5,8,10,0.03) 44%, rgba(5,8,10,0.24) 100%) !important;
  }
}

/* v2.0.1 — desktop: cień karuzeli ma renderować się pod napisami */
@media (min-width: 1101px) {
  #vogio-horizontal-hero-v13 .vhh-slide {
    isolation: isolate !important;
  }

  #vogio-horizontal-hero-v13 .vhh-media,
  #vogio-horizontal-hero-v13 .vhh-slide.has-vhh-video .vhh-video-fallback {
    z-index: 0 !important;
  }

  #vogio-horizontal-hero-v13 .vhh-slide::after {
    z-index: 1 !important;
  }

  #vogio-horizontal-hero-v13 .vhh-rail::after,
  #vogio-horizontal-hero-v13.vsh-horizontal-after-product-section::before {
    z-index: 2 !important;
  }

  #vogio-horizontal-hero-v13 .vhh-content,
  #vogio-horizontal-hero-v13 .vhh-copy,
  #vogio-horizontal-hero-v13 .vhh-bottom,
  #vogio-horizontal-hero-v13 .vhh-ui {
    position: relative !important;
    z-index: 8 !important;
  }
}


/* v2.0.3 — naprawa karuzeli bez zmiany wyglądu napisów/nagłówków */
#vogio-horizontal-hero-v13 .vhh-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: calc(100vw * 6) !important;
  min-width: calc(100vw * 6) !important;
  max-width: none !important;
  height: 100% !important;
  gap: 0 !important;
}

#vogio-horizontal-hero-v13 .vhh-slide {
  flex: 0 0 100vw !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  height: 100% !important;
  position: relative !important;
  isolation: isolate !important;
}

#vogio-horizontal-hero-v13 .vhh-media,
#vogio-horizontal-hero-v13 video.vhh-media,
#vogio-horizontal-hero-v13 .vhh-slide.has-vhh-video .vhh-video-fallback {
  z-index: 0 !important;
  pointer-events: none !important;
}

#vogio-horizontal-hero-v13 .vhh-rail::after,
#vogio-horizontal-hero-v13 .vhh-sticky::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}

#vogio-horizontal-hero-v13 .vhh-slide::after {
  display: block !important;
  content: "" !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(5,8,10,0.50) 0%, rgba(5,8,10,0.28) 32%, rgba(5,8,10,0.08) 64%, rgba(5,8,10,0.32) 100%),
    linear-gradient(180deg, rgba(5,8,10,0.40) 0%, rgba(5,8,10,0.06) 42%, rgba(5,8,10,0.48) 100%) !important;
}

#vogio-horizontal-hero-v13 .vhh-content,
#vogio-horizontal-hero-v13 .vhh-copy,
#vogio-horizontal-hero-v13 .vhh-bottom,
#vogio-horizontal-hero-v13 .vhh-ui {
  position: relative !important;
  z-index: 5 !important;
}

#vogio-horizontal-hero-v13 video::-webkit-media-controls,
#vogio-horizontal-hero-v13 video::-webkit-media-controls-panel,
#vogio-horizontal-hero-v13 video::-webkit-media-controls-start-playback-button,
#vogio-horizontal-hero-v13 video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
}

@media (max-width: 1100px) {
  html body #vogio-horizontal-hero-v13 .vhh-media,
  html body #vogio-horizontal-hero-v13 video.vhh-media,
  html body #vogio-horizontal-hero-v13 .vhh-slide.has-vhh-video .vhh-video-fallback {
    transform: none !important;
    transition: opacity .22s linear, filter .22s linear !important;
    will-change: auto !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide::after {
    background:
      linear-gradient(90deg, rgba(5,8,10,0.34) 0%, rgba(5,8,10,0.18) 32%, rgba(5,8,10,0.05) 64%, rgba(5,8,10,0.22) 100%),
      linear-gradient(180deg, rgba(5,8,10,0.28) 0%, rgba(5,8,10,0.04) 42%, rgba(5,8,10,0.34) 100%) !important;
  }
}

/* v2.0.7 — mobile: karuzela nie czeka na start filmu, cień bez opóźnienia */
#vogio-horizontal-hero-v13 .vhh-slide {
  opacity: 1 !important;
  transition: none !important;
}

#vogio-horizontal-hero-v13 .vhh-slide::after {
  display: block !important;
  content: "" !important;
  opacity: 1 !important;
  transition: none !important;
  animation: none !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(5,8,10,0.50) 0%, rgba(5,8,10,0.28) 32%, rgba(5,8,10,0.08) 64%, rgba(5,8,10,0.32) 100%),
    linear-gradient(180deg, rgba(5,8,10,0.40) 0%, rgba(5,8,10,0.06) 42%, rgba(5,8,10,0.48) 100%) !important;
}

#vogio-horizontal-hero-v13 .vhh-content,
#vogio-horizontal-hero-v13 .vhh-copy,
#vogio-horizontal-hero-v13 .vhh-bottom,
#vogio-horizontal-hero-v13 .vhh-ui {
  position: relative !important;
  z-index: 5 !important;
}

#vogio-horizontal-hero-v13 .vhh-media,
#vogio-horizontal-hero-v13 video.vhh-media {
  z-index: 0 !important;
}

@media (max-width: 1100px) {
  html body #vogio-horizontal-hero-v13 .vhh-track {
    transform: translate3d(calc(var(--x) * -1), 0, 0) !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide::after {
    opacity: 1 !important;
    transition: none !important;
    background:
      linear-gradient(90deg, rgba(5,8,10,0.36) 0%, rgba(5,8,10,0.18) 32%, rgba(5,8,10,0.05) 64%, rgba(5,8,10,0.24) 100%),
      linear-gradient(180deg, rgba(5,8,10,0.30) 0%, rgba(5,8,10,0.04) 42%, rgba(5,8,10,0.36) 100%) !important;
  }

  html body #vogio-horizontal-hero-v13 video.vhh-media {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }
}

/* v2.1.0 — karuzela: wszystkie slajdy muszą być w jednym torze i tor musi dać się przesuwać JS-em */
#vogio-horizontal-hero-v13 .vhh-rail {
  overflow: hidden !important;
}

#vogio-horizontal-hero-v13 .vhh-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: calc(100vw * 6) !important;
  min-width: calc(100vw * 6) !important;
  max-width: none !important;
  height: 100% !important;
}

#vogio-horizontal-hero-v13 .vhh-slide {
  display: block !important;
  flex: 0 0 100vw !important;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#vogio-horizontal-hero-v13 .vhh-slide[aria-hidden="true"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* v2.1.1 — desktop: twardy tor karuzeli dla mechanizmu jeden scroll = jeden slajd */
@media (min-width: 1101px) {
  #vogio-horizontal-hero-v13 .vhh-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: calc(100vw * 6) !important;
    min-width: calc(100vw * 6) !important;
    max-width: none !important;
    height: 100% !important;
  }

  #vogio-horizontal-hero-v13 .vhh-slide,
  #vogio-horizontal-hero-v13 .vhh-slide[aria-hidden="true"] {
    display: block !important;
    visibility: visible !important;
    flex: 0 0 100vw !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: 100% !important;
  }
}

/* v2.1.2 — MOBILE: twardy poziomy tor i autoplay bez wpływu desktopowego scrolla */
@media (max-width: 1100px) {
  html body #vogio-horizontal-hero-v13 .vhh-rail {
    overflow: hidden !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: calc(100vw * 6) !important;
    min-width: calc(100vw * 6) !important;
    max-width: none !important;
    height: 100% !important;
  }

  html body #vogio-horizontal-hero-v13 .vhh-slide,
  html body #vogio-horizontal-hero-v13 .vhh-slide[aria-hidden="true"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 100vw !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: 100% !important;
  }

  html body #vogio-horizontal-hero-v13 video.vhh-media {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }
}


/* v2.1.3 mobile no carousel shadows */
@media (max-width: 1100px) {
  html body #vogio-horizontal-hero-v13 .vhh-slide::after,
  html body #vogio-horizontal-hero-v13 .vhh-rail::after,
  html body #vogio-horizontal-hero-v13 .vhh-sticky::after,
  html body #vogio-horizontal-hero-v13.vsh-horizontal-after-product-section::before {
    display: none !important;
    opacity: 0 !important;
    background: none !important;
    content: none !important;
  }
}
