body {
  font-size: 12px;
}

h1 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.pca-hold.iphone-6 {
  width: 154px;
  padding: 3px;
  border-radius: 16.95px;
  overflow: hidden;
}

.pca-hold.iphone-6 .pca-main {
  display: block;
  position: relative;
  background-color: #1D1F20;
  border: 4.5px solid #1d2d2d;
  border-top: 34.5px solid #1d2d2d;
  border-bottom: 35.4px solid #1d2d2d;
  border-radius: 16.95px;
  height: 307.8px;
  box-shadow: 0 0 0 1.5px #C6C7CA;
}

.pca-hold.iphone-6.iphone-6--on .pca-main {
  background-color: #efefef;
}

.pca-hold.iphone-6 .pca-main:after {
  content: "";
  position: absolute;
  top: -19.5px;
  left: 55%;
  transform: translate(-50%, 0);
  width: 4.5px;
  height: 4.5px;
  background-color: #959595;
  border-radius: 100%;
  transform: translate(-27px, 0);
}

.pca-hold.iphone-6 .pca-main:before {
  content: "";
  position: absolute;
  top: -7.5px;
  left: 55%;
  opacity: 1;
  width: 30px;
  height: 1.5px;
  transform: translate(-13.5px, -11.25px);
  border-radius: 1.5px;
  background-color: #959595;
}

.pca-hold.iphone-6.iphone-6--on .pca-inner {
  display: block;
  height: 100%;
  box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.5);
}

.pca-hold.iphone-6 .pca-sub {
  display: block;
  text-align: center;
  position: relative;
  height: 0;
}

.pca-hold.iphone-6 .pca-sub .pca-bot {
  border-radius: 100%;
  width: 21px;
  height: 21px;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  z-index: 2;
  box-shadow: 0 0 0 1.65px #636670;
  transform: translate(0, -28.2px);
}

.pca-hold.circle-animation {
  width: 356px;
}

.pca-hold.circle-animation .pca-main {
  display: block;
  position: relative;
  background: linear-gradient(#A1E5E5, #1987AA);
  border: 10.68px solid #fff;
  border-top: 81.88px solid #fff;
  border-bottom: 84.016px solid #fff;
  border-radius: 40.228px;
  height: 730.512px;
  box-shadow: 0 0 0 3.56px #C6C7CA;
}

.pca-hold.circle-animation .pca-main:after {
  content: "";
  position: absolute;
  top: -46.28px;
  left: 55%;
  transform: translate(-50%, 0);
  width: 10.68px;
  height: 10.68px;
  background-color: #959595;
  border-radius: 100%;
  transform: translate(-64.08px, 0);
}

.pca-hold.circle-animation .pca-main:before {
  content: "";
  position: absolute;
  top: -17.8px;
  left: 55%;
  opacity: 1;
  width: 71.2px;
  height: 3.56px;
  transform: translate(-32.04px, -26.7px);
  border-radius: 3.56px;
  background-color: #959595;
}

.pca-hold.circle-animation .pca-inner {
  display: block;
  height: 100%;
  overflow: hidden;
}

.pca-hold.circle-animation .pca-sub {
  display: block;
  text-align: center;
  position: relative;
  height: 0;
}

.pca-hold.circle-animation .pca-sub .pca-bot {
  border-radius: 100%;
  width: 49.84px;
  height: 49.84px;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  z-index: 2;
  box-shadow: 0 0 0 3.916px #636670;
  transform: translate(0, -66.928px);
}

.shine-effect:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.shine-effect:hover:before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 150%;
  }
}

@keyframes shine {
  100% {
    left: 150%;
  }
}
section {
  position: relative;
  overflow: hidden;
}
section:nth-of-type(1) {
  background-color: #1F1F1F;
  color: #fff;
}
section:nth-of-type(1) p {
  color: #efefef;
}
section:nth-of-type(2) {
  background-color: #B73939;
  color: #fff;
}
section:nth-of-type(2) p {
  color: #efefef;
}
section:nth-of-type(3) {
  background-color: #fff;
  color: #1F1F1F;
}
section:nth-of-type(3) p {
  color: #666;
}
section .bg-image {
  width: 100%;
  height: 125%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
  filter: blur(4px);
  transform: translate3d(0, 25%, 0);
  transition: transform 1s ease;
}
section .bg-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.copy {
  width: 40%;
  max-width: 500px;
  padding: 0 15px;
  position: absolute;
}

