.concept-brand img {
  width: 190px;
  height: auto;
  border-radius: 0;
  filter: invert(1);
}

.concept-brand strong {
  display: none;
}

.concept-prelander-open {
  overflow: hidden;
}

.concept-prelander[hidden] {
  display: none;
}

.concept-prelander {
  position: fixed;
  z-index: 9998;
  inset: 0;
  overflow-y: auto;
  background: #f3f1eb;
  color: #101317;
  font-family: "DM Sans", sans-serif;
}

.prelander-shell {
  width: min(100%, 1600px);
  min-height: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
}

.prelander-header,
.concept-prelander footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  border-bottom: 1px solid rgba(16, 19, 23, .16);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Keep primary actions legible when the section uses the ink background. */
.motion-proof .btn,
.story-resolution .btn {
  border-color: #f4f3ef;
  background: #f4f3ef;
  color: #101317;
}

/* Editorial motion: one quiet entrance per decision point, never perpetual movement. */
.motion-ready .premium-reveal {
  opacity: 1;
  transform: none;
}

.motion-ready .premium-reveal.is-visible {
  animation: premiumReveal .8s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes premiumReveal {
  from { opacity: .18; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

.motion-ready .comparison-row.premium-reveal:nth-of-type(2),
.motion-ready .story-chapter.premium-reveal:nth-child(2),
.motion-ready .process-card.premium-reveal:nth-child(2) {
  transition-delay: .08s;
}

.motion-ready .comparison-row.premium-reveal:nth-of-type(3),
.motion-ready .story-chapter.premium-reveal:nth-child(3),
.motion-ready .process-card.premium-reveal:nth-child(3) {
  transition-delay: .16s;
}

.motion-ready .comparison-row.premium-reveal:nth-of-type(4),
.motion-ready .story-chapter.premium-reveal:nth-child(4),
.motion-ready .process-card.premium-reveal:nth-child(4) {
  transition-delay: .24s;
}

.story-chapter img,
.result-image img,
.nutrition-video video {
  transition: transform 1.1s cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) {
  .story-chapter:hover img,
  .result-image:hover img,
  .nutrition-video:hover video {
    transform: scale(1.025);
  }
}

.prelander-logo {
  width: 116px;
  height: auto;
}

.prelander-hero {
  display: grid;
  justify-items: start;
  align-content: center;
  min-height: min(760px, calc(100vh - 88px));
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.prelander-eyebrow {
  margin: 0 0 1.4rem;
  color: #67796d;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.prelander-hero h1 {
  max-width: 1100px;
  margin: 0;
  font: 500 clamp(3.4rem, 7.6vw, 8.2rem)/.91 "Playfair Display", serif;
  letter-spacing: -.055em;
}

.prelander-hero h1 em {
  color: #748a7b;
  font-weight: 400;
}

.prelander-lede {
  max-width: 720px;
  margin: 2.4rem 0 2rem;
  color: #525b57;
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  line-height: 1.65;
}

.prelander-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-height: 58px;
  padding: 0 1.5rem;
  border: 1px solid #101317;
  border-radius: 999px;
  background: #101317;
  color: #fff;
  font: 750 .75rem/1 "DM Sans", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.prelander-cta:hover {
  transform: translateY(-2px);
  background: transparent;
  color: #101317;
}

.prelander-path {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(16, 19, 23, .16);
  border-bottom: 1px solid rgba(16, 19, 23, .16);
}

.prelander-path span {
  font: 650 .74rem/1 "DM Sans", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.prelander-path b {
  margin-right: .4rem;
  color: #748a7b;
}

.prelander-path i {
  height: 1px;
  background: rgba(16, 19, 23, .24);
}

.prelander-comparison {
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.prelander-section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

.prelander-section-heading .prelander-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.prelander-section-heading h2,
.prelander-close h2 {
  margin: 0;
  font: 500 clamp(2.8rem, 5vw, 5.6rem)/.98 "Playfair Display", serif;
  letter-spacing: -.045em;
}

.prelander-section-heading > p:last-child {
  max-width: 520px;
  margin: .5rem 0 0;
  color: #5b625f;
  line-height: 1.7;
}

.comparison-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(0, 1fr) 160px;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: start;
  padding: 2.4rem 0;
  border-top: 1px solid rgba(16, 19, 23, .16);
}

.comparison-row:last-child {
  border-bottom: 1px solid rgba(16, 19, 23, .16);
}

.comparison-number,
.comparison-row small {
  color: #7c8580;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.comparison-row h3 {
  margin: .55rem 0 .65rem;
  font: 500 clamp(1.45rem, 2vw, 2rem)/1.05 "Playfair Display", serif;
}

.comparison-row p {
  max-width: 430px;
  margin: 0;
  color: #626965;
  font-size: .9rem;
  line-height: 1.6;
}

.comparison-new {
  padding-left: clamp(1rem, 2vw, 2rem);
  border-left: 2px solid #9fb2a4;
}

.comparison-new small,
.comparison-row > strong {
  color: #647c6b;
}

.comparison-row > strong {
  align-self: center;
  font-size: .68rem;
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase;
}

.prelander-close {
  margin: 0 calc(-1 * clamp(1.25rem, 5vw, 5rem));
  padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 8vw, 9rem);
  background: #11171a;
  color: #f3f1eb;
  text-align: center;
}

.prelander-close .prelander-eyebrow {
  color: #a9beae;
}

.prelander-close > p:not(.prelander-eyebrow) {
  max-width: 720px;
  margin: 2rem auto;
  color: #bdc4c1;
  line-height: 1.75;
}

.prelander-outcomes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 2rem 0 2.5rem;
}

.prelander-outcomes span {
  padding: .7rem 1rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #d9dedb;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.prelander-cta-light {
  border-color: #dce6de;
  background: #dce6de;
  color: #11171a;
}

.prelander-cta-light:hover {
  border-color: #fff;
  color: #fff;
}

.concept-prelander footer {
  border-top: 1px solid rgba(16, 19, 23, .16);
  border-bottom: 0;
  color: #757d79;
}

@media (max-width: 800px) {
  .prelander-header {
    min-height: 72px;
  }

  .prelander-logo {
    width: 94px;
  }

  .prelander-hero {
    min-height: auto;
  }

  .prelander-hero h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .prelander-path {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .prelander-path i {
    display: none;
  }

  .prelander-section-heading {
    grid-template-columns: 1fr;
  }

  .comparison-row {
    grid-template-columns: 34px 1fr;
    gap: 1rem;
  }

  .comparison-row > div,
  .comparison-row > strong {
    grid-column: 2;
  }

  .comparison-new {
    margin-top: .75rem;
  }

  .comparison-row > strong {
    justify-self: start;
    margin-top: .5rem;
    text-align: left;
  }

  .concept-prelander footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    min-height: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prelander-cta {
    transition: none;
  }

  .motion-ready .premium-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Sticky original-song player */
.mobile-cta {
  display: none !important;
}

body {
  padding-bottom: 0;
}

body .footer {
  padding-bottom: calc(2rem + 88px) !important;
}

.rebuilt-player {
  position: fixed;
  z-index: 80;
  right: 14px;
  bottom: 12px;
  left: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: min(calc(100% - 28px), 920px);
  min-height: 68px;
  margin: 0 auto;
  padding: 7px 7px 7px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(12, 17, 22, .94);
  color: #fff;
  box-shadow: 0 18px 55px rgba(12, 17, 22, .28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-family: "DM Sans", sans-serif;
}

.rebuilt-audio {
  display: grid;
  grid-template-columns: 44px minmax(112px, 170px) minmax(100px, 1fr) 42px;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.rebuilt-play {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: #dfe8e1;
  color: #101317;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.rebuilt-play:hover {
  transform: scale(1.04);
  background: #fff;
}

.rebuilt-play:focus-visible,
.rebuilt-progress:focus-visible,
.rebuilt-cta:focus-visible {
  outline: 3px solid #9fb2a4;
  outline-offset: 3px;
}

.rebuilt-play-icon {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.rebuilt-player.is-playing .rebuilt-play-icon {
  width: 9px;
  height: 12px;
  margin-left: 0;
  border: 0;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.rebuilt-track {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.05;
}

.rebuilt-track span {
  margin-bottom: .35rem;
  color: #aeb9b2;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rebuilt-track strong {
  overflow: hidden;
  font: 500 1.15rem/1 "Playfair Display", serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rebuilt-progress {
  width: 100%;
  height: 18px;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.rebuilt-progress::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #b9c8ba var(--song-progress, 0%), rgba(255, 255, 255, .22) var(--song-progress, 0%));
}

.rebuilt-progress::-webkit-slider-thumb {
  width: 11px;
  height: 11px;
  margin-top: -4px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}

.rebuilt-progress::-moz-range-track {
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .22);
}

.rebuilt-progress::-moz-range-progress {
  height: 3px;
  background: #b9c8ba;
}

.rebuilt-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: #fff;
}

.rebuilt-time {
  color: #b9c1bd;
  font-size: .7rem;
  font-variant-numeric: tabular-nums;
}

.rebuilt-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 52px;
  margin-left: 14px;
  padding: 0 1.25rem;
  border-radius: 16px;
  background: #dfe8e1;
  color: #101317;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}

.rebuilt-cta:hover {
  background: #fff;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  body {
    padding-bottom: 0;
  }

  body .footer {
    padding-bottom: calc(2rem + 108px) !important;
  }

  .rebuilt-player {
    right: 8px;
    bottom: 8px;
    left: 8px;
    grid-template-columns: 1fr auto;
    width: calc(100% - 16px);
    padding: 8px;
    border-radius: 19px;
  }

  .rebuilt-audio {
    grid-template-columns: 40px minmax(84px, 1fr) 38px;
    gap: 9px;
  }

  .rebuilt-play {
    width: 40px;
    height: 40px;
  }

  .rebuilt-progress {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 13px;
  }

  .rebuilt-track span {
    font-size: .52rem;
  }

  .rebuilt-track strong {
    font-size: 1rem;
  }

  .rebuilt-cta {
    min-height: 48px;
    margin-left: 8px;
    padding: 0 .9rem;
    font-size: .64rem;
  }
}

/* Content stays stable while the authored interactive motion remains. */
.motion-ready .premium-reveal.is-visible,
.premium-motion .motion-headline.motion-in {
  animation: none !important;
}

@media (max-width: 700px) {
  body .marquee {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: .85rem 0 !important;
    overflow: hidden !important;
  }

  body .marquee-track {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    width: max-content !important;
    font-size: .68rem;
    line-height: 1;
    animation: tickerLoop 38s linear infinite !important;
    will-change: transform;
  }

  body .marquee-track span {
    flex: 0 0 auto;
    margin-right: 2rem !important;
  }

  body .marquee-track span:after {
    margin-left: 2rem !important;
  }
}

/* Premium motion system */
.premium-motion .hero-visual {
  transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.premium-motion .hero-main img {
  transform: scale(1.035) translate3d(calc(var(--hero-x, 0px) * -.28), calc(var(--hero-y, 0px) * -.28), 0);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}

.premium-motion .motion-headline {
  opacity: 1;
  clip-path: none;
  transform: none;
  filter: none;
  overflow: visible;
  padding-bottom: .08em;
}

.premium-motion .motion-headline.motion-in {
  animation: headlineReveal .9s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes headlineReveal {
  from { opacity: .12; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.premium-motion .story-chapter {
  transition: opacity .65s ease, transform .85s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease;
}

.premium-motion .story-chapter.is-visible {
  box-shadow: 0 26px 64px rgba(12, 17, 22, .2);
}

.premium-motion .service {
  opacity: .62;
  transform: scale(.975);
  transition: opacity .55s ease, transform .55s cubic-bezier(.22, 1, .36, 1), border-color .55s ease, box-shadow .55s ease;
}

.premium-motion .service.is-active,
.premium-motion .service:hover,
.premium-motion .service:focus-within {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(185, 200, 186, .72);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .2);
}

.premium-motion .message-reveal.is-typing .message-teaser > *:not(.message-reveal-hint) {
  opacity: .18;
}

.premium-motion .message-reveal.is-typing .message-reveal-hint:before {
  width: 3.25rem;
  height: 1.4rem;
  border: 0;
  border-radius: 999px;
  background: radial-gradient(circle at 20% 50%, #fff 0 3px, transparent 4px), radial-gradient(circle at 50% 50%, #fff 0 3px, transparent 4px), radial-gradient(circle at 80% 50%, #fff 0 3px, transparent 4px);
  animation: typingPulse .8s ease-in-out infinite alternate;
  transform: translateX(-50%);
}

.premium-motion .message-reveal.is-typing .message-reveal-hint:after {
  content: "PRISCILLIA IS REPLYING";
}

.premium-motion .message-reveal.revealed img {
  animation: conversationFocus .6s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes typingPulse {
  from { opacity: .4; transform: translateX(-50%) scale(.96); }
  to { opacity: 1; transform: translateX(-50%) scale(1.04); }
}

@keyframes conversationFocus {
  from { filter: blur(5px); transform: scale(1.025); }
  to { filter: none; transform: none; }
}

.editorial-video {
  position: relative;
  isolation: isolate;
}

.editorial-video:after {
  content: "NOW PLAYING";
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  padding: .52rem .68rem;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(12, 17, 22, .4);
  color: #fff;
  font: 700 .62rem/1 "DM Sans", sans-serif;
  letter-spacing: .12em;
  backdrop-filter: blur(12px);
}

.video-progress {
  position: absolute;
  z-index: 4;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  height: 2px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, .28);
  pointer-events: none;
}

.video-progress:after {
  content: "";
  display: block;
  width: var(--video-progress, 0%);
  height: 100%;
  background: #fff;
  transition: width .2s linear;
}

.motion-button {
  position: relative;
  overflow: hidden;
  transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0);
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), background .25s ease, color .25s ease, border-color .25s ease;
}

.motion-button:before {
  content: "";
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
  transform: skewX(-18deg);
  transition: left .65s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.motion-button:hover:before {
  left: 120%;
}

.motion-button:active {
  transform: translate3d(var(--magnet-x, 0), calc(var(--magnet-y, 0) + 2px), 0) scale(.98);
}

/* Preserve clean section flow; depth comes from motion rather than overlap. */
.results {
  position: relative;
  z-index: 3;
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
}

.nutrition-proof {
  position: relative;
  z-index: 2;
  margin-top: 0;
  border-radius: 0;
  overflow: hidden;
}

.final {
  --final-progress: 0;
  isolation: isolate;
  color: #101317;
  background: #e7cbd0;
  transition: color .25s linear;
}

.final:before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: #718278;
  opacity: var(--final-progress);
  color: transparent;
  font-size: 0;
}

.final:after {
  z-index: -1;
}

.premium-motion .final h2 {
  filter: none;
}

.premium-motion .final p,
.premium-motion .final .eyebrow {
  transition: color .35s ease;
}

.premium-motion .final[style*="--final-progress: 1"] {
  color: #fff;
}

.premium-motion .final.final-dark {
  color: #fff;
}

.ig-social-bar .instagram-proof {
  width: auto;
  min-width: 0;
  max-width: 220px;
  padding: .65rem .9rem;
}

.ig-social-bar .instagram-proof svg {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.ig-social-bar .proof-detail strong {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}

@media (max-width: 850px) {
  .premium-motion .service {
    opacity: .8;
  }

  .results {
    margin-top: -1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-motion .hero-visual,
  .premium-motion .hero-main img,
  .premium-motion .motion-headline,
  .premium-motion .story-chapter,
  .premium-motion .service,
  .motion-button {
    opacity: 1;
    clip-path: none;
    transform: none;
    filter: none;
    animation: none;
    transition: none;
  }
}

@media (min-width: 851px) {
  body .social-story .story-chapters {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(.65rem, 1vw, 1rem) !important;
    width: min(calc(100% - 2 * var(--pad)), 1450px);
    margin: 0 auto;
    padding: 1rem 0 2rem;
    overflow: visible !important;
    scroll-snap-type: none !important;
    -webkit-mask-image: none;
    mask-image: none;
    cursor: default;
  }

  body .social-story .story-chapter {
    width: 100% !important;
    min-width: 0 !important;
    min-height: clamp(420px, 34vw, 510px) !important;
    flex: initial !important;
    scroll-snap-align: none !important;
  }

  .social-story .rail-controls {
    display: none !important;
  }
}

@media (min-width: 851px) and (max-width: 1100px) {
  .story-chapters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-chapter {
    min-height: 470px !important;
  }
}

/* Mobile hero: keep one compact nav clearance instead of stacking
   padding on both the section and its copy column. */
@media (max-width: 960px) {
  body .hero {
    padding-top: 5.75rem !important;
  }

  body .hero-copy {
    padding-top: 1rem !important;
  }
}

@media (max-width: 620px) {
  body .hero {
    padding: 5.5rem 1.25rem 3.5rem !important;
    gap: 2rem;
  }

  body .hero-copy {
    padding-top: .5rem !important;
  }
}

/* Give the Saqen mark stronger presence on the private preview gate. */
.concept-brand img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 14px !important;
}

/* Desktop hero: avoid stacking the section and copy-column offsets. */
@media (min-width: 961px) {
  body .hero {
    padding-top: 6rem !important;
  }

  body .hero-copy {
    padding-top: 1.5rem !important;
  }
}

@media (max-width: 850px) {
  body .social-story .story-swipe {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    margin: -.65rem var(--pad) .8rem !important;
    padding: .7rem 1rem !important;
    border: 1px solid rgba(12, 17, 22, .18) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--ink) !important;
    box-shadow: 0 8px 20px rgba(12, 17, 22, .08) !important;
    font-size: .73rem !important;
    font-weight: 800;
    letter-spacing: .08em !important;
    line-height: 1;
  }

  body .social-story .story-swipe::before {
    display: none !important;
  }
}
