#brand-stories{
  position:relative;
  overflow:hidden;
  padding:128px 24px 104px;
  background:
    radial-gradient(circle at 50% 32%,rgba(64,224,208,.16),transparent 30%),
    radial-gradient(circle at 82% 18%,rgba(91,143,255,.14),transparent 34%),
    radial-gradient(circle at 16% 84%,rgba(232,221,181,.09),transparent 34%),
    linear-gradient(180deg,#000 0%,#030807 48%,#000 100%) !important;
  isolation:isolate;
}
#brand-stories::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:46px 46px;
  opacity:.28;
  mask-image:linear-gradient(180deg,transparent,#000 18%,#000 80%,transparent);
}
#brand-stories::after{
  content:"";
  position:absolute;
  left:50%;
  top:54%;
  z-index:-1;
  width:min(900px,82vw);
  height:260px;
  transform:translate(-50%,-50%);
  border-radius:999px;
  background:linear-gradient(90deg,rgba(232,221,181,.10),rgba(64,224,208,.20),rgba(91,143,255,.15));
  filter:blur(58px);
  opacity:.78;
  pointer-events:none;
}
.brand-stories-inner{
  width:min(100%,1220px);
  margin:0 auto;
}
.brand-stories-head{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.55fr);
  align-items:end;
  gap:48px;
  margin-bottom:26px;
}
.story-eyebrow,
.story-reel-info span,
.story-youtube-panel span,
.story-note span{
  color:#40e0d0;
  font-size:.78rem;
  line-height:1.35;
  font-weight:850;
  letter-spacing:0;
  text-transform:uppercase;
}
.story-title{
  margin:12px 0 0;
  max-width:850px;
  color:#f4f6fb;
  font-size:4.85rem;
  line-height:.96;
  letter-spacing:0;
  font-weight:900;
}
.story-title span{
  color:transparent;
  background:linear-gradient(110deg,#e8ddb5,#40e0d0,#5b8fff,#6644ff);
  -webkit-background-clip:text;
  background-clip:text;
}
.story-desc{
  margin:0;
  max-width:470px;
  color:rgba(245,247,251,.62);
  font-size:1rem;
  line-height:1.72;
}
.story-gallery-shell{
  position:relative;
  margin:0 calc(clamp(0px,3vw,28px) * -1);
  padding:34px 0 46px;
  perspective:1700px;
  perspective-origin:50% 48%;
  direction:ltr;
  overflow-x:auto;
  overflow-y:visible;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.can-scroll-stories .story-gallery-shell{
  cursor:grab;
}
.story-gallery-shell::-webkit-scrollbar{
  display:none;
}
.story-gallery-shell.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
}
.story-gallery-shell.is-single{
  overflow:visible;
}
.story-gallery{
  display:flex;
  align-items:center;
  gap:24px;
  width:max-content;
  min-width:100%;
  padding:34px max(28px,calc((100vw - 320px) / 2));
  transform-style:preserve-3d;
}
.story-gallery.is-single{
  width:100%;
  min-width:0;
  display:grid;
  place-items:center;
  padding:30px 0 34px;
}
.story-scroll-controls{
  display:none;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:-14px auto 18px;
  width:min(100%,520px);
}
.can-scroll-stories .story-scroll-controls{
  display:flex;
}
.story-scroll-btn{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:#f7fbff;
  background:
    radial-gradient(circle at 30% 0%,rgba(64,224,208,.20),transparent 44%),
    linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.025));
  box-shadow:
    0 18px 42px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.09);
  cursor:pointer;
  transition:transform .22s ease, opacity .22s ease, border-color .22s ease;
}
.story-scroll-btn:hover:not(:disabled){
  transform:translateY(-2px);
  border-color:rgba(64,224,208,.36);
}
.story-scroll-btn:disabled{
  opacity:.34;
  cursor:not-allowed;
}
.story-scroll-btn span{
  display:block;
  font-size:1.65rem;
  line-height:1;
  transform:translateY(-1px);
}
.story-scroll-meter{
  position:relative;
  width:min(260px,42vw);
  height:4px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.09);
}
.story-scroll-meter span{
  position:absolute;
  inset:0;
  border-radius:999px;
  background:linear-gradient(90deg,#e8ddb5,#40e0d0,#5b8fff);
  transform:scaleX(.18);
}
.story-empty{
  width:min(680px,86vw);
  min-height:260px;
  display:grid;
  place-items:center;
  padding:2rem;
  border:1px dashed rgba(255,255,255,.18);
  border-radius:26px;
  color:rgba(245,247,251,.64);
  background:rgba(255,255,255,.035);
  text-align:center;
  font-weight:850;
}
.story-reel-card{
  position:relative;
  width:258px;
  flex:0 0 258px;
  scroll-snap-align:center;
  cursor:pointer;
  outline:none;
  opacity:.5;
  filter:saturate(.78) brightness(.76);
  transform:translateZ(-190px) translateY(18px) scale(.72);
  transform-style:preserve-3d;
  transition:
    transform .52s cubic-bezier(.16,1,.3,1),
    opacity .36s ease,
    filter .36s ease;
}
.story-reel-card:focus-visible .story-device{
  box-shadow:
    0 0 0 3px rgba(64,224,208,.38),
    0 40px 100px rgba(0,0,0,.56);
}
.story-gallery.is-single .story-reel-card{
  width:340px;
  flex-basis:340px;
  opacity:1;
  filter:saturate(1.04) contrast(1.05);
  transform:translateZ(0) translateY(0) scale(1);
}
.story-reel-card.is-active{
  z-index:8;
  opacity:1;
  filter:saturate(1.08) contrast(1.06) brightness(1);
  transform:translateZ(132px) translateY(-10px) scale(1.1);
}
.story-reel-card.is-playing{
  filter:saturate(1.12) contrast(1.08) brightness(1);
}
.story-reel-card.is-left-1{
  z-index:5;
  opacity:.88;
  filter:saturate(.96) brightness(.86);
  transform:rotateY(36deg) translateX(20px) translateY(18px) translateZ(-40px) scale(.88);
}
.story-reel-card.is-right-1{
  z-index:5;
  opacity:.88;
  filter:saturate(.96) brightness(.86);
  transform:rotateY(-36deg) translateX(-20px) translateY(18px) translateZ(-40px) scale(.88);
}
.story-reel-card.is-left-2{
  z-index:3;
  opacity:.56;
  transform:rotateY(52deg) translateX(54px) translateY(34px) translateZ(-170px) scale(.68);
}
.story-reel-card.is-right-2{
  z-index:3;
  opacity:.56;
  transform:rotateY(-52deg) translateX(-54px) translateY(34px) translateZ(-170px) scale(.68);
}
.story-device{
  position:relative;
  padding:12px;
  border-radius:42px;
  border:1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 30% 0%,rgba(232,221,181,.18),transparent 34%),
    radial-gradient(circle at 88% 100%,rgba(64,224,208,.17),transparent 40%),
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.028));
  box-shadow:
    0 40px 105px rgba(0,0,0,.54),
    inset 0 1px 0 rgba(255,255,255,.12);
  transition:border-color .3s ease, box-shadow .3s ease;
}
.story-gallery.is-single .story-device{
  padding:14px;
  border-radius:46px;
  box-shadow:
    0 48px 130px rgba(0,0,0,.62),
    0 0 70px rgba(64,224,208,.13),
    inset 0 1px 0 rgba(255,255,255,.13);
}
.story-reel-card.is-active .story-device,
.story-reel-card.is-playing .story-device{
  border-color:rgba(232,221,181,.32);
  box-shadow:
    0 52px 135px rgba(0,0,0,.68),
    0 0 0 1px rgba(232,221,181,.13),
    0 0 70px rgba(64,224,208,.18),
    inset 0 1px 0 rgba(255,255,255,.16);
}
.story-device-glow{
  position:absolute;
  inset:8%;
  border-radius:40px;
  background:linear-gradient(135deg,rgba(232,221,181,.16),rgba(64,224,208,.24),rgba(91,143,255,.16));
  filter:blur(28px);
  opacity:.48;
  transform:translateZ(-1px);
  pointer-events:none;
}
.story-video-frame{
  position:relative;
  z-index:1;
  aspect-ratio:9/16;
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 50% 30%,rgba(64,224,208,.12),transparent 38%),
    #050606;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.04),
    0 18px 54px rgba(0,0,0,.32);
}
.story-poster-bg,
.story-poster,
.story-video-frame video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}
.story-poster-bg{
  z-index:0;
  object-fit:cover;
  filter:blur(18px) saturate(1.2) brightness(.58);
  transform:scale(1.13);
  opacity:.72;
}
.story-poster{
  z-index:1;
  object-fit:contain;
  opacity:1;
  transform:scale(.995);
  transition:opacity .28s ease, transform .45s ease;
}
.story-video-frame video{
  z-index:2;
  object-fit:contain;
  opacity:0;
  background:#000;
  transform:scale(.995);
  transition:opacity .28s ease, transform .45s ease, filter .45s ease;
}
.story-reel-card.has-video-ready .story-video-frame video,
.story-reel-card.is-playing .story-video-frame video{
  opacity:1;
}
.story-reel-card.is-playing .story-poster{
  opacity:0;
  pointer-events:none;
}
.story-reel-card:hover .story-poster,
.story-reel-card:hover .story-video-frame video,
.story-reel-card.is-playing .story-video-frame video{
  transform:scale(1.01);
}
.story-video-shade{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08),transparent 42%,rgba(0,0,0,.82)),
    linear-gradient(120deg,rgba(64,224,208,.16),transparent 36%,rgba(91,143,255,.12));
  transition:opacity .25s ease;
}
.story-reel-card.is-playing .story-video-shade{
  opacity:0;
}
.story-play{
  position:absolute;
  left:50%;
  top:50%;
  z-index:4;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.30);
  border-radius:999px;
  color:#061113;
  background:linear-gradient(135deg,#e8ddb5,#40e0d0,#5b8fff);
  box-shadow:
    0 22px 58px rgba(64,224,208,.26),
    0 0 0 10px rgba(64,224,208,.08),
    inset 0 1px 0 rgba(255,255,255,.44);
  transform:translate(-50%,-50%);
  cursor:pointer;
  transition:opacity .22s ease, transform .22s ease;
}
.story-play span{
  width:0;
  height:0;
  margin-left:3px;
  border-top:9px solid transparent;
  border-bottom:9px solid transparent;
  border-left:14px solid currentColor;
}
.story-reel-card:hover .story-play{
  transform:translate(-50%,-50%) scale(1.06);
}
.story-reel-card.is-playing .story-play{
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,-50%) scale(.9);
}
.story-status{
  position:absolute;
  left:16px;
  right:16px;
  bottom:18px;
  z-index:5;
  min-height:18px;
  color:rgba(255,255,255,.76);
  font-size:.72rem;
  line-height:1.4;
  text-align:center;
  text-shadow:0 10px 26px rgba(0,0,0,.74);
  pointer-events:none;
}
.story-reel-card.has-video-error .story-status{
  top:16px;
  bottom:auto;
  left:18px;
  right:18px;
  min-height:0;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(0,0,0,.54);
  color:rgba(255,255,255,.78);
  font-size:.64rem;
  line-height:1.35;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.story-reel-info{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:3;
  text-shadow:0 14px 28px rgba(0,0,0,.74);
  transition:opacity .24s ease, transform .24s ease;
  pointer-events:none;
}
[dir="rtl"] .story-reel-info,
[dir="rtl"] .story-youtube-panel{
  direction:rtl;
  text-align:right;
}
.story-reel-card.is-playing .story-reel-info{
  opacity:0;
  transform:translateY(10px);
}
.story-reel-info h3{
  margin:8px 0 6px;
  color:#fff;
  font-size:1.12rem;
  line-height:1.14;
  font-weight:850;
  letter-spacing:0;
}
.story-reel-info p{
  margin:0;
  color:rgba(245,247,251,.72);
  font-size:.76rem;
  line-height:1.48;
}
.story-youtube-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-top:12px;
  padding:18px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 88% 0%,rgba(91,143,255,.14),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.02));
  box-shadow:
    0 26px 86px rgba(0,0,0,.36),
    inset 0 1px 0 rgba(255,255,255,.07);
}
.story-youtube-panel p{
  margin:7px 0 0;
  max-width:660px;
  color:rgba(245,247,251,.62);
  font-size:.96rem;
  line-height:1.62;
}
.story-youtube-btn{
  min-height:58px;
  min-width:230px;
  padding:0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:999px;
  color:#101112;
  background:linear-gradient(180deg,#fff 0%,#f2f2f2 100%);
  text-decoration:none;
  text-transform:uppercase;
  font-size:.82rem;
  font-weight:900;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:
    0 24px 68px rgba(255,0,0,.16),
    0 0 0 1px rgba(255,255,255,.55) inset;
  transition:transform .25s ease, box-shadow .25s ease;
}
.story-youtube-btn:hover{
  transform:translateY(-3px);
  box-shadow:
    0 34px 90px rgba(255,0,0,.24),
    0 0 0 1px rgba(255,255,255,.72) inset;
}
.story-youtube-btn svg{
  width:30px;
  height:22px;
  flex:0 0 auto;
}
.story-youtube-btn span{
  color:#101112;
  font-size:.82rem;
  line-height:1;
  font-weight:900;
  letter-spacing:0;
}
.story-notes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.story-note{
  min-height:84px;
  padding:16px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.034);
}
.story-note p{
  margin:7px 0 0;
  color:rgba(245,247,251,.60);
  font-size:.84rem;
  line-height:1.45;
}
[data-theme="light"] #brand-stories{
  background:
    radial-gradient(circle at 50% 32%,rgba(64,224,208,.16),transparent 30%),
    radial-gradient(circle at 82% 18%,rgba(91,143,255,.13),transparent 34%),
    radial-gradient(circle at 16% 84%,rgba(232,221,181,.18),transparent 34%),
    linear-gradient(180deg,#fbfaf5 0%,#f2efe5 52%,#fbfaf5 100%) !important;
}
[data-theme="light"] .story-title{
  color:#101112;
}
[data-theme="light"] .story-desc,
[data-theme="light"] .story-youtube-panel p,
[data-theme="light"] .story-note p{
  color:rgba(0,0,0,.62);
}
[data-theme="light"] .story-device,
[data-theme="light"] .story-youtube-panel,
[data-theme="light"] .story-scroll-btn,
[data-theme="light"] .story-note,
[data-theme="light"] .story-empty{
  border-color:rgba(0,0,0,.10);
  background:
    radial-gradient(circle at 30% 0%,rgba(232,221,181,.30),transparent 34%),
    radial-gradient(circle at 88% 100%,rgba(64,224,208,.16),transparent 40%),
    linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.50));
  box-shadow:
    0 28px 86px rgba(48,40,28,.16),
    inset 0 1px 0 rgba(255,255,255,.78);
}
[data-theme="light"] .story-scroll-btn{
  color:#101112;
}
[data-theme="light"] .story-scroll-meter{
  background:rgba(0,0,0,.11);
}
@media (max-width:1120px){
  #brand-stories{
    padding:116px 20px 92px;
  }
  .brand-stories-head{
    grid-template-columns:1fr;
    gap:20px;
  }
  .story-title{
    max-width:760px;
    font-size:3.65rem;
  }
  .story-desc{
    max-width:760px;
  }
  .story-gallery{
    padding-inline:max(22px,calc((100vw - 292px) / 2));
  }
  .story-reel-card{
    width:238px;
    flex-basis:238px;
  }
  .story-reel-card.is-active{
    transform:translateZ(96px) translateY(-8px) scale(1.06);
  }
  .story-gallery.is-single .story-reel-card{
    width:320px;
    flex-basis:320px;
  }
  .story-scroll-controls{
    margin-top:-8px;
  }
}
@media (max-width:760px){
  #brand-stories{
    padding:106px 16px 72px;
  }
  .brand-stories-head{
    text-align:center;
    margin-bottom:12px;
  }
  .story-title{
    margin-inline:auto;
    font-size:2.6rem;
    line-height:1;
  }
  .story-desc{
    margin-inline:auto;
    font-size:.9rem;
    line-height:1.68;
  }
  .story-gallery-shell{
    margin-inline:-16px;
    padding:18px 0 28px;
    perspective:1300px;
  }
  .story-gallery{
    gap:14px;
    padding-inline:max(18px,calc((100vw - 246px) / 2));
  }
  .story-gallery.is-single{
    padding:18px 0 24px;
  }
  .story-scroll-controls{
    gap:10px;
    margin:-4px auto 16px;
  }
  .story-scroll-btn{
    width:40px;
    height:40px;
  }
  .story-scroll-meter{
    width:min(210px,48vw);
  }
  .story-reel-card{
    width:218px;
    flex-basis:218px;
  }
  .story-gallery.is-single .story-reel-card{
    width:min(74vw,292px);
    flex-basis:min(74vw,292px);
  }
  .story-reel-card.is-active{
    transform:translateZ(58px) translateY(-4px) scale(1.04);
  }
  .story-reel-card.is-left-1{
    transform:rotateY(28deg) translateX(10px) translateY(12px) translateZ(-34px) scale(.86);
  }
  .story-reel-card.is-right-1{
    transform:rotateY(-28deg) translateX(-10px) translateY(12px) translateZ(-34px) scale(.86);
  }
  .story-reel-card.is-left-2{
    transform:rotateY(40deg) translateX(20px) translateY(22px) translateZ(-94px) scale(.68);
  }
  .story-reel-card.is-right-2{
    transform:rotateY(-40deg) translateX(-20px) translateY(22px) translateZ(-94px) scale(.68);
  }
  .story-device{
    padding:9px;
    border-radius:32px;
  }
  .story-gallery.is-single .story-device{
    padding:10px;
    border-radius:36px;
  }
  .story-video-frame{
    border-radius:24px;
  }
  .story-reel-info{
    left:18px;
    right:18px;
    bottom:18px;
  }
  .story-reel-info h3{
    font-size:1rem;
  }
  .story-reel-info p{
    font-size:.72rem;
  }
  .story-youtube-panel{
    grid-template-columns:1fr;
    text-align:center;
    padding:16px;
    border-radius:22px;
  }
  .story-youtube-panel p{
    margin-inline:auto;
    font-size:.86rem;
  }
  .story-youtube-btn{
    width:100%;
    min-width:0;
  }
  .story-notes{
    grid-template-columns:1fr;
  }
  .story-note{
    min-height:72px;
    text-align:center;
  }
}
@media (max-width:420px){
  .story-title{
    font-size:2.25rem;
  }
  .story-gallery.is-single .story-reel-card{
    width:min(78vw,286px);
    flex-basis:min(78vw,286px);
  }
}

