:root{
  --jetour-bg:#050607;
  --jetour-text:#f6f4ef;
  --jetour-muted:rgba(246,244,239,.68);
  --jetour-line:rgba(246,244,239,.24);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--jetour-bg);color:var(--jetour-text)}
body{
  font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  letter-spacing:0;
}

.jetour-page{min-height:100vh;background:var(--jetour-bg)}
.jetour-nav{
  position:fixed;
  inset:0 0 auto;
  z-index:80;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 34px;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.jetour-brand{width:94px}
.jetour-brand img{display:block;width:100%;height:auto}
.jetour-nav nav{display:flex;gap:30px}
.jetour-nav a{
  color:var(--jetour-text);
  text-decoration:none;
  font-family:"PingFang SC","Source Han Sans K","Noto Sans CJK SC","Microsoft YaHei",sans-serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:.04em;
  line-height:1;
}

.jetour-reel{
  min-height:188vh;
  position:relative;
  background:#08090a;
}

.jetour-reel__intro{
  min-height:74svh;
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:clamp(112px,12vh,160px) clamp(26px,4vw,76px) clamp(58px,7vh,92px);
  color:#fff;
  text-shadow:0 22px 58px rgba(0,0,0,.48);
}

.jetour-reel__intro img{
  width:min(276px,24vw);
  height:auto;
  margin:0 0 30px;
  object-fit:contain;
}

.jetour-reel__intro p{
  margin:0 0 10px;
  font-size:clamp(16px,1.4vw,24px);
  letter-spacing:0;
  color:rgba(255,255,255,.76);
}

.jetour-reel__intro h1{
  margin:0;
  font-size:clamp(82px,12vw,202px);
  line-height:.78;
  font-weight:700;
  letter-spacing:0;
}

.jetour-reel__intro span{
  margin-top:18px;
  font-size:clamp(18px,2vw,34px);
  color:rgba(255,255,255,.78);
}

.jetour-reel__sticky{
  position:sticky;
  top:0;
  height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(78px,8.8vh,112px) clamp(20px,2.4vw,46px) clamp(28px,4vh,54px);
  overflow:hidden;
  isolation:isolate;
}

.jetour-reel__frame{
  position:relative;
  width:min(94vw,1760px);
  height:min(78svh,860px);
  min-height:590px;
  overflow:hidden;
  isolation:isolate;
  border-radius:34px;
  background:#090a0b;
  box-shadow:0 28px 92px rgba(0,0,0,.46);
}

.jetour-reel__frame::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(9,10,11,.88) 0%,rgba(9,10,11,.12) 18%,rgba(9,10,11,.12) 82%,rgba(9,10,11,.88) 100%),
    linear-gradient(180deg,rgba(9,10,11,.22),transparent 22%,transparent 76%,rgba(9,10,11,.34));
}

.jetour-reel__frame::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:5;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.06);
  border-radius:inherit;
}

.jetour-reel__track{
  position:absolute;
  inset:0;
  z-index:2;
  overflow:hidden;
}

.jetour-card{
  position:absolute;
  z-index:10;
  left:50%;
  top:var(--y);
  width:clamp(220px,var(--w),315px);
  aspect-ratio:9/16;
  border-radius:18px;
  overflow:hidden;
  background:#111;
  box-shadow:0 30px 90px rgba(0,0,0,.48);
  transform:translate3d(var(--base),0,0) rotate(var(--r));
  will-change:transform,opacity,filter;
}

.jetour-card video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.jetour-story,
.jetour-social-wall,
.jetour-archive{
  width:min(96vw,1720px);
  margin:0 auto;
}

.jetour-story{
  display:grid;
  grid-template-columns:minmax(320px,1fr) minmax(500px,1fr);
  gap:clamp(36px,4vw,62px);
  padding:clamp(66px,7vw,120px) 0 clamp(54px,5vw,86px);
}

.jetour-logo{
  display:block;
  width:min(330px,86%);
  height:auto;
  margin:0 0 34px;
}

.jetour-table{width:100%}
.jetour-row{
  min-height:clamp(56px,4.6vw,72px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  border-bottom:1px solid var(--jetour-line);
}

.jetour-row:last-child{border-bottom:0}
.jetour-row span{
  font-size:clamp(14px,.95vw,18px);
  font-weight:500;
}

.jetour-row span:last-child{
  text-align:right;
  max-width:64%;
}

.jetour-copy{padding-top:clamp(118px,8.4vw,192px)}
.jetour-copy p{margin:0 0 34px}
.jetour-copy p:last-child{margin-bottom:0}

.jetour-head{
  display:block;
  margin-bottom:8px;
  font-size:clamp(16px,1.15vw,21px);
  line-height:1.45;
  font-weight:700;
}

.jetour-body{
  display:block;
  font-size:clamp(13px,.9vw,16px);
  line-height:1.9;
  font-weight:400;
  color:#fff;
}

.jetour-social-wall{
  width:min(92vw,1120px);
  padding:clamp(18px,2.6vw,42px) 0 clamp(34px,4.4vw,72px);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(12px,1.4vw,18px);
  align-items:start;
}

.jetour-social-card{
  position:relative;
  width:100%;
  aspect-ratio:1206/2622;
  overflow:hidden;
  border-radius:16px;
  background:#fff;
  color:#090909;
  box-shadow:0 14px 42px rgba(0,0,0,.28);
  font-family:"Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,"SF Pro Display",Arial,sans-serif;
}

.jetour-social-card--instagram{
  --media-top:12.2%;
  --media-right:0%;
  --media-bottom:14.8%;
  --media-left:0%;
}

.jetour-social-card--x{
  --media-top:29.4%;
  --media-right:6.5%;
  --media-bottom:21.2%;
  --media-left:6.5%;
}

.jetour-social-card--facebook{
  --media-top:28.1%;
  --media-right:0%;
  --media-bottom:20.7%;
  --media-left:0%;
}

.jetour-social-card__media{
  position:absolute;
  top:var(--media-top);
  right:var(--media-right);
  bottom:var(--media-bottom);
  left:var(--media-left);
  z-index:1;
  overflow:hidden;
  background:#070707;
}

.jetour-social-card--x .jetour-social-card__media{
  border-radius:12px;
  border:1px solid #d9dde3;
}

.jetour-social-card__media video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
}

.jetour-social-card__ui,
.jetour-social-ui{
  position:absolute;
  inset:0;
}

.jetour-social-card__ui{
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
  pointer-events:none;
}

.jetour-social-ui{
  z-index:2;
  background:transparent;
  overflow:hidden;
  pointer-events:none;
}

.jetour-social-ui::after{
  content:"";
  position:absolute;
  left:33%;
  right:33%;
  bottom:2%;
  height:4px;
  border-radius:999px;
  background:#111;
}

.jetour-social-ui__status{
  height:5.3%;
  padding:0 9%;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  font-size:clamp(8px,.78vw,12px);
  line-height:1;
  font-weight:800;
  letter-spacing:0;
}

.jetour-social-ui__bar{
  height:7.4%;
  padding:0 7%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #eef0f2;
}

.jetour-social-ui__bar span{
  font-size:clamp(18px,1.8vw,28px);
  line-height:1;
  transform:translateY(-1px);
}

