/** Shopify CDN: Minification failed

Line 515:34 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from snippet stylesheet tags */
/* START_SNIPPET:t340-lens-scroll (INDEX:594) */
/* .t3s sets overflow:hidden as a mobile horizontal-overflow guard. At equal
     specificity the theme stylesheet wins on load order, and overflow:hidden
     makes the story root a scroll container, which re-parents position:sticky
     to it — the pinned stage then scrolls away and leaves 400vh of black
     track. overflow:clip keeps the guard without creating that container, and
     enhanced mode already requires CSS.supports('overflow','clip'), so the
     browsers that reach this rule can honour it. Specificity must beat .t3s. */
  .t3s.t3s-protection--lens-scroll {
    overflow: clip;
  }

  .t340ls {
    --t340ls-blue: #3b78ff;
    --t340ls-copy: rgba(255, 255, 255, 0.72);
    display: block;
    width: 100%;
    margin-inline: 0;
    color: #fff;
    background: #000;
    overflow: clip;
  }

  .t340ls[hidden] {
    display: none;
  }

  .t340ls--ready {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

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

  .t340ls__section,
  .t340ls__track {
    position: relative;
    width: 100%;
    background: #000;
  }

  .t340ls__sticky {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    padding: clamp(72px, 9vw, 128px) clamp(20px, 6vw, 88px);
    overflow: clip;
  }

  .t340ls__backdrop {
    position: absolute;
    inset: 0;
    background: #000;
    pointer-events: none;
  }

  .t340ls__copy-stack {
    position: relative;
    z-index: 1;
  }

  .t340ls__image-placeholder {
    position: relative;
    z-index: 1;
    width: min(46%, 260px);
    aspect-ratio: 1;
    border: 1px solid rgba(93, 137, 255, 0.42);
    border-radius: 50%;
    background:
      radial-gradient(circle at 50% 50%, #05070d 0 22%, rgba(44, 91, 205, 0.35) 23% 27%, #090d17 28% 41%, rgba(93, 137, 255, 0.3) 42% 44%, #030407 45% 100%);
    box-shadow: 0 0 48px rgba(43, 97, 234, 0.18);
    opacity: 0.76;
    transform: scale(var(--t340ls-lens-scale, 1));
  }

  .t340ls__scene-layer {
    display: none;
  }

  .t340ls__copy-stack {
    display: grid;
    gap: clamp(64px, 9vw, 132px);
    width: min(100%, 1240px);
    margin: 0 auto;
  }

  .t340ls__copy-scene {
    position: relative;
    max-width: 920px;
    padding: clamp(28px, 5vw, 56px) 0;
  }

  .t340ls__copy-scene--overview,
  .t340ls__copy-scene--manifesto {
    max-width: 1080px;
    margin-inline: auto;
    text-align: center;
  }

  .t340ls__overview-heading,
  .t340ls__overview-subtitle,
  .t340ls__copy-scene h3,
  .t340ls__copy-scene p {
    margin-top: 0;
  }

  .t340ls__overview-heading {
    margin-bottom: clamp(18px, 2.4vw, 34px);
    color: rgba(255, 255, 255, 0.62);
    font-size: clamp(36px, 5.6vw, 84px);
    line-height: 1.06;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }

  .t340ls__overview-subtitle {
    max-width: 980px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(22px, 2.5vw, 38px);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }

  .t340ls__copy-scene--manifesto p {
    /* The sentence break is authored in the setting. Without this, text-wrap
       balance equalises the two lines by pulling 'One' up to the first. */
    white-space: pre-line;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(21px, 3vw, 42px);
    font-weight: 600;
    line-height: 1.35;
    text-shadow: 0 2px 24px #000, 0 0 56px rgba(0, 0, 0, 0.96);
    text-wrap: balance;
  }

  .t340ls__fallback-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: min(62vh, 680px);
    min-height: min(62svh, 680px);
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: 20px;
    background: radial-gradient(circle at 50% 48%, rgba(38, 88, 205, 0.2), transparent 54%);
  }

  .t340ls__fallback-media picture {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
  }

  .t340ls__fallback-media img {
    display: block;
    width: 100%;
    max-height: min(62vh, 680px);
    max-height: min(62svh, 680px);
    object-fit: contain;
    transform: scale(var(--t340ls-lens-scale, 1));
  }

  .t340ls__lens-copy {
    max-width: 520px;
  }

  .t340ls__copy-scene--right {
    margin-left: auto;
  }

  .t340ls__eyebrow {
    margin-bottom: 12px;
    color: var(--t340ls-blue);
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .t340ls__copy-scene--lens h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }

  .t340ls__line-origin {
    display: block;
    width: 100%;
    height: 1px;
    margin: clamp(22px, 3vh, 34px) 0;
    background: rgba(255, 255, 255, 0.5);
  }

  .t340ls__body {
    margin-bottom: 0;
    color: var(--t340ls-copy);
    font-size: clamp(17px, 1.55vw, 21px);
    line-height: 1.55;
  }

  .t340ls__fallback-specs {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.7;
  }


  .t340ls--ready .t340ls__track {
    height: var(--t340ls-track-height-vh);
    height: var(--t340ls-track-height-svh);
  }

  .t340ls--ready .t340ls__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100svh;
    min-height: 0;
    padding: 0;
    isolation: isolate;
  }

  .t340ls--ready .t340ls__backdrop,
  .t340ls--ready .t340ls__copy-stack {
    position: absolute;
    inset: 0;
  }

  .t340ls--ready .t340ls__scene-layer {
    position: absolute;
    inset: 0;
    display: block;
    pointer-events: none;
  }

  .t340ls--ready .t340ls__scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: var(--t340ls-scene-bg-opacity, 0);
    transform: translateX(var(--t340ls-scene-bg-x, 0vw)) scale(var(--t340ls-scene-bg-scale, 1));
    transform-origin: 50% 42%;
  }

  .t340ls--ready .t340ls__scene[data-t340ls-near] {
    will-change: opacity, transform;
  }

  .t340ls--ready .t340ls__scene picture,
  .t340ls--ready .t340ls__scene-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .t340ls--ready .t340ls__scene-image {
    object-fit: cover;
    object-position: center;
  }

  .t340ls__scene-scrim {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.12) 26%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.66) 100%),
      rgba(0, 0, 0, 0.14);
    pointer-events: none;
  }

  .t340ls__scene-callout {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: var(--t340ls-scene-callout-opacity, 0);
    pointer-events: none;
  }

  .t340ls__scene-callout path {
    fill: none;
    stroke: rgba(255, 255, 255, 0.62);
    stroke-width: 1;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: var(--t340ls-scene-length, 0);
    stroke-dashoffset: calc(var(--t340ls-scene-length, 0) * (1 - var(--t340ls-scene-draw, 0)));
  }

  .t340ls__scene:not([data-t340ls-scene-geometry-ready]) .t340ls__scene-callout {
    opacity: 0;
  }

  .t340ls__scene-info {
    position: absolute;
    display: grid;
    gap: clamp(9px, 1.2vh, 13px);
    max-width: min(40vw, 490px);
    opacity: var(--t340ls-scene-info, 0);
    transform: translateY(calc((1 - var(--t340ls-scene-info, 0)) * 10px));
  }

  .t340ls__scene-info-title {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 2.1vw, 32px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.015em;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.85);
    text-wrap: balance;
  }

  .t340ls__scene-info-rule {
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
  }

  .t340ls__scene-info-specs {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.45;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.85);
  }

  .t340ls__scene-info-specs li + li {
    margin-top: clamp(2px, 0.3vh, 3px);
  }

  .t340ls__scene-info-specs li {
    opacity: var(--t340ls-scene-specs, 0);
  }

  .t340ls__scene-info--right {
    text-align: right;
  }

  .t340ls--ready .t340ls__copy-stack {
    z-index: 3;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    pointer-events: none;
  }

  .t340ls--ready .t340ls__copy-scene {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    margin: 0;
    padding: clamp(76px, 8vw, 124px) clamp(28px, 8vw, 132px);
    opacity: var(--t340ls-copy-opacity, 0);
    transform:
      translate3d(0, var(--t340ls-copy-y, 24px), 0)
      scale(var(--t340ls-copy-scale, 0.98));
  }

  .t340ls--ready .t340ls__copy-scene[data-t340ls-near] {
    will-change: opacity, transform;
  }

  .t340ls--ready .t340ls__copy-scene--overview {
    align-items: center;
    justify-content: center;
    padding: clamp(56px, 8vw, 120px);
  }

  .t340ls--ready .t340ls__copy-scene--manifesto {
    align-items: center;
  }

  .t340ls--ready .t340ls__copy-scene--manifesto p {
    max-width: 1180px;
  }

  .t340ls--ready .t340ls__copy-scene--lens {
    position: absolute;
    inset: auto;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    opacity: 1;
    transform: none;
    white-space: nowrap;
  }

  .t340ls--ready .t340ls__fallback-media {
    display: none;
  }






  @media (max-width: 749px) {
    .t340ls__sticky {
      padding: 64px 20px;
    }

    .t340ls__copy-stack {
      gap: 72px;
    }

    .t340ls__copy-scene {
      padding-block: 28px;
    }

    .t340ls__overview-heading {
      font-size: clamp(34px, 10vw, 46px);
    }

    .t340ls__overview-subtitle {
      max-width: 30ch;
      font-size: clamp(18px, 5vw, 24px);
      line-height: 1.24;
    }

    .t340ls__copy-scene--manifesto p {
      /* Too narrow to honour the authored break — let it reflow. */
      white-space: normal;
      font-size: clamp(20px, 6.2vw, 28px);
      line-height: 1.38;
    }

    .t340ls__copy-scene--lens h3 {
      font-size: clamp(34px, 10vw, 46px);
    }

    .t340ls__scene-info {
      max-width: min(78vw, 340px);
    }

    .t340ls__scene-info-title {
      font-size: clamp(19px, 5.4vw, 24px);
    }

    .t340ls__scene-info-specs {
      font-size: 14px;
      line-height: 1.4;
    }

    .t340ls--ready .t340ls__copy-scene {
      justify-content: flex-start;
      padding:
        max(62px, calc(env(safe-area-inset-top) + 42px))
        20px
        max(28px, env(safe-area-inset-bottom));
    }

    .t340ls--ready .t340ls__copy-scene--overview {
      align-items: center;
      justify-content: center;
      padding: 56px 24px;
    }

    .t340ls--ready .t340ls__copy-scene--manifesto {
      justify-content: center;
    }

    .t340ls__lens-copy {
      max-width: 34ch;
    }

    .t340ls__line-origin {
      margin-block: 18px;
    }


  @media (prefers-reduced-motion: reduce), (max-height: 559px) and (orientation: landscape) {
    .t340ls *,
    .t340ls *::before,
    .t340ls *::after {
      transition: none !important;
      animation: none !important;
    }
  }
/* END_SNIPPET:t340-lens-scroll */