#brand-stories .story-gallery-shell{
  overscroll-behavior-x:contain;
  overscroll-behavior-y:auto;
  scroll-behavior:smooth;
  touch-action:pan-y pinch-zoom;
}
#brand-stories .story-scroll-controls,
#brand-stories.can-scroll-stories .story-scroll-controls{
  display:none !important;
}
#brand-stories .story-reel-card{
  transition:
    transform .86s cubic-bezier(.19,1,.22,1),
    opacity .5s ease,
    filter .5s ease !important;
  will-change:transform,opacity,filter;
}
#brand-stories.story-is-switching .story-reel-card{
  transition-duration:.94s,.58s,.58s !important;
}
#brand-stories .story-reel-card.is-active{
  transform:translateZ(155px) translateY(-14px) scale(1.12);
}
#brand-stories .story-reel-card.is-left-1{
  opacity:.9;
  filter:saturate(1) brightness(.88);
  transform:rotateY(34deg) translateX(24px) translateY(17px) translateZ(-34px) scale(.89);
}
#brand-stories .story-reel-card.is-right-1{
  opacity:.9;
  filter:saturate(1) brightness(.88);
  transform:rotateY(-34deg) translateX(-24px) translateY(17px) translateZ(-34px) scale(.89);
}
#brand-stories .story-reel-card.is-left-2{
  opacity:.54;
  transform:rotateY(50deg) translateX(62px) translateY(36px) translateZ(-170px) scale(.69);
}
#brand-stories .story-reel-card.is-right-2{
  opacity:.54;
  transform:rotateY(-50deg) translateX(-62px) translateY(36px) translateZ(-170px) scale(.69);
}
#brand-stories .story-device{
  overflow:hidden;
}
#brand-stories .story-device::before{
  content:"";
  position:absolute;
  inset:-28%;
  z-index:4;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.38) 48%,rgba(232,221,181,.24) 52%,transparent 70%);
  transform:translateX(-135%) rotate(8deg);
  transition:transform .88s cubic-bezier(.19,1,.22,1), opacity .38s ease;
  mix-blend-mode:screen;
}
#brand-stories.story-is-switching .story-reel-card.is-active .story-device::before{
  opacity:.72;
  transform:translateX(135%) rotate(8deg);
}
#brand-stories.story-is-switching .story-reel-card.is-active .story-poster,
#brand-stories.story-is-switching .story-reel-card.is-active .story-video-frame video{
  animation:storyPremiumFocus .72s cubic-bezier(.19,1,.22,1) both;
}
@keyframes storyPremiumFocus{
  0%{
    filter:brightness(.78) saturate(.86) blur(4px);
    transform:scale(.985);
  }
  62%{
    filter:brightness(1.08) saturate(1.08) blur(0);
  }
  100%{
    filter:brightness(1) saturate(1) blur(0);
    transform:scale(1);
  }
}
@media (max-width:1120px){
  #brand-stories .story-reel-card.is-active{
    transform:translateZ(106px) translateY(-9px) scale(1.075);
  }
}
@media (max-width:760px){
  #brand-stories .story-reel-card.is-active{
    transform:translateZ(60px) translateY(-5px) scale(1.045);
  }
  #brand-stories .story-reel-card.is-left-1{
    transform:rotateY(27deg) translateX(12px) translateY(12px) translateZ(-34px) scale(.86);
  }
  #brand-stories .story-reel-card.is-right-1{
    transform:rotateY(-27deg) translateX(-12px) translateY(12px) translateZ(-34px) scale(.86);
  }
  #brand-stories .story-reel-card.is-left-2{
    transform:rotateY(38deg) translateX(24px) translateY(22px) translateZ(-94px) scale(.68);
  }
  #brand-stories .story-reel-card.is-right-2{
    transform:rotateY(-38deg) translateX(-24px) translateY(22px) translateZ(-94px) scale(.68);
  }
}
@media (prefers-reduced-motion:reduce){
  #brand-stories .story-reel-card,
  #brand-stories .story-device::before{
    transition:none !important;
    animation:none !important;
  }
}