.jetour-social-ui__bar strong{
  font-size:clamp(11px,.96vw,15px);
  font-weight:800;
}

.jetour-social-ui__bar em,
.jetour-social-ui__author i{
  font-style:normal;
  color:#536471;
  font-weight:800;
}

.jetour-social-ui__author{
  position:absolute;
  left:6.5%;
  right:6.5%;
  top:14.7%;
  display:flex;
  align-items:center;
  gap:7px;
}

.jetour-social-ui__author img{
  width:clamp(22px,2.4vw,32px);
  height:clamp(22px,2.4vw,32px);
  border-radius:50%;
  object-fit:cover;
}

.jetour-social-ui__author p{
  margin:0;
  min-width:0;
  line-height:1.12;
}

.jetour-social-ui__author strong,
.jetour-social-ui__author span{
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.jetour-social-ui__author strong{
  font-size:clamp(8px,.78vw,12px);
  font-weight:800;
}

.jetour-social-ui__author span{
  margin-top:2px;
  color:#536471;
  font-size:clamp(7px,.68vw,10px);
}

.jetour-social-ui__author p{
  width:34%;
}

.jetour-social-ui__author strong,
.jetour-social-ui__author span,
.jetour-social-ui__text,
.jetour-social-ui__metrics span,
.jetour-social-ui__fbtop span,
.jetour-social-ui__fbtop em,
.jetour-x-head span,
.jetour-x-head em{
  color:transparent;
  font-size:0;
}

.jetour-social-ui__author strong,
.jetour-social-ui__author span,
.jetour-social-ui__text,
.jetour-social-ui__metrics span,
.jetour-social-ui__fbtop span,
.jetour-social-ui__fbtop em{
  display:block;
  border-radius:999px;
  background:#dfe3e7;
}

.jetour-social-ui__author strong{
  width:100%;
  height:5px;
}

.jetour-social-ui__author span{
  width:72%;
  height:4px;
  margin-top:4px;
  background:#eef1f3;
}

.jetour-social-ui__text{
  height:4px;
  background:#e7eaee;
}

.jetour-social-ui__text::after{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:58%;
  height:4px;
  border-radius:999px;
  background:#edf0f2;
}

.jetour-social-ui__metrics span{
  width:15%;
  height:5px;
  background:#d9dee3;
}

.jetour-social-ui__metrics span:nth-child(2){width:18%}
.jetour-social-ui__metrics span:nth-child(3){width:16%}

.jetour-social-ui__fbtop span{
  background:#f0f2f5;
}

.jetour-social-ui__text{
  position:absolute;
  left:6.5%;
  right:6.5%;
  top:22.5%;
  margin:0;
  font-size:clamp(8px,.78vw,12px);
  line-height:1.25;
  font-weight:600;
}

.jetour-social-ui__metrics{
  position:absolute;
  left:6.5%;
  right:6.5%;
  bottom:10.2%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  color:#536471;
  font-size:clamp(7px,.72vw,10px);
  font-weight:700;
  white-space:nowrap;
}

.jetour-social-ui--x .jetour-social-ui__metrics{
  bottom:12.3%;
  padding-top:7px;
  border-top:1px solid #eef0f2;
}

.jetour-social-ui__fbtop{
  height:8.3%;
  padding:0 5.8%;
  display:flex;
  align-items:center;
  gap:7px;
  border-bottom:1px solid #eef0f2;
}

.jetour-social-ui__fbtop b{
  width:clamp(18px,2vw,27px);
  height:clamp(18px,2vw,27px);
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#1877f2;
  color:#fff;
  font-size:clamp(16px,1.9vw,25px);
  line-height:1;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.jetour-social-ui__fbtop span{
  flex:1;
  height:clamp(18px,2vw,27px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  border-radius:999px;
  background:#f0f2f5;
  color:#65676b;
  font-size:clamp(7px,.72vw,10px);
  font-weight:700;
}

.jetour-social-ui__fbtop em{
  font-style:normal;
  font-size:clamp(13px,1.3vw,18px);
  font-weight:800;
}

.jetour-social-ui--facebook .jetour-social-ui__author{
  top:15.4%;
}

.jetour-social-ui--facebook .jetour-social-ui__author i{
  margin-left:auto;
}

.jetour-social-ui--facebook .jetour-social-ui__text{
  top:23.3%;
}

.jetour-social-ui--facebook .jetour-social-ui__metrics{
  bottom:9.6%;
  padding-top:7px;
  border-top:1px solid #e4e6eb;
  color:#65676b;
}

.jetour-social-wall{
  width:min(96vw,1560px);
  display:flex;
  flex-wrap:nowrap;
  justify-content:flex-start;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:18px max(2vw,18px) 34px;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}

.jetour-social-card{
  flex:0 0 clamp(112px,7.4vw,138px);
  border-radius:12px;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  content-visibility:auto;
  contain-intrinsic-size:126px 274px;
  scroll-snap-align:start;
}

.jetour-social-card--instagram{
  --media-top:12.2%;
  --media-right:0%;
  --media-bottom:14.8%;
  --media-left:0%;
}

.jetour-social-card--x{
  --media-top:26.8%;
  --media-right:5.5%;
  --media-bottom:18.5%;
  --media-left:5.5%;
}

.jetour-social-card--facebook{
  --media-top:29.5%;
  --media-right:0%;
  --media-bottom:16.8%;
  --media-left:0%;
}

.jetour-social-card__media video{
  object-fit:contain;
  transform:none;
  background:#050505;
}

.jetour-social-card--x .jetour-social-card__media{
  border-radius:8px;
  border:1px solid #cfd9de;
}

.jetour-social-card.is-playing{
  box-shadow:0 12px 34px rgba(0,0,0,.34);
}

.jetour-x-head{
  height:12.6%;
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:54% 46%;
  align-items:end;
  border-bottom:1px solid #eff3f4;
}

.jetour-x-head strong{
  grid-column:1/3;
  align-self:center;
  justify-self:center;
  font-size:clamp(11px,.8vw,15px);
  line-height:1;
  font-weight:900;
}

.jetour-x-head span,
.jetour-x-head em{
  align-self:end;
  justify-self:center;
  width:100%;
  padding-bottom:7%;
  text-align:center;
  color:#0f1419;
  font-size:clamp(6px,.5vw,8px);
  font-style:normal;
  font-weight:800;
}

.jetour-x-head span{
  border-bottom:2px solid #1d9bf0;
  background:transparent;
}

.jetour-x-head em{
  color:#536471;
  background:transparent;
}

.jetour-avatar{
  flex:0 0 clamp(18px,1.35vw,24px);
  width:clamp(18px,1.35vw,24px);
  height:clamp(18px,1.35vw,24px);
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#69aeb7;
  color:#fff;
  font-size:clamp(8px,.74vw,12px);
  line-height:1;
  font-weight:900;
  letter-spacing:0;
}

.jetour-social-ui__author{
  left:5.5%;
  right:5.5%;
  top:14.4%;
  gap:5px;
}

.jetour-social-ui--facebook .jetour-social-ui__author{
  top:13.5%;
}

.jetour-social-ui__author img{
  display:none;
}

.jetour-social-ui__author strong{
  font-size:0;
}

.jetour-social-ui__author span{
  font-size:0;
}

.jetour-social-ui__author i{
  margin-left:auto;
  font-size:clamp(6px,.48vw,8px);
}

.jetour-social-ui__text{
  left:5.5%;
  right:5.5%;
  top:20.6%;
  font-size:0;
  line-height:1.22;
}

.jetour-social-ui--facebook .jetour-social-ui__text{
  top:22.2%;
}

.jetour-social-ui__metrics{
  left:5.5%;
  right:5.5%;
  bottom:8.8%;
  font-size:0;
  gap:4px;
}

.jetour-social-ui--x .jetour-social-ui__metrics{
  bottom:9.6%;
  border-top:1px solid #eff3f4;
}

.jetour-social-ui__fbtop{
  height:10.8%;
  padding:0 5%;
  gap:4px;
}

.jetour-social-ui__fbtop b{
  width:clamp(15px,1.15vw,20px);
  height:clamp(15px,1.15vw,20px);
  font-size:clamp(13px,1.05vw,18px);
}

.jetour-social-ui__fbtop span{
  height:clamp(15px,1.15vw,20px);
  padding:0 6px;
  font-size:0;
}

.jetour-social-ui__fbtop em{
  font-size:0;
  width:clamp(14px,1vw,18px);
  height:clamp(14px,1vw,18px);
  border-radius:50%;
}

.jetour-social-wall{
  cursor:grab;
  scrollbar-width:none;
}

.jetour-social-wall::-webkit-scrollbar{
  display:none;
}

.jetour-social-wall:hover{
  cursor:default;
}

.jetour-social-card{
  transition:transform .28s ease, box-shadow .28s ease, opacity .28s ease;
}

.jetour-social-card:hover,
.jetour-social-card:focus-within{
  transform:translateY(-8px) scale(1.08);
  z-index:5;
  box-shadow:0 18px 46px rgba(0,0,0,.38);
}

.jetour-social-card--instagram{
  --media-top:28.4%;
  --media-right:0%;
  --media-bottom:15.4%;
  --media-left:0%;
}

.jetour-social-card--x{
  --media-top:28.6%;
  --media-right:5.5%;
  --media-bottom:17.2%;
  --media-left:5.5%;
}

.jetour-social-card--facebook{
  --media-top:30.2%;
  --media-right:0%;
  --media-bottom:15.6%;
  --media-left:0%;
}

.jetour-ig-head{
  height:10.8%;
  padding:0 6%;
  display:grid;
  grid-template-columns:22px 1fr 22px;
  align-items:center;
  border-bottom:1px solid #edf0f2;
}

.jetour-ig-head span,
.jetour-ig-head em{
  width:clamp(13px,1vw,18px);
  height:clamp(13px,1vw,18px);
  border:2px solid #111;
}

.jetour-ig-head span{
  border-right:0;
  border-bottom:0;
  transform:rotate(-45deg);
}

.jetour-ig-head strong{
  justify-self:center;
  width:34%;
  height:6px;
  border-radius:999px;
  background:#111;
}

.jetour-ig-head em{
  justify-self:end;
  border-radius:50%;
}

.jetour-social-ui--instagram .jetour-social-ui__author{
  top:13.8%;
}

.jetour-social-ui--instagram .jetour-social-ui__text{
  top:21.8%;
}

.jetour-social-ui--instagram .jetour-social-ui__metrics{
  bottom:9.1%;
  padding-top:7px;
  border-top:1px solid #edf0f2;
}

.jetour-ig-nav{
  position:absolute;
  left:0;
  right:0;
  bottom:2.3%;
  height:5.8%;
  display:flex;
  align-items:center;
  justify-content:space-around;
  border-top:1px solid #edf0f2;
  background:#fff;
}

.jetour-ig-nav span{
  width:clamp(10px,.82vw,15px);
  height:clamp(10px,.82vw,15px);
  border:2px solid #111;
  border-radius:50%;
}

.jetour-ig-nav span:nth-child(3){
  border-radius:4px;
}

.jetour-ig-nav span:nth-child(5){
  background:#69aeb7;
  border-color:#69aeb7;
}

.jetour-social-stage{
  width:min(96vw,1560px);
  margin:0 auto;
  padding:clamp(18px,2.6vw,42px) 0 clamp(34px,4.4vw,72px);
}

.jetour-social-stage .jetour-social-wall{
  width:100%;
  margin:0;
  padding:0 0 8px;
  mask-image:linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.jetour-social-preview{
  width:clamp(220px,17vw,310px);
  margin:0 auto clamp(16px,2vw,26px);
  flex:0 0 auto;
  pointer-events:none;
  transform:none !important;
}

.jetour-social-preview .jetour-social-card__media{
  box-shadow:0 0 0 1px rgba(255,255,255,.06) inset;
}

.jetour-ig-nav{
  display:none;
}

.jetour-social-ui--instagram .jetour-social-ui__metrics{
  bottom:7.6%;
}

.jetour-phone-post{
  flex:0 0 auto;
  width:clamp(210px,18vw,318px);
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  color:#070707;
  box-shadow:0 22px 72px rgba(0,0,0,.38);
  font-family:"Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,"SF Pro Display",Arial,sans-serif;
}

.jetour-phone-post--main{
  width:clamp(244px,21vw,372px);
  z-index:2;
}

.jetour-phone-post--side{
  opacity:.82;
  transform:scale(.92);
}

.jetour-phone-post__top,
.jetour-phone-post__bar,
.jetour-phone-post__actions,
.jetour-phone-post__nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
}

.jetour-phone-post__top{
  padding:13px 17px 8px;
  font-size:16px;
  font-weight:800;
  letter-spacing:0;
}

.jetour-phone-post__signal{
  display:flex;
  align-items:center;
  gap:7px;
  font-weight:800;
}

.jetour-phone-post__signal b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:30px;
  height:20px;
  padding:0 5px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:14px;
}

.jetour-phone-post__bar{
  position:relative;
  padding:7px 15px 15px;
  text-align:center;
}

.jetour-phone-post__back{
  position:absolute;
  left:13px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  font-size:46px;
  line-height:.32;
  font-weight:300;
}

.jetour-phone-post__bar strong,
.jetour-phone-post__bar b{
  display:block;
  line-height:1.05;
}

.jetour-phone-post__bar strong{
  color:#777;
  font-size:13px;
  letter-spacing:0;
}

.jetour-phone-post__bar b{
  font-size:18px;
  font-weight:800;
}

.jetour-phone-post__bar em{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:#3492ff;
  font-style:normal;
  font-weight:800;
  font-size:17px;
}

.jetour-phone-post__media{
  position:relative;
  aspect-ratio:9/16;
  overflow:hidden;
  background:#111;
}

.jetour-phone-post__media video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.jetour-phone-post__account{
  position:absolute;
  left:15px;
  top:16px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-shadow:0 2px 10px rgba(0,0,0,.5);
}

.jetour-phone-post__account img{
  width:38px;
  height:38px;
  border-radius:50%;
  object-fit:cover;
  background:#8bc7cf;
}

.jetour-phone-post__account p{margin:0}
.jetour-phone-post__account strong,
.jetour-phone-post__account span{display:block}
.jetour-phone-post__account strong{
  position:relative;
  display:inline-block;
  padding-right:18px;
  font-size:17px;
  line-height:1.12;
}

.jetour-phone-post__account strong::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:13px;
  height:13px;
  transform:translateY(-50%);
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 1px rgba(0,0,0,.08);
}

.jetour-phone-post__account span{
  font-size:13px;
  line-height:1.32;
}

.jetour-phone-post__dots{
  position:absolute;
  top:22px;
  right:15px;
  color:#fff;
  font-size:20px;
  letter-spacing:.14em;
}

.jetour-phone-post__caption{
  position:absolute;
  left:50%;
  bottom:12%;
  transform:translateX(-50%);
  max-width:88%;
  color:#ffd72f;
  font-size:clamp(20px,2vw,34px);
  line-height:1.05;
  font-weight:900;
  white-space:nowrap;
  text-shadow:0 3px 5px rgba(0,0,0,.72);
}

.jetour-phone-post__sound{
  position:absolute;
  right:13px;
  bottom:21px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(0,0,0,.55);
  color:#fff;
  font-size:17px;
  font-weight:800;
}

.jetour-phone-post__actions{
  padding:13px 15px 12px;
  gap:8px;
  font-size:17px;
  font-weight:800;
  justify-content:flex-start;
}

.jetour-phone-post__actions b{
  font:inherit;
}

.jetour-phone-post__actions .save{
  margin-left:auto;
}

.jetour-phone-post__nav{
  padding:12px 23px 18px;
  border-top:1px solid #eee;
  font-size:22px;
}

.heart,
.comment,
.share,
.save,
.home,
.search,
.plus,
.reels,
.avatar{
  display:inline-block;
  position:relative;
  flex:0 0 auto;
  width:23px;
  height:23px;
  color:#111;
}

.heart::before,
.heart::after{
  content:"";
  position:absolute;
  top:5px;
  width:12px;
  height:18px;
  border:3px solid currentColor;
  border-bottom:0;
  border-radius:12px 12px 0 0;
  transform-origin:50% 100%;
}

.heart::before{left:2px;transform:rotate(-45deg)}
.heart::after{right:2px;transform:rotate(45deg)}

.comment{
  border:3px solid currentColor;
  border-radius:50%;
}

.comment::after{
  content:"";
  position:absolute;
  right:1px;
  bottom:-3px;
  width:8px;
  height:8px;
  border-right:3px solid currentColor;
  border-bottom:3px solid currentColor;
  transform:rotate(18deg);
}

.share{
  width:26px;
  clip-path:polygon(4% 6%,96% 46%,56% 58%,39% 95%,29% 62%,4% 48%);
  background:currentColor;
}

.save{
  border:3px solid currentColor;
  border-bottom:0;
}

.save::after{
  content:"";
  position:absolute;
  left:3px;
  right:3px;
  bottom:-1px;
  height:11px;
  background:#fff;
  clip-path:polygon(0 0,50% 48%,100% 0,100% 100%,0 100%);
}

.home::before{
  content:"";
  position:absolute;
  inset:7px 3px 2px;
  border:3px solid currentColor;
  border-top:0;
  border-radius:2px;
}

.home::after{
  content:"";
  position:absolute;
  left:4px;
  top:3px;
  width:15px;
  height:15px;
  border-left:3px solid currentColor;
  border-top:3px solid currentColor;
  transform:rotate(45deg);
  border-radius:2px;
}

.search{
  border:4px solid currentColor;
  border-radius:50%;
}

.search::after{
  content:"";
  position:absolute;
  right:-5px;
  bottom:-4px;
  width:10px;
  height:4px;
  border-radius:999px;
  background:currentColor;
  transform:rotate(45deg);
}

.plus{
  border:3px solid currentColor;
  border-radius:7px;
}

.plus::before,
.plus::after{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  background:currentColor;
}

.plus::before{width:12px;height:3px}
.plus::after{width:3px;height:12px}

.reels{
  border:3px solid currentColor;
  border-radius:6px;
}

.reels::before{
  content:"";
  position:absolute;
  left:7px;
  top:6px;
  border-left:9px solid currentColor;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
}

.avatar{
  border-radius:50%;
  background:linear-gradient(135deg,#cfd5da,#757b82);
}

.avatar::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-7px;
  width:7px;
  height:7px;
  transform:translateX(-50%);
  border-radius:50%;
  background:#ff3030;
}

.jetour-archive{
  padding:clamp(22px,3vw,54px) 0 clamp(90px,9vw,150px);
}

.jetour-archive figure{
  margin:0;
  overflow:hidden;
  background:#050607;
}

.jetour-archive img,
.jetour-archive video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.jetour-archive__hero{
  aspect-ratio:1672/941;
}

.jetour-archive__grid,
.jetour-archive__split{
  display:grid;
  gap:14px;
  margin-top:14px;
}

.jetour-archive__grid--two{
  grid-template-columns:1fr 1fr;
}

.jetour-archive__grid--two figure{
  aspect-ratio:4/3;
}

.jetour-archive__split{
  grid-template-columns:1.42fr .58fr;
  align-items:stretch;
}

.jetour-archive__split > figure:first-child{
  aspect-ratio:16/9;
}

.jetour-archive__split > figure:last-child{
  aspect-ratio:9/16;
}

.jetour-archive__grid--three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.jetour-archive__grid--three figure{
  aspect-ratio:1122/1402;
}

.jetour-archive__grid--motion{
  grid-template-columns:1fr 1fr;
}

.jetour-archive__grid--motion figure{
  aspect-ratio:540/304;
}

.jetour-archive__split--reverse{
  grid-template-columns:.58fr 1.42fr;
}

.jetour-archive__split--reverse > figure:first-child{
  aspect-ratio:540/720;
}

.jetour-archive__split--reverse > figure:last-child{
  aspect-ratio:4/3;
}

@media (max-width:1024px){
  .jetour-nav{padding:16px 20px}
  .jetour-nav nav{gap:16px}
  .jetour-nav a{font-size:13px}
  .jetour-reel__title{width:min(460px,54vw)}
  .jetour-story{
    grid-template-columns:1fr;
  }
  .jetour-copy{padding-top:24px}
}

@media (max-width:760px){
  .jetour-nav nav{display:none}
  .jetour-brand{width:84px}
  .jetour-reel{height:auto}
  .jetour-reel__sticky{
    position:relative;
    height:auto;
    min-height:100svh;
    padding:92px 18px 46px;
    display:grid;
    gap:14px;
  }
  .jetour-reel__sticky::after{display:none}
  .jetour-reel__title{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    order:-1;
    mix-blend-mode:normal;
  }
  .jetour-reel__title img{width:210px}
  .jetour-card{
    position:relative;
    left:auto;
    top:auto;
    width:min(72vw,260px);
    transform:none !important;
    opacity:1 !important;
    filter:none !important;
  }
  .jetour-card:nth-of-type(even){justify-self:end}
  .jetour-story,
  .jetour-social-wall,
  .jetour-archive{
    width:min(94vw,620px);
  }
  .jetour-story{padding:54px 0 38px}
  .jetour-logo{width:240px;margin-bottom:22px}
  .jetour-row{min-height:58px}
  .jetour-row span:last-child{font-size:13px}
  .jetour-copy p{margin:0 0 20px}
  .jetour-head{font-size:16px}
  .jetour-body{font-size:13px;line-height:1.85}
  .jetour-social-wall{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:20px 0 34px;
    gap:12px;
  }
  .jetour-archive{
    padding:22px 0 76px;
  }
  .jetour-archive__grid,
  .jetour-archive__split,
  .jetour-archive__split--reverse{
    grid-template-columns:1fr;
  }
}

/* jetour reel mobile override v3 */

@media (max-width:760px){
  .jetour-reel{
    min-height:auto;
  }

  .jetour-reel__intro{
    min-height:82svh;
    padding:92px 18px 52px;
  }

  .jetour-reel__intro img{
    width:210px;
  }

  .jetour-reel__sticky{
    position:relative;
    height:auto;
    min-height:0;
    padding:0 18px 46px;
    display:block;
  }

  .jetour-reel__sticky::before{
    display:none;
  }

  .jetour-reel__track{
    position:relative;
    inset:auto;
    display:grid;
    gap:14px;
    overflow:visible;
  }

  .jetour-card{
    position:relative;
    left:auto;
    top:auto;
    width:min(74vw,270px);
    transform:none !important;
    opacity:1 !important;
    filter:none !important;
  }

  .jetour-card:nth-child(even){
    justify-self:end;
  }
}

/* jetour no intro top reel v4 */

@media (max-width:760px){
  .jetour-reel{
    min-height:auto;
    padding-top:82px;
  }
}

/* jetour social carousel final v20 */
.jetour-social-stage{
  width:min(96vw,1580px);
  margin:0 auto;
  padding:clamp(18px,2.6vw,42px) 0 clamp(34px,4.4vw,72px);
  overflow:hidden;
}

.jetour-social-stage .jetour-social-wall{
  width:100%;
  margin:0;
  padding:14px max(2vw,18px) 22px;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:clamp(12px,1.1vw,18px);
  overflow-x:auto;
  overflow-y:visible;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  mask-image:linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.jetour-social-stage .jetour-social-wall::-webkit-scrollbar{display:none}

.jetour-social-stage .jetour-social-card{
  position:relative;
  flex:0 0 clamp(126px,8.6vw,164px);
  width:auto;
  aspect-ratio:9/16;
  border-radius:16px;
  overflow:hidden;
  background:#050505;
  box-shadow:0 12px 34px rgba(0,0,0,.28);
  scroll-snap-align:start;
  content-visibility:auto;
  contain-intrinsic-size:150px 267px;
  transition:transform .28s ease, box-shadow .28s ease, opacity .28s ease, filter .28s ease;
}

.jetour-social-stage .jetour-social-card:hover,
.jetour-social-stage .jetour-social-card:focus-within,
.jetour-social-stage .jetour-social-card.is-selected{
  transform:translateY(-8px) scale(1.12);
  z-index:10;
  box-shadow:0 20px 54px rgba(0,0,0,.42);
}

.jetour-social-stage .jetour-social-card:focus{outline:none}

.jetour-social-stage .jetour-social-card__media{
  position:absolute;
  inset:0 !important;
  z-index:1;
  overflow:hidden;
  background:#050505;
  border:0 !important;
  border-radius:0 !important;
}

.jetour-social-stage .jetour-social-card__media video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover !important;
  transform:scale(1.018);
  background:#050505;
}

.jetour-social-stage .jetour-social-ui{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.95) 0 13%, transparent 25% 76%, rgba(255,255,255,.96) 88% 100%);
}

