
/* v5.3.1 — ABOUT PAGE IS THE MASTER DESKTOP STANDARD
   Same 1536 canvas, same header height, same viewport scaling, same centering. */
@media(min-width:701px){

  html,body{
    overflow-x:hidden!important;
  }

  /* Every principal desktop canvas follows About exactly. */
  .ax-desktop,
  .rx-desktop,
  .fq-desktop,
  .ct-desktop,
  .cv-page{
    width:1536px!important;
    margin:0 auto!important;
    transform:none!important;
    transform-origin:top left!important;
  }

  .ax-desktop,
  .rx-desktop,
  .fq-desktop,
  .ct-desktop{
    height:1024px!important;
  }

  /* Collection remains vertically longer, but its width/header scale is identical. */
  .cv-page{
    height:auto!important;
  }

  /* Remove the older native-scale vars and any browser zoom from whole canvases. */
  .rx-desktop,.fq-desktop,.ct-desktop,.cv-page{
    --lv-desktop-scale:1!important;
    --lv-collection-scale:1!important;
  }
}

/* Exact same fit rule already used by About. */
@media(min-width:701px) and (max-width:1536px){
  .ax-desktop,
  .rx-desktop,
  .fq-desktop,
  .ct-desktop,
  .cv-page{
    transform:scale(calc(100vw / 1536))!important;
    transform-origin:top left!important;
    margin:0!important;
  }

  .ax-shell,
  .rx-shell,
  .fq-shell,
  .ct-shell{
    min-height:calc(1024px * (100vw / 1536))!important;
    height:calc(1024px * (100vw / 1536))!important;
  }
}

/* Interactive overlays remain aligned with their up-rendered 1536 artwork.
   Navigation hotspots are separately normalized to the About positions. */
@media(min-width:701px){
  /* RESEARCH / FAQ / CONTACT internal old-1200 overlays */
  .rx-search-live,
  .rx-cat1,.rx-cat2,.rx-cat3,.rx-cat4,.rx-cat5,
  .rx-card1,.rx-card2,.rx-card3,.rx-card4,.rx-browse{
    zoom:1.28;
  }

  .fq-search-live,
  .fq-cat-all,.fq-cat-orders,.fq-cat-products,.fq-cat-research,
  .fq-cat-quality,.fq-cat-payments,.fq-cat-returns,.fq-cat-account,
  .fq-support,.fq-rows,.fq-live-answer{
    zoom:1.28;
  }

  .ct-livechat,.ct-email,.ct-phone,.ct-map,.ct-form-live{
    zoom:1.28;
  }

  /* ABOUT-MASTER navigation hit areas for every page.
     HOME / COLLECTION / ABOUT / RESEARCH / FAQ / CONTACT */
  .rx-home,.fq-home,.ct-home{left:447px!important;top:61px!important;width:70px!important;height:40px!important;zoom:1!important}
  .rx-collection,.fq-collection,.ct-collection{left:552px!important;top:61px!important;width:110px!important;height:40px!important;zoom:1!important}
  .rx-about,.fq-about,.ct-about{left:700px!important;top:61px!important;width:75px!important;height:40px!important;zoom:1!important}
  .rx-research,.fq-research,.ct-research{left:819px!important;top:61px!important;width:110px!important;height:40px!important;zoom:1!important}
  .rx-faq,.fq-faq,.ct-faq{left:965px!important;top:61px!important;width:65px!important;height:40px!important;zoom:1!important}
  .rx-contact,.fq-contact,.ct-contact{left:1050px!important;top:61px!important;width:95px!important;height:40px!important;zoom:1!important}

  /* Collection hotspots live in the 1024-coordinate system; scale only overlays. */
  .cv-section > .cv-hot,
  .cv-section > .cv-product-hot,
  .cv-section > .cv-category-hotspots,
  .cv-section > .cv-newsletter{
    zoom:1.5;
  }
}