/* Professional reel sizing and clean video clipping */
#brand-stories{
  --story-reel-width:286px;
  --story-device-radius:46px;
  --story-frame-radius:34px;
}
#brand-stories .story-gallery-shell{
  padding:42px 0 58px;
  perspective:1900px;
}
#brand-stories .story-gallery{
  gap:clamp(26px,2.4vw,36px);
  padding-inline:max(34px,calc((100vw - var(--story-reel-width)) / 2));
}
#brand-stories .story-reel-card{
  width:var(--story-reel-width);
  flex-basis:var(--story-reel-width);
  contain:none !important;
}
#brand-stories .story-gallery.is-single .story-reel-card{
  width:min(390px,86vw);
  flex-basis:min(390px,86vw);
}
#brand-stories .story-device{
  padding:14px;
  border-radius:var(--story-device-radius);
  overflow:visible;
}
#brand-stories .story-device::after{
  content:"";
  position:absolute;
  inset:14px;
  z-index:3;
  border-radius:var(--story-frame-radius);
  pointer-events:none;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.16),
    inset 0 0 38px rgba(0,0,0,.24);
}
#brand-stories .story-video-frame{
  border-radius:var(--story-frame-radius);
  clip-path:inset(0 round var(--story-frame-radius));
  isolation:isolate;
  transform:translateZ(0);
  background:#010202;
}
#brand-stories .story-poster-bg,
#brand-stories .story-poster,
#brand-stories .story-video-frame video,
#brand-stories .story-video-shade{
  border-radius:inherit;
}
#brand-stories .story-poster,
#brand-stories .story-video-frame video{
  object-fit:cover;
  transform:scale(1.002);
}
#brand-stories .story-reel-card:hover .story-poster,
#brand-stories .story-reel-card:hover .story-video-frame video,
#brand-stories .story-reel-card.is-playing .story-video-frame video{
  transform:scale(1.018);
}
#brand-stories .story-reel-card.is-active{
  transform:translateZ(174px) translateY(-16px) scale(1.105);
}
#brand-stories .story-reel-card.is-left-1{
  transform:rotateY(32deg) translateX(30px) translateY(18px) translateZ(-38px) scale(.875);
}
#brand-stories .story-reel-card.is-right-1{
  transform:rotateY(-32deg) translateX(-30px) translateY(18px) translateZ(-38px) scale(.875);
}
#brand-stories .story-reel-card.is-left-2{
  transform:rotateY(48deg) translateX(72px) translateY(38px) translateZ(-178px) scale(.66);
}
#brand-stories .story-reel-card.is-right-2{
  transform:rotateY(-48deg) translateX(-72px) translateY(38px) translateZ(-178px) scale(.66);
}
@media (max-width:1120px){
  #brand-stories{
    --story-reel-width:264px;
    --story-device-radius:44px;
    --story-frame-radius:32px;
  }
  #brand-stories .story-reel-card.is-active{
    transform:translateZ(116px) translateY(-10px) scale(1.065);
  }
}
@media (max-width:760px){
  #brand-stories{
    --story-reel-width:min(74vw,258px);
    --story-device-radius:36px;
    --story-frame-radius:26px;
  }
  #brand-stories .story-gallery-shell{
    padding:28px 0 42px;
    perspective:1350px;
  }
  #brand-stories .story-gallery{
    gap:18px;
    padding-inline:max(20px,calc((100vw - var(--story-reel-width)) / 2));
  }
  #brand-stories .story-device{
    padding:10px;
  }
  #brand-stories .story-device::after{
    inset:10px;
  }
  #brand-stories .story-reel-card.is-active{
    transform:translateZ(68px) translateY(-6px) scale(1.04);
  }
  #brand-stories .story-reel-card.is-left-1{
    transform:rotateY(24deg) translateX(16px) translateY(12px) translateZ(-36px) scale(.86);
  }
  #brand-stories .story-reel-card.is-right-1{
    transform:rotateY(-24deg) translateX(-16px) translateY(12px) translateZ(-36px) scale(.86);
  }
}