.circle {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: none;
  border-radius: 50%;
  -webkit-animation: circle 30s linear infinite alternate;
          animation: circle 30s linear infinite alternate;
}

@-webkit-keyframes circle {
  0% {
    box-shadow: rgba(255, 255, 255, 0.1) 160px 335px, rgba(255, 255, 255, 0.1) 120px 275px 0 12px, rgba(255, 255, 255, 0.1) 60px 355px 0 23px, rgba(255, 255, 255, 0.1) 230px 445px 0 -8px, rgba(255, 255, 255, 0.1) 60px 125px, rgba(255, 255, 255, 0.1) 260px 145px 0 12px, rgba(255, 255, 255, 0.1) 300px 145px 0 23px, rgba(255, 255, 255, 0.1) 100px 85px 0 -8px, rgba(255, 255, 255, 0.1) 350px 555px, rgba(255, 255, 255, 0.1) 350px 273px 0 -2px, rgba(255, 255, 255, 0.1) 150px 355px 0 23px, rgba(255, 255, 255, 0.1) 180px 205px 0 -8px, rgba(255, 255, 255, 0.1) 0px 0px 0 -8px, rgba(255, 255, 255, 0.1) 100px 555px 0 10px;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.1) 70px 10px, rgba(255, 255, 255, 0.1) 300px 205px 0 12px, rgba(255, 255, 255, 0.1) 0px 155px 0 23px, rgba(255, 255, 255, 0.1) 330px 45px 0 -8px, rgba(255, 255, 255, 0.1) 460px 325px, rgba(255, 255, 255, 0.1) 0px 445px 0 12px, rgba(255, 255, 255, 0.1) 300px 145px 0 23px, rgba(255, 255, 255, 0.1) 100px 85px 0 -8px, rgba(255, 255, 255, 0.1) 50px 155px, rgba(255, 255, 255, 0.1) 150px 273px 0 -2px, rgba(255, 255, 255, 0.1) 0px 555px 0 23px, rgba(255, 255, 255, 0.1) 180px 5px 0 -8px, rgba(255, 255, 255, 0.1) 300px 555px 0 -8px, rgba(255, 255, 255, 0.1) 350px 355px 0 10px;
  }
}

