/* REV226 - LAYERING EXPERIENCE RETURN
   Keep the full bottle-drop story available as an optional brand experience.
   Home, Shop, products, cart and checkout retain their Rev225 conversion path. */
.rev226-home-layer-story-cta{display:none}
.rev226-layering-shop-return{
  position:absolute;
  right:clamp(16px,3vw,40px);
  top:44px;
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 15px;
  border-radius:999px;
  background:#ff321d;
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 12px 30px rgba(255,50,29,.20);
}

@media (max-width:760px){
  html.rev226-layering-experience-return .rev226-home-layer-story-cta{
    display:grid;
    gap:3px;
    margin:0 12px 12px;
    padding:13px 15px;
    border:1px solid rgba(17,16,12,.12);
    border-radius:18px;
    background:#11100c;
    color:#fffaf2;
    text-decoration:none;
    box-shadow:0 12px 30px rgba(17,16,12,.10);
  }
  html.rev226-layering-experience-return .rev226-home-layer-story-cta span{
    color:#ffe06f;
    font-size:9px;
    font-weight:950;
    letter-spacing:.15em;
    text-transform:uppercase;
  }
  html.rev226-layering-experience-return .rev226-home-layer-story-cta b{
    color:#fffaf2;
    font-size:15px;
    line-height:1.1;
  }

  html.rev226-layering-experience-return body[data-page="layering"] .tabaq-rev7drop{
    display:flex;
    flex-direction:column;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev7-intro{
    order:1;
    min-height:66svh;
    padding:96px 18px 54px;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev7-intro::before{
    inset:9svh 7vw;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev7-intro-title{
    max-width:9ch!important;
    font-size:clamp(54px,16vw,76px)!important;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev7-intro-copy{
    max-width:31ch;
    margin-top:16px;
    font-size:14px;
    line-height:1.38;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev7-scroll-cue{
    bottom:16px;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev72-layering-system,
  html.rev226-layering-experience-return body[data-page="layering"] .rev155-wear-guide{
    display:none!important;
  }
  html.rev226-layering-experience-return body[data-page="layering"] #rev7drop-scenes{
    order:2;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev7-scroll-scene{
    height:185svh!important;
    min-height:1220px!important;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev7-outro{
    order:3;
    min-height:44svh;
    padding:48px 18px;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev7-outro h2{
    font-size:clamp(48px,14vw,68px);
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev7-outro p{
    font-size:14px;
    line-height:1.38;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev72-layering-bridge{
    order:4;
    margin:14px;
    padding:16px;
    border-radius:24px;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev72-bridge-card p,
  html.rev226-layering-experience-return body[data-page="layering"] .rev72-bridge-grid,
  html.rev226-layering-experience-return body[data-page="layering"] .rev72-bridge-actions .ghost-pill{
    display:none!important;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev72-bridge-card h2{
    margin:4px 0 12px!important;
    font-size:34px!important;
    line-height:.94!important;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev72-bridge-actions .order-btn{
    width:100%;
    justify-content:center;
  }
  html.rev226-layering-experience-return body[data-page="layering"] .rev226-layering-shop-return{
    right:14px;
    top:38px;
    min-height:36px;
    padding:0 12px;
    font-size:10px;
  }
}