/* Cinematic, quieter brand-story deck motion */
#brand-stories{
  --story-reel-width:298px;
  --story-deck-ease:cubic-bezier(.22,1,.36,1);
}
#brand-stories .story-gallery-shell{
  padding:52px 0 64px;
  perspective:1500px;
  perspective-origin:50% 44%;
}
#brand-stories .story-gallery{
  gap:clamp(24px,2.1vw,34px);
}
#brand-stories .story-reel-card{
  transition:
    transform .96s var(--story-deck-ease),
    opacity .62s ease,
    filter .62s ease !important;
  opacity:.34;
  filter:saturate(.7) brightness(.66) blur(.25px);
  transform:translate3d(0,36px,0) scale(.72);
}
#brand-stories .story-reel-card.is-active{
  opacity:1;
  filter:saturate(1.07) contrast(1.04) brightness(1);
  transform:translateZ(126px) translateY(-18px) scale(1.12);
}
#brand-stories .story-reel-card.is-left-1{
  opacity:.76;
  filter:saturate(.92) brightness(.82);
  transform:rotateY(10deg) translateX(22px) translateY(18px) translateZ(-36px) scale(.9);
}
#brand-stories .story-reel-card.is-right-1{
  opacity:.76;
  filter:saturate(.92) brightness(.82);
  transform:rotateY(-10deg) translateX(-22px) translateY(18px) translateZ(-36px) scale(.9);
}
#brand-stories .story-reel-card.is-left-2{
  opacity:.34;
  filter:saturate(.72) brightness(.62);
  transform:rotateY(15deg) translateX(52px) translateY(36px) translateZ(-156px) scale(.72);
}
#brand-stories .story-reel-card.is-right-2{
  opacity:.34;
  filter:saturate(.72) brightness(.62);
  transform:rotateY(-15deg) translateX(-52px) translateY(36px) translateZ(-156px) scale(.72);
}
#brand-stories .story-device{
  transition:
    transform .82s var(--story-deck-ease),
    border-color .42s ease,
    box-shadow .62s ease;
}
#brand-stories .story-reel-card.is-active .story-device{
  box-shadow:
    0 58px 150px rgba(0,0,0,.72),
    0 0 0 1px rgba(232,221,181,.16),
    0 0 76px rgba(64,224,208,.2),
    inset 0 1px 0 rgba(255,255,255,.18);
}
#brand-stories.story-is-switching .story-reel-card.is-active .story-device{
  animation:storyCinematicSettle .94s var(--story-deck-ease) both;
}
#brand-stories.story-is-switching .story-reel-card:not(.is-active){
  animation:storySideSettle .72s var(--story-deck-ease) both;
}
#brand-stories .story-device::before{
  background:linear-gradient(112deg,transparent 33%,rgba(255,255,255,.24) 48%,rgba(232,221,181,.18) 53%,transparent 68%);
  transform:translateX(-128%) rotate(6deg);
  transition:transform .92s var(--story-deck-ease), opacity .42s ease;
}
#brand-stories.story-is-switching .story-reel-card.is-active .story-device::before{
  opacity:.5;
  transform:translateX(128%) rotate(6deg);
}
#brand-stories.story-is-switching .story-reel-card.is-active .story-poster,
#brand-stories.story-is-switching .story-reel-card.is-active .story-video-frame video{
  animation:storyImageRefine .86s var(--story-deck-ease) both;
}
@keyframes storyCinematicSettle{
  0%{
    transform:translate3d(0,18px,0) scale(.982);
    box-shadow:0 34px 90px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.08);
  }
  56%{
    transform:translate3d(0,-3px,0) scale(1.01);
  }
  100%{
    transform:translate3d(0,0,0) scale(1);
  }
}
@keyframes storySideSettle{
  0%{filter:saturate(.78) brightness(.72) blur(1.8px)}
  100%{filter:inherit}
}
@keyframes storyImageRefine{
  0%{
    filter:brightness(.82) saturate(.86) blur(5px);
    transform:scale(1.034);
  }
  100%{
    filter:brightness(1) saturate(1) blur(0);
    transform:scale(1.002);
  }
}
@media (max-width:1120px){
  #brand-stories{
    --story-reel-width:276px;
  }
  #brand-stories .story-reel-card.is-active{
    transform:translateZ(104px) translateY(-12px) scale(1.075);
  }
}
@media (max-width:760px){
  #brand-stories{
    --story-reel-width:min(76vw,268px);
  }
  #brand-stories .story-gallery-shell{
    padding:34px 0 48px;
  }
  #brand-stories .story-reel-card.is-active{
    transform:translateZ(54px) translateY(-7px) scale(1.045);
  }
  #brand-stories .story-reel-card.is-left-1{
    transform:rotateY(5deg) translateX(14px) translateY(14px) translateZ(-32px) scale(.88);
  }
  #brand-stories .story-reel-card.is-right-1{
    transform:rotateY(-5deg) translateX(-14px) translateY(14px) translateZ(-32px) scale(.88);
  }
}
@media (prefers-reduced-motion:reduce){
  #brand-stories.story-is-switching .story-reel-card,
  #brand-stories.story-is-switching .story-device,
  #brand-stories.story-is-switching .story-poster,
  #brand-stories.story-is-switching .story-video-frame video{
    animation:none !important;
  }
}

