/* Preview-only independent mobile navigation. No changes to the V4 hero. */
@media(max-width:767px){
header button[aria-label="Menu"]{display:none!important}
body.tree-floating-open{overflow:hidden!important}
#tree-float-entry{position:fixed;right:15px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:2147482000;display:flex;align-items:flex-end;flex-direction:column;gap:6px;font-family:inherit;direction:rtl}
#tree-float-entry .tree-float-label{border-radius:12px;background:#dcb85f;color:#211915;padding:7px 11px;font-size:12px;font-weight:800;box-shadow:0 5px 18px #241b1630}
#tree-float-entry button{width:61px;height:61px;border:2px solid #f0d69b;border-radius:50%;background:#322218;color:#fff;box-shadow:0 6px 20px #241b1650;display:grid;place-items:center;cursor:pointer}
#tree-float-entry svg{width:28px;height:28px}
#tree-float-backdrop{position:fixed;inset:0;background:#1b140f99;z-index:2147482001;display:none}
#tree-float-drawer{position:fixed;top:0;bottom:0;right:0;width:min(88vw,390px);background:#fffaf3;z-index:2147482002;display:none;flex-direction:column;box-shadow:-10px 0 35px #1b140f40;direction:rtl;color:#241b16;font-family:inherit;overscroll-behavior:contain}
body.tree-floating-open #tree-float-backdrop{display:block}
body.tree-floating-open #tree-float-drawer{display:flex}
body.tree-floating-open #tree-float-entry{display:none}
.tree-float-head{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:19px 19px 15px;border-bottom:1px solid #e5d7c2;font-size:23px;font-weight:800;letter-spacing:.08em}
.tree-float-head b{color:#946c43}.tree-float-head button{border:0;background:transparent;font-size:29px;cursor:pointer;min-width:45px;min-height:45px}
.tree-float-scroll{overflow-y:auto;flex:1;padding:13px 18px 24px;overscroll-behavior:contain}
.tree-float-link,.tree-float-cat-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:11px 10px;text-decoration:none;color:#261c15;background:transparent;border:0;border-bottom:1px solid #ecdfce;font:600 15px/1.6 inherit;text-align:right;cursor:pointer}
.tree-float-cat-btn .tree-float-arrow{font-size:20px;color:#98703d}
.tree-float-sub{padding:5px 16px 10px 0;background:#f5ede1;border-radius:0 0 12px 12px}
.tree-float-sub a{display:block;text-decoration:none;color:#49382b;padding:12px 10px;border-bottom:1px solid #e9dcc9;font-size:14px;line-height:1.5}
.tree-float-sub a:last-child{border:0}
.tree-float-caption{font-size:12px;color:#9b7545;font-weight:800;margin:16px 8px 5px}
.tree-float-footer{padding:14px 18px;border-top:1px solid #e5d7c2;background:#fffaf3}
.tree-float-footer a{display:block;background:#dcb85f;color:#241b16;text-align:center;border-radius:9px;text-decoration:none;font-weight:800;padding:13px}
body.tree-building header .fixed.inset-0{visibility:hidden!important}
}
@media(min-width:768px){#tree-float-entry,#tree-float-backdrop,#tree-float-drawer{display:none!important}}

/* Raise floating products button above AI Assistant */
@media (max-width: 767px) {
  .tree-floating-trigger {
    bottom: 130px !important;
  }
}

@media (max-width: 767px) {
  #tree-float-entry {
    bottom: calc(120px + env(safe-area-inset-bottom)) !important;
  }
}