@keyframes circle {
  0% {
    box-shadow: rgba(255, 255, 255, 0.1) 160px 335px, rgba(255, 255, 255, 0.1) 120px 275px 0 12px, rgba(255, 255, 255, 0.1) 60px 355px 0 23px, rgba(255, 255, 255, 0.1) 230px 445px 0 -8px, rgba(255, 255, 255, 0.1) 60px 125px, rgba(255, 255, 255, 0.1) 260px 145px 0 12px, rgba(255, 255, 255, 0.1) 300px 145px 0 23px, rgba(255, 255, 255, 0.1) 100px 85px 0 -8px, rgba(255, 255, 255, 0.1) 350px 555px, rgba(255, 255, 255, 0.1) 350px 273px 0 -2px, rgba(255, 255, 255, 0.1) 150px 355px 0 23px, rgba(255, 255, 255, 0.1) 180px 205px 0 -8px, rgba(255, 255, 255, 0.1) 0px 0px 0 -8px, rgba(255, 255, 255, 0.1) 100px 555px 0 10px;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.1) 70px 10px, rgba(255, 255, 255, 0.1) 300px 205px 0 12px, rgba(255, 255, 255, 0.1) 0px 155px 0 23px, rgba(255, 255, 255, 0.1) 330px 45px 0 -8px, rgba(255, 255, 255, 0.1) 460px 325px, rgba(255, 255, 255, 0.1) 0px 445px 0 12px, rgba(255, 255, 255, 0.1) 300px 145px 0 23px, rgba(255, 255, 255, 0.1) 100px 85px 0 -8px, rgba(255, 255, 255, 0.1) 50px 155px, rgba(255, 255, 255, 0.1) 150px 273px 0 -2px, rgba(255, 255, 255, 0.1) 0px 555px 0 23px, rgba(255, 255, 255, 0.1) 180px 5px 0 -8px, rgba(255, 255, 255, 0.1) 300px 555px 0 -8px, rgba(255, 255, 255, 0.1) 350px 355px 0 10px;
  }
}
.layout--copy-right.active .bg-image {
  transform: translate3d(0, 0, 0);
}
.layout--copy-right.active .iphone-6 {
  transform: translate3d(-125%, -60%, 0);
}
.layout--copy-right.active .iphone-6.iphone-6--on {
  transform: translate3d(-100%, -40%, 0);
}
.layout--copy-right .iphone-6 {
  margin-left: -10%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate3d(-125%, -75%, 0);
  transition: transform 1s ease;
}
.layout--copy-right .iphone-6.iphone-6--on {
  z-index: 2;
  transform: translate3d(-100%, -125%, 0);
}
.layout--copy-right .copy {
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.layout--copy-top.active .pca-hold {
  transform: translate3d(-50%, -30%, 0);
}
.layout--copy-top .pca-hold {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, 50%, 0);
  transition: transform 1s ease;
}
.layout--copy-top .copy {
  width: 100%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.layout--copy-left.active .pca-hold {
  transform: translate3d(-20%, -50%, 0) scale(0.5);
}
.layout--copy-left .pca-hold {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(100%, -100%, 0);
  transition: transform 1s ease;
}
.layout--copy-left .copy {
  text-align: right;
  margin-left: -5%;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
}


@media screen and (max-width: 768px) {
  /* Tame the background image so it’s not huge and offset */
  section .bg-image {
    height: 200px !important;           /* pick a reasonable hero height */
    transform: none !important;         /* no vertical shift */
    background-size: cover !important;  
    background-position: center center !important;
  }

  /* Fix the iPhone mockup to a sensible width */
  .pca-hold.iphone-6 {
    width: 200px !important;            /* absolute width keeps it from blowing up */
    margin-bottom: 20px !important;
  }

  /* And its “on” variant too */
  .pca-hold.iphone-6.iphone-6--on {
    width: 200px !important;
  }

  /* Circle animation mockup was giant—shrink it */
  .pca-hold.circle-animation {
    width: 220px !important;            /* smaller than before */
    margin-bottom: 20px !important;
  }
  .pca-hold.circle-animation .pca-main {
    height: auto !important;            /* let height scale with width */
  }

  /* (Your copy rules are already stacking/centering text) */
}


/* ─── make every pagination bullet pure white ─── */

/* inactive bullets */
.onepage-pagination ul li a,
.onepage-pagination ul li.active a,
.onepage-pagination ul li a:focus {
  background-color: #fff !important;
  border: none             !important;
  box-shadow: none         !important;
}

/* active bullets */
.onepage-pagination ul li a.active,
.onepage-pagination ul li.active a,
.onepage-pagination ul li a:focus {
  background-color: #fff !important;
  border: 1px solid #fff   !important;
  box-shadow: none         !important;
}

.phone-image {
  display: block;
  margin: 250px auto 20px;  /* 60px space above, 20px below */
  width: 80%;
  max-width: 240px;
  height: auto;
}


html, body {
  margin: 0;
  padding: 0;
  background: #111; /* same as your section so it blends */
}


/* Fix mobile scroll + cut-off bottom sections
   + give every section a fixed height you can tweak */
   @media (max-width: 990px){

    /* ADJUST: change this one number to test heights (e.g., 720px, 85vh, 92dvh) */
    :root { --mobile-section-height: 92dvh; } /* ADJUST HERE */
  
    html, body { height:auto; min-height:100%; overflow-x:hidden; }
  
    /* Page wrapper sizing */
    .main, .content-for-layout, .page-width { min-height: 100%; }
  
    /* Force each section to a fixed height (scroll inside if it overflows) */
    .shopify-section,
    .section,
    .index-section {
      height: var(--mobile-section-height);      /* ADJUST HERE (fixed height) */
      min-height: var(--mobile-section-height);  /* ADJUST HERE */
      overflow: auto;                            /* Allow inner scrolling if needed */
      -webkit-overflow-scrolling: touch;
    }
  
    /* Use dynamic viewport units on supported browsers */
    @supports (height: 100dvh){
      :root { --mobile-section-height: 92dvh; } /* ADJUST HERE */
    }
  
    /* Ensure content isn't hidden behind sticky bars */
    .content-for-layout { padding-bottom: max(80px, env(safe-area-inset-bottom, 0px)); }
  
    /* Neutralize sticky elements that overlap bottom content
       (DELETE this line if you want to keep sticky bars) */
    .sticky-add-to-cart, .sticky { position: static !important; }
  
    /* If theme locks body scrolling on menus, allow page to scroll */
    body.no-scroll { overflow-y:auto !important; position:static !important; }
  }

  .main, body, html {
    min-height: 100vh;
  }

  