/* Final motion cleanup: no shine, no blur, refined premium deck switching */
#brand-stories{
  --story-deck-ease:cubic-bezier(.16,1,.3,1);
  --story-drift-ease:cubic-bezier(.22,.9,.24,1);
}
#brand-stories .story-gallery-shell{
  perspective:1600px;
  perspective-origin:50% 44%;
}
#brand-stories .story-device::before{
  display:none !important;
  content:none !important;
  opacity:0 !important;
}
#brand-stories .story-device-glow,
#brand-stories .story-poster-bg{
  display:none !important;
  opacity:0 !important;
  filter:none !important;
}
#brand-stories .story-reel-card{
  transition:
    transform .68s var(--story-deck-ease),
    opacity .42s ease,
    filter .42s ease !important;
  will-change:transform,opacity;
}
#brand-stories .story-reel-card.is-active{
  transform:translate3d(0,-9px,78px) rotateY(0deg) scale(1.055) !important;
}
#brand-stories .story-reel-card.is-left-1{
  transform:translate3d(26px,16px,-48px) rotateY(5deg) scale(.91) !important;
}
#brand-stories .story-reel-card.is-right-1{
  transform:translate3d(-26px,16px,-48px) rotateY(-5deg) scale(.91) !important;
}
#brand-stories .story-reel-card.is-left-2{
  transform:translate3d(48px,30px,-130px) rotateY(8deg) scale(.77) !important;
}
#brand-stories .story-reel-card.is-right-2{
  transform:translate3d(-48px,30px,-130px) rotateY(-8deg) scale(.77) !important;
}
#brand-stories .story-reel-card,
#brand-stories .story-reel-card.is-left-1,
#brand-stories .story-reel-card.is-right-1,
#brand-stories .story-reel-card.is-left-2,
#brand-stories .story-reel-card.is-right-2{
  filter:saturate(.9) brightness(.82) !important;
}
#brand-stories .story-reel-card.is-active,
#brand-stories .story-reel-card.is-playing{
  filter:saturate(1.04) contrast(1.03) brightness(1) !important;
}
#brand-stories.story-is-switching .story-reel-card,
#brand-stories.story-is-switching .story-reel-card.is-active .story-device,
#brand-stories.story-is-switching .story-reel-card:not(.is-active),
#brand-stories.story-is-switching .story-reel-card.is-active .story-poster,
#brand-stories.story-is-switching .story-reel-card.is-active .story-video-frame video{
  animation:none !important;
}
#brand-stories .story-poster,
#brand-stories .story-video-frame video{
  transition:
    opacity .24s ease,
    transform .56s var(--story-drift-ease) !important;
  filter:none !important;
}
@keyframes storyCleanSettle{
  0%{transform:translate3d(0,7px,0) scale(.996)}
  62%{transform:translate3d(0,-1px,0) scale(1.003)}
  100%{transform:translate3d(0,0,0) scale(1)}
}