.jetour-social-stage .jetour-social-ui::after{
  content:"";
  position:absolute;
  left:36%;
  right:36%;
  bottom:1.5%;
  height:3px;
  border-radius:999px;
  background:#111;
}

.jetour-social-stage .jetour-social-ui__author{
  position:absolute;
  left:5%;
  right:5%;
  top:13.8%;
  display:flex;
  align-items:center;
  gap:5px;
}

.jetour-social-stage .jetour-avatar{
  flex:0 0 clamp(18px,1.45vw,24px);
  width:clamp(18px,1.45vw,24px);
  height:clamp(18px,1.45vw,24px);
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#69aeb7;
  color:#fff;
  font-size:clamp(8px,.78vw,12px);
  font-weight:900;
  line-height:1;
}

.jetour-social-stage .jetour-social-ui__author p{width:34%;margin:0}
.jetour-social-stage .jetour-social-ui__author strong,
.jetour-social-stage .jetour-social-ui__author span,
.jetour-social-stage .jetour-social-ui__text,
.jetour-social-stage .jetour-social-ui__metrics span,
.jetour-social-stage .jetour-social-ui__fbtop span,
.jetour-social-stage .jetour-social-ui__fbtop em{
  display:block;
  color:transparent;
  font-size:0;
  border-radius:999px;
  background:#dde2e7;
}
.jetour-social-stage .jetour-social-ui__author strong{width:100%;height:5px}
.jetour-social-stage .jetour-social-ui__author span{width:70%;height:4px;margin-top:4px;background:#eef1f3}
.jetour-social-stage .jetour-social-ui__author i{margin-left:auto;width:12px;height:4px;border-radius:999px;background:#c9cfd6;color:transparent;font-size:0}

.jetour-social-stage .jetour-social-ui__text{
  position:absolute;
  left:5%;
  right:5%;
  top:21.5%;
  height:4px;
  background:#e8ebee;
}
.jetour-social-stage .jetour-social-ui__text::after{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:58%;
  height:4px;
  border-radius:999px;
  background:#eef1f3;
}

.jetour-social-stage .jetour-ig-head,
.jetour-social-stage .jetour-x-head,
.jetour-social-stage .jetour-social-ui__fbtop{
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:11.5%;
  padding:0 6%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.96);
}

.jetour-social-stage .jetour-ig-head span,
.jetour-social-stage .jetour-ig-head em{
  width:clamp(13px,1vw,18px);
  height:clamp(13px,1vw,18px);
  border:2px solid #111;
}
.jetour-social-stage .jetour-ig-head span{border-right:0;border-bottom:0;transform:rotate(-45deg)}
.jetour-social-stage .jetour-ig-head strong{width:34%;height:6px;border-radius:999px;background:#111}
.jetour-social-stage .jetour-ig-head em{border-radius:50%}

.jetour-social-stage .jetour-x-head{justify-content:center}
.jetour-social-stage .jetour-x-head strong{
  position:relative;
  width:18px;
  height:18px;
  color:transparent;
  font-size:0;
}
.jetour-social-stage .jetour-x-head strong::before,
.jetour-social-stage .jetour-x-head strong::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:4px;
  height:22px;
  border-radius:3px;
  background:#111;
  transform-origin:center;
}
.jetour-social-stage .jetour-x-head strong::before{transform:translate(-50%,-50%) rotate(-34deg)}
.jetour-social-stage .jetour-x-head strong::after{transform:translate(-50%,-50%) rotate(34deg)}
.jetour-social-stage .jetour-x-head span,
.jetour-social-stage .jetour-x-head em{display:none}

.jetour-social-stage .jetour-social-ui__fbtop b{
  width:clamp(18px,1.45vw,25px);
  height:clamp(18px,1.45vw,25px);
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#1877f2;
  color:#fff;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:clamp(15px,1.35vw,23px);
  line-height:1;
}
.jetour-social-stage .jetour-social-ui__fbtop span{flex:1;height:18px;margin:0 7px;background:#f0f2f5}
.jetour-social-stage .jetour-social-ui__fbtop em{width:18px;height:18px;background:#d8dde3}

.jetour-social-stage .jetour-social-ui__metrics,
.jetour-social-stage .jetour-ig-nav{
  position:absolute;
  left:0;
  right:0;
  bottom:4.2%;
  height:8.8%;
  padding:0 8%;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:0;
  border-top:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.96);
}

.jetour-social-stage .jetour-social-ui__metrics span,
.jetour-social-stage .jetour-ig-nav span{
  position:relative;
  width:clamp(13px,1vw,18px);
  height:clamp(13px,1vw,18px);
  border:2px solid #111;
  border-radius:50%;
  background:transparent;
}

.jetour-social-stage .jetour-social-ui__metrics::before,
.jetour-social-stage .jetour-social-ui__metrics::after{
  content:"";
  width:clamp(13px,1vw,18px);
  height:clamp(13px,1vw,18px);
  border:2px solid #111;
  border-radius:4px;
}

.jetour-social-stage .jetour-social-ui--x .jetour-social-ui__metrics::before{
  border-radius:2px;
  clip-path:polygon(50% 0,100% 42%,82% 42%,82% 100%,18% 100%,18% 42%,0 42%);
  background:#111;
}
.jetour-social-stage .jetour-social-ui--x .jetour-social-ui__metrics span:nth-child(1){border-radius:50%}
.jetour-social-stage .jetour-social-ui--x .jetour-social-ui__metrics span:nth-child(2){border-radius:5px;transform:rotate(45deg)}
.jetour-social-stage .jetour-social-ui--x .jetour-social-ui__metrics span:nth-child(3){border-radius:3px}
.jetour-social-stage .jetour-social-ui--x .jetour-social-ui__metrics span:nth-child(4){display:none}
.jetour-social-stage .jetour-social-ui--x .jetour-social-ui__metrics::after{border-radius:3px}

.jetour-social-stage .jetour-social-ui--facebook .jetour-social-ui__metrics span,
.jetour-social-stage .jetour-social-ui--facebook .jetour-social-ui__metrics::before,
.jetour-social-stage .jetour-social-ui--facebook .jetour-social-ui__metrics::after{border-color:#65676b}
.jetour-social-stage .jetour-social-ui--facebook .jetour-social-ui__metrics::before{border-color:#1877f2;background:#1877f2;clip-path:polygon(50% 0,100% 42%,82% 42%,82% 100%,18% 100%,18% 42%,0 42%)}
.jetour-social-stage .jetour-social-ui--facebook .jetour-social-ui__metrics span:nth-child(1){border-radius:50%}
.jetour-social-stage .jetour-social-ui--facebook .jetour-social-ui__metrics span:nth-child(2){border-radius:3px}
.jetour-social-stage .jetour-social-ui--facebook .jetour-social-ui__metrics span:nth-child(3){border-radius:4px}
.jetour-social-stage .jetour-social-ui--facebook .jetour-social-ui__metrics::after{border-radius:3px}

.jetour-social-stage .jetour-ig-nav span:nth-child(1){border-radius:2px;clip-path:polygon(50% 0,100% 42%,82% 42%,82% 100%,18% 100%,18% 42%,0 42%);background:#111}
.jetour-social-stage .jetour-ig-nav span:nth-child(2){border-radius:50%}
.jetour-social-stage .jetour-ig-nav span:nth-child(3){border-radius:4px}
.jetour-social-stage .jetour-ig-nav span:nth-child(4){border-radius:4px;transform:rotate(45deg)}
.jetour-social-stage .jetour-ig-nav span:nth-child(5){background:#69aeb7;border-color:#69aeb7;border-radius:50%}

@media (max-width:760px){
  .jetour-social-stage{width:min(96vw,620px)}
  .jetour-social-stage .jetour-social-card{flex-basis:clamp(116px,36vw,150px)}
}

/* jetour pure lightweight video carousel v21 */
.jetour-social-stage .jetour-social-card{
  flex:0 0 clamp(126px,8.6vw,164px);
  aspect-ratio:9/16;
  border-radius:16px;
  background:#050505;
  overflow:hidden;
}

.jetour-social-stage .jetour-social-card > video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1.018);
  background:#050505;
}

.jetour-social-stage .jetour-social-ui,
.jetour-social-stage .jetour-social-card__media{
  display:none !important;
}

.jetour-social-stage .jetour-social-wall{
  padding-block:16px 24px;
}

@media (max-width:760px){
  .jetour-social-stage .jetour-social-card{flex-basis:clamp(116px,36vw,150px)}
}

/* jetour continuous tight marquee v26 */
.jetour-social-stage .jetour-social-card,
.jetour-social-stage .jetour-social-card:hover,
.jetour-social-stage .jetour-social-card:focus-within,
.jetour-social-stage .jetour-social-card.is-selected{
  box-shadow:0 14px 42px rgba(0,0,0,.32);
}

/* jetour cover-style social reel v24 */
.jetour-social-stage{
  width:min(96vw,1580px);
  margin:0 auto;
  padding:clamp(18px,2.8vw,46px) 0 clamp(36px,4.4vw,74px);
  overflow:visible;
}

.jetour-social-stage .jetour-social-wall{
  position:relative;
  width:100%;
  height:clamp(330px,31vw,470px);
  margin:0;
  padding:0;
  display:block;
  overflow:hidden;
  -webkit-mask-image:none;
  mask-image:none;
}

.jetour-social-stage .jetour-social-card{
  position:absolute;
  left:0;
  top:50%;
  width:clamp(154px,10.8vw,210px);
  height:auto;
  flex:none;
  aspect-ratio:9/16;
  border-radius:18px;
  overflow:hidden;
  background:#050505;
  box-shadow:0 14px 42px rgba(0,0,0,.32);
  will-change:transform, opacity, filter;
}

.jetour-social-stage .jetour-social-card > video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1.018);
  background:#050505;
}

.jetour-social-stage .jetour-social-card.is-selected{
  box-shadow:0 22px 62px rgba(0,0,0,.46);
}

@media (max-width:760px){
  .jetour-social-stage .jetour-social-wall{height:clamp(300px,70vw,430px)}
  .jetour-social-stage .jetour-social-card{width:clamp(126px,36vw,158px)}
}

/* jetour plain marquee social reel v25 */
.jetour-social-stage .jetour-social-card{
  filter:none !important;
  opacity:1 !important;
}

.jetour-social-stage .jetour-social-card:hover,
.jetour-social-stage .jetour-social-card:focus-within,
.jetour-social-stage .jetour-social-card.is-selected{
  box-shadow:0 20px 54px rgba(0,0,0,.42);
}

/* jetour carousel posters and hover clipping fix v23 */
.jetour-social-stage{
  overflow:visible;
}

.jetour-social-stage .jetour-social-wall{
  padding-block:34px 30px;
}

.jetour-social-stage .jetour-social-card{
  transform-origin:center center;
}

.jetour-social-stage .jetour-social-card:hover,
.jetour-social-stage .jetour-social-card:focus-within,
.jetour-social-stage .jetour-social-card.is-selected{
  transform:scale(1.1);
}

/* jetour framed top reel v5 */

/* jetour automatic reel v6 */

.jetour-reel{
  min-height:100svh;
  height:100svh;
}

.jetour-reel__sticky{
  position:relative;
  top:auto;
  height:100svh;
  padding:clamp(118px,12vh,150px) clamp(20px,2.4vw,46px) clamp(30px,4vh,56px);
}

.jetour-reel__frame{
  width:min(94vw,1760px);
  height:min(72svh,800px);
  min-height:620px;
  border-radius:34px;
}

.jetour-reel__track{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
}

.jetour-card{
  position:absolute;
  left:auto;
  top:50%;
  width:clamp(276px,19.2vw,366px);
  transform:translate3d(-120vw,-50%,0) scale(.82);
  transform-origin:center center;
  opacity:.66;
  transition:none;
  will-change:transform,opacity;
  backface-visibility:hidden;
  contain:layout paint style;
  border-radius:22px;
  overflow:hidden;
  clip-path:inset(0 round 22px);
}

.jetour-card video{
  border-radius:inherit;
  clip-path:inset(0 round 22px);
  transform:translateZ(0);
}

@media (max-width:760px){
  .jetour-reel{
    min-height:100svh;
    height:100svh;
    padding-top:76px;
  }

  .jetour-reel__sticky{
    height:calc(100svh - 76px);
    padding:0 14px 28px;
    display:flex;
  }

  .jetour-reel__frame{
    width:100%;
    height:100%;
    min-height:0;
    border-radius:24px;
  }

  .jetour-reel__track{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
  }

  .jetour-card{
    width:min(68vw,300px);
  }
}

/* jetour social cover-style loop v27 */
.jetour-social-stage{
  width:min(96vw,1580px);
  margin:0 auto;
  padding:clamp(18px,2.8vw,46px) 0 clamp(36px,4.4vw,74px);
  overflow:visible;
}

.jetour-social-stage .jetour-social-wall{
  position:relative;
  width:100%;
  height:clamp(330px,31vw,470px);
  margin:0;
  padding:0;
  display:block;
  overflow:hidden;
  -webkit-mask-image:none;
  mask-image:none;
}

.jetour-social-stage .jetour-social-card,
.jetour-social-stage .jetour-social-card:hover,
.jetour-social-stage .jetour-social-card:focus-within,
.jetour-social-stage .jetour-social-card.is-selected{
  position:absolute;
  left:0;
  top:50%;
  width:clamp(154px,10.8vw,210px);
  height:auto;
  flex:none;
  aspect-ratio:9/16;
  border-radius:18px;
  overflow:hidden;
  background:#050505;
  box-shadow:0 14px 42px rgba(0,0,0,.32);
  opacity:1 !important;
  filter:none !important;
  transition:none !important;
  will-change:transform;
  content-visibility:visible !important;
  contain:none !important;
  contain-intrinsic-size:none !important;
  scroll-snap-align:none !important;
}

.jetour-social-stage .jetour-social-card > video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1.018);
  background:#050505;
}

