/* Square launch cards across desktop and mobile layouts. */
.launch-card{border-radius:0}
.launch-card-waitlist>.launch-eyebrow,
.launch-card-products>.launch-eyebrow{position:relative;z-index:1}
.launch-card-waitlist>.launch-card-center,
.launch-card-products>.launch-card-center{
  position:absolute;
  z-index:1;
  top:50%;
  right:clamp(24px,2.5vw,38px);
  left:clamp(24px,2.5vw,38px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  transform:translateY(-50%);
}
.launch-card-waitlist>.launch-card-center h2{margin-top:0}
.launch-card-waitlist>.launch-card-center p{
  margin:16px 0 0;
  text-align:left;
}
.launch-card-products>.launch-card-cta{
  position:relative;
  z-index:1;
  align-self:flex-start;
}
.launch-card-image-copy{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  top:0;
  right:0;
  bottom:0;
  left:0;
  padding-bottom:clamp(24px,2.4vw,36px);
  text-align:center;
}

/* One continuous backdrop and one layout system for TB1 and TB PRO. */
.product-story{
  --product-width:min(1440px,calc(100% - 96px));
  --grid-draw:1;
  position:relative;
  isolation:isolate;
  background:#101010;
  color:#fff;
}
.product-story::before{
  content:"";
  position:absolute;
  z-index:4;
  inset:-1px 0 auto;
  height:clamp(160px,24svh,270px);
  pointer-events:none;
  background:linear-gradient(to bottom,#101010 0%,rgba(16,16,16,.96) 20%,rgba(16,16,16,.68) 48%,rgba(16,16,16,.28) 74%,transparent 100%);
}
.product-story::after{
  content:"";
  position:absolute;
  z-index:3;
  right:0;
  bottom:-1px;
  left:0;
  height:clamp(280px,42svh,520px);
  pointer-events:none;
  background:linear-gradient(to bottom,rgba(16,16,16,.02) 0%,rgba(16,16,16,.16) 24%,rgba(16,16,16,.58) 58%,rgba(16,16,16,.92) 82%,#101010 100%);
}
.next-chapter{
  position:relative;
  min-height:100svh;
  width:100%;
  margin:0;
  background:#101010;
}
.next-chapter.is-motion-enabled{height:var(--next-chapter-scroll-height,860svh)}
.next-chapter-stage{
  --ts-grid-width:min(1440px,calc(100% - 96px));
  position:sticky;
  top:0;
  left:0;
  display:grid;
  place-items:center;
  width:100%;
  height:100svh;
  overflow:hidden;
  background:#101010;
}
.next-chapter.is-pinned .next-chapter-stage{
  position:fixed;
  z-index:2;
  top:0;
  right:0;
  left:0;
}
.next-chapter.is-past .next-chapter-stage{
  position:absolute;
  z-index:1;
  top:auto;
  right:0;
  bottom:0;
  left:0;
}
.ts-product-scene{
  --scene-y:0px;
  position:absolute;
  z-index:9;
  inset:0;
  transform:translate3d(0,var(--scene-y),0);
  will-change:transform;
}
.ts-category-logo{
  --category-opacity:1;
  position:absolute;
  z-index:6;
  top:auto;
  bottom:calc(100% + var(--ts-surround-gap));
  left:50%;
  display:block;
  width:clamp(190px,18vw,290px);
  height:auto;
  opacity:var(--category-opacity);
  transform:translateX(-50%);
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.28));
  will-change:opacity;
}
.ts-tagline{
  --tagline-reveal:0;
  --tagline-y:16px;
  position:absolute;
  z-index:6;
  top:calc(100% + var(--ts-surround-gap));
  left:50%;
  width:min(90vw,560px);
  max-width:none;
  margin:0;
  color:#fff;
  font:400 clamp(24px,2.2vw,38px)/1.08 Sora,sans-serif;
  letter-spacing:-.055em;
  text-align:center;
  opacity:var(--tagline-reveal);
  transform:translate(-50%,var(--tagline-y));
  will-change:transform,opacity;
}
.ts-tagline span{display:block;white-space:nowrap}
.ts-card-stack{
  --ts-surround-gap:clamp(56px,7svh,84px);
  position:relative;
  width:clamp(190px,20vw,310px);
  aspect-ratio:1080 / 1152;
}
@property --card-float{
  syntax:"<length>";
  inherits:false;
  initial-value:0px;
}
@property --card-hover-x{
  syntax:"<length>";
  inherits:false;
  initial-value:0px;
}
@property --card-hover-y{
  syntax:"<length>";
  inherits:false;
  initial-value:0px;
}
@property --card-hover-scale{
  syntax:"<number>";
  inherits:false;
  initial-value:1;
}
.ts-card{
  --card-reveal:0;
  --card-x:0%;
  --card-y:26px;
  --card-rotation:0deg;
  --card-scale:.86;
  --card-float:0px;
  --card-hover-x:0px;
  --card-hover-y:0px;
  --card-hover-scale:1;
  position:absolute;
  inset:0;
  margin:0;
  overflow:hidden;
  border:0;
  background:#151515;
  opacity:var(--card-reveal);
  transform:translate3d(var(--card-x),var(--card-y),0) rotate(var(--card-rotation)) scale(var(--card-scale));
  translate:var(--card-hover-x) calc(var(--card-hover-y) + var(--card-float));
  scale:var(--card-hover-scale);
  transform-origin:center bottom;
  box-shadow:0 24px 54px rgba(0,0,0,.48),0 8px 20px rgba(0,0,0,.3),0 2px 14px rgba(255,255,255,.045);
  will-change:transform,opacity;
  animation:ts-card-float 5.8s ease-in-out infinite;
  transition:--card-hover-x .55s cubic-bezier(.16,1,.3,1),--card-hover-y .55s cubic-bezier(.16,1,.3,1),--card-hover-scale .55s cubic-bezier(.16,1,.3,1),filter .45s ease;
}
.ts-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.ts-headset-focus{
  --headset-reveal:0;
  --headset-y:22px;
  --headset-scale:.84;
  position:absolute;
  z-index:8;
  top:50%;
  left:50%;
  width:clamp(252px,26.1vw,423px);
  aspect-ratio:800 / 794;
  margin:0;
  opacity:var(--headset-reveal);
  transform:translate(-50%,calc(-50% + var(--headset-y))) scale(var(--headset-scale));
  filter:drop-shadow(0 32px 55px rgba(0,0,0,.48));
  pointer-events:none;
  will-change:transform,opacity;
}
.ts-headset-orbit{
  --orbit-reveal:0;
  --orbit-scale:.94;
  position:absolute;
  z-index:4;
  top:50%;
  left:50%;
  width:155vw;
  aspect-ratio:1;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  opacity:var(--orbit-reveal);
  transform:translateX(-50%) scale(var(--orbit-scale));
  transform-origin:center top;
  pointer-events:none;
  will-change:transform,opacity;
}
.ts-headset-orbit::after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid transparent;
  border-radius:50%;
  animation:product-lime-trace 5s cubic-bezier(.45,0,.25,1) infinite;
  will-change:transform,border-color;
}
.ts-headset-focus img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transform-origin:center center;
  transition:opacity .48s ease,transform .72s cubic-bezier(.16,1,.3,1);
  will-change:transform,opacity;
}
.ts-headset-focus .ts-headset-ghost{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.ts-headset-focus .ts-color-label{
  position:absolute;
  top:calc(100% + 7px);
  left:50%;
  width:max-content;
  transform:translateX(-50%);
  color:rgba(255,255,255,.34);
  font-size:7px;
  letter-spacing:.16em;
}
.ts-headset-focus .ts-color-label strong{color:rgba(255,255,255,.6)}
.ts-exploded-parts{
  --parts-stage-reveal:0;
  position:absolute;
  z-index:8;
  inset:0;
  overflow:hidden;
  opacity:var(--parts-stage-reveal);
  pointer-events:none;
}
.ts-exploded-part{
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:clamp(132px,14vw,224px);
  height:clamp(154px,16.4vw,263px);
  object-fit:contain;
  opacity:0;
  filter:drop-shadow(0 24px 34px rgba(0,0,0,.42));
  transform:translate(-50%,-50%) rotate(0deg) scale(.54);
  transform-origin:center;
  transition:
    top .85s cubic-bezier(.16,1,.3,1),
    left .85s cubic-bezier(.16,1,.3,1),
    opacity .42s ease,
    transform .85s cubic-bezier(.16,1,.3,1),
    filter .45s ease;
  will-change:top,left,transform,opacity;
}
.next-chapter.is-exploded .ts-headset-focus #ts-headset-image{opacity:0;transform:scale(.72)}
.next-chapter.is-exploded .ts-exploded-part{opacity:1}
.next-chapter.is-exploded .ts-exploded-part-left{
  top:calc(50% + 6.8vw);
  left:18%;
  transform:translate(-50%,-50%) rotate(-10deg) scale(1);
}
.next-chapter.is-exploded .ts-exploded-part-center{
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(1.06);
}
.next-chapter.is-exploded .ts-exploded-part-right{
  top:calc(50% + 6.8vw);
  left:82%;
  transform:translate(-50%,-50%) rotate(10deg) scale(1);
}
.ts-exploded-parts.is-changing .ts-exploded-part{
  opacity:0;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.2)) blur(4px);
  transform:translate(-50%,-50%) scale(.9);
}
.ts-headset-specs{
  position:absolute;
  z-index:9;
  left:50%;
  bottom:clamp(86px,13svh,138px);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:var(--ts-grid-width);
  transform:translateX(-50%);
  pointer-events:none;
  font-family:Sora,sans-serif;
  transition:opacity .45s ease,transform .65s cubic-bezier(.16,1,.3,1);
}
.next-chapter.is-exploded .ts-headset-specs{
  opacity:0;
  transform:translate(-50%,14px);
}
.ts-spec{
  --spec-reveal:0;
  --spec-y:14px;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  width:auto;
  min-width:0;
  padding:0 clamp(8px,1.5vw,22px);
  margin:0;
  color:#fff;
  text-align:center;
  opacity:var(--spec-reveal);
  transform:translateY(var(--spec-y));
  will-change:transform,opacity;
}
.ts-spec strong{
  font:400 clamp(34px,3.2vw,58px)/.88 Sora,sans-serif;
  letter-spacing:-.075em;
  white-space:nowrap;
}
.ts-spec span{font:500 11px/1.25 Sora,sans-serif;color:rgba(255,255,255,.58)}
.ts-spec:first-child{align-items:flex-start;padding-left:0;text-align:left}
.ts-spec:last-child{align-items:flex-end;padding-right:0;text-align:right}
.ts-exploded-message{
  --message-reveal:0;
  position:absolute;
  z-index:9;
  bottom:clamp(82px,12svh,130px);
  left:50%;
  width:min(760px,calc(100% - 48px));
  color:#fff;
  font-family:Sora,sans-serif;
  text-align:center;
  opacity:0;
  transform:translate(-50%,16px);
  pointer-events:none;
  transition:opacity .48s ease,transform .7s cubic-bezier(.16,1,.3,1);
}
.next-chapter.is-exploded .ts-exploded-message{
  opacity:var(--message-reveal);
  transform:translate(-50%,0);
}
.ts-exploded-message h3{
  margin:0 0 11px;
  font:500 clamp(16px,1.45vw,24px)/1.05 Sora,sans-serif;
  letter-spacing:-.035em;
}
.ts-exploded-message h3 span{display:block}
.ts-exploded-message p{
  margin:0;
  color:rgba(255,255,255,.54);
  font:400 clamp(9px,.78vw,12px)/1.5 Sora,sans-serif;
}
.ts-exploded-message p span{display:block;white-space:nowrap}
.ts-product-details{
  --details-reveal:0;
  --details-y:16px;
  position:absolute;
  z-index:9;
  top:clamp(108px,17svh,176px);
  left:50%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:start;
  width:var(--ts-grid-width);
  color:#fff;
  font-family:Sora,sans-serif;
  text-align:left;
  opacity:var(--details-reveal);
  transform:translate(-50%,var(--details-y));
  pointer-events:none;
  will-change:transform,opacity;
}
.ts-listening-copy{
  grid-column:1 / 3;
  grid-row:1;
  justify-self:start;
  width:clamp(300px,28vw,440px);
  padding-top:2px;
}
.ts-listening-copy h3{
  margin:0 0 10px;
  font:500 clamp(13px,1vw,16px)/1.15 Sora,sans-serif;
  letter-spacing:-.025em;
}
.ts-listening-copy p{
  margin:0;
  color:rgba(255,255,255,.48);
  font:400 clamp(9px,.72vw,11px)/1.5 Sora,sans-serif;
}
.ts-listening-copy p span{display:block;white-space:nowrap}
.ts-product-details h2{
  grid-column:1 / -1;
  grid-row:1;
  justify-self:center;
  margin:0;
  font:400 clamp(25px,2.4vw,42px)/1 Sora,sans-serif;
  letter-spacing:-.065em;
}
.ts-color-picker{
  grid-column:1 / -1;
  grid-row:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center;
  width:100%;
  margin-top:clamp(104px,calc((100svh - clamp(86px,13svh,138px) - clamp(108px,17svh,176px))/2 - 84px),300px);
  transform:translateY(0);
  transition:transform .82s cubic-bezier(.16,1,.3,1);
  will-change:transform;
}
.next-chapter.is-exploded .ts-color-picker{transform:translateY(clamp(-104px,-9svh,-64px))}
.ts-color-label{font:500 8px/1 Sora,sans-serif;letter-spacing:.14em;color:rgba(255,255,255,.45)}
.ts-color-label strong{color:rgba(255,255,255,.9);font-weight:600}
.ts-color-options{
  grid-column:1;
  justify-self:start;
  display:flex;
  align-items:center;
  gap:11px;
  min-height:48px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(10,12,12,.58);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
}
.ts-color-swatch{
  position:relative;
  width:22px;
  height:22px;
  padding:0;
  border:1px solid rgba(255,255,255,.34);
  border-radius:50%;
  box-shadow:0 0 0 0 rgba(255,255,255,0);
  cursor:pointer;
  transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease;
}
.ts-color-swatch:hover{transform:scale(1.14)}
.ts-color-swatch:focus-visible{outline:2px solid #fff;outline-offset:4px}
.ts-color-swatch.is-active{border-color:#fff;box-shadow:0 0 0 3px #101010,0 0 0 4px rgba(255,255,255,.72)}
.ts-color-midnight{background:#172a54}
.ts-color-teal{background:#007d75}
.ts-color-red{background:#c51d24}
.ts-color-silver{background:#f7f7f3}
.ts-view-toggle{
  grid-column:4;
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  place-items:center;
  width:clamp(146px,12vw,188px);
  height:48px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(10,12,12,.58);
  color:rgba(255,255,255,.72);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  cursor:pointer;
  transition:background .42s cubic-bezier(.16,1,.3,1),color .35s ease,border-color .35s ease,transform .35s cubic-bezier(.16,1,.3,1);
}
.ts-view-toggle:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.42)}
.ts-view-toggle:focus-visible{outline:2px solid #fff;outline-offset:3px}
.ts-view-toggle.is-active{border-color:#fff;background:#fff;color:#101010}
.ts-view-toggle svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.ts-view-toggle>span,.mp4-play-toggle>span{font:600 10px/1 Sora,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.ts-view-toggle g{transform-box:fill-box;transform-origin:center;transition:opacity .3s ease,transform .42s cubic-bezier(.16,1,.3,1)}
.ts-eye-open{opacity:0;transform:scale(.65)}
.ts-view-toggle.is-active .ts-eye-closed{opacity:0;transform:scale(.65)}
.ts-view-toggle.is-active .ts-eye-open{opacity:1;transform:scale(1)}
.tso-card-stage{
  --tso-stage-y:100svh;
  position:absolute;
  z-index:10;
  inset:0;
  perspective:1400px;
  background:#101010;
  pointer-events:none;
  transform:translate3d(0,var(--tso-stage-y),0);
  will-change:transform;
}
.tso-category-logo{
  --tso-logo-reveal:0;
  --tso-logo-y:-14px;
  position:absolute;
  z-index:5;
  top:calc(50% - clamp(218px,19vw,285px));
  left:50%;
  display:block;
  width:clamp(190px,18vw,290px);
  height:auto;
  opacity:var(--tso-logo-reveal);
  transform:translate(-50%,var(--tso-logo-y));
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.32));
  will-change:transform,opacity;
}
.tso-tagline{
  --tso-tagline-reveal:0;
  --tso-tagline-y:16px;
  position:absolute;
  z-index:5;
  top:calc(50% + clamp(185px,16.3vw,245px));
  left:50%;
  width:max-content;
  max-width:calc(100% - 40px);
  margin:0;
  color:#fff;
  font:400 clamp(24px,2.2vw,38px)/1.08 Sora,sans-serif;
  letter-spacing:-.055em;
  text-align:center;
  opacity:var(--tso-tagline-reveal);
  transform:translate(-50%,var(--tso-tagline-y));
  will-change:transform,opacity;
}
.tso-card{
  --tso-reveal:0;
  --tso-x:0%;
  --tso-y:52px;
  --tso-turn:70deg;
  --tso-rotate:0deg;
  --tso-scale:.84;
  position:absolute;
  top:50%;
  left:50%;
  width:clamp(190px,18vw,292px);
  aspect-ratio:3 / 4;
  margin:0;
  opacity:var(--tso-reveal);
  transform:translate(-50%,-50%) translate3d(var(--tso-x),var(--tso-y),0) rotateY(var(--tso-turn)) rotateZ(var(--tso-rotate)) scale(var(--tso-scale));
  transform-style:preserve-3d;
  will-change:transform,opacity;
}
.tso-card-left{--tso-x:-82%;--tso-rotate:-5deg;z-index:1}
.tso-card-center{--tso-x:0%;z-index:3}
.tso-card-right{--tso-x:82%;--tso-rotate:5deg;z-index:2}
.tso-card img{
  display:block;
  width:100%;
  height:100%;
  border-radius:16px;
  object-fit:cover;
  backface-visibility:hidden;
  box-shadow:0 30px 64px rgba(0,0,0,.48),0 8px 22px rgba(0,0,0,.3);
  animation:tso-card-float-turn 7s ease-in-out infinite;
  transform-style:preserve-3d;
}
.tso-card-left img{animation-delay:-1.8s}
.tso-card-center img{animation-delay:-4.2s}
.tso-card-right img{animation-delay:-3s}
@keyframes tso-card-float-turn{
  0%,100%{transform:translateY(-4px) rotateY(-5deg) rotateX(1deg)}
  50%{transform:translateY(6px) rotateY(7deg) rotateX(-1deg)}
}
.mp4-product-stage{
  --mp4-ring-reveal:0;
  --mp4-stage-y:100svh;
  position:absolute;
  z-index:11;
  inset:0;
  isolation:isolate;
  overflow:hidden;
  background:#101010;
  color:#fff;
  font-family:Sora,sans-serif;
  pointer-events:none;
  transform:translate3d(0,var(--mp4-stage-y),0);
  will-change:transform;
}
.mp4-product-stage::before{
  content:"";
  position:absolute;
  z-index:0;
  top:50%;
  left:50%;
  width:155vw;
  aspect-ratio:1;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  opacity:var(--mp4-ring-reveal);
  transform:translateX(-50%);
  transform-origin:center top;
  pointer-events:none;
}
.mp4-product-stage::after{
  content:"";
  position:absolute;
  z-index:1;
  top:50%;
  left:50%;
  width:155vw;
  aspect-ratio:1;
  border:1px solid transparent;
  border-radius:50%;
  opacity:var(--mp4-ring-reveal);
  transform:translateX(-50%);
  transform-origin:center center;
  animation:product-lime-trace-mp4 5s cubic-bezier(.45,0,.25,1) infinite;
  pointer-events:none;
  will-change:transform,border-color,opacity;
}
@keyframes product-lime-trace{
  0%,18%{
    border-top-color:rgba(195,219,13,0);
    transform:rotate(-110deg);
  }
  30%{
    border-top-color:rgba(195,219,13,.68);
  }
  60%{
    border-top-color:rgba(195,219,13,.68);
    transform:rotate(38deg);
  }
  78%,100%{
    border-top-color:rgba(195,219,13,0);
    transform:rotate(92deg);
  }
}
@keyframes product-lime-trace-mp4{
  0%,18%{
    border-top-color:rgba(195,219,13,0);
    transform:translateX(-50%) rotate(-110deg);
  }
  30%{
    border-top-color:rgba(195,219,13,.68);
  }
  60%{
    border-top-color:rgba(195,219,13,.68);
    transform:translateX(-50%) rotate(38deg);
  }
  78%,100%{
    border-top-color:rgba(195,219,13,0);
    transform:translateX(-50%) rotate(92deg);
  }
}
@media(prefers-reduced-motion:reduce){
  .ts-headset-orbit::after,
  .mp4-product-stage::after{
    animation:none;
    border-color:transparent;
  }
}
.mp4-product-visual{
  --mp4-visual-reveal:0;
  --mp4-visual-y:30px;
  --mp4-visual-scale:.9;
  position:absolute;
  z-index:2;
  top:50%;
  left:50%;
  width:clamp(310px,35vw,550px);
  height:clamp(280px,37vw,465px);
  opacity:var(--mp4-visual-reveal);
  transform:translate(-50%,calc(-50% + var(--mp4-visual-y))) scale(var(--mp4-visual-scale));
  filter:drop-shadow(0 34px 52px rgba(0,0,0,.48));
  will-change:transform,opacity;
}
.mp4-product-visual img{
  position:absolute;
  top:50%;
  display:block;
  width:52%;
  height:84%;
  object-fit:contain;
  transition:opacity .22s ease,transform .62s cubic-bezier(.16,1,.3,1),filter .45s ease;
  will-change:transform,opacity;
}
.mp4-product-front{
  z-index:2;
  left:34%;
  filter:drop-shadow(0 15px 14px rgba(0,0,0,.24));
  transform:translate(-50%,-50%) rotate(-6deg);
}
.mp4-product-back{z-index:1;left:66%;transform:translate(-50%,-50%) rotate(6deg)}
.mp4-product-visual.is-switching img{opacity:0;filter:blur(5px)}
.mp4-product-visual.is-switching .mp4-product-front{transform:translate(-62%,-48%) rotate(-9deg) scale(.94)}
.mp4-product-visual.is-switching .mp4-product-back{transform:translate(-38%,-48%) rotate(9deg) scale(.94)}
.mp4-color-label{
  position:absolute;
  top:calc(100% + 3px);
  left:50%;
  width:max-content;
  transform:translateX(-50%);
  color:rgba(255,255,255,.34);
  font:500 7px/1 Sora,sans-serif;
  letter-spacing:.16em;
}
.mp4-color-label strong{color:rgba(255,255,255,.62)}
.mp4-product-header{
  --mp4-header-reveal:0;
  --mp4-header-y:16px;
  position:absolute;
  z-index:3;
  top:clamp(108px,17svh,176px);
  left:50%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:start;
  width:var(--ts-grid-width);
  opacity:var(--mp4-header-reveal);
  transform:translate(-50%,var(--mp4-header-y));
  will-change:transform,opacity;
}
.mp4-product-header h2{
  grid-column:1 / -1;
  grid-row:1;
  justify-self:center;
  margin:0;
  font:400 clamp(25px,2.4vw,42px)/1 Sora,sans-serif;
  letter-spacing:-.065em;
}
.mp4-campaign-copy{
  grid-column:1 / 3;
  grid-row:1;
  justify-self:start;
  width:clamp(300px,31vw,490px);
  padding-top:2px;
}
.mp4-campaign-copy h3{margin:0 0 10px;font:500 clamp(13px,1vw,16px)/1.15 Sora,sans-serif;letter-spacing:-.025em}
.mp4-campaign-copy p{margin:0;color:rgba(255,255,255,.48);font:400 clamp(9px,.72vw,11px)/1.5 Sora,sans-serif}
.mp4-campaign-copy p span{display:block;white-space:nowrap}
.mp4-color-picker{
  grid-column:1 / -1;
  grid-row:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center;
  width:100%;
  margin-top:clamp(104px,calc((100svh - clamp(86px,13svh,138px) - clamp(108px,17svh,176px))/2 - 84px),300px);
}
.mp4-color-options{
  grid-column:1;
  justify-self:start;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:48px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(10,12,12,.58);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
}
.mp4-color-swatch{
  width:22px;
  height:22px;
  padding:0;
  border:1px solid rgba(255,255,255,.34);
  border-radius:50%;
  cursor:pointer;
  transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease;
}
.mp4-color-swatch:hover{transform:scale(1.14)}
.mp4-color-swatch:focus-visible{outline:2px solid #fff;outline-offset:4px}
.mp4-color-swatch.is-active{border-color:#fff;box-shadow:0 0 0 3px #101010,0 0 0 4px rgba(255,255,255,.72)}
.mp4-color-midnight{background:#17345f}
.mp4-color-white{background:#f7f7f3}
.mp4-color-red{background:#c51d24}
.mp4-play-toggle{
  grid-column:4;
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:clamp(146px,12vw,188px);
  height:48px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(10,12,12,.58);
  color:rgba(255,255,255,.84);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  cursor:pointer;
  transition:background .35s ease,color .35s ease,border-color .35s ease,transform .35s cubic-bezier(.16,1,.3,1);
}
.mp4-play-toggle:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.44)}
.mp4-play-toggle:focus-visible{outline:2px solid #fff;outline-offset:3px}
.mp4-play-toggle.is-active{border-color:#fff;background:#fff;color:#101010}
.mp4-play-toggle svg{display:block;width:17px;height:17px;fill:currentColor}
@keyframes product-control-intro{
  0%,100%{box-shadow:0 10px 30px rgba(0,0,0,.18)}
  46%{border-color:rgba(195,219,13,.48);box-shadow:0 0 0 5px rgba(195,219,13,.075),0 14px 38px rgba(0,0,0,.3)}
}
.ts-color-picker.is-introduced>.ts-color-options,
.mp4-color-picker.is-introduced>.mp4-color-options{animation:product-control-intro 1.35s ease-out 1}
.ts-color-picker.is-introduced>.ts-view-toggle,
.mp4-color-picker.is-introduced>.mp4-play-toggle{animation:product-control-intro 1.35s ease-out .16s 1}
.mp4-playback-overlay{
  position:absolute;
  z-index:30;
  inset:0;
  display:grid;
  grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr);
  place-items:center;
  gap:clamp(20px,3vw,52px);
  padding:clamp(22px,3vw,52px);
  overflow:hidden;
  background:rgba(0,0,0,.94);
  backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  cursor:zoom-out;
  transition:opacity .5s ease,visibility 0s linear .5s;
}
.mp4-playback-overlay.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition-delay:0s;
}
.mp4-playback-guide{
  grid-column:1;
  justify-self:end;
  display:flex;
  flex-direction:column;
  align-items:center;
  width:min(220px,100%);
  color:#fff;
  font-family:Sora,sans-serif;
  text-align:center;
  opacity:0;
  transform:translateX(-18px) scale(.94);
  cursor:default;
  transition:opacity .45s ease .22s,transform .72s cubic-bezier(.16,1,.3,1) .22s;
}
.mp4-playback-overlay.is-active .mp4-playback-guide{opacity:1;transform:none}
.mp4-playback-guide img{
  display:block;
  width:clamp(48px,4.4vw,70px);
  height:auto;
  margin-bottom:18px;
  filter:drop-shadow(0 10px 24px rgba(195,219,13,.12));
  animation:mp4-guide-float 5.8s ease-in-out infinite;
}
.mp4-playback-guide p{margin:0;font:400 12px/1.5 Sora,sans-serif;color:rgba(255,255,255,.58)}
.mp4-playback-guide strong{display:block;margin-bottom:6px;color:#fff;font-size:13px;font-weight:600}
.mp4-playback-guide span{display:block}
.mp4-playback-close{
  grid-column:3;
  justify-self:start;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  padding:0;
  border:1px solid rgba(255,255,255,.34);
  border-radius:50%;
  background:rgba(12,12,12,.64);
  color:#fff;
  font:300 27px/1 Arial,sans-serif;
  opacity:0;
  transform:translateX(18px) scale(.9);
  backdrop-filter:blur(12px);
  cursor:pointer;
  transition:opacity .4s ease .28s,transform .65s cubic-bezier(.16,1,.3,1) .28s,background .25s ease,color .25s ease,border-color .25s ease;
}
.mp4-playback-overlay.is-active .mp4-playback-close{opacity:1;transform:none}
.mp4-playback-close:hover,.mp4-playback-close:focus-visible{border-color:#c3db0d;background:#c3db0d;color:#101010;outline:0}
@keyframes mp4-guide-float{0%,100%{transform:translateY(-3px) rotate(-1deg)}50%{transform:translateY(5px) rotate(1deg)}}
.mp4-device-demo{
  grid-column:2;
  position:relative;
  width:min(83.6vw,68.4svh,722px);
  aspect-ratio:1021 / 1152;
  container-type:inline-size;
  opacity:0;
  transform:translateY(30px) scale(.9);
  filter:drop-shadow(0 40px 70px rgba(0,0,0,.62));
  cursor:default;
  transition:opacity .5s ease .08s,transform .85s cubic-bezier(.16,1,.3,1);
}
.mp4-playback-overlay.is-active .mp4-device-demo{opacity:1;transform:translateY(0) scale(1)}
@media(max-width:900px){
  .mp4-playback-overlay{grid-template-columns:1fr;padding:18px}
  .mp4-device-demo{grid-column:1}
  .mp4-playback-guide{position:absolute;z-index:4;top:20px;left:20px;align-items:flex-start;width:min(190px,52vw);text-align:left}
  .mp4-playback-guide img{width:42px;margin-bottom:10px}
  .mp4-playback-guide p{font-size:10px}
  .mp4-playback-guide strong{font-size:11px}
  .mp4-playback-close{position:absolute;z-index:4;top:20px;right:20px;width:42px;height:42px}
}
@media(max-width:520px){.mp4-playback-guide p{display:none}}
@media(prefers-reduced-motion:reduce){.mp4-playback-guide img{animation:none}}
.mp4-device-frame{
  position:absolute;
  z-index:2;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
}
.mp4-device-screen{
  position:absolute;
  z-index:1;
  left:3.13%;
  top:2.6%;
  width:91.09%;
  height:69.2%;
  box-sizing:border-box;
  display:grid;
  grid-template-rows:auto auto minmax(0,1fr) auto;
  gap:1.45cqw;
  overflow:hidden;
  padding:3.45cqw 3.2cqw 3.15cqw;
  border-radius:8.2cqw 8.2cqw 6.4cqw 6.4cqw;
  background:
    radial-gradient(circle at 74% 8%,rgba(255,255,255,.11),transparent 38%),
    linear-gradient(118deg,#050505 0%,#101112 58%,#090909 100%);
  color:#f4f4f2;
  font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  font-weight:300;
}
.mp4-device-screen::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  opacity:.08;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.mp4-player-topbar{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  min-height:4.9cqw;
}
.mp4-player-topbar time{
  font-size:2.65cqw;
  font-weight:300;
  letter-spacing:-.045em;
  white-space:nowrap;
}
.mp4-player-bluetooth{
  justify-self:start;
  width:2.65cqw;
  height:2.65cqw;
  color:#f7f7f5;
}
.mp4-player-brand{
  justify-self:end;
  display:block;
  width:5.1cqw;
  height:6.2cqw;
  overflow:hidden;
}
.mp4-player-brand img{
  display:block;
  width:auto;
  max-width:none;
  height:100%;
  filter:brightness(0) invert(1);
}
.mp4-player-toolbar{
  display:grid;
  grid-template-columns:minmax(0,42%) 1fr;
  align-items:center;
  gap:3cqw;
}
.mp4-player-search{
  display:block;
}
.mp4-player-search input{
  display:block;
  width:100%;
  height:4.1cqw;
  box-sizing:border-box;
  padding:0 1.5cqw;
  border:1px solid rgba(255,255,255,.55);
  border-radius:999px;
  outline:0;
  background:rgba(0,0,0,.24);
  color:#fff;
  font:300 1.75cqw/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  transition:border-color .25s ease,background .25s ease;
}
.mp4-player-search input::placeholder{color:rgba(255,255,255,.46)}
.mp4-player-search input:focus{border-color:#fff;background:rgba(0,0,0,.46)}
.mp4-player-controls{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  gap:1.15cqw;
}
.mp4-player-controls button{
  display:grid;
  place-items:center;
  width:100%;
  height:4.5cqw;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.38);
  cursor:pointer;
  transition:color .2s ease,transform .2s ease;
}
.mp4-player-controls button:hover,
.mp4-player-controls button:focus-visible{color:#fff;transform:scale(1.08);outline:0}
.mp4-player-controls button.is-active{color:#fff}
.mp4-player-controls svg{display:block;width:3.75cqw;height:2.7cqw;fill:currentColor}
.mp4-player-tracks{
  display:grid;
  grid-template-rows:repeat(4,minmax(0,1fr));
  min-height:0;
  transition:opacity .3s ease,transform .4s cubic-bezier(.16,1,.3,1);
}
.mp4-player-track{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto .75cqw;
  align-items:center;
  gap:1.55cqw;
  min-width:0;
  padding:0;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.4);
  background:transparent;
  color:#f5f5f3;
  text-align:left;
  cursor:pointer;
}
.mp4-player-track:last-child{border-bottom:0}
.mp4-player-track[hidden]{display:none}
.mp4-player-track span{
  overflow:hidden;
  font:300 2.55cqw/1.1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  letter-spacing:-.035em;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mp4-player-track time{font:300 2.45cqw/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
.mp4-player-track i{
  width:.55cqw;
  height:2.8cqw;
  border-radius:.15cqw;
  background:transparent;
}
.mp4-player-track:hover span,
.mp4-player-track:focus-visible span{color:#fff}
.mp4-player-track:focus-visible{outline:1px solid rgba(255,255,255,.72);outline-offset:-1px}
.mp4-player-track.is-current i{background:#fff}
.mp4-player-now{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:1cqw;
  min-height:6.4cqw;
  box-sizing:border-box;
  padding:.8cqw 1.35cqw;
  background:#f4f4f2;
  color:#080808;
  transition:opacity .3s ease,transform .4s cubic-bezier(.16,1,.3,1);
}
.mp4-player-now div{min-width:0}
.mp4-player-now small{
  display:block;
  margin-bottom:.12cqw;
  font:600 1.05cqw/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}
.mp4-player-now strong{
  display:block;
  overflow:hidden;
  font:300 2.25cqw/1.1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  letter-spacing:-.035em;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mp4-player-now-actions{display:grid;gap:.42cqw}
.mp4-player-now-actions button{
  display:grid;
  place-items:center;
  width:3.25cqw;
  height:2.45cqw;
  padding:0 0 .18cqw;
  border:0;
  border-radius:999px;
  background:#090909;
  color:#fff;
  font:500 1.55cqw/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  cursor:pointer;
}
.mp4-player-now-actions button:hover,
.mp4-player-now-actions button:focus-visible{background:#353535;outline:0}
.mp4-full-player{
  position:absolute;
  z-index:5;
  inset:0;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto auto auto;
  gap:1.65cqw;
  box-sizing:border-box;
  padding:3.5cqw 4.2cqw 3.4cqw;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 43%,rgba(255,255,255,.09),transparent 29%),
    linear-gradient(145deg,#050505 0%,#111213 58%,#060606 100%);
  opacity:0;
  visibility:hidden;
  transform:translateY(102%);
  transition:transform .72s cubic-bezier(.16,1,.3,1),opacity .34s ease,visibility 0s linear .72s;
  will-change:transform;
}
.mp4-device-screen.is-full-player-open .mp4-full-player{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  transition-delay:0s;
}
.mp4-full-player-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:2cqw;
}
.mp4-full-player-top>span{display:grid;gap:.35cqw}
.mp4-full-player-top small{
  color:rgba(255,255,255,.48);
  font:500 1cqw/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  letter-spacing:.16em;
}
.mp4-full-player-top strong{
  font:400 1.35cqw/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  letter-spacing:.08em;
}
.mp4-full-player-top button{
  display:grid;
  place-items:center;
  width:3.4cqw;
  height:3.4cqw;
  padding:0;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  font:400 1.45cqw/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  cursor:pointer;
  transition:background .2s ease,transform .25s ease;
}
.mp4-full-player-top button:hover,
.mp4-full-player-top button:focus-visible{background:#fff;color:#0a0a0a;transform:rotate(6deg);outline:0}
.mp4-full-player-visual{
  position:relative;
  display:grid;
  place-items:center;
  min-height:0;
}
.mp4-full-player-ring{
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  aspect-ratio:1;
  border:1px solid rgba(255,255,255,.17);
  border-radius:50%;
  transform:translate(-50%,-50%);
}
.mp4-full-player-ring::before,
.mp4-full-player-ring::after{
  content:"";
  position:absolute;
  width:.7cqw;
  aspect-ratio:1;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 1.8cqw rgba(255,255,255,.75);
}
.mp4-full-player-ring-outer{
  width:25cqw;
  border-top-color:rgba(255,255,255,.72);
  animation:mp4-full-orbit 13s linear infinite;
}
.mp4-full-player-ring-outer::before{top:14%;left:10%}
.mp4-full-player-ring-outer::after{right:2%;bottom:31%;opacity:.35}
.mp4-full-player-ring-inner{
  width:18cqw;
  border-right-color:rgba(255,255,255,.68);
  animation:mp4-full-orbit-reverse 9s linear infinite;
}
.mp4-full-player-ring-inner::before{top:-.36cqw;left:48%}
.mp4-full-player-ring-inner::after{display:none}
.mp4-full-player-mark{
  position:relative;
  z-index:1;
  display:block;
  width:7.4cqw;
  height:9.8cqw;
  overflow:hidden;
  filter:drop-shadow(0 0 2.6cqw rgba(255,255,255,.18));
  animation:mp4-full-mark-pulse 3.8s ease-in-out infinite;
}
.mp4-full-player-mark img{
  display:block;
  width:auto;
  max-width:none;
  height:100%;
  filter:brightness(0) invert(1);
}
.mp4-full-player-equalizer{
  position:absolute;
  z-index:2;
  left:50%;
  bottom:1.2cqw;
  display:flex;
  align-items:end;
  justify-content:center;
  gap:.42cqw;
  height:2.2cqw;
  transform:translateX(-50%);
}
.mp4-full-player-equalizer i{
  display:block;
  width:.28cqw;
  height:22%;
  border-radius:99px;
  background:rgba(255,255,255,.65);
}
.mp4-full-player.is-playing .mp4-full-player-equalizer i{animation:mp4-full-equalize .9s ease-in-out infinite alternate}
.mp4-full-player.is-playing .mp4-full-player-equalizer i:nth-child(2){animation-delay:-.65s}
.mp4-full-player.is-playing .mp4-full-player-equalizer i:nth-child(3){animation-delay:-.3s}
.mp4-full-player.is-playing .mp4-full-player-equalizer i:nth-child(4){animation-delay:-.78s}
.mp4-full-player.is-playing .mp4-full-player-equalizer i:nth-child(5){animation-delay:-.48s}
.mp4-full-player-copy{text-align:center}
.mp4-full-player-copy h3{
  max-width:72cqw;
  margin:0 auto .45cqw;
  overflow:hidden;
  font:400 2.45cqw/1.12 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  letter-spacing:-.045em;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mp4-full-player-copy p{
  margin:0;
  color:rgba(255,255,255,.45);
  font:400 1.1cqw/1.2 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  letter-spacing:.03em;
}
.mp4-full-player-timeline{display:grid;gap:.7cqw}
.mp4-full-player-timeline input{
  --progress:0%;
  appearance:none;
  display:block;
  width:100%;
  height:1px;
  margin:0;
  border:0;
  outline:0;
  background:linear-gradient(90deg,#fff 0 var(--progress),rgba(255,255,255,.24) var(--progress) 100%);
  cursor:pointer;
}
.mp4-full-player-timeline input::-webkit-slider-thumb{
  appearance:none;
  width:1.25cqw;
  aspect-ratio:1;
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 .45cqw rgba(255,255,255,.13);
}
.mp4-full-player-timeline input::-moz-range-thumb{
  width:1.25cqw;
  height:1.25cqw;
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 .45cqw rgba(255,255,255,.13);
}
.mp4-full-player-timeline>div{
  display:flex;
  justify-content:space-between;
  color:rgba(255,255,255,.48);
  font:400 1cqw/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}
.mp4-full-player-controls{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:center;
  gap:2cqw;
  width:min(100%,43cqw);
  margin:auto;
}
.mp4-full-player-controls button{
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  color:rgba(255,255,255,.72);
  cursor:pointer;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
.mp4-full-player-controls button:hover,
.mp4-full-player-controls button:focus-visible{background:rgba(255,255,255,.1);color:#fff;transform:scale(1.08);outline:0}
.mp4-full-player-controls svg{display:block;width:3.15cqw;height:3.15cqw;fill:currentColor}
.mp4-full-player-controls svg text{fill:currentColor;font:500 6px system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
.mp4-full-player-controls .mp4-full-player-toggle{
  width:6.6cqw;
  justify-self:center;
  background:#f4f4f2;
  color:#080808;
}
.mp4-full-player-toggle .mp4-full-player-pause{display:none}
.mp4-full-player.is-playing .mp4-full-player-toggle .mp4-full-player-play{display:none}
.mp4-full-player.is-playing .mp4-full-player-toggle .mp4-full-player-pause{display:block}
@keyframes mp4-full-orbit{
  to{transform:translate(-50%,-50%) rotate(360deg)}
}
@keyframes mp4-full-orbit-reverse{
  to{transform:translate(-50%,-50%) rotate(-360deg)}
}
@keyframes mp4-full-mark-pulse{
  0%,100%{opacity:.68;transform:scale(.94)}
  50%{opacity:1;transform:scale(1.04)}
}
@keyframes mp4-full-equalize{
  from{height:20%;opacity:.45}
  to{height:100%;opacity:1}
}
@media(prefers-reduced-motion:reduce){
  .mp4-full-player-ring,
  .mp4-full-player-mark,
  .mp4-full-player-equalizer i{animation:none!important}
}
.mp4-player-keyboard{
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  bottom:0;
  display:grid;
  grid-template-rows:repeat(4,minmax(0,1fr));
  height:44.5%;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.48);
  border-radius:0 0 6.2cqw 6.2cqw;
  background:#060606;
  opacity:0;
  visibility:hidden;
  transform:translateY(calc(100% + 1px));
  transition:transform .55s cubic-bezier(.16,1,.3,1),opacity .28s ease,visibility 0s linear .55s;
  will-change:transform;
}
.mp4-device-screen.is-keyboard-open .mp4-player-keyboard{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  transition-delay:0s;
}
.mp4-keyboard-row{
  display:grid;
  grid-template-columns:repeat(10,minmax(0,1fr));
  min-height:0;
}
.mp4-keyboard-row+ .mp4-keyboard-row{border-top:1px solid rgba(255,255,255,.36)}
.mp4-keyboard-row button{
  display:grid;
  place-items:center;
  min-width:0;
  padding:0;
  border:0;
  border-right:1px solid rgba(255,255,255,.36);
  outline:0;
  background:rgba(0,0,0,.12);
  color:#f5f5f3;
  font:300 2cqw/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  text-transform:none;
  cursor:pointer;
  transition:background .12s ease,color .12s ease;
}
.mp4-keyboard-row button:last-child{border-right:0}
.mp4-keyboard-row button:hover,
.mp4-keyboard-row button:focus-visible{background:rgba(255,255,255,.12)}
.mp4-keyboard-row button:active{background:#f4f4f2;color:#080808}
.mp4-keyboard-row-lower .mp4-key-enter{grid-column:span 3;font-size:1.65cqw}
.mp4-keyboard-row-actions .mp4-key-symbols{grid-column:span 3;font-size:1.55cqw}
.mp4-keyboard-row-actions .mp4-key-space{grid-column:span 4;font-size:1.7cqw}
.mp4-keyboard-row-actions .mp4-key-backspace{grid-column:span 2}
.mp4-keyboard-row-actions .mp4-key-dismiss{grid-column:span 1}
.mp4-keyboard-row-actions svg{display:block;width:4.5cqw;height:2.1cqw}
.mp4-keyboard-row-actions .mp4-key-dismiss svg{width:2.7cqw}
.mp4-device-screen.is-collapsed .mp4-player-tracks{opacity:.08;transform:translateY(1.5cqw);pointer-events:none}
.mp4-device-screen.is-empty .mp4-player-now{opacity:0;transform:translateY(2cqw);pointer-events:none}
.mp4-device-screen .sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
#mp4-player-audio{display:none}
.mp4-product-specs{
  --mp4-specs-reveal:0;
  --mp4-specs-y:16px;
  position:absolute;
  z-index:3;
  left:50%;
  bottom:clamp(86px,13svh,138px);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:var(--ts-grid-width);
  opacity:var(--mp4-specs-reveal);
  transform:translate(-50%,var(--mp4-specs-y));
  will-change:transform,opacity;
}
.mp4-product-specs article{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 clamp(8px,1.5vw,22px);text-align:center}
.mp4-product-specs article:first-child{align-items:flex-start;padding-left:0;text-align:left}
.mp4-product-specs article:last-child{align-items:flex-end;padding-right:0;text-align:right}
.mp4-product-specs strong{font:400 clamp(34px,3.2vw,58px)/.88 Sora,sans-serif;letter-spacing:-.075em;white-space:nowrap}
.mp4-product-specs span{font:500 11px/1.25 Sora,sans-serif;color:rgba(255,255,255,.58)}
.ts-card-center{z-index:5}
.ts-card-inner-left,.ts-card-inner-right{z-index:4}
.ts-card-outer-left,.ts-card-outer-right{z-index:3}
.ts-card:nth-child(2){animation-delay:-1.1s}
.ts-card:nth-child(3){animation-delay:-2.35s}
.ts-card:nth-child(4){animation-delay:-3.5s}
.ts-card:nth-child(5){animation-delay:-4.65s}
@keyframes ts-card-float{
  0%,100%{--card-float:-2px}
  50%{--card-float:4px}
}
@media(hover:hover) and (pointer:fine){
  .ts-card{cursor:pointer}
  .ts-card:hover{
    z-index:20;
    --card-hover-y:-12px;
    --card-hover-scale:1.055;
    filter:saturate(1.05) brightness(1.025);
  }
  .ts-card-inner-left:hover,.ts-card-outer-left:hover{--card-hover-x:-14px}
  .ts-card-inner-right:hover,.ts-card-outer-right:hover{--card-hover-x:14px}
}
@media(max-width:700px){
  .next-chapter.is-motion-enabled{height:var(--next-chapter-scroll-height,840svh)}
  .ts-category-logo{
    width:min(56vw,220px);
  }
  .ts-tagline{
    width:min(86vw,430px);
  }
  .ts-card-stack{
    --ts-surround-gap:clamp(42px,6svh,58px);
    width:clamp(145px,42vw,180px);
  }
  .next-chapter-stage{--ts-grid-width:calc(100% - 36px)}
  .ts-headset-focus{width:min(58vw,270px)}
  .ts-headset-orbit{width:165vw}
  .ts-exploded-part{width:clamp(92px,29vw,126px);height:clamp(108px,34vw,148px)}
  .next-chapter.is-exploded .ts-exploded-part-left{top:calc(50% + 6vw);left:20%}
  .next-chapter.is-exploded .ts-exploded-part-right{top:calc(50% + 6vw);left:80%}
  .ts-headset-specs{bottom:clamp(54px,9svh,76px)}
  .ts-exploded-message{bottom:clamp(50px,8svh,68px);width:calc(100% - 32px)}
  .ts-exploded-message h3{font-size:clamp(13px,4vw,17px)}
  .ts-exploded-message p{font-size:7.5px}
  .ts-spec{gap:5px;padding:0 3px}
  .ts-spec strong{font-size:clamp(17px,5.5vw,27px)}
  .ts-spec span{font-size:7px}
  .ts-product-details{top:clamp(68px,10svh,92px);grid-template-columns:1.25fr .75fr;gap:12px}
  .ts-product-details h2{grid-column:1 / -1;grid-row:1;font-size:clamp(22px,6vw,29px)}
  .ts-listening-copy{grid-column:1 / -1;grid-row:2;width:100%;margin-top:10px;padding:0}
  .ts-color-picker{grid-column:1 / -1;grid-row:3;grid-template-columns:1fr 1fr;gap:16px;margin-top:clamp(112px,17svh,152px)}
  .ts-listening-copy h3{margin-bottom:7px;font-size:11px}
  .ts-listening-copy p{font-size:8px}
  .ts-listening-copy p span{white-space:normal}
  .ts-color-options{grid-column:1;gap:6px;min-height:38px;padding:6px 8px}
  .ts-color-swatch{width:18px;height:18px}
  .ts-view-toggle{grid-column:2;width:112px;height:38px;padding-inline:12px;gap:7px}
  .tso-card{width:clamp(132px,38vw,178px)}
  .tso-card-left{--tso-x:-72%}
  .tso-card-right{--tso-x:72%}
  .tso-category-logo{top:calc(50% - 180px);width:min(56vw,220px)}
  .tso-tagline{top:calc(50% + 160px);width:min(88vw,430px);font-size:clamp(20px,6vw,28px)}
  .mp4-product-header{top:clamp(68px,10svh,92px);grid-template-columns:1.25fr .75fr;gap:12px}
  .mp4-product-header h2{grid-column:1 / -1;grid-row:1;font-size:clamp(22px,6vw,29px)}
  .mp4-campaign-copy{grid-column:1 / -1;grid-row:2;width:100%;margin-top:10px;padding:0}
  .mp4-campaign-copy h3{margin-bottom:7px;font-size:11px}
  .mp4-campaign-copy p{font-size:7.5px}
  .mp4-campaign-copy p span{white-space:normal}
  .mp4-color-picker{grid-column:1 / -1;grid-row:3;grid-template-columns:1fr 1fr;gap:16px;margin-top:clamp(112px,17svh,152px)}
  .mp4-color-options{grid-column:1;gap:7px;min-height:38px;padding:6px 9px}
  .mp4-color-swatch{width:18px;height:18px}
  .mp4-play-toggle{grid-column:2;width:108px;height:38px;padding-inline:12px;gap:7px}
  .mp4-device-demo{width:min(94vw,64svh,620px)}
  .mp4-product-visual{width:min(78vw,370px);height:min(82vw,400px)}
  .mp4-product-specs{bottom:clamp(54px,9svh,76px)}
  .mp4-product-specs article{gap:5px;padding:0 3px}
  .mp4-product-specs strong{font-size:clamp(17px,5.5vw,27px)}
  .mp4-product-specs span{font-size:7px}
}
@media(prefers-reduced-motion:reduce){
  .ts-color-picker.is-introduced>*:not(.ts-color-label),.mp4-color-picker.is-introduced>*{animation:none!important}
  .ts-color-picker{transition:none}
  .next-chapter{height:100svh}
  .ts-card{opacity:1;animation:none}
  .tso-card img{animation:none}
}
.product-story-surface{
  position:sticky;
  z-index:0;
  top:0;
  height:100svh;
  margin-bottom:-100svh;
  overflow:hidden;
  pointer-events:none;
}
.product-grid-backdrop{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#101010;
}
.product-grid-backdrop video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.13;
  filter:blur(18px) saturate(.72) contrast(1.08);
  transform:scale(1.06);
}
.product-grid-backdrop::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle,rgba(255,255,255,.28) 0 .55px,transparent .75px),radial-gradient(circle,rgba(255,255,255,.16) 0 .45px,transparent .7px);
  background-position:0 0,2px 3px;
  background-size:4px 4px,5px 5px;
  mix-blend-mode:soft-light;
  opacity:.22;
}
.product-story .product-grid-lines{
  position:absolute;
  z-index:1;
  inset:0 auto 0 50%;
  display:flex;
  justify-content:space-between;
  width:var(--product-width);
  height:100%;
  margin:0;
  transform:translateX(-50%);
}
.product-story .product-grid-lines span{
  flex:0 0 1px;
  height:100%;
  background:rgba(255,255,255,.1);
  transform:scaleY(var(--grid-draw));
  transform-origin:top;
}
.product-grid-section{
  position:relative;
  z-index:1;
  height:auto;
  min-height:100svh;
  background:transparent;
}
.product-story.is-motion-enabled .product-grid-section{
  height:480svh;
  min-height:480svh;
}
.product-stage{
  position:sticky;
  top:0;
  display:flex;
  align-items:center;
  width:100%;
  height:100svh;
  overflow:hidden;
}
.product-composition{
  container-type:inline-size;
  display:grid;
  gap:clamp(24px,3svh,36px);
  width:var(--product-width);
  margin-inline:auto;
  font-family:Sora,sans-serif;
}
.product-editorial-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  height:max(420px,min(40.3cqw,calc(100svh - 180px)));
  gap:0;
}
.product-column{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:0;
}
.product-editorial-card{
  position:relative;
  flex:none;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-width:0;
  overflow:hidden;
  background:#fff;
  color:#101010;
  border:0;
}
.product-card-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font:600 11px/1 Sora,sans-serif;
  letter-spacing:.14em;
}
.product-card-heading span:last-child{font-weight:500;color:rgba(16,16,16,.48)}
.product-editorial-card-model{
  height:clamp(188px,17vw,246px);
  max-height:42.4%;
  padding:20px clamp(20px,1.8vw,29px) clamp(20px,1.8vw,29px);
}
.product-editorial-card-model h2{
  margin:0;
  font:400 clamp(66px,6.5vw,106px)/.72 Sora,sans-serif;
  letter-spacing:-.1em;
}
.product-grid-section-pro .product-editorial-card-model h2{
  font-size:clamp(40px,4.8vw,80px);
  white-space:nowrap;
}
.product-editorial-card-positioning{
  height:clamp(78px,6.5vw,96px);
  max-height:16.6%;
  padding:17px 20px 16px;
}
.product-editorial-card-positioning strong{
  font:400 clamp(16px,1.25vw,21px)/1 Sora,sans-serif;
  letter-spacing:-.035em;
}
.product-editorial-media{
  position:relative;
  flex:none;
  width:100%;
  min-height:0;
  margin:0;
  overflow:hidden;
}
.product-editorial-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(hover:hover) and (pointer:fine){
  .product-editorial-media>img{
    transition:transform .65s cubic-bezier(.2,.75,.2,1),filter .65s ease;
  }
  .product-editorial-media:hover>img{
    transform:scale(1.025);
    filter:saturate(1.04);
  }
}
.product-media-action{
  position:absolute;
  z-index:2;
  right:clamp(10px,1vw,16px);
  bottom:clamp(10px,1vw,16px);
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(12,12,12,.48);
  color:#fff;
  font:500 10px/1 Sora,sans-serif;
  letter-spacing:.025em;
  white-space:nowrap;
  opacity:0;
  transform:translateY(8px);
  box-shadow:0 5px 20px rgba(0,0,0,.18),inset 0 0 0 1px rgba(0,0,0,.12);
  backdrop-filter:blur(12px) saturate(1.2);
  cursor:pointer;
  transition:opacity .3s ease,transform .45s cubic-bezier(.16,1,.3,1),background .3s ease,border-color .3s ease;
}
.product-media-action svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}
.product-editorial-media:hover .product-media-action,
.product-media-action:focus-visible{
  opacity:1;
  transform:translateY(0);
}
.product-media-action:hover,
.product-media-action:focus-visible{
  border-color:rgba(255,255,255,.72);
  background:rgba(12,12,12,.7);
  outline:none;
}
.has-product-media-zoom{overflow:hidden}
.product-media-zoom{
  position:fixed;
  z-index:1000;
  inset:0;
  display:grid;
  place-items:center;
  padding:clamp(24px,5vw,80px);
  pointer-events:none;
  visibility:hidden;
  transition:visibility 0s linear .48s;
}
.product-media-zoom.is-active{
  visibility:visible;
  pointer-events:auto;
  transition-delay:0s;
}
.product-media-zoom__backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,5,5,.78);
  opacity:0;
  backdrop-filter:blur(0);
  transition:opacity .48s ease,backdrop-filter .65s cubic-bezier(.2,.75,.2,1);
}
.product-media-zoom.is-active .product-media-zoom__backdrop{
  opacity:1;
  backdrop-filter:blur(10px);
}
.product-media-zoom__image{
  position:relative;
  z-index:1;
  display:block;
  width:auto;
  height:auto;
  max-width:min(92vw,1600px);
  max-height:88svh;
  object-fit:contain;
  border-radius:clamp(10px,1vw,18px);
  opacity:0;
  transform:translateY(20px) scale(.9);
  filter:saturate(.86);
  box-shadow:0 32px 100px rgba(0,0,0,.5);
  transition:opacity .38s ease,transform .65s cubic-bezier(.16,1,.3,1),filter .65s ease;
}
.product-media-zoom.is-active .product-media-zoom__image{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:saturate(1);
}
.product-media-zoom__close{
  position:absolute;
  z-index:2;
  top:clamp(18px,3vw,34px);
  right:clamp(18px,3vw,34px);
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(255,255,255,.38);
  border-radius:50%;
  background:rgba(18,18,18,.42);
  color:#fff;
  font:300 22px/1 Sora,sans-serif;
  opacity:0;
  transform:scale(.88);
  backdrop-filter:blur(12px);
  cursor:pointer;
  transition:opacity .3s ease,transform .45s cubic-bezier(.16,1,.3,1),background .3s ease;
}
.product-media-zoom.is-active .product-media-zoom__close{opacity:1;transform:scale(1)}
.product-media-zoom__close:hover,.product-media-zoom__close:focus-visible{background:rgba(255,255,255,.16);outline:none}
@media(hover:none){
  .product-media-action{opacity:1;transform:none}
}
.product-editorial-media-02{
  aspect-ratio:var(--media-ratio);
  max-height:46%;
}
.product-editorial-media-04{
  aspect-ratio:var(--media-ratio);
  max-height:77.5%;
}
.product-grid-section-pro .product-editorial-media-04{max-height:62%}
.product-editorial-media-05{height:100%}
.product-editorial-media-05 img{width:130%;max-width:none;margin-left:-15%}
.product-editorial-media-pro-hero{
  height:100%;
  min-height:0;
}
.product-editorial-media-pro-hero img{
  object-fit:cover;
  object-position:center top;
}
.product-column-stats{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:8px;
  min-height:0;
  padding-top:clamp(20px,2.8svh,36px);
}
.product-column:first-child .product-column-stats{padding-top:min(6.8cqw,10svh)}
.product-grid-section-pro .product-column:nth-child(2) .product-column-stats{
  padding-top:calc(clamp(20px,2.8svh,36px) + clamp(8px,1vw,16px));
}
.product-column-stats:has(> :only-child){justify-content:flex-end}
.hardware-stat{
  flex:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:0;
  gap:8px;
  padding:0 clamp(10px,1.25vw,20px);
  border:0;
  color:#fff;
  text-align:center;
}
.hardware-stat strong{
  font:400 clamp(28px,3.3vw,58px)/.88 Sora,sans-serif;
  letter-spacing:-.075em;
  white-space:nowrap;
}
.hardware-stat-battery strong{font-size:clamp(23px,2.45vw,44px)}
.hardware-stat span{font:400 12px/1.25 Sora,sans-serif;color:rgba(255,255,255,.62);text-wrap:balance}
.product-info-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-template-rows:repeat(2,auto);
  align-items:end;
  gap:8px 0;
  width:100%;
}
.product-info-strip article{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
  padding:4px clamp(12px,1.35vw,20px);
}
.product-info-strip article:nth-child(1){grid-column:1;grid-row:1}
.product-info-strip article:nth-child(2){grid-column:1;grid-row:2}
.product-info-strip article:nth-child(3){grid-column:2;grid-row:2}
.product-info-strip article:nth-child(4){grid-column:3;grid-row:1}
.product-info-strip article:nth-child(5){grid-column:3;grid-row:2}
.product-info-strip article:nth-child(6){grid-column:4;grid-row:2}
.product-info-strip span{font:600 8px/1.2 Sora,sans-serif;letter-spacing:.15em;color:rgba(255,255,255,.4)}
.product-info-strip strong{font:500 clamp(10px,.78vw,12px)/1.25 Sora,sans-serif;letter-spacing:-.015em;color:rgba(255,255,255,.88)}
.product-story [data-reveal]{
  --reveal:1;
  opacity:var(--reveal);
  clip-path:inset(calc((1 - var(--reveal)) * 100%) calc((1 - var(--reveal)) * 100%) 0 0);
}
.product-story.is-motion-enabled [data-reveal]{--reveal:0}
@media(max-width:1100px) and (min-width:701px){
  .product-card-heading{font-size:9px}
  .product-editorial-card-model,.product-editorial-card-positioning{padding:16px}
  .product-editorial-card-positioning strong{font-size:clamp(12px,1.25vw,16px)}
  .hardware-stat span{font-size:10px}
}
@media(max-width:700px){
  .product-story{--product-width:calc(100% - 40px)}
  .product-composition{gap:28px}
  .product-editorial-grid{height:auto;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:28px}
  .product-column{height:420px}
  .product-column:nth-child(n+3){height:380px}
  .product-card-heading{font-size:9px}
  .product-editorial-card-model,.product-editorial-card-positioning{padding:16px}
  .product-editorial-card-model h2{font-size:66px}
  .product-editorial-card-positioning strong{font-size:14px}
  .product-grid-section-pro .product-editorial-card-model h2{font-size:clamp(32px,8vw,48px)}
  .product-column:first-child .product-column-stats{padding-top:38px}
  .product-grid-section-pro .product-column:nth-child(2) .product-column-stats{padding-top:38px}
  .hardware-stat{padding-inline:8px;gap:6px}
  .hardware-stat strong{font-size:clamp(28px,8vw,42px)}
  .hardware-stat-battery strong{font-size:clamp(23px,6.5vw,32px)}
  .hardware-stat span{font-size:10px}
  .product-info-strip article{padding-inline:6px}
  .product-info-strip span{font-size:7px}
  .product-info-strip strong{font-size:9px}
}
@media(max-width:700px),(max-height:650px){
  .product-story.is-motion-enabled .product-grid-section{height:auto;min-height:100svh}
  .product-stage{position:relative;height:auto;min-height:100svh;padding-block:48px;overflow:visible}
}
@media(prefers-reduced-motion:reduce){
  .product-grid-backdrop video{display:none}
  .product-stage{position:relative;height:auto;min-height:100svh;padding-block:48px;overflow:visible}
  .product-story [data-reveal]{opacity:1;clip-path:none}
  .product-media-zoom,.product-media-zoom *{transition:none!important}
}

/* Persistent product guide. Its ready state is the hook for future notices. */
.product-agent{
  --agent-size:min(clamp(34px,3.6vw,58px),max(30px,calc(var(--agent-gutter) - 18px)));
  --agent-gutter:calc((100vw - min(1440px,calc(100vw - 96px))) / 2);
  --agent-cta-y:0px;
  position:fixed;
  z-index:900;
  top:calc(100svh - clamp(22px,4svh,44px) - var(--agent-size));
  right:clamp(18px,2.4vw,36px);
  display:grid;
  justify-items:center;
  width:var(--agent-size);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate3d(18px,8px,0) scale(.88);
  transition:top .16s linear,right .72s cubic-bezier(.16,1,.3,1),width .72s cubic-bezier(.16,1,.3,1),opacity .42s ease,transform .7s cubic-bezier(.16,1,.3,1),visibility 0s linear .7s;
}
.product-agent.is-visible{
  opacity:1;
  visibility:visible;
  transform:translate3d(0,0,0) scale(1);
  transition-delay:0s;
}
.product-agent__control{
  position:relative;
  display:grid;
  place-items:center;
  width:var(--agent-size);
  padding:0;
  border:0;
  background:transparent;
  color:#c3db0d;
  pointer-events:auto;
  cursor:pointer;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.16));
  animation:product-agent-float 7.2s cubic-bezier(.45,0,.35,1) infinite;
  transition:width .72s cubic-bezier(.16,1,.3,1),height .72s cubic-bezier(.16,1,.3,1),padding .72s cubic-bezier(.16,1,.3,1),background .45s ease,border-color .45s ease,border-radius .72s cubic-bezier(.16,1,.3,1),filter .35s ease;
}
.product-agent__control:focus-visible{outline:1px solid #c3db0d;outline-offset:7px;border-radius:14px}
.product-agent__avatar{display:block;width:100%;height:auto;overflow:visible;pointer-events:none;transition:opacity .35s ease}
.product-agent__cta-label{
  display:block;
  max-width:0;
  overflow:hidden;
  color:#fff;
  font:600 11px/1 Sora,sans-serif;
  letter-spacing:-.015em;
  opacity:0;
  white-space:nowrap;
  transform:translateX(6px);
  transition:max-width .72s cubic-bezier(.16,1,.3,1),opacity .3s ease,transform .55s cubic-bezier(.16,1,.3,1);
}
.product-agent.is-product-cta{
  top:calc(clamp(108px,17svh,176px) + var(--agent-cta-y));
  right:var(--agent-gutter);
  width:clamp(164px,14vw,194px);
}
.product-agent.is-product-cta .product-agent__control{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  width:100%;
  height:46px;
  padding:6px 16px 6px 8px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(8,8,8,.78);
  box-shadow:0 12px 34px rgba(0,0,0,.24);
  backdrop-filter:blur(14px);
  animation:none;
}
.product-agent.is-product-cta .product-agent__avatar{flex:0 0 auto;width:30px}
.product-agent.is-product-cta .product-agent__cta-label{max-width:130px;opacity:1;transform:none}
.product-agent.is-product-cta .product-agent__status{opacity:0}
.product-agent.is-product-cta .product-agent__halo{inset:4px auto 4px 4px;width:30px;border-radius:11px}
.product-agent.is-product-cta .product-agent__bubble{display:none}
.product-agent.is-product-cta .product-agent__control:hover{border-color:rgba(195,219,13,.54);background:rgba(12,12,12,.94);transform:translateY(-2px)}
.product-agent.is-grid-cta{
  top:var(--agent-grid-top);
  right:var(--agent-grid-right);
  width:clamp(146px,10.5vw,164px);
}
.product-agent.is-grid-cta .product-agent__control{height:40px;padding:5px 12px 5px 6px;gap:8px}
.product-agent.is-grid-cta .product-agent__avatar{width:28px}
.product-agent.is-grid-cta .product-agent__cta-label{font-size:10px}
.product-agent__bubble{
  --bubble-left:50%;
  --bubble-tail-left:50%;
  position:absolute;
  z-index:3;
  bottom:calc(100% + 10px);
  left:var(--bubble-left);
  box-sizing:border-box;
  width:min(154px,calc(100vw - 20px));
  padding:9px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:10px;
  background:rgba(8,8,8,.94);
  color:#fff;
  text-align:center;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
  backdrop-filter:blur(9px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,9px) scale(.94);
  transform-origin:var(--bubble-tail-left) 100%;
  transition:opacity .28s ease,transform .48s cubic-bezier(.16,1,.3,1),visibility 0s linear .48s;
}
.product-agent__bubble::after{
  content:"";
  position:absolute;
  top:calc(100% - 1px);
  left:var(--bubble-tail-left);
  width:10px;
  height:10px;
  border-right:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
  background:rgba(8,8,8,.94);
  transform:translate(-50%,-50%) rotate(45deg);
}
.product-agent__bubble p{
  margin:0 0 7px;
  font:500 10px/1.35 Sora,sans-serif;
  letter-spacing:-.025em;
  overflow-wrap:break-word;
}
.product-agent__wishlist{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  width:100%;
  min-height:28px;
  padding:5px 6px 5px 9px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:#050505;
  color:#fff;
  font:600 9px/1 Sora,sans-serif;
  white-space:nowrap;
  cursor:pointer;
  transition:background .3s ease,color .3s ease,transform .3s cubic-bezier(.16,1,.3,1);
}
.product-agent__wishlist i{
  display:grid;
  place-items:center;
  width:16px;
  aspect-ratio:1;
  border-radius:50%;
  background:#c3db0d;
  color:#101010;
  font:600 12px/1 Sora,sans-serif;
  font-style:normal;
}
.product-agent__wishlist:hover{transform:translateY(-1px)}
.product-agent__wishlist:focus-visible{outline:2px solid #101010;outline-offset:3px}
.product-agent__wishlist[hidden]{display:none}
.product-agent__wishlist[aria-pressed="true"]{border-color:rgba(195,219,13,.58);background:#050505;color:#fff}
.product-agent__wishlist[aria-pressed="true"] i{background:#c3db0d;color:#101010}
.product-agent.is-bubble-visible .product-agent__bubble{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0) scale(1);
  transition-delay:.12s;
}
.product-agent.is-explore-prompt .product-agent__bubble{
  border-color:rgba(255,255,255,.1);
  background:rgba(8,8,8,.9);
  color:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.product-agent.is-explore-prompt .product-agent__bubble::after{
  border-color:rgba(255,255,255,.16);
  background:rgba(8,8,8,.9);
}
.product-agent.is-explore-prompt .product-agent__bubble p{margin-bottom:0;font-weight:400;line-height:1.42}
.product-agent.is-wishlist-prompt .product-agent__bubble{animation:product-agent-bubble-swap .48s cubic-bezier(.16,1,.3,1)}
.product-agent__halo{
  position:absolute;
  z-index:-1;
  inset:4%;
  border:1px solid rgba(195,219,13,.38);
  border-radius:50%;
  opacity:0;
  transform:scale(.72);
}
.product-agent__status{
  position:absolute;
  right:4%;
  bottom:10%;
  width:6px;
  aspect-ratio:1;
  border:2px solid #101010;
  border-radius:50%;
  background:rgba(255,255,255,.42);
  transition:background .3s ease,box-shadow .3s ease;
}
.product-agent.is-reading .product-agent__avatar{opacity:.78}
.product-agent.is-ready .product-agent__status{background:#c3db0d;box-shadow:0 0 0 4px rgba(195,219,13,.14)}
.product-agent.is-message-pending .product-agent__halo{animation:product-agent-ready 2.6s ease-out infinite}
.product-agent.is-message-pending .product-agent__avatar{animation:product-agent-attention 3.8s ease-in-out infinite}
.product-agent.is-switching .product-agent__avatar{animation:product-agent-switch .62s cubic-bezier(.16,1,.3,1)}
.product-agent.is-greeting .product-agent__avatar{animation:product-agent-greet .7s cubic-bezier(.16,1,.3,1)}
.product-agent__control:hover{filter:drop-shadow(0 11px 20px rgba(0,0,0,.3))}
@keyframes product-agent-float{
  0%,100%{transform:translate3d(-5px,-3px,0) rotate(-1deg)}
  28%{transform:translate3d(7px,2px,0) rotate(1.2deg)}
  56%{transform:translate3d(3px,8px,0) rotate(.4deg)}
  78%{transform:translate3d(-8px,3px,0) rotate(-1.4deg)}
}
@keyframes product-agent-ready{0%{opacity:.6;transform:scale(.72)}65%,100%{opacity:0;transform:scale(1.42)}}
@keyframes product-agent-attention{
  0%,68%,100%{transform:translateX(0) rotate(0)}
  73%{transform:translateX(-1px) rotate(-7deg)}
  78%{transform:translateX(1px) rotate(7deg)}
  83%{transform:translateX(-1px) rotate(-5deg)}
  88%{transform:translateX(0) rotate(0)}
}
@keyframes product-agent-bubble-swap{0%{opacity:.25;transform:translate(-50%,7px) scale(.95)}100%{opacity:1;transform:translate(-50%,0) scale(1)}}
@keyframes product-agent-switch{0%{transform:rotate(0) scale(1)}38%{transform:rotate(-8deg) scale(.92)}100%{transform:rotate(0) scale(1)}}
@keyframes product-agent-greet{0%,100%{transform:rotate(0)}28%{transform:rotate(-9deg)}62%{transform:rotate(7deg)}}
@media(max-width:700px){
  .product-agent{--agent-size:32px;--agent-gutter:20px;top:calc(100svh - 50px);right:14px;width:var(--agent-size)}
  .product-agent.is-product-cta{top:calc(clamp(68px,10svh,92px) + var(--agent-cta-y));right:18px;width:154px}
  .product-agent.is-product-cta .product-agent__control{height:40px;padding:5px 12px 5px 6px;gap:8px}
  .product-agent.is-product-cta .product-agent__avatar{width:28px}
  .product-agent.is-product-cta .product-agent__cta-label{font-size:9px}
  .product-agent.is-grid-cta{top:var(--agent-grid-top);right:14px;width:140px}
  .product-agent__bubble{width:min(146px,calc(100vw - 18px));padding:8px}
  .product-agent__status{width:5px;border-width:1px}
}
@media(prefers-reduced-motion:reduce){
  .product-agent__control,
  .product-agent.is-message-pending .product-agent__halo,.product-agent.is-message-pending .product-agent__avatar,.product-agent.is-wishlist-prompt .product-agent__bubble,
  .product-agent.is-switching .product-agent__avatar,.product-agent.is-greeting .product-agent__avatar{animation:none}
}

/* Final launch-updates CTA, echoing the opening numbers and square launch cards. */
.final-cta{position:relative;isolation:isolate;display:grid;align-items:center;min-height:100svh;overflow:hidden;background:#101010;color:#fff;font-family:Sora,sans-serif}
.final-cta::before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 74%,rgba(195,219,13,.075),transparent 38%)}
.final-cta-inner{width:min(1440px,calc(100% - 96px));margin:auto;padding:clamp(72px,8vw,120px) 0}
.final-cta-cards{display:grid;grid-template-columns:1.22fr .78fr;min-height:clamp(430px,39vw,590px)}
.final-cta-card{position:relative;overflow:hidden;border-radius:0;opacity:0;transform:translateY(28px);transition:opacity .72s ease,transform .9s cubic-bezier(.16,1,.3,1)}
.final-cta-card-signup{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(28px,4vw,62px);background:#c3db0d;color:#101010}
.final-cta-card-editorial{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(28px,4vw,62px);border:1px solid rgba(255,255,255,.55);background:linear-gradient(145deg,#171717,#080808);color:#fff}
.final-cta-eyebrow{position:relative;z-index:2;font:600 10px/1 Sora,sans-serif;letter-spacing:.11em}
.final-cta-copy{position:relative;z-index:2;align-self:flex-start;max-width:760px}
.final-cta-copy h2{margin:0;font:400 clamp(48px,6.4vw,102px)/.86 Sora,sans-serif;letter-spacing:-.09em}
.final-cta-copy p{max-width:560px;margin:clamp(18px,2vw,28px) 0 0;font:400 clamp(14px,1.05vw,17px)/1.55 Manrope,Arial,sans-serif}
.final-cta-copy p span{display:block;white-space:nowrap}
.final-cta-card-editorial .final-cta-copy h2{font-size:clamp(38px,4vw,66px)}
.final-cta-card-editorial .final-cta-copy p{max-width:390px;color:rgba(255,255,255,.62)}
.final-cta-card-editorial>img{position:absolute;top:clamp(26px,3vw,46px);right:clamp(26px,3vw,46px);width:clamp(62px,7vw,102px);height:auto;opacity:.2;filter:brightness(0) invert(1);transition:opacity .4s ease,transform 1.1s cubic-bezier(.16,1,.3,1)}
.final-cta-card-editorial:hover>img{opacity:.72;transform:rotate(90deg)}
.final-cta-form{position:relative;z-index:2;width:min(100%,690px)}
.final-cta-form>label{display:block;margin-bottom:9px;font-size:11px;font-weight:600}
.final-cta-form>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid rgba(16,16,16,.58)}
.final-cta-form input{min-width:0;padding:0 0 12px;border:0;outline:0;background:transparent;color:#101010;font:500 14px Sora,sans-serif}
.final-cta-form input::placeholder{color:rgba(16,16,16,.58)}
.final-cta-form button{display:inline-flex;align-items:center;gap:13px;padding:0 0 12px 20px;border:0;background:transparent;color:#101010;font:600 12px Sora,sans-serif;cursor:pointer;white-space:nowrap}
.final-cta-form button span,.final-cta-card-editorial>a span{display:grid;place-items:center;width:24px;aspect-ratio:1;border:1px solid currentColor;border-radius:50%;font-size:13px;transition:background .25s ease,color .25s ease,transform .25s ease}
.final-cta-form button:hover span{background:#101010;color:#c3db0d;transform:rotate(45deg)}
.final-cta-feedback{min-height:18px;margin:9px 0 0!important;font-size:11px!important;font-weight:600!important}
.final-cta-card-editorial>a{position:relative;z-index:2;display:inline-flex;align-items:center;gap:10px;align-self:flex-start;color:#fff;font:600 12px/1 Sora,sans-serif;text-decoration:none}
.final-cta-card-editorial>a:hover span{background:#c3db0d;color:#101010;transform:rotate(45deg)}
.final-cta.is-visible .final-cta-card{opacity:1;transform:none}
.final-cta.is-visible .final-cta-card-signup{transition-delay:.18s}
.final-cta.is-visible .final-cta-card-editorial{transition-delay:.3s}
@media(max-width:800px){
  .final-cta-inner{width:calc(100% - 40px);padding:64px 0}
  .final-cta-cards{grid-template-columns:1fr;min-height:0}
  .final-cta-card{min-height:460px;padding:30px}
  .final-cta-copy h2{font-size:clamp(48px,14vw,72px)}
  .final-cta-card-editorial .final-cta-copy h2{font-size:clamp(38px,10vw,54px)}
}
@media(max-width:480px){
  .final-cta-form>div{grid-template-columns:1fr}
  .final-cta-form button{justify-content:space-between;padding:12px 0}
}
@media(prefers-reduced-motion:reduce){
  .final-cta-card{opacity:1;transform:none;transition:none}
  .final-cta-card-editorial:hover>img{transform:none}
}

/* Conventional hero CTA: supporting line first, full button below. */
.hero-tagline-row{
  width:auto;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:clamp(18px,2vw,28px);
}
.hero-tagline-row .hero-scroll-cta{
  justify-content:space-between;
  min-width:clamp(188px,14vw,220px);
  height:46px;
  margin:0;
  padding:0 11px 0 19px;
  border-color:rgba(255,255,255,.62);
  background:rgba(8,10,10,.52);
  font-size:13px;
  backdrop-filter:blur(12px);
}
.hero-tagline-row .hero-scroll-cta span{
  display:grid;
  place-items:center;
  align-self:center;
  flex:0 0 auto;
  width:23px;
  height:23px;
  border:0;
  border-radius:0;
  background:transparent;
  font-size:0;
  -webkit-mask:none;
  mask:none;
}
.hero-tagline-row .hero-scroll-cta span::before{content:none}
.hero-tagline-row .hero-scroll-cta span img{
  display:block;
  width:21px;
  height:21px;
  object-fit:contain;
  transform:translateY(.5px);
  filter:brightness(0) saturate(100%) invert(81%) sepia(93%) saturate(826%) hue-rotate(17deg) brightness(94%) contrast(98%);
}
.hero-tagline-row .hero-scroll-cta:hover span,
.hero-tagline-row .hero-scroll-cta:focus-visible span{transform:none}
@media(max-width:700px){
  .hero-tagline-row{align-items:flex-start;gap:18px}
  .hero-tagline-row .hero-scroll-cta{min-width:184px;height:44px;padding:0 10px 0 17px;font-size:12px}
  .hero-tagline-row .hero-scroll-cta span{width:22px;height:22px}
}

/* Intentionally open navigation center. */
.nav{grid-template-columns:1fr 1fr 1fr}
.nav-cta{grid-column:3;grid-row:1;font-family:inherit;cursor:pointer}

/* Product wishlist modal. */
html.wishlist-open{overflow:hidden}
.wishlist-dialog{
  width:min(820px,calc(100% - 32px));
  max-width:none;
  max-height:min(880px,calc(100svh - 32px));
  padding:0;
  overflow:auto;
  border:1px solid rgba(255,255,255,.2);
  border-radius:18px;
  background:#f5f5f1;
  color:#101010;
  box-shadow:0 36px 110px rgba(0,0,0,.58);
}
.wishlist-dialog::backdrop{background:rgba(5,5,5,.78);backdrop-filter:blur(12px)}
.wishlist-dialog[open]{animation:wishlist-modal-in .5s cubic-bezier(.16,1,.3,1)}
.wishlist-modal{position:relative;padding:clamp(28px,4vw,52px);font-family:Sora,sans-serif}
.wishlist-modal__close{position:absolute;z-index:2;top:20px;right:20px;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(16,16,16,.2);border-radius:50%;background:transparent;color:#101010;font:400 22px/1 Arial,sans-serif;cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease}
.wishlist-modal__close:hover{background:#101010;color:#fff;transform:rotate(8deg)}
.wishlist-modal__close:focus-visible,.wishlist-modal input:focus-visible,.wishlist-modal button:focus-visible{outline:2px solid #9fb500;outline-offset:3px}
.wishlist-modal__header{padding-right:54px}
.wishlist-modal__header>span,.wishlist-modal__variants legend,.wishlist-modal__saved header>span{display:block;font-size:10px;font-weight:700;letter-spacing:.12em}
.wishlist-modal__header h2{margin:16px 0 13px;font:400 clamp(42px,6vw,72px)/.9 Sora,sans-serif;letter-spacing:-.085em}
.wishlist-modal__header h2 strong{font-weight:400;color:#9fb500}
.wishlist-modal__header p{max-width:540px;margin:0;color:#5f5f5a;font:400 15px/1.55 Manrope,Arial,sans-serif}
.wishlist-modal__form{margin-top:clamp(30px,4vw,48px)}
.wishlist-modal__variants{min-width:0;margin:0;padding:0;border:0}
.wishlist-modal__variants legend{margin-bottom:14px;padding:0}
.wishlist-modal__variant-options{display:flex;flex-wrap:wrap;gap:9px}
.wishlist-variant{position:relative;display:flex;align-items:center;gap:9px;min-height:43px;padding:7px 15px 7px 8px;border:1px solid rgba(16,16,16,.18);border-radius:999px;background:#fff;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}
.wishlist-variant:hover{transform:translateY(-2px)}
.wishlist-variant input{position:absolute;opacity:0;pointer-events:none}
.wishlist-variant i{width:27px;height:27px;border:1px solid rgba(16,16,16,.16);border-radius:50%;background:var(--wishlist-swatch);box-shadow:inset 0 0 0 2px rgba(255,255,255,.28)}
.wishlist-variant strong{font-size:12px;font-weight:600}
.wishlist-variant:has(input:checked){border-color:#101010;box-shadow:0 0 0 1px #101010}
.wishlist-variant:has(input:focus-visible){outline:2px solid #9fb500;outline-offset:3px}
.wishlist-modal__fields{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:32px}
.wishlist-modal__fields label{display:block}
.wishlist-modal__fields label span{display:block;margin-bottom:8px;font-size:10px;font-weight:700;letter-spacing:.06em}
.wishlist-modal__fields input{width:100%;padding:0 0 12px;border:0;border-bottom:1px solid rgba(16,16,16,.3);border-radius:0;background:transparent;color:#101010;font:500 14px Sora,sans-serif;outline:0}
.wishlist-modal__fields input::placeholder{color:#898984}
.wishlist-modal__saved{margin-top:34px;border-top:1px solid rgba(16,16,16,.16)}
.wishlist-modal__saved header{display:flex;align-items:center;justify-content:space-between;padding:16px 0 13px}
.wishlist-modal__saved header strong{font-size:9px;letter-spacing:.1em;color:#73736e}
.wishlist-modal__saved header b{color:#101010}
.wishlist-modal__saved-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.wishlist-saved-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:11px 11px 11px 13px;background:#101010;color:#fff}
.wishlist-saved-item>span{display:flex;align-items:center;gap:10px;min-width:0}
.wishlist-saved-item i{flex:0 0 auto;width:18px;height:18px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:var(--wishlist-swatch)}
.wishlist-saved-item strong,.wishlist-saved-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wishlist-saved-item strong{font-size:11px}.wishlist-saved-item small{margin-top:3px;color:rgba(255,255,255,.55);font-size:9px}
.wishlist-saved-item button{flex:0 0 auto;padding:6px;border:0;background:transparent;color:rgba(255,255,255,.58);font:500 9px Sora,sans-serif;cursor:pointer}
.wishlist-saved-item button:hover{color:#c3db0d}
.wishlist-modal__empty{grid-column:1/-1;margin:0;color:#7a7a75;font:400 12px/1.4 Sora,sans-serif}
.wishlist-modal__actions{display:flex;align-items:center;justify-content:space-between;gap:20px;height:auto;margin-top:28px;padding:0;color:inherit;font-size:inherit}
.wishlist-modal__feedback{margin:0;color:#617000;font:600 11px/1.4 Sora,sans-serif}
.wishlist-modal__actions>button{display:flex;align-items:center;justify-content:space-between;gap:26px;min-width:190px;height:46px;padding:0 10px 0 17px;border:0;border-radius:999px;background:#c3db0d;color:#101010;font:600 12px Sora,sans-serif;cursor:pointer}
.wishlist-modal__actions>button span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#101010;color:#c3db0d;font-size:16px}
@keyframes wishlist-modal-in{from{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:none}}
@media(max-width:620px){
  .wishlist-dialog{width:calc(100% - 20px);max-height:calc(100svh - 20px);border-radius:14px}
  .wishlist-modal{padding:26px 20px}
  .wishlist-modal__header h2{font-size:42px}
  .wishlist-modal__fields{grid-template-columns:1fr;gap:22px}
  .wishlist-modal__saved-list{grid-template-columns:1fr}
  .wishlist-modal__actions{align-items:stretch;flex-direction:column}
  .wishlist-modal__actions>button{width:100%}
}
@media(prefers-reduced-motion:reduce){.wishlist-dialog[open]{animation:none}.wishlist-modal__close,.wishlist-variant{transition:none}}

/* Persistent header with a soft dark separation layer after scrolling. */
.nav{
  position:fixed;
  z-index:950;
  isolation:isolate;
}
.nav::before{
  content:"";
  position:fixed;
  z-index:-1;
  top:0;
  right:auto;
  left:50%;
  width:100vw;
  height:calc(clamp(72px,6.8vw,106px) + 42px);
  pointer-events:none;
  background:linear-gradient(to bottom,rgba(8,8,8,.94) 0%,rgba(8,8,8,.78) 48%,rgba(8,8,8,.34) 74%,transparent 100%);
  opacity:0;
  transform:translate(-50%,-14px);
  transition:opacity .42s ease,transform .58s cubic-bezier(.16,1,.3,1);
}
.nav.is-scrolled::before{opacity:1;transform:translate(-50%,0)}
.nav.is-scrolled .brand,.nav.is-scrolled .nav-cta{filter:drop-shadow(0 7px 16px rgba(0,0,0,.28))}
@media(max-width:700px){.nav::before{height:116px}}
@media(prefers-reduced-motion:reduce){.nav::before{transition:none}}

/* Arrow-free action CTAs: the outlined label itself communicates the action. */
.waitlist-form button,
.launch-card-products>.launch-card-cta,
.final-cta-form button,
.final-cta-card-editorial>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 16px;
  border:1px solid currentColor;
  border-radius:999px;
  background:transparent;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease;
}
.waitlist-form button{margin-bottom:1px;color:#151515}
.waitlist-form button:hover,
.waitlist-form button:focus-visible,
.final-cta-form button:hover,
.final-cta-form button:focus-visible{
  background:#101010;
  color:#c3db0d;
  transform:translateY(-2px);
}
.launch-card-products>.launch-card-cta:hover,
.launch-card-products>.launch-card-cta:focus-visible,
.final-cta-card-editorial>a:hover,
.final-cta-card-editorial>a:focus-visible{
  border-color:#c3db0d;
  background:#c3db0d;
  color:#101010;
  transform:translateY(-2px);
}
.final-cta-form button{align-self:center;margin:0 0 8px 18px;padding:0 16px;border:1px solid #101010}
.final-cta-card-editorial>a{align-self:flex-start;margin-top:0;margin-bottom:35px}
@media(max-width:800px){
  .final-cta-copy p span{white-space:normal}
  .final-cta-card-editorial>a{margin-bottom:0}
}
@media(max-width:480px){
  .final-cta-form button{width:max-content;margin:10px 0 12px;padding:0 16px;justify-content:center}
}

/* The TB1 chapter rises over the opening cards like a full-viewport panel. */
@media(min-width:701px) and (min-height:651px){
  .launch-cards{
    position:sticky;
    z-index:0;
    top:0;
  }
  .product-story{
    z-index:2;
    box-shadow:0 -32px 72px rgba(0,0,0,.38);
  }
}

/* Keep every following chapter above the sticky chapter it replaces. */
.next-chapter{z-index:3}
.final-cta{z-index:4}

/* Static H1 artwork replaces the former looping hero video. */
.hero-video{height:100%;object-fit:cover}

/* Horizontal guides connect the hero copy to the viewport edges. */
.hero-title-start,
.hero-title-end,
.hero-tagline-row .hero-scroll-cta{
  position:relative;
}
.hero-title-start::before,
.hero-title-end::after,
.hero-tagline-row .hero-scroll-cta::before{
  content:"";
  position:absolute;
  top:50%;
  width:100vw;
  height:1px;
  pointer-events:none;
  opacity:.72;
  transform:scaleX(0);
  animation:hero-guide-in 1.1s cubic-bezier(.22,1,.36,1) forwards;
}
.hero-title-start::before,
.hero-tagline-row .hero-scroll-cta::before{
  right:calc(100% + clamp(14px,1.4vw,24px));
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,.2));
}
.hero-title-end::after{
  left:calc(100% + clamp(14px,1.4vw,24px));
  transform-origin:right center;
  background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.02));
  animation-delay:.12s;
}
.hero-tagline-row .hero-scroll-cta::before{
  animation-delay:.24s;
}
@keyframes hero-guide-in{
  to{transform:scaleX(1)}
}
@media(max-width:700px){
  .hero-title-start::before,
  .hero-title-end::after,
  .hero-tagline-row .hero-scroll-cta::before{
    opacity:.58;
  }
}
@media(prefers-reduced-motion:reduce){
  .hero-title-start::before,
  .hero-title-end::after,
  .hero-tagline-row .hero-scroll-cta::before{
    animation:none;
    transform:none;
  }
}

/* Mobile layout overhaul: phone screens get their own composition instead of
   a compressed desktop grid. */
@media(max-width:700px){
  html,body{overflow-x:hidden}

  .nav{
    width:calc(100% - 32px);
    height:70px;
  }
  .nav .brand,
  .brand img{width:114px}
  .nav .brand{width:114px}
  .nav .brand img{clip-path:inset(0 68% 0 0)}
  .nav .brand:hover img{clip-path:inset(0 68% 0 0)}
  .nav .brand:focus-visible img,
  .nav .brand:active img{clip-path:inset(0 0 0 0)}
  .nav-cta{
    height:40px;
    padding:0 15px;
    font-size:11px;
  }
  .nav::before{
    height:70px;
    background:#101010;
    transform:translate(-50%,0);
  }
  .nav.is-scrolled::before{transform:translate(-50%,0)}

  .hero{
    display:flex;
    flex-direction:column;
    min-height:100svh;
    overflow:visible;
    background:#101010;
    line-height:normal;
  }
  .hero-video-frame{
    flex:0 0 auto;
    height:58svh;
    min-height:340px;
    aspect-ratio:auto;
  }
  .hero-video-frame::before{
    content:"";
    position:absolute;
    z-index:2;
    right:0;
    bottom:-1px;
    left:0;
    height:48%;
    pointer-events:none;
    background:linear-gradient(to top,#101010 0%,rgba(16,16,16,.88) 32%,rgba(16,16,16,.46) 64%,rgba(16,16,16,0) 100%);
  }
  .hero-video{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:78% center;
    transform:scale(1.14);
    transform-origin:right center;
  }
  .hero-transition{
    height:82%;
    background:linear-gradient(to top,#101010 0%,rgba(16,16,16,.92) 28%,rgba(16,16,16,.46) 67%,transparent 100%);
  }
  .hero-message{
    position:relative;
    inset:auto;
    width:calc(100% - 40px);
    max-width:430px;
    margin:-28px auto 56px;
    transform:none;
    align-items:center;
    gap:14px;
    text-align:center;
  }
  .hero-title,
  .hero-title-start,
  .hero-title-end{
    text-align:center;
    letter-spacing:0;
    white-space:normal;
  }
  .hero-title{
    font-size:48px;
    line-height:.96;
  }
  .hero-title-end{
    font-size:28px;
    line-height:1.12;
  }
  .hero-tagline-row{
    width:100%;
    align-items:center;
    gap:18px;
    text-align:center;
  }
  .hero-tagline-row .hero-scroll-cta{
    width:min(100%,236px);
    min-width:0;
    height:46px;
    justify-content:center;
    gap:14px;
    margin-inline:auto;
    padding:0 16px;
  }
  .hero-title-start::before,
  .hero-title-end::after,
  .hero-tagline-row .hero-scroll-cta::before{
    display:none;
  }
  .hero-countdown{
    left:50%;
    right:auto;
    bottom:6px;
    width:92px;
    opacity:.9;
    transform:translateX(-50%);
    filter:drop-shadow(0 14px 24px rgba(0,0,0,.38));
  }
  .hero-countdown svg{
    animation:mobile-bridge-spin 18s linear infinite;
  }
  .hero-countdown.is-following,
  .hero-countdown.is-parked{
    position:absolute;
    top:auto;
    left:50%;
    right:auto;
    bottom:6px;
    transform:translateX(-50%);
  }

  .numbers.shell{
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-content:center;
    gap:34px 18px;
    width:calc(100% - 40px);
    min-height:390px;
    padding-block:48px 54px;
  }
  .numbers article{text-align:center}
  .numbers strong{
    font-size:42px;
    letter-spacing:0;
  }
  .numbers span{
    margin-top:9px;
    font-size:12px;
  }

  .launch-cards.shell{
    width:calc(100% - 32px);
    grid-template-columns:1fr;
    gap:16px;
    padding-bottom:74px;
  }
  .launch-card{
    min-height:360px;
    border-radius:0;
  }
  .launch-card h2{
    font-size:40px;
    line-height:.96;
    letter-spacing:0;
  }
  .launch-card-waitlist>.launch-card-center,
  .launch-card-products>.launch-card-center{
    align-items:center;
    text-align:center;
  }
  .launch-card-waitlist>.launch-card-center p{text-align:center}
  .waitlist-form{
    grid-template-columns:minmax(0,1fr) auto;
    row-gap:9px;
    column-gap:14px;
    width:calc(100% - 24px);
    margin-inline:auto;
    text-align:left;
  }
  .waitlist-form label{
    grid-column:1;
    grid-row:1;
    justify-self:start;
    margin:0;
    text-align:left;
  }
  .waitlist-form input{
    grid-column:1;
    grid-row:2;
    align-self:end;
    text-align:left;
  }
  .waitlist-form button{
    grid-column:2;
    grid-row:1 / span 2;
    align-self:end;
    justify-self:end;
    margin:0 0 8px;
  }
  .launch-card-products>.launch-card-cta{align-self:center}

  .product-story{
    --product-width:calc(100% - 32px);
  }
  .product-story::before,
  .product-story::after{display:none}
  .product-story-surface{
    position:absolute;
    inset:0;
    height:auto;
    margin:0;
  }
  .product-story .product-grid-lines{width:var(--product-width)}
  .product-story .product-grid-lines span{background:rgba(255,255,255,.05)}
  .product-stage{
    min-height:auto;
    padding:86px 0 64px;
  }
  .product-composition{
    width:var(--product-width);
    gap:24px;
  }
  .product-editorial-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    height:auto;
  }
  .product-column,
  .product-column:nth-child(n+3){
    height:auto;
    min-height:0;
  }
  .product-card-heading{
    font-size:8px;
    letter-spacing:.08em;
  }
  .product-editorial-card-model{
    height:150px;
    max-height:none;
    padding:16px;
  }
  .product-editorial-card-model h2{
    font-size:52px;
    line-height:.86;
    letter-spacing:0;
  }
  .product-grid-section-pro .product-editorial-card-model h2{
    font-size:34px;
    line-height:.92;
    letter-spacing:0;
    white-space:normal;
  }
  .product-editorial-card-positioning{
    height:78px;
    max-height:none;
    padding:14px;
  }
  .product-editorial-card-positioning strong{
    font-size:13px;
    line-height:1.05;
    letter-spacing:0;
  }
  .product-editorial-media-02,
  .product-editorial-media-04,
  .product-grid-section-pro .product-editorial-media-04{
    height:214px;
    max-height:none;
    aspect-ratio:auto;
  }
  .product-editorial-media-05,
  .product-editorial-media-pro-hero{
    height:356px;
  }
  .product-editorial-media-05 img{
    width:118%;
    margin-left:-9%;
  }
  .product-column-stats,
  .product-column:first-child .product-column-stats,
  .product-grid-section-pro .product-column:nth-child(2) .product-column-stats{
    justify-content:flex-start;
    gap:18px;
    padding-top:18px;
  }
  .hardware-stat{
    align-items:flex-start;
    gap:5px;
    padding-inline:8px;
    text-align:left;
  }
  .product-column:nth-child(even) .hardware-stat{
    align-items:flex-end;
    text-align:right;
  }
  .hardware-stat strong,
  .hardware-stat-battery strong{
    font-size:32px;
    line-height:.95;
    letter-spacing:0;
  }
  .hardware-stat span{
    font-size:10px;
    line-height:1.25;
  }
  .product-info-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:none;
    gap:16px 18px;
    padding-top:8px;
  }
  .product-info-strip article,
  .product-info-strip article:nth-child(1),
  .product-info-strip article:nth-child(2),
  .product-info-strip article:nth-child(3),
  .product-info-strip article:nth-child(4),
  .product-info-strip article:nth-child(5),
  .product-info-strip article:nth-child(6){
    grid-column:auto;
    grid-row:auto;
    padding:0;
  }
  .product-info-strip article{
    align-items:flex-start;
    text-align:left;
  }
  .product-info-strip article:nth-child(even){
    align-items:flex-end;
    text-align:right;
  }
  .product-info-strip span{
    font-size:7px;
    letter-spacing:.1em;
  }
  .product-info-strip strong{
    font-size:10px;
    line-height:1.25;
    letter-spacing:0;
  }

  .next-chapter.is-motion-enabled{height:var(--next-chapter-scroll-height,840svh)}
  .next-chapter-stage{--ts-grid-width:calc(100% - 32px)}
  .ts-category-logo,
  .tso-category-logo{width:min(220px,58vw)}
  .ts-tagline{
    width:min(88vw,430px);
    max-width:88vw;
    font-size:clamp(20px,5.35vw,25px);
    line-height:1.08;
    letter-spacing:-.035em;
  }
  .tso-tagline{
    width:calc(100% - 40px);
    font-size:clamp(21px,5.8vw,27px);
    line-height:1.08;
    letter-spacing:0;
  }
  .ts-tagline span{
    display:block;
    white-space:nowrap;
  }
  .ts-card-stack{
    --ts-surround-gap:48px;
    width:178px;
  }

  .ts-product-details,
  .mp4-product-header{
    top:0;
    left:50%;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:auto auto 1fr auto;
    align-content:stretch;
    justify-items:center;
    gap:12px;
    width:var(--ts-grid-width);
    height:100svh;
    padding:88px 0 186px;
    text-align:center;
  }
  .ts-listening-copy,
  .mp4-campaign-copy{
    grid-column:1;
    grid-row:1;
    justify-self:center;
    width:min(100%,340px);
    margin:0;
    padding:0;
    text-align:center;
  }
  .ts-listening-copy h3,
  .mp4-campaign-copy h3{
    margin-bottom:8px;
    font-size:15px;
    line-height:1.18;
    letter-spacing:0;
  }
  .ts-listening-copy p,
  .mp4-campaign-copy p{
    font-size:10px;
    line-height:1.45;
  }
  .ts-listening-copy p span,
  .mp4-campaign-copy p span{
    display:inline;
    white-space:normal;
  }
  .ts-product-details h2,
  .mp4-product-header h2{
    grid-column:1;
    grid-row:2;
    justify-self:center;
    max-width:340px;
    font-size:30px;
    line-height:1.02;
    letter-spacing:0;
    text-align:center;
  }
  .ts-color-picker,
  .mp4-color-picker{
    grid-column:1;
    grid-row:4;
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    align-self:end;
    gap:10px;
    width:min(232px,100%);
    margin:0;
    pointer-events:auto;
  }
  .next-chapter.is-exploded .ts-color-picker{transform:translateY(-18px)}
  .ts-color-options,
  .mp4-color-options,
  .ts-view-toggle,
  .mp4-play-toggle{
    grid-column:1;
    justify-self:center;
    width:100%;
    min-height:44px;
    height:44px;
  }
  .ts-color-options,
  .mp4-color-options{
    gap:10px;
    padding:7px 12px;
  }
  .ts-color-swatch,
  .mp4-color-swatch{
    width:22px;
    height:22px;
  }
  .ts-view-toggle,
  .mp4-play-toggle{
    gap:9px;
    padding-inline:16px;
  }
  .ts-view-toggle>span,
  .mp4-play-toggle>span{
    font-size:10px;
    letter-spacing:.08em;
  }
  .ts-headset-focus{
    top:49%;
    width:min(250px,60vw);
  }
  .next-chapter.is-exploded .ts-headset-focus{opacity:0}
  .ts-headset-orbit,
  .mp4-product-stage::before,
  .mp4-product-stage::after{
    width:198vw;
  }
  .ts-exploded-part{
    width:118px;
    height:138px;
  }
  .next-chapter.is-exploded .ts-exploded-part-left{
    top:49%;
    left:24%;
  }
  .next-chapter.is-exploded .ts-exploded-part-center{
    top:43%;
    left:50%;
  }
  .next-chapter.is-exploded .ts-exploded-part-right{
    top:49%;
    left:76%;
  }
  .ts-headset-specs,
  .mp4-product-specs{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 16px;
    width:var(--ts-grid-width);
    bottom:34px;
  }
  .ts-spec,
  .mp4-product-specs article{
    align-items:center;
    justify-content:flex-start;
    gap:5px;
    padding:0;
    text-align:center;
  }
  .ts-spec:first-child,
  .ts-spec:last-child,
  .mp4-product-specs article:first-child,
  .mp4-product-specs article:last-child{
    align-items:center;
    padding:0;
    text-align:center;
  }
  .ts-spec strong,
  .mp4-product-specs strong{
    font-size:31px;
    line-height:.95;
    letter-spacing:0;
  }
  .ts-spec span,
  .mp4-product-specs span{
    font-size:10px;
    line-height:1.25;
  }
  .ts-exploded-message{
    bottom:48px;
    width:calc(100% - 40px);
  }
  .ts-exploded-message h3{
    font-size:16px;
    line-height:1.12;
    letter-spacing:0;
  }
  .ts-exploded-message p{
    font-size:10px;
    line-height:1.45;
  }
  .ts-exploded-message p span{
    display:inline;
    white-space:normal;
  }

  .tso-card{width:156px}
  .tso-card-left{--tso-x:-58%}
  .tso-card-right{--tso-x:58%}
  .tso-category-logo{top:calc(50% - 192px)}
  .tso-tagline{top:calc(50% + 174px)}

  .mp4-product-visual{
    z-index:2;
    top:49%;
    width:min(330px,84vw);
    height:min(330px,74vw);
  }
  .mp4-product-visual img{
    width:50%;
    height:82%;
  }
  .mp4-product-front{left:37%}
  .mp4-product-back{left:63%}
  .mp4-color-label,
  .ts-color-label{
    font-size:7px;
    letter-spacing:.1em;
  }

  .mp4-playback-overlay{padding:16px}
  .mp4-device-demo{
    width:min(92vw,540px);
  }
  .mp4-playback-guide{
    top:18px;
    left:18px;
    width:158px;
  }
  .mp4-playback-close{
    top:18px;
    right:18px;
    width:40px;
    height:40px;
  }

  .product-agent{
    --agent-size:30px;
    right:14px;
    top:calc(100svh - 48px);
  }
  .product-agent.is-product-cta,
  .product-agent.is-grid-cta{
    top:auto;
    right:14px;
    bottom:14px;
    width:138px;
  }
  .product-agent.is-product-cta .product-agent__control,
  .product-agent.is-grid-cta .product-agent__control{
    height:38px;
    padding:5px 11px 5px 6px;
  }
  .product-agent.is-product-cta .product-agent__avatar,
  .product-agent.is-grid-cta .product-agent__avatar{
    width:26px;
  }
  .product-agent.is-product-cta .product-agent__cta-label,
  .product-agent.is-grid-cta .product-agent__cta-label{
    font-size:8px;
  }

  .ts-product-details{
    padding:64px 0 214px;
    gap:8px;
  }
  .ts-listening-copy{
    width:min(100%,350px);
  }
  .ts-listening-copy h3{
    margin-bottom:7px;
    font-size:14px;
  }
  .ts-listening-copy p{
    font-size:8.5px;
    line-height:1.42;
  }
  .ts-product-details h2{
    max-width:none;
    font-size:clamp(25px,7.05vw,29px);
    line-height:1;
    white-space:nowrap;
  }
  .ts-headset-focus{
    top:45.5%;
    width:min(260px,66vw);
  }
  .ts-headset-orbit{
    top:45.5%;
    width:208vw;
  }
  .ts-color-picker{
    width:min(248px,calc(100vw - 88px));
    gap:9px;
  }
  .ts-color-options{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    width:100%;
    min-height:42px;
    height:42px;
    padding:6px 12px;
    border-radius:999px;
  }
  .ts-color-swatch{
    flex:0 0 auto;
    width:21px;
    height:21px;
  }
  .ts-view-toggle{
    width:100%;
    min-height:42px;
    height:42px;
  }
  .ts-headset-specs{
    bottom:74px;
    gap:13px 14px;
    width:min(330px,calc(100vw - 72px));
  }
  .ts-spec strong{
    font-size:29px;
    line-height:.9;
  }
  .ts-spec span{
    font-size:8.5px;
  }
  .product-agent[data-product="headphones"].is-product-cta{
    right:auto;
    bottom:18px;
    left:50%;
    width:min(248px,calc(100vw - 88px));
  }
  .product-agent.is-visible[data-product="headphones"].is-product-cta{
    transform:translateX(-50%);
  }
  .product-agent[data-product="headphones"].is-product-cta .product-agent__control{
    justify-content:center;
    height:40px;
    padding:5px 14px 5px 8px;
  }
  .product-agent[data-product="headphones"].is-product-cta .product-agent__avatar{
    width:25px;
  }
  .product-agent[data-product="headphones"].is-product-cta .product-agent__cta-label{
    font-size:8.5px;
  }

  .final-cta-inner{
    width:calc(100% - 32px);
    padding:70px 0;
  }
  .final-cta-cards{
    grid-template-columns:1fr;
    gap:0;
  }
  .final-cta-card{
    min-height:420px;
    padding:30px 24px;
    text-align:center;
  }
  .final-cta-card-signup,
  .final-cta-card-editorial{
    align-items:center;
    justify-content:center;
    gap:34px;
  }
  .final-cta-copy{
    align-self:center;
    text-align:center;
  }
  .final-cta-copy h2,
  .final-cta-card-editorial .final-cta-copy h2{
    font-size:46px;
    line-height:.96;
    letter-spacing:0;
  }
  .final-cta-copy p{
    max-width:300px;
    margin-inline:auto;
    font-size:14px;
    line-height:1.5;
  }
  .final-cta-copy p span{
    display:inline;
    white-space:normal;
  }
  .final-cta-form{width:100%}
  .final-cta-form>div{
    grid-template-columns:1fr;
    gap:14px;
    border-bottom:0;
  }
  .final-cta-form input{
    width:100%;
    padding-bottom:14px;
    border-bottom:1px solid rgba(16,16,16,.58);
    text-align:center;
  }
  .final-cta-form button,
  .final-cta-card-editorial>a{
    align-self:center;
    min-width:190px;
    margin:0;
  }
}

@keyframes mobile-bridge-spin{
  to{transform:rotate(360deg)}
}

@media(max-width:700px) and (prefers-reduced-motion:reduce){
  .hero-countdown svg{animation:none}
}

@media(max-width:430px){
  .hero-title{font-size:42px}
  .hero-title-end{font-size:24px}
  .product-editorial-card-model{height:132px}
  .product-editorial-card-model h2{font-size:44px}
  .product-grid-section-pro .product-editorial-card-model h2{font-size:30px}
  .product-editorial-media-02,
  .product-editorial-media-04,
  .product-grid-section-pro .product-editorial-media-04{height:190px}
  .product-editorial-media-05,
  .product-editorial-media-pro-hero{height:320px}
  .ts-product-details,
  .mp4-product-header{padding-top:82px}
  .ts-product-details h2,
  .mp4-product-header h2{font-size:27px}
  .ts-listening-copy,
  .mp4-campaign-copy{max-width:306px}
  .ts-headset-focus{width:min(230px,62vw)}
  .mp4-product-visual{
    width:min(304px,86vw);
    height:min(310px,76vw);
  }
  .final-cta-copy h2,
  .final-cta-card-editorial .final-cta-copy h2{font-size:40px}
}

@media(max-width:700px) and (max-height:720px){
  .ts-product-details,
  .mp4-product-header{
    gap:8px;
    padding-top:78px;
    padding-bottom:146px;
  }
  .ts-listening-copy h3,
  .mp4-campaign-copy h3{font-size:13px}
  .ts-listening-copy p,
  .mp4-campaign-copy p{
    font-size:9px;
    line-height:1.35;
  }
  .ts-product-details h2,
  .mp4-product-header h2{font-size:25px}
  .ts-headset-focus{
    top:44%;
    width:190px;
  }
  .mp4-product-visual{
    top:44%;
    width:260px;
    height:230px;
  }
  .ts-color-picker,
  .mp4-color-picker{
    width:210px;
    gap:8px;
  }
  .ts-color-options,
  .mp4-color-options,
  .ts-view-toggle,
  .mp4-play-toggle{
    min-height:39px;
    height:39px;
  }
  .ts-headset-specs,
  .mp4-product-specs{
    bottom:20px;
    gap:10px 12px;
  }
  .ts-spec strong,
  .mp4-product-specs strong{font-size:24px}
  .ts-spec span,
  .mp4-product-specs span{font-size:8px}
}

@media(max-width:700px){
  .ts-product-details{
    padding:64px 0 214px;
    gap:8px;
  }
  .ts-listening-copy{width:min(100%,350px);max-width:350px}
  .ts-listening-copy h3{font-size:14px}
  .ts-listening-copy p{font-size:8.5px;line-height:1.42}
  .ts-product-details h2{
    max-width:none;
    font-size:clamp(24px,6.7vw,29px);
    line-height:1;
    white-space:nowrap;
  }
  .ts-headset-focus{
    top:45.5%;
    width:min(260px,66vw);
  }
  .ts-headset-orbit{
    top:45.5%;
    width:208vw;
  }
  .ts-color-picker{
    width:min(248px,calc(100vw - 88px));
    gap:9px;
  }
  .ts-color-options{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    width:100%;
    min-height:42px;
    height:42px;
    padding:6px 12px;
    border-radius:999px;
  }
  .ts-color-swatch{
    flex:0 0 auto;
    width:21px;
    height:21px;
  }
  .ts-view-toggle{
    width:100%;
    min-height:42px;
    height:42px;
  }
  .ts-headset-specs{
    bottom:74px;
    gap:13px 14px;
    width:min(330px,calc(100vw - 72px));
  }
  .ts-spec strong{font-size:29px;line-height:.9}
  .ts-spec span{font-size:8.5px}
  .product-agent[data-product="headphones"].is-product-cta{
    right:auto;
    bottom:18px;
    left:50%;
    width:min(248px,calc(100vw - 88px));
  }
  .product-agent.is-visible[data-product="headphones"].is-product-cta{
    transform:translateX(-50%);
  }
  .product-agent[data-product="headphones"].is-product-cta .product-agent__control{
    justify-content:center;
    height:40px;
    padding:5px 14px 5px 8px;
  }
  .product-agent[data-product="headphones"].is-product-cta .product-agent__avatar{width:25px}
  .product-agent[data-product="headphones"].is-product-cta .product-agent__cta-label{font-size:8.5px}

  .mp4-product-header{
    padding:64px 0 214px;
    gap:8px;
  }
  .mp4-campaign-copy{
    width:min(100%,350px);
    max-width:350px;
  }
  .mp4-campaign-copy h3{
    font-size:14px;
    line-height:1.18;
  }
  .mp4-campaign-copy p{
    font-size:8.5px;
    line-height:1.42;
  }
  .mp4-product-header h2{
    max-width:none;
    font-size:clamp(24px,6.7vw,29px);
    line-height:1;
    white-space:nowrap;
  }
  .mp4-product-visual{
    top:45.5%;
    width:min(306px,78vw);
    height:min(282px,68vw);
  }
  .mp4-product-visual img{
    width:50%;
    height:82%;
  }
  .mp4-product-front{left:36%}
  .mp4-product-back{left:64%}
  .mp4-color-label{
    z-index:4;
    top:calc(100% - 2px);
    font-size:7px;
    letter-spacing:.1em;
    pointer-events:none;
  }
  .mp4-product-stage::before,
  .mp4-product-stage::after{
    width:208vw;
  }
  .mp4-color-picker{
    width:min(248px,calc(100vw - 88px));
    gap:9px;
  }
  .mp4-color-options{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:13px;
    width:100%;
    min-height:42px;
    height:42px;
    padding:6px 12px;
    border-radius:999px;
  }
  .mp4-color-swatch{
    flex:0 0 auto;
    width:21px;
    height:21px;
  }
  .mp4-play-toggle{
    width:100%;
    min-height:42px;
    height:42px;
  }
  .mp4-product-specs{
    bottom:74px;
    gap:13px 14px;
    width:min(330px,calc(100vw - 72px));
  }
  .mp4-product-specs strong{
    font-size:29px;
    line-height:.9;
  }
  .mp4-product-specs span{font-size:8.5px}
  .product-agent[data-product="mp4"].is-product-cta{
    right:auto;
    bottom:18px;
    left:50%;
    width:min(248px,calc(100vw - 88px));
  }
  .product-agent.is-visible[data-product="mp4"].is-product-cta{
    transform:translateX(-50%);
  }
  .product-agent[data-product="mp4"].is-product-cta .product-agent__control{
    justify-content:center;
    height:40px;
    padding:5px 14px 5px 8px;
  }
  .product-agent[data-product="mp4"].is-product-cta .product-agent__avatar{width:25px}
  .product-agent[data-product="mp4"].is-product-cta .product-agent__cta-label{font-size:8.5px}
}

@media(max-width:700px){
  .ts-product-details,
  .mp4-product-header{
    padding:82px 0 218px;
    gap:7px;
  }
  .ts-listening-copy,
  .mp4-campaign-copy{
    width:min(100%,342px);
    max-width:342px;
    margin-bottom:3px;
  }
  .ts-listening-copy h3,
  .mp4-campaign-copy h3{
    margin-bottom:6px;
    font-size:13.5px;
  }
  .ts-listening-copy p,
  .mp4-campaign-copy p{
    font-size:9.6px;
    line-height:1.42;
  }
  .ts-product-details h2,
  .mp4-product-header h2{
    font-size:clamp(24px,6.55vw,28px);
  }
  .ts-headset-focus,
  .mp4-product-visual{
    top:42.5%;
  }
  .ts-headset-orbit,
  .mp4-product-stage::before,
  .mp4-product-stage::after{
    top:42.5%;
  }
  .ts-color-picker,
  .mp4-color-picker{
    gap:7px;
    width:min(248px,calc(100vw - 82px));
  }
  .ts-color-options,
  .mp4-color-options,
  .ts-view-toggle,
  .mp4-play-toggle{
    min-height:39px;
    height:39px;
  }
  .ts-headset-specs,
  .mp4-product-specs{
    bottom:96px;
    gap:8px 14px;
    width:min(320px,calc(100vw - 76px));
  }
  .ts-spec strong,
  .mp4-product-specs strong{
    font-size:27px;
  }
  .ts-spec span,
  .mp4-product-specs span{
    font-size:8px;
  }
  .product-agent[data-product="headphones"].is-product-cta,
  .product-agent[data-product="mp4"].is-product-cta{
    bottom:28px;
    width:min(248px,calc(100vw - 82px));
  }
  .product-agent[data-product="headphones"].is-product-cta .product-agent__control,
  .product-agent[data-product="mp4"].is-product-cta .product-agent__control{
    height:38px;
  }
}

/* The product scenes already provide their own wishlist action. On mobile the
   persistent navigation yields that vertical space while Headphones or MP4 is active. */
@media(max-width:700px){
  .nav{
    transition:opacity .3s ease,transform .38s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s;
  }
  body.is-immersive-mobile-product .nav{
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transform:translate(-50%,-14px);
    transition:opacity .3s ease,transform .38s cubic-bezier(.16,1,.3,1),visibility 0s linear .3s;
  }
}

@media(max-width:700px) and (prefers-reduced-motion:reduce){
  .nav{transition:none}
}

@media(max-width:700px){
  .final-cta-card-signup .final-cta-form button{
    justify-self:center;
    margin-inline:auto;
  }
}

@media(max-width:700px){
  .product-story{
    --product-width:calc(100% - 32px);
  }
  .product-story .product-grid-lines{
    width:var(--product-width);
  }
  .product-story .product-grid-lines span:nth-child(2),
  .product-story .product-grid-lines span:nth-child(4){
    display:none;
  }
  .product-grid-section{
    min-height:calc(100svh + 72px);
  }
  .product-stage{
    padding:92px 0 118px;
  }
  .product-composition{
    gap:34px;
  }
  .product-editorial-grid{
    column-gap:0;
    row-gap:34px;
  }
  .product-column{
    display:flex;
    flex-direction:column;
    gap:0;
  }
  .product-column:nth-child(odd),
  .product-column:nth-child(even){
    padding-inline:0;
  }
  .product-column:nth-child(n+3){
    margin-top:18px;
  }
  .product-editorial-card-model,
  .product-editorial-card-positioning{
    margin-bottom:0;
    width:100%;
  }
  .product-editorial-media{
    margin-top:0;
    width:100%;
  }
  .product-editorial-card + .product-editorial-media{
    margin-top:0;
  }
  .product-column-stats,
  .product-column:first-child .product-column-stats,
  .product-grid-section-pro .product-column:nth-child(2) .product-column-stats{
    gap:20px;
    padding-top:10px;
  }
  .hardware-stat{
    padding-inline:12px 4px;
  }
  .product-column:nth-child(even) .hardware-stat{
    padding-inline:4px 12px;
  }
  .product-info-strip{
    gap:18px 22px;
    padding-top:12px;
    padding-bottom:34px;
  }
  .product-info-strip article{
    padding-inline:24px 4px;
  }
  .product-grid-section .product-info-strip article:nth-child(odd){
    padding-left:24px;
  }
  .product-info-strip article:nth-child(even){
    padding-inline:4px 24px;
  }
  .product-grid-section .product-info-strip article:nth-child(even){
    padding-right:24px;
  }
  .product-info-strip span{
    font-size:8px;
    line-height:1.2;
  }
  .product-info-strip strong{
    font-size:11px;
    line-height:1.24;
  }
  .product-agent.is-grid-cta{
    right:auto;
    bottom:28px;
    left:50%;
    width:min(248px,calc(100vw - 82px));
  }
  .product-agent.is-visible.is-grid-cta{
    transform:translateX(-50%);
  }
  .product-agent.is-grid-cta .product-agent__control{
    justify-content:center;
    width:100%;
    height:38px;
    padding:5px 14px 5px 8px;
  }
  .product-agent.is-grid-cta .product-agent__avatar{
    width:25px;
  }
  .product-agent.is-grid-cta .product-agent__cta-label{
    font-size:8.5px;
  }
}

@media(max-width:700px){
  .next-chapter.is-exploded .ts-exploded-message{
    bottom:clamp(72px,11svh,92px);
    width:min(360px,calc(100vw - 46px));
  }
  .ts-exploded-message h3{
    margin-bottom:7px;
    font-size:clamp(12px,3.35vw,14px);
    line-height:1.12;
    letter-spacing:0;
  }
  .ts-exploded-message p{
    max-width:344px;
    margin-inline:auto;
    font-size:10.5px;
    line-height:1.34;
    text-align:center;
  }
  .ts-exploded-message p span{
    display:block;
    white-space:normal;
  }
}

@media(max-width:700px){
  .mp4-playback-overlay{
    --mp4-demo-mobile-width:min(92vw,540px);
    --mp4-demo-mobile-half-height:calc(var(--mp4-demo-mobile-width) * .564);
    padding:0 16px;
  }
  .mp4-device-demo{
    width:var(--mp4-demo-mobile-width);
  }
  .mp4-playback-guide{
    top:calc(50% - var(--mp4-demo-mobile-half-height) - 54px);
    right:auto;
    left:50%;
    align-items:center;
    width:var(--mp4-demo-mobile-width);
    text-align:center;
    transform:translateX(-50%) translateY(8px) scale(.96);
  }
  .mp4-playback-overlay.is-active .mp4-playback-guide{
    transform:translateX(-50%) translateY(0) scale(1);
  }
  .mp4-playback-guide img{
    display:none;
  }
  .mp4-playback-guide p{
    display:block;
    max-width:280px;
    margin:auto;
    color:#fff;
    font:500 clamp(17px,4.8vw,22px)/1.04 Sora,sans-serif;
    letter-spacing:-.045em;
  }
  .mp4-playback-guide strong{
    display:none;
  }
  .mp4-playback-guide span{
    display:block;
    font-size:inherit;
  }
  .mp4-playback-guide span::before{
    content:none;
  }
  .mp4-playback-guide span{
    font-size:inherit;
  }
  .mp4-playback-guide span::after{
    content:none;
  }
  .mp4-playback-close{
    top:calc(50% + var(--mp4-demo-mobile-half-height) + 8px);
    right:auto;
    bottom:auto;
    left:50%;
    z-index:6;
    width:40px;
    height:40px;
    transform:translateX(-50%) translateY(8px) scale(.9);
  }
  .mp4-playback-overlay.is-active .mp4-playback-close{
    transform:translateX(-50%) translateY(0) scale(1);
  }
}

/* Keep the editorial grid proportional between the established mobile and desktop layouts.
   The endpoints retain their existing dimensions; only the in-between widths now interpolate. */
:root{
  --responsive-gutter:clamp(16px,3.333vw,48px);
  --responsive-content-width:min(1440px,calc(100% - (var(--responsive-gutter) * 2)));
}

@media(min-width:701px){
  .nav,
  .numbers.shell,
  .launch-cards.shell,
  .final-cta-inner{
    width:var(--responsive-content-width);
  }

  .product-story{
    --product-width:var(--responsive-content-width);
  }

  .next-chapter-stage{
    --ts-grid-width:var(--responsive-content-width);
  }

  .product-grid-lines,
  .ts-headset-specs,
  .mp4-product-specs,
  .ts-product-details,
  .mp4-product-header{
    max-width:var(--responsive-content-width);
  }
}

/* Content guardrails for narrow devices and intermediate viewport widths. */
.numbers article,
.launch-card,
.product-column,
.product-info-strip article,
.ts-product-details > *,
.mp4-product-header > *,
.ts-headset-specs > *,
.mp4-product-specs > *,
.final-cta-card{
  min-width:0;
}

@media(max-width:700px){
  .launch-card h2,
  .final-cta-copy h2,
  .ts-product-details h2,
  .mp4-product-header h2{
    overflow-wrap:anywhere;
  }

  .waitlist-form,
  .product-agent__control,
  .hero-scroll-cta{
    max-width:100%;
  }
}

/* Mobile fluidity pass ----------------------------------------------------
   The wide-phone composition remains the reference. These rules interpolate
   its spacing down to 320px instead of compressing the existing fixed values. */
@media(max-width:700px){
  :root{
    --mobile-gutter:clamp(16px,5.15vw,20px);
    --mobile-content-width:calc(100% - (var(--mobile-gutter) * 2));
    --mobile-tight-gap:clamp(8px,2.6vw,12px);
    --mobile-section-gap:clamp(18px,5vw,34px);
  }

  html,body{max-width:100%;overflow-x:hidden}
  img,video{max-width:100%;height:auto}
  button,a,input,textarea,select{max-width:100%}

  .nav{width:var(--mobile-content-width);height:clamp(62px,17vw,70px)}
  .nav .brand,.brand img{width:clamp(96px,29vw,114px)}
  .nav-cta{height:clamp(36px,10vw,40px);padding-inline:clamp(11px,3.8vw,15px)}

  .hero-video-frame{height:clamp(300px,58svh,420px);min-height:0}
  .hero-message{
    width:var(--mobile-content-width);
    margin:clamp(-28px,-6vw,-18px) auto clamp(40px,12vw,56px);
    gap:clamp(10px,3.6vw,14px);
  }
  .hero-title{font-size:clamp(34px,10.8vw,48px)}
  .hero-title-end{font-size:clamp(21px,6.2vw,28px)}
  .hero-tagline-row{gap:clamp(13px,4.6vw,18px)}
  .hero-tagline-row .hero-scroll-cta{
    width:min(100%,236px);
    min-width:0;
    height:clamp(40px,11.8vw,46px);
    font-size:clamp(10px,3.1vw,12px);
  }
  .hero-countdown{width:clamp(68px,23vw,92px)}

  .numbers.shell{
    width:var(--mobile-content-width);
    min-height:clamp(330px,92svh,390px);
    gap:clamp(24px,8vw,34px) clamp(12px,4.6vw,18px);
    padding-block:clamp(38px,11vw,54px);
  }
  .numbers strong{font-size:clamp(34px,10.8vw,42px)}
  .numbers span{font-size:clamp(10px,3.1vw,12px)}

  .launch-cards.shell{width:calc(100% - (var(--mobile-gutter) * 2));gap:clamp(12px,4vw,16px)}
  .launch-card{min-height:clamp(320px,92vw,360px)}
  .launch-card h2{font-size:clamp(32px,10.25vw,40px);overflow-wrap:anywhere}
  .waitlist-form{width:min(100%,calc(100% - clamp(12px,4vw,24px)));column-gap:clamp(8px,3vw,14px)}
  .waitlist-form button{font-size:clamp(10px,3vw,12px)}

  /* TB1 / TB Pro: media keeps the grid edge, while the copy has room to breathe. */
  .product-story{--product-width:calc(100% - (var(--mobile-gutter) * 2))}
  .product-stage{height:auto;min-height:100svh;padding:clamp(70px,21vw,92px) 0 clamp(92px,29vw,118px);overflow:visible}
  .product-composition{gap:var(--mobile-section-gap)}
  .product-editorial-grid{row-gap:clamp(24px,8vw,34px)}
  .product-column:nth-child(n+3){margin-top:clamp(12px,4.6vw,18px)}
  .product-editorial-card-model{height:clamp(118px,34vw,150px);padding:clamp(12px,4vw,16px)}
  .product-editorial-card-model h2{font-size:clamp(38px,12vw,52px)}
  .product-grid-section-pro .product-editorial-card-model h2{font-size:clamp(27px,8vw,34px)}
  .product-editorial-card-positioning{height:clamp(68px,20vw,78px);padding:clamp(11px,3.6vw,14px)}
  .product-editorial-card-positioning strong{font-size:clamp(11px,3.4vw,13px);overflow-wrap:anywhere}
  .product-editorial-media-02,
  .product-editorial-media-04,
  .product-grid-section-pro .product-editorial-media-04{height:clamp(160px,48vw,214px)}
  .product-editorial-media-05,
  .product-editorial-media-pro-hero{height:clamp(270px,82vw,356px)}
  .product-media-action{
    right:clamp(7px,2.6vw,12px);
    bottom:clamp(7px,2.6vw,12px);
    min-height:clamp(31px,9vw,36px);
    max-width:calc(100% - clamp(14px,5.2vw,24px));
    padding:clamp(6px,2vw,8px) clamp(8px,3vw,12px);
    font-size:clamp(8px,2.6vw,10px);
  }
  .product-column-stats,
  .product-column:first-child .product-column-stats,
  .product-grid-section-pro .product-column:nth-child(2) .product-column-stats{
    gap:clamp(14px,5vw,20px);
    padding-top:clamp(8px,2.7vw,12px);
  }
  .hardware-stat{padding-inline:clamp(8px,3.1vw,12px)}
  .hardware-stat strong,
  .hardware-stat-battery strong{font-size:clamp(26px,8.2vw,32px);white-space:normal}
  .hardware-stat span{font-size:clamp(8px,2.6vw,10px);overflow-wrap:anywhere}
  .product-info-strip{gap:clamp(13px,4.6vw,18px) clamp(14px,5.6vw,22px);padding-bottom:clamp(26px,9vw,34px)}
  .product-info-strip article{min-width:0;padding-inline:clamp(12px,6.15vw,24px) 4px}
  .product-info-strip article:nth-child(even){padding-inline:4px clamp(12px,6.15vw,24px)}
  .product-info-strip span{font-size:clamp(7px,2.05vw,8px)}
  .product-info-strip strong{font-size:clamp(9px,2.8vw,11px);overflow-wrap:anywhere}
  .product-agent.is-grid-cta,
  .product-agent[data-product="headphones"].is-product-cta,
  .product-agent[data-product="mp4"].is-product-cta{width:min(248px,calc(100vw - (var(--mobile-gutter) * 2)))}

  /* Product scenes: reserve independent zones for copy, visual, controls and specs. */
  .ts-product-details,
  .mp4-product-header{
    width:var(--mobile-content-width);
    padding-top:clamp(70px,21vw,82px);
    padding-bottom:clamp(190px,56vw,218px);
    gap:var(--mobile-tight-gap);
  }
  .ts-listening-copy,
  .mp4-campaign-copy{width:min(100%,342px);max-width:100%}
  .ts-listening-copy h3,
  .mp4-campaign-copy h3{font-size:clamp(12px,3.45vw,13.5px)}
  .ts-listening-copy p,
  .mp4-campaign-copy p{font-size:clamp(9px,2.46vw,9.6px);overflow-wrap:anywhere}
  .ts-product-details h2,
  .mp4-product-header h2{
    width:100%;
    max-width:100%;
    font-size:clamp(20px,6.55vw,28px);
    white-space:normal;
    text-wrap:balance;
    overflow-wrap:anywhere;
  }
  .ts-headset-focus{top:42.5%;width:min(66vw,260px);max-width:calc(100vw - (var(--mobile-gutter) * 4))}
  .mp4-product-visual{top:42.5%;width:min(78vw,306px);height:auto;aspect-ratio:306 / 282}
  .ts-headset-orbit,
  .mp4-product-stage::before,
  .mp4-product-stage::after{top:42.5%;width:208vw}
  .ts-color-picker,
  .mp4-color-picker{width:min(248px,calc(100vw - (var(--mobile-gutter) * 4)));gap:clamp(6px,2vw,8px)}
  .ts-color-options,
  .mp4-color-options,
  .ts-view-toggle,
  .mp4-play-toggle{min-height:clamp(36px,10vw,39px);height:clamp(36px,10vw,39px)}
  .ts-color-options,
  .mp4-color-options{gap:clamp(8px,3vw,13px);padding-inline:clamp(9px,3vw,12px)}
  .ts-color-swatch,
  .mp4-color-swatch{width:clamp(18px,5.4vw,21px);height:clamp(18px,5.4vw,21px)}
  .ts-headset-specs,
  .mp4-product-specs{bottom:clamp(82px,24vw,96px);width:min(320px,calc(100vw - (var(--mobile-gutter) * 3)));gap:clamp(8px,3vw,14px)}
  .ts-spec strong,
  .mp4-product-specs strong{font-size:clamp(24px,7vw,27px);white-space:normal}
  .ts-spec span,
  .mp4-product-specs span{font-size:clamp(8px,2.3vw,8.5px);overflow-wrap:anywhere}
  .product-agent[data-product="headphones"].is-product-cta,
  .product-agent[data-product="mp4"].is-product-cta{bottom:clamp(18px,7vw,28px)}

  .ts-exploded-message{width:calc(100% - (var(--mobile-gutter) * 2))}
  .ts-exploded-message p{max-width:100%;font-size:clamp(9px,2.7vw,10.5px)}

  .mp4-playback-overlay{--mp4-demo-mobile-width:min(92vw,540px);padding-inline:var(--mobile-gutter)}
  .mp4-playback-guide{width:var(--mp4-demo-mobile-width);max-width:calc(100vw - (var(--mobile-gutter) * 2))}
  .mp4-playback-guide p{max-width:min(280px,calc(100vw - (var(--mobile-gutter) * 4)));font-size:clamp(16px,4.8vw,22px)}

  .final-cta-inner{width:var(--mobile-content-width);padding-block:clamp(48px,16vw,70px)}
  .final-cta-card{min-height:clamp(360px,108vw,420px);padding:clamp(22px,7.7vw,30px) clamp(18px,6.2vw,24px)}
  .final-cta-card-signup,
  .final-cta-card-editorial{gap:clamp(24px,8vw,34px)}
  .final-cta-copy h2,
  .final-cta-card-editorial .final-cta-copy h2{font-size:clamp(34px,11.8vw,46px);overflow-wrap:anywhere}
  .final-cta-copy p{font-size:clamp(12px,3.6vw,14px)}
}

/* A shorter viewport needs a structural adjustment, not a scaled-down scene. */
@media(max-width:700px) and (max-height:680px){
  .ts-product-details,
  .mp4-product-header{padding-top:clamp(56px,15svh,70px);padding-bottom:164px}
  .ts-headset-focus,
  .mp4-product-visual,
  .ts-headset-orbit,
  .mp4-product-stage::before,
  .mp4-product-stage::after{top:41.5%}
  .ts-headset-specs,
  .mp4-product-specs{bottom:72px}
  .product-agent[data-product="headphones"].is-product-cta,
  .product-agent[data-product="mp4"].is-product-cta{bottom:14px}
}

/* Reference-led opening composition: centered campaign image, editorial copy,
   and a compact product-preview card carrying the animated Tectoy seal. */
.hero{
  min-height:100svh;
  line-height:normal;
}
.hero-video-frame{
  height:clamp(680px,100svh,960px);
  aspect-ratio:auto;
}
.hero-video{
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.hero-transition{
  height:100%;
  background:
    linear-gradient(90deg,rgba(4,7,9,.62) 0%,rgba(4,7,9,.18) 34%,transparent 57%,rgba(4,7,9,.2) 100%),
    linear-gradient(0deg,rgba(7,9,10,.76) 0%,rgba(7,9,10,.12) 46%,transparent 72%);
}
.hero-message{
  top:auto;
  bottom:clamp(48px,7vh,78px);
  left:max(24px,calc((100% - 1440px) / 2));
  width:min(51vw,760px);
  max-width:none;
  gap:clamp(18px,2vw,28px);
  transform:none;
}
.hero-title{
  font-size:clamp(72px,7vw,122px);
  font-weight:500;
  letter-spacing:-.09em;
  line-height:.8;
}
.hero-title-start{letter-spacing:-.065em}
.hero-title-end{
  max-width:min(38vw,560px);
  font-size:clamp(18px,1.7vw,27px);
  font-weight:400;
  letter-spacing:-.045em;
  line-height:1.12;
  white-space:normal;
}
.hero-tagline-row{
  width:100%;
  gap:clamp(18px,2vw,28px);
}
.hero-title-start::before,
.hero-title-end::after,
.hero-tagline-row .hero-scroll-cta::before{display:none}
.hero-feature-card{
  position:absolute;
  z-index:4;
  right:max(24px,calc((100% - 1440px) / 2));
  bottom:clamp(48px,7vh,78px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  width:clamp(250px,20vw,310px);
  min-height:clamp(200px,16vw,244px);
  padding:clamp(20px,1.7vw,26px);
  border:1px solid rgba(255,255,255,.34);
  border-radius:15px;
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.055));
  box-shadow:0 22px 58px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.2);
  color:#fff;
  font-family:Sora,sans-serif;
  -webkit-backdrop-filter:blur(22px) saturate(125%);
  backdrop-filter:blur(22px) saturate(125%);
}
.hero-feature-card__meta{
  display:flex;
  justify-content:space-between;
  gap:18px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.1em;
}
.hero-feature-card>strong{
  display:block;
  margin-top:auto;
  font-size:clamp(27px,2.25vw,38px);
  font-weight:500;
  letter-spacing:-.075em;
  line-height:.92;
}
.hero-feature-card .hero-countdown{
  top:14px;
  right:14px;
  bottom:auto;
  left:auto;
  width:clamp(68px,5.5vw,88px);
  opacity:1;
  transform:none;
  filter:drop-shadow(0 9px 16px rgba(0,0,0,.24));
}

@media(max-width:900px) and (min-width:701px){
  .hero-message{width:52vw}
  .hero-title{font-size:clamp(62px,8vw,78px)}
  .hero-title-end{max-width:42vw;font-size:18px}
  .hero-feature-card{width:230px;min-height:196px}
  .hero-feature-card>strong{font-size:27px}
}

@media(max-width:700px){
  .hero{min-height:100svh;overflow:hidden}
  .hero-video-frame{height:clamp(360px,58svh,520px);min-height:0}
  .hero-video{object-position:center center;transform:none}
  .hero-transition{
    height:clamp(360px,62svh,560px);
    background:linear-gradient(0deg,#101010 0%,rgba(16,16,16,.38) 42%,transparent 72%);
  }
  .hero-message{
    position:relative;
    inset:auto;
    width:var(--mobile-content-width,calc(100% - 40px));
    max-width:520px;
    margin:clamp(-58px,-10vw,-38px) auto 34px;
    align-items:center;
    gap:18px;
    text-align:center;
  }
  .hero-title,
  .hero-title-start,
  .hero-title-end{text-align:center}
  .hero-title-end br{display:block}
  .hero-title{font-size:clamp(50px,15vw,72px);letter-spacing:-.085em;line-height:.82}
  .hero-title-start{letter-spacing:-.06em}
  .hero-title-end{max-width:100%;font-size:clamp(20px,5.8vw,27px);line-height:1.08}
  .hero-tagline-row{align-items:center;text-align:center}
  .hero-tagline-row .hero-scroll-cta{margin-inline:auto}
  .hero-feature-card{
    position:relative;
    inset:auto;
    width:min(82vw,330px);
    min-height:220px;
    margin:clamp(48px,8svh,76px) auto;
    padding:22px;
  }
  .hero-feature-card>strong{margin-top:auto;font-size:32px}
  .hero-feature-card .hero-countdown{
    top:14px;
    right:16px;
    bottom:auto;
    left:auto;
    width:72px;
    transform:none;
  }
}

/* Mobile TB1 / TB Pro: full-bleed tiles with copy constrained to each column. */
@media(max-width:700px){
  .product-story{--product-width:100%}
  .product-composition,
  .product-story .product-grid-lines{width:100%}
  .product-editorial-grid{width:100%;max-width:100%}
  .product-column{
    container-type:inline-size;
    min-width:0;
    max-width:100%;
  }

  /* White cards and media meet the viewport; their copy keeps an inner gutter. */
  .product-editorial-card-model{padding-inline:clamp(12px,4.4vw,18px)}
  .product-editorial-card-positioning{padding-inline:clamp(12px,4.1vw,17px)}
  .product-card-heading{max-width:100%;min-width:0}
  .product-editorial-media{width:100%;max-width:100%}

  /* Container units make type respond to its 50% column, not to the viewport. */
  .product-editorial-card-model h2{
    max-width:100%;
    font-size:clamp(34px,30cqi,52px);
    white-space:nowrap;
  }
  .product-grid-section-pro .product-editorial-card-model h2{
    font-size:clamp(24px,20cqi,34px);
    white-space:nowrap;
  }
  .product-editorial-card-positioning strong{
    max-width:100%;
    font-size:clamp(10px,7.2cqi,13px);
  }
  .hardware-stat{
    width:100%;
    max-width:100%;
    padding-inline:clamp(10px,4.4vw,18px) clamp(4px,1.8vw,7px);
  }
  .product-column:nth-child(even) .hardware-stat{
    padding-inline:clamp(4px,1.8vw,7px) clamp(10px,4.4vw,18px);
  }
  .hardware-stat strong{
    max-width:100%;
    font-size:clamp(17px,7vw,30px);
    font-size:clamp(17px,14cqi,30px);
    letter-spacing:-.055em;
    white-space:nowrap;
  }
  .hardware-stat-battery strong{
    font-size:clamp(16px,6.4vw,27px);
    font-size:clamp(16px,12.8cqi,27px);
  }
  .hardware-stat span{
    max-width:100%;
    font-size:clamp(7px,5cqi,10px);
    line-height:1.25;
    overflow-wrap:anywhere;
  }

  .product-info-strip article{
    padding-inline:clamp(12px,5vw,20px) 5px;
  }
  .product-info-strip article:nth-child(even){
    padding-inline:5px clamp(12px,5vw,20px);
  }
}

/* Compact-height product scenes (for example 375 x 667). Each interface zone
   scales from the available height so header, product, controls and specs keep
   their own space instead of colliding. */
@media(max-width:700px) and (max-height:720px){
  .ts-product-details,
  .mp4-product-header{
    padding-top:clamp(52px,9svh,60px);
    padding-bottom:clamp(142px,24svh,160px);
    gap:clamp(4px,.8svh,6px);
  }
  .ts-listening-copy,
  .mp4-campaign-copy{width:min(100%,340px);margin-bottom:0}
  .ts-listening-copy h3,
  .mp4-campaign-copy h3{
    margin-bottom:4px;
    font-size:clamp(11px,1.9svh,12.5px);
    line-height:1.12;
  }
  .ts-listening-copy p,
  .mp4-campaign-copy p{
    font-size:clamp(7.7px,1.28svh,8.6px);
    line-height:1.34;
  }
  .ts-product-details h2,
  .mp4-product-header h2{
    font-size:clamp(21px,3.7svh,25px);
    line-height:1;
  }

  .ts-headset-focus{
    top:43%;
    width:min(61vw,33svh,228px);
  }
  .mp4-product-visual{
    top:43%;
    width:min(72vw,38svh,270px);
    height:auto;
    aspect-ratio:306 / 282;
  }
  .ts-headset-orbit,
  .mp4-product-stage::before,
  .mp4-product-stage::after{top:43%}

  .ts-color-picker,
  .mp4-color-picker{
    width:min(236px,calc(100vw - 72px));
    gap:clamp(5px,1svh,7px);
  }
  .ts-color-options,
  .mp4-color-options,
  .ts-view-toggle,
  .mp4-play-toggle{
    min-height:clamp(33px,5.3svh,36px);
    height:clamp(33px,5.3svh,36px);
  }
  .ts-color-swatch,
  .mp4-color-swatch{
    width:clamp(17px,2.9svh,20px);
    height:clamp(17px,2.9svh,20px);
  }
  .ts-view-toggle>span,
  .mp4-play-toggle>span{font-size:clamp(8px,1.35svh,9px)}

  .ts-headset-specs,
  .mp4-product-specs{
    bottom:clamp(62px,10.2svh,70px);
    width:min(300px,calc(100vw - 64px));
    gap:clamp(5px,1svh,7px) 12px;
  }
  .ts-spec,
  .mp4-product-specs article{gap:clamp(3px,.65svh,5px)}
  .ts-spec strong,
  .mp4-product-specs strong{
    font-size:clamp(21px,3.6svh,24px);
    line-height:.9;
    white-space:nowrap;
  }
  .ts-spec span,
  .mp4-product-specs span{
    font-size:clamp(7px,1.12svh,7.5px);
    line-height:1.18;
  }

  .product-agent[data-product="headphones"].is-product-cta,
  .product-agent[data-product="mp4"].is-product-cta{
    bottom:clamp(9px,1.8svh,12px);
    width:min(236px,calc(100vw - 72px));
  }
  .product-agent[data-product="headphones"].is-product-cta .product-agent__control,
  .product-agent[data-product="mp4"].is-product-cta .product-agent__control{
    height:clamp(33px,5.3svh,36px);
  }
}
@media (min-width:701px){
  .hero .hero-title.hero-title-start{font-size:clamp(36px,3.5vw,61px)}
  .hero .hero-title.hero-title-end{font-size:16px}
  .nav{display:flex;align-items:center;justify-content:space-between}
  .nav .brand,.nav .nav-cta{align-self:center;margin-block:0}
  .nav .nav-cta:hover,.nav .nav-cta:focus-visible{transform:none}
}