/* Final showcase layout: one hero reel with a clean story selector */
#brand-stories{
  --story-showcase-ease:cubic-bezier(.16,1,.3,1);
  --story-feature-width:clamp(300px,33vw,430px);
  --story-thumb-width:82px;
}
#brand-stories .story-gallery-shell{
  margin:0 !important;
  padding:clamp(24px,3vw,38px) 0 clamp(28px,4vw,46px) !important;
  overflow:visible !important;
  perspective:none !important;
  cursor:default !important;
  scroll-snap-type:none !important;
  touch-action:pan-y pinch-zoom !important;
  overscroll-behavior:auto !important;
}
#brand-stories .story-gallery-shell.is-dragging{
  cursor:default !important;
}
#brand-stories .story-gallery{
  width:100% !important;
  min-width:0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(300px,var(--story-feature-width)) minmax(300px,560px) !important;
  grid-auto-rows:minmax(104px,auto) !important;
  align-items:stretch !important;
  justify-content:start !important;
  gap:16px clamp(18px,2.4vw,28px) !important;
  transform-style:flat !important;
}
#brand-stories .story-gallery.is-single{
  grid-template-columns:1fr !important;
  place-items:center !important;
}
#brand-stories .story-reel-card{
  width:100% !important;
  flex:initial !important;
  flex-basis:auto !important;
  min-width:0 !important;
  opacity:.74 !important;
  filter:none !important;
  transform:translate3d(0,0,0) scale(1) !important;
  transform-style:flat !important;
  transition:
    opacity .34s ease,
    transform .34s var(--story-showcase-ease),
    border-color .28s ease,
    background .28s ease !important;
  will-change:transform,opacity !important;
}
#brand-stories .story-reel-card:not(.is-active){
  grid-column:2 !important;
  display:grid !important;
  grid-template-columns:var(--story-thumb-width) minmax(0,1fr) !important;
  gap:14px !important;
  align-items:center !important;
  min-height:112px !important;
  padding:10px !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02)) !important;
  box-shadow:
    0 18px 48px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
}
#brand-stories .story-reel-card:not(.is-active):hover,
#brand-stories .story-reel-card:not(.is-active):focus-visible{
  opacity:1 !important;
  transform:translate3d(0,-3px,0) !important;
  border-color:rgba(64,224,208,.28) !important;
  background:linear-gradient(180deg,rgba(64,224,208,.10),rgba(255,255,255,.03)) !important;
}
#brand-stories .story-reel-card.is-active{
  grid-column:1 !important;
  grid-row:1 / span 4 !important;
  width:min(100%,var(--story-feature-width)) !important;
  justify-self:center !important;
  opacity:1 !important;
  filter:none !important;
  transform:translate3d(0,-4px,0) scale(1) !important;
  z-index:3 !important;
}
#brand-stories .story-gallery.is-single .story-reel-card.is-active{
  grid-column:1 !important;
  grid-row:1 !important;
  width:min(390px,86vw) !important;
}
#brand-stories .story-reel-card.is-left-1,
#brand-stories .story-reel-card.is-right-1,
#brand-stories .story-reel-card.is-left-2,
#brand-stories .story-reel-card.is-right-2{
  transform:translate3d(0,0,0) scale(1) !important;
  filter:none !important;
  opacity:.74 !important;
}
#brand-stories .story-reel-card.is-playing{
  filter:none !important;
}
#brand-stories .story-device{
  width:100% !important;
  padding:10px !important;
  border-radius:26px !important;
  overflow:hidden !important;
  border-color:rgba(255,255,255,.12) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025)) !important;
  box-shadow:
    0 18px 50px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.10) !important;
  transform:none !important;
}
#brand-stories .story-reel-card.is-active .story-device{
  padding:13px !important;
  border-radius:38px !important;
  border-color:rgba(232,221,181,.26) !important;
  box-shadow:
    0 42px 112px rgba(0,0,0,.58),
    0 0 0 1px rgba(232,221,181,.12),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
}
#brand-stories .story-reel-card:not(.is-active) .story-device{
  width:var(--story-thumb-width) !important;
  padding:5px !important;
  border-radius:18px !important;
  box-shadow:
    0 12px 30px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.07) !important;
}
#brand-stories .story-device::before,
#brand-stories .story-device::after,
#brand-stories .story-device-glow,
#brand-stories .story-poster-bg{
  display:none !important;
  content:none !important;
  opacity:0 !important;
  filter:none !important;
}
#brand-stories .story-video-frame{
  border-radius:26px !important;
  clip-path:none !important;
  aspect-ratio:9/16 !important;
  transform:none !important;
  background:#020303 !important;
}
#brand-stories .story-reel-card:not(.is-active) .story-video-frame{
  border-radius:14px !important;
}
#brand-stories .story-poster,
#brand-stories .story-video-frame video{
  object-fit:cover !important;
  transform:none !important;
  filter:none !important;
  transition:opacity .22s ease !important;
}
#brand-stories .story-reel-card:hover .story-poster,
#brand-stories .story-reel-card:hover .story-video-frame video,
#brand-stories .story-reel-card.is-playing .story-video-frame video{
  transform:none !important;
}
#brand-stories .story-video-shade{
  background:linear-gradient(180deg,rgba(0,0,0,.05),transparent 44%,rgba(0,0,0,.78)) !important;
}
#brand-stories .story-reel-info{
  position:static !important;
  inset:auto !important;
  align-self:center !important;
  padding:0 4px 0 0 !important;
  text-shadow:none !important;
  pointer-events:auto !important;
  opacity:1 !important;
  transform:none !important;
}
#brand-stories .story-reel-card.is-active .story-reel-info{
  position:absolute !important;
  left:30px !important;
  right:30px !important;
  bottom:30px !important;
  z-index:3 !important;
  padding:0 !important;
  text-shadow:0 14px 28px rgba(0,0,0,.74) !important;
  pointer-events:none !important;
}
#brand-stories .story-reel-card:not(.is-active) .story-reel-info h3{
  margin:5px 0 4px !important;
  font-size:1rem !important;
  line-height:1.2 !important;
}
#brand-stories .story-reel-card:not(.is-active) .story-reel-info p{
  color:rgba(245,247,251,.62) !important;
  font-size:.74rem !important;
  line-height:1.45 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