@media (max-width:760px){
  .jetour-social-stage .jetour-social-wall{
    height:clamp(300px,70vw,430px);
  }

  .jetour-social-stage .jetour-social-card{
    width:clamp(126px,36vw,158px);
  }
}

/* jetour top cover polish v33 */
.jetour-reel{
  min-height:100svh;
  height:100svh;
  background:
    radial-gradient(circle at 24% 18%, rgba(104,174,183,.18), transparent 32%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,.08), transparent 30%),
    #050606;
}

.jetour-reel__sticky{
  padding:clamp(96px,10vh,132px) clamp(18px,2.2vw,42px) clamp(28px,4vh,54px);
}

.jetour-reel__frame{
  width:min(96vw,1820px);
  height:min(76svh,840px);
  min-height:600px;
  border-radius:30px;
  background:transparent;
  box-shadow:none;
}

.jetour-reel__frame::before{
  z-index:6;
  background:none;
}

.jetour-reel__frame::after{
  z-index:7;
  border-color:transparent;
}

.jetour-reel__track{
  overflow:hidden;
}

.jetour-card{
  width:clamp(300px,20.6vw,392px);
  border-radius:24px;
  box-shadow:0 30px 86px rgba(0,0,0,.44);
  clip-path:inset(0 round 24px);
  filter:none !important;
  will-change:transform,opacity;
}

.jetour-card video{
  transform:scale(1.012) translateZ(0);
  object-position:center;
}

.jetour-reel__headline{
  position:absolute;
  left:clamp(24px,3.2vw,58px);
  bottom:clamp(24px,4.2vw,66px);
  z-index:80;
  width:min(560px,58vw);
  display:grid;
  gap:10px;
  pointer-events:none;
  color:#fff;
  text-shadow:0 12px 34px rgba(0,0,0,.58);
}

.jetour-reel__headline img{
  width:clamp(112px,10vw,170px);
  height:auto;
}

.jetour-reel__headline h1{
  margin:4px 0 0;
  font-size:clamp(34px,5vw,86px);
  line-height:.88;
  letter-spacing:0;
  font-weight:800;
}

.jetour-reel__headline p{
  margin:0;
  max-width:520px;
  color:rgba(255,255,255,.78);
  font-size:clamp(13px,1vw,17px);
  line-height:1.5;
}

@media (max-width:760px){
  .jetour-reel__sticky{
    height:100svh;
    padding:82px 12px 22px;
  }

  .jetour-reel__frame{
    min-height:0;
    height:calc(100svh - 104px);
    border-radius:24px;
  }

  .jetour-card{
    width:min(70vw,292px);
    border-radius:20px;
    clip-path:inset(0 round 20px);
  }

  .jetour-reel__headline{
    left:20px;
    right:20px;
    bottom:24px;
    width:auto;
    gap:8px;
  }

  .jetour-reel__headline h1{
    font-size:clamp(30px,11vw,48px);
  }

  .jetour-reel__headline p{
    font-size:12px;
  }
}