#brand-stories .story-reel-card:not(.is-active) .story-play{
  width:34px !important;
  height:34px !important;
  box-shadow:
    0 12px 26px rgba(64,224,208,.18),
    0 0 0 5px rgba(64,224,208,.06) !important;
}
#brand-stories .story-reel-card:not(.is-active) .story-play span{
  border-top-width:6px !important;
  border-bottom-width:6px !important;
  border-left-width:10px !important;
}
#brand-stories.story-is-switching .story-reel-card,
#brand-stories.story-is-switching .story-device,
#brand-stories.story-is-switching .story-poster,
#brand-stories.story-is-switching .story-video-frame video{
  animation:none !important;
}
@media (max-width:980px){
  #brand-stories .story-gallery{
    grid-template-columns:minmax(0,1fr) !important;
    gap:12px !important;
  }
  #brand-stories .story-reel-card.is-active{
    grid-column:1 !important;
    grid-row:1 !important;
    width:min(78vw,360px) !important;
    margin:0 auto 6px !important;
  }
  #brand-stories .story-reel-card:not(.is-active){
    grid-column:1 !important;
    width:100% !important;
  }
}
@media (max-width:560px){
  #brand-stories .story-gallery-shell{
    padding:20px 0 32px !important;
  }
  #brand-stories .story-reel-card.is-active{
    width:min(82vw,315px) !important;
  }
  #brand-stories .story-reel-card:not(.is-active){
    grid-template-columns:72px minmax(0,1fr) !important;
    min-height:102px !important;
    padding:8px !important;
    border-radius:18px !important;
  }
  #brand-stories .story-reel-card:not(.is-active) .story-device{
    width:72px !important;
    border-radius:15px !important;
  }
  #brand-stories .story-reel-card.is-active .story-reel-info{
    left:24px !important;
    right:24px !important;
    bottom:24px !important;
  }
  #brand-stories .story-reel-card:not(.is-active) .story-reel-info h3{
    font-size:.9rem !important;
  }
  #brand-stories .story-reel-card:not(.is-active) .story-reel-info p{
    font-size:.68rem !important;
  }
}