/* jetour results metrics v42 */
.jetour-results{
  padding-top:clamp(34px,3.8vw,72px);
  padding-bottom:clamp(44px,4.6vw,92px);
}

.jetour-results-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(28px,4.4vw,86px);
  padding:clamp(12px,1.6vw,24px) 0 clamp(18px,2vw,32px);
  width:min(90vw,1280px);
  margin:0 auto;
  justify-items:center;
}

.jetour-results-grid article{
  padding:0;
  text-align:center;
  opacity:.24;
  transform:translateY(24px) scale(.985);
  filter:saturate(.82);
  transition:transform .58s cubic-bezier(.22,.61,.36,1), opacity .52s ease, filter .52s ease;
}

.jetour-results-grid article.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:saturate(1);
}

.jetour-results-grid h3{
  margin:0 0 8px;
  display:inline-block;
  font-size:clamp(34px,4vw,68px);
  line-height:1;
  letter-spacing:0;
  font-weight:700;
  color:#fff;
  text-shadow:0 0 0 rgba(255,255,255,0);
  transition:text-shadow .6s ease;
}

.jetour-results-grid article.is-visible h3{
  text-shadow:0 0 28px rgba(255,255,255,.2);
}

.jetour-results.is-alive .jetour-results-grid article.is-visible h3{
  animation:jetourResultPulse .92s cubic-bezier(.34,1.56,.64,1) 1 both;
}

.jetour-results.is-alive .jetour-results-grid article:nth-child(2).is-visible h3{animation-delay:.12s}
.jetour-results.is-alive .jetour-results-grid article:nth-child(3).is-visible h3{animation-delay:.24s}
.jetour-results.is-alive .jetour-results-grid article:nth-child(4).is-visible h3{animation-delay:.36s}

@keyframes jetourResultPulse{
  0%,100%{transform:translateY(0) scale(1)}
  24%{transform:translateY(-9px) scale(1.038)}
  52%{transform:translateY(0) scale(.986)}
  72%{transform:translateY(-3px) scale(1.012)}
}

.jetour-results-grid p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:rgba(245,247,251,.86);
}

@media (max-width:1024px){
  .jetour-results-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 44px;
  }
}

@media (max-width:640px){
  .jetour-results{
    padding-top:34px;
    padding-bottom:56px;
  }

  .jetour-results-grid{
    grid-template-columns:1fr;
    gap:24px;
    padding:8px 0 14px;
  }
}

@media (prefers-reduced-motion: reduce){
  .jetour-results-grid article{
    opacity:1;
    transform:none;
    filter:none;
    transition:none;
  }

  .jetour-results.is-alive .jetour-results-grid article.is-visible h3{
    animation:none;
  }
}

/* jetour campaign materials v41 */
.jetour-materials{
  width:min(96vw,1720px);
  margin:0 auto;
  padding:clamp(10px,1.4vw,26px) 0 clamp(90px,9vw,150px);
  display:grid;
  gap:clamp(12px,1.15vw,18px);
}

.jetour-materials figure{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#050607;
}

.jetour-materials img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.jetour-materials__lead{
  aspect-ratio:1923/817;
  border-radius:24px;
}

.jetour-materials__duo,
.jetour-materials__landscape,
.jetour-materials__product,
.jetour-materials__vertical{
  display:grid;
  gap:clamp(12px,1.15vw,18px);
}

.jetour-materials__duo{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.jetour-materials__duo figure{
  aspect-ratio:540/304;
}

.jetour-materials__landscape{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.jetour-materials__landscape figure{
  aspect-ratio:1448/1086;
}

.jetour-materials__landscape-main{
  grid-column:1/-1;
  aspect-ratio:1672/941 !important;
}

.jetour-materials__product{
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.jetour-materials__vertical{
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.jetour-materials__product figure,
.jetour-materials__vertical figure{
  aspect-ratio:1122/1402;
}

.jetour-materials__closing{
  aspect-ratio:960/540;
  border-radius:24px;
}

@media (max-width:1180px){
  .jetour-materials__product,
  .jetour-materials__vertical{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .jetour-materials{
    width:min(94vw,620px);
    padding-bottom:76px;
  }

  .jetour-materials figure,
  .jetour-materials__lead,
  .jetour-materials__closing{
    border-radius:14px;
  }

  .jetour-materials__duo,
  .jetour-materials__landscape{
    grid-template-columns:1fr;
  }

  .jetour-materials__product,
  .jetour-materials__vertical{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

.jetour-reel__mobile-controls{
  display:none;
}

/* jetour mobile top reel stacked carousel v2 */
@media (max-width:760px){
  .jetour-reel{
    height:100svh !important;
    min-height:560px !important;
    padding-top:82px !important;
  }

  .jetour-reel__sticky{
    position:relative !important;
    top:auto !important;
    height:calc(100svh - 82px) !important;
    min-height:478px !important;
    max-height:620px !important;
    padding:0 12px 26px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
  }

  .jetour-reel__frame{
    position:relative !important;
    width:min(94vw,620px) !important;
    height:min(100%,520px) !important;
    min-height:0 !important;
    margin:0 auto !important;
    overflow:hidden !important;
    border-radius:24px !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .jetour-reel__frame::before{
    display:block !important;
    background:none !important;
  }

  .jetour-reel__frame::after{
    display:none !important;
  }

  .jetour-reel__track{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    display:block !important;
    overflow:hidden !important;
  }

  .jetour-card{
    position:absolute !important;
    left:50% !important;
    top:46% !important;
    width:min(68vw,260px) !important;
    aspect-ratio:9/16 !important;
    transform:translate3d(-50%,-50%,0) scale(.78) !important;
    transform-origin:center center !important;
    opacity:0 !important;
    z-index:1 !important;
    border-radius:20px !important;
    clip-path:inset(0 round 20px) !important;
    pointer-events:none !important;
    transition:transform .42s cubic-bezier(.22,1,.36,1), opacity .28s ease !important;
  }

  .jetour-card.is-current{
    transform:translate3d(-50%,-50%,0) scale(1) !important;
    opacity:1 !important;
    z-index:5 !important;
  }

  .jetour-card.is-prev{
    transform:translate3d(calc(-50% - 38px), calc(-50% + 12px), 0) rotate(-5deg) scale(.84) !important;
    opacity:.45 !important;
    z-index:3 !important;
  }

  .jetour-card.is-next{
    transform:translate3d(calc(-50% + 38px), calc(-50% + 12px), 0) rotate(5deg) scale(.84) !important;
    opacity:.45 !important;
    z-index:3 !important;
  }

  .jetour-card.is-hidden{
    transform:translate3d(-50%, calc(-50% + 20px), 0) scale(.72) !important;
    opacity:0 !important;
    z-index:1 !important;
  }

  .jetour-reel__mobile-controls{
    position:absolute;
    left:50%;
    bottom:16px;
    z-index:40;
    display:grid;
    grid-template-columns:44px minmax(58px,auto) 44px;
    align-items:center;
    gap:8px;
    transform:translateX(-50%);
    padding:6px;
    border:1px solid rgba(255,106,26,.64);
    border-radius:999px;
    background:rgba(9,10,11,.78);
    box-shadow:0 16px 38px rgba(0,0,0,.42);
    backdrop-filter:blur(10px);
  }

  .jetour-reel__mobile-btn{
    width:44px;
    height:38px;
    display:grid;
    place-items:center;
    border:0;
    border-radius:999px;
    background:#ff6a1a;
    color:#050607;
    font-size:28px;
    line-height:1;
    font-family:Arial, sans-serif;
    font-weight:700;
  }

  .jetour-reel__mobile-count{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:3px;
    min-width:58px;
    color:#f6f4ef;
    font-size:13px;
    line-height:1;
    font-weight:700;
  }

  .jetour-reel__mobile-count i,
  .jetour-reel__mobile-count em{
    font-style:normal;
    color:rgba(246,244,239,.56);
  }
}
