/* KANNO v6.11.34 - approved mobile header/bottom-bar gesture states. */
.kanno-mobile-submenu,.kanno-mobile-submenu-backdrop{display:none}
@media(max-width:768px){
  :root{--kanno-mobile-submenu-gap:7px}
  .kanno-mobile-bottom-bar .kanno-mobile-bar-item{background:transparent;color:#72563f}
  html body .site-header,
  html body.kanno-mobile-scrolling-down .site-header,
  html body.kanno-mobile-at-bottom .site-header{
    opacity:1;
    pointer-events:auto;
    transform:none;
    -webkit-transform:none;
  }
  html body.kanno-mobile-scrolling-up:not(.kanno-mobile-at-bottom) .site-header{
    opacity:0;
    pointer-events:none;
    transform:translate3d(0,calc(-100% - 2px),0);
    -webkit-transform:translate3d(0,calc(-100% - 2px),0);
  }
  html body .kanno-mobile-bottom-bar{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    -webkit-transform:none;
  }
  html body.kanno-mobile-scrolling-down:not(.kanno-mobile-at-bottom):not(.kanno-menu-open) .kanno-mobile-bottom-bar{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate3d(0,calc(100% + 16px + var(--kanno-mobile-safe)),0);
    -webkit-transform:translate3d(0,calc(100% + 16px + var(--kanno-mobile-safe)),0);
  }
  html body.kanno-mobile-at-bottom .kanno-mobile-bottom-bar{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    -webkit-transform:none;
  }
  html.kanno-menu-open body .site-header,
  html body.kanno-menu-open .site-header{
    opacity:1;
    pointer-events:auto;
    transform:none;
    -webkit-transform:none;
  }
  .kanno-mobile-submenu-backdrop{display:block;position:fixed;inset:0;z-index:10039;margin:0;padding:0;border:0;background:transparent;opacity:0;visibility:hidden;pointer-events:none}
  body.kanno-bottom-submenu-open .kanno-mobile-submenu-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  body.kanno-bottom-submenu-open #kanno-contact-aio,body.kanno-bottom-submenu-open .kanno-back-to-top{opacity:0;visibility:hidden;pointer-events:none}
  .kanno-mobile-submenu{
    position:fixed;
    left:8px;
    right:8px;
    bottom:calc(4px + var(--kanno-mobile-safe) + var(--kanno-mobile-bar-h) + var(--kanno-mobile-submenu-gap));
    z-index:10080;
    display:none;
    padding:7px;
    overflow:hidden;
    border:1px solid #dfc69f;
    border-radius:17px;
    background:#fffaf2;
    box-shadow:0 14px 34px rgba(34,21,12,.19);
    visibility:hidden;
    pointer-events:none;
    transform:none;
    -webkit-transform:none;
    transition:none;
  }
  .kanno-mobile-submenu.is-open{
    display:block;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    -webkit-transform:none;
  }
  .kanno-mobile-submenu-track{
    position:relative;
    z-index:1;
    display:flex;
    gap:7px;
    width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    overscroll-behavior-x:contain;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
    pointer-events:auto;
    padding-right:8px;
  }
  .kanno-mobile-submenu-track::-webkit-scrollbar{display:none}
  .kanno-mobile-submenu-item{
    flex:0 0 auto;
    scroll-snap-align:start;
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:40px;
    max-width:220px;
    padding:8px 12px;
    border:1px solid #e6cfaa;
    border-radius:12px;
    background:#fff;
    color:#493629;
    box-shadow:0 3px 10px rgba(75,45,20,.045);
    font-size:11.5px;
    font-weight:700;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
  }
  .kanno-mobile-submenu-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 16px;width:16px;height:16px;color:#b77819}
  .kanno-mobile-submenu-icon svg{display:block;width:16px;height:16px;fill:currentColor;stroke:none}
  .kanno-mobile-submenu-label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;color:inherit}
  .kanno-mobile-submenu-item:visited{color:#493629}
  .kanno-mobile-submenu-item[aria-current]{color:#8f171d;background:#fff0dc;border-color:#d8ad75}
  .kanno-mobile-submenu-item[aria-current] .kanno-mobile-submenu-label{color:inherit}
  html body .kanno-mobile-bottom-bar .kanno-mobile-bar-item.is-submenu-open{color:#8f171d;background:linear-gradient(180deg,#fff3df,#f7e6ca)}

  body.kanno-mobile-scrolling-down:not(.kanno-bottom-submenu-open) .kanno-mobile-submenu{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
}
@media(max-width:370px){.kanno-mobile-submenu{left:5px;right:5px}}
@media(prefers-reduced-motion:reduce){.kanno-mobile-submenu,.site-header{transition:none}}

/* KANNO v6.12.15 — mobile-only navigation system.
 * Hamburger drawer redesigned to follow the approved mockup layout while
 * keeping the existing menu HTML/JS structure intact.
 */
@media (max-width:768px){
  html body .site-header .main-nav.kanno-desktop-nav{display:none}
  html body .site-header{z-index:10000;overflow:visible}
  html body .site-header .nav-wrap{
    position:relative;overflow:visible;display:grid;
    grid-template-columns:42px minmax(0,1fr) 40px 40px;
    align-items:center;column-gap:7px
  }
  html body .site-header .kanno-mobile-header-actions{display:contents}
  html body .site-header .nav-toggle{
    display:inline-flex;position:relative;z-index:10030;grid-column:1;grid-row:1;
    justify-self:start;transition:opacity .16s ease,visibility .16s ease,transform .16s ease
  }
  html.kanno-menu-open body .site-header .nav-toggle{
    opacity:0;pointer-events:none;transform:scale(.9)
  }
  html body .site-header .branding{
    position:absolute;left:50%;top:50%;width:auto;max-width:132px;
    transform:translate(-50%,-50%);z-index:1
  }
  html body .site-header .branding .kanno-brand-logo,
  html body .site-header .branding .custom-logo-link{width:auto;max-width:132px}
  html body .site-header .branding img,
  html body .site-header .branding .custom-logo,
  html body .site-header .kanno-brand-logo img{max-width:112px}
  html body .site-header .kanno-mobile-search-toggle{grid-column:3;grid-row:1}
  html body .site-header .kanno-mobile-call{grid-column:4;grid-row:1}

  /* Drawer shell */
  html body .site-header .kanno-mobile-drawer{
    display:block;position:fixed;inset:0 auto 0 0;
    --kanno-drawer-pad:14px;
    --kanno-mobile-line:#e8ddd0;
    --kanno-mobile-warm:#a97d42;
    --kanno-mobile-accent:#8b5b20;
    --kanno-mobile-accent-strong:#6f4619;
    --kanno-mobile-active:#fff7e9;
    --kanno-mobile-active-border:#e8cfaa;
    width:min(92vw,404px);height:100dvh;max-height:none;margin:0;
    padding:calc(max(12px,env(safe-area-inset-top)) + 2px) 12px calc(24px + var(--kanno-mobile-safe));
    box-sizing:border-box;border:0;border-right:1px solid rgba(135,82,31,.16);border-radius:0;
    background:#fffcf8;box-shadow:18px 0 54px rgba(28,18,10,.20);
    overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;
    opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(-104%,0,0);
    transition:transform .24s cubic-bezier(.22,.61,.36,1),opacity .18s ease,visibility .18s ease;
    z-index:10020;touch-action:pan-y
  }
  html body .site-header .kanno-mobile-drawer.is-open{
    opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0)
  }
  html body.admin-bar .site-header .kanno-mobile-drawer{
    top:var(--kanno-admin-bar-offset,0px);height:calc(100dvh - var(--kanno-admin-bar-offset,0px))
  }
  html body.admin-bar .site-header{top:var(--kanno-admin-bar-offset,0px)}

  /* Drawer heading */
  html body .site-header .kanno-mobile-menu-head{
    position:sticky;top:0;z-index:8;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;
    min-height:88px;margin:0 0 14px;padding:8px 2px 16px;
    background:rgba(255,253,250,.985);border-bottom:1px solid var(--kanno-mobile-line);
    backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)
  }
  html body .site-header .kanno-mobile-menu-brand{display:block;min-width:0;flex:1 1 auto}
  html body .site-header .kanno-mobile-menu-brand-link{
    display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit;min-width:0
  }
  html body .site-header .kanno-mobile-menu-brandmark{
    display:inline-flex;align-items:center;justify-content:center;flex:0 0 56px;width:56px;height:56px;
    border-radius:50%;overflow:hidden;background:transparent
  }
  html body .site-header .kanno-mobile-menu-logo,
  html body .site-header .kanno-mobile-menu-brandmark img{
    display:block;width:56px;height:56px;object-fit:contain
  }
  html body .site-header .kanno-mobile-menu-brandcopy{display:grid;gap:2px;min-width:0}
  html body .site-header .kanno-mobile-menu-brandcopy strong{
    font-size:18px;font-weight:700;line-height:1.08;letter-spacing:.08em;color:#2b1d14
  }
  html body .site-header .kanno-mobile-menu-brandcopy small{
    font-size:10px;font-weight:500;line-height:1.32;color:#9f7b47;white-space:normal
  }
  html body .site-header .kanno-mobile-menu-close{
    display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;
    margin:2px 0 0;padding:0;border:1px solid rgba(176,119,39,.18);border-radius:14px;
    background:#fffaf2;color:#8b5b20;box-shadow:none
  }
  html body .site-header .kanno-mobile-menu-close svg{
    width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round
  }
  html body .site-header .kanno-mobile-menu-backdrop{
    display:block;position:fixed;inset:0;margin:0;padding:0;border:0;border-radius:0;
    background:rgba(17,11,8,.44);opacity:0;visibility:hidden;pointer-events:none;
    transition:opacity .18s ease,visibility .18s ease;z-index:10010
  }
  html.kanno-menu-open body .site-header .kanno-mobile-menu-backdrop{
    opacity:1;visibility:visible;pointer-events:auto
  }

  /* Hard reset for the dedicated mobile tree. */
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu,
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu ul,
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu li{
    position:static;inset:auto;float:none;clear:none;width:100%;min-width:0;max-width:100%;
    height:auto;min-height:0;max-height:none;margin:0;padding:0;list-style:none;
    box-sizing:border-box;opacity:1;visibility:visible;transform:none;translate:none;
    box-shadow:none;filter:none;clip:auto;clip-path:none;grid-area:auto;grid-row:auto;grid-column:auto
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu{
    display:block;width:100%;margin:0;padding:2px 0 0
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu a{
    position:relative;box-sizing:border-box;text-decoration:none;-webkit-tap-highlight-color:transparent
  }

  /* Shared icon treatment. */
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu .kanno-menu-icon{
    display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;
    margin:0;padding:0;border:0;border-radius:0;background:transparent;color:#bd7a1d;-webkit-mask:none;mask:none;
    box-shadow:none;transform:none;font-size:23px
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu .kanno-menu-icon svg{
    display:block;fill:currentColor;stroke:none
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu .kanno-menu-icon>.fa-solid{
    display:block;width:1em;height:1em;min-width:1em;font-size:1em;line-height:1
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu .kanno-menu-label{
    display:block;min-width:0;flex:1 1 auto;color:inherit;text-align:left;white-space:normal;overflow-wrap:anywhere
  }

  /* Level 1 — row layout close to the approved mockup. */
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li{
    display:block;position:static;float:none;clear:both;border:0;background:transparent;overflow:visible;
    margin:0 0 8px
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li>a{
    display:flex;align-items:center;gap:16px;width:100%;min-height:68px;padding:15px 16px;
    border:1px solid #ebe1d5;border-radius:18px;background:#fffdfa;
    color:#1f1b18;font-size:14px;font-weight:700;line-height:1.35;box-shadow:none;
    transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .12s ease
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li>a .kanno-menu-icon{
    width:25px;height:25px;min-width:25px;font-size:25px;color:#bd7a1d
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li>a .kanno-menu-icon svg{width:25px;height:25px}
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.menu-item-has-children>a::after,
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.kanno-has-submenu>a::after{
    content:"";display:block;flex:0 0 10px;width:10px;height:10px;margin-left:auto;
    border-right:2px solid #bd7a1d;border-bottom:2px solid #bd7a1d;
    transform:rotate(45deg) translateY(-1px);transform-origin:center;transition:transform .18s ease,border-color .16s ease
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.is-open>a{
    background:#fbf7f1;border-color:#decdb9
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.current-menu-ancestor>a,
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.current-menu-item>a{
    background:var(--kanno-mobile-active);color:#6f4619;border-color:var(--kanno-mobile-active-border)
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.is-open>a::after{
    transform:rotate(135deg) translate(-1px,1px)
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.kanno-menu-contact{
    display:none;margin:12px 0 0
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.kanno-menu-contact>a{
    min-height:62px;margin:0;padding:14px 18px;border:0;border-radius:16px;
    background:#2b1d14;color:#f2cf89;box-shadow:0 12px 24px rgba(43,29,20,.16)
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.kanno-menu-contact>a .kanno-menu-icon{
    width:28px;height:28px;min-width:28px;font-size:28px;color:#f2cf89
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li.kanno-menu-contact>a::after{
    content:"";display:block;flex:0 0 10px;width:10px;height:10px;margin-left:auto;
    border-right:2px solid #f2cf89;border-bottom:2px solid #f2cf89;transform:rotate(-45deg)
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li>a:active{transform:scale(.995)}

  /* Submenus live in normal flow; opening pushes following items down. */
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu .kanno-mobile-drawer-submenu{
    display:none;position:static;inset:auto;float:none;clear:both;width:auto;min-width:0;max-width:none;
    height:auto;min-height:0;max-height:none;box-sizing:border-box;overflow:visible;
    opacity:1;visibility:visible;pointer-events:auto;transform:none;translate:none
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu li.is-open>.kanno-mobile-drawer-submenu{display:block}

  /* Level 2 — indented outline tree. */
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2{
    position:relative;margin:2px 0 12px 28px;padding:16px 0 0 36px;width:calc(100% - 28px);max-width:calc(100% - 28px);
    box-sizing:border-box;border:0;background:transparent
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2::before{
    content:"";position:absolute;left:12px;top:20px;bottom:12px;width:1px;background:#e8ddd0
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li{
    display:block;position:relative;width:100%;min-width:0;height:auto;min-height:0;
    margin:0 0 12px;padding:0;overflow:visible
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li:first-child{margin-top:14px}
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li:last-child{margin-bottom:0}
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li::before{
    content:"";position:absolute;left:-20px;top:24px;width:10px;height:10px;border:2px solid #c49758;border-radius:50%;background:#fffcf8;z-index:1
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li::after{
    content:"";position:absolute;left:-10px;top:29px;width:12px;height:1px;background:#e8ddd0
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li>a{
    display:flex;align-items:center;gap:12px;width:calc(100% - 22px);min-height:56px;margin:0 0 0 22px;padding:11px 14px;
    border:1px solid #eee2d3;border-radius:15px;background:#fbf8f2;
    color:#2d2520;font-size:14px;font-weight:650;line-height:1.35;box-shadow:none;
    transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .12s ease
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li>a .kanno-menu-icon{
    display:inline-flex;visibility:visible;opacity:1;flex:0 0 22px;width:22px;height:22px;min-width:22px;font-size:22px;color:#b18443
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li>a .kanno-menu-icon svg{
    display:block;visibility:visible;opacity:1;width:22px;height:22px;min-width:22px;fill:currentColor
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li.menu-item-has-children>a::after,
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li.kanno-has-submenu>a::after{
    content:"";display:block;flex:0 0 9px;width:9px;height:9px;margin-left:auto;
    border-right:1.8px solid #b18443;border-bottom:1.8px solid #b18443;
    transform:rotate(45deg) translateY(-1px);transform-origin:center;transition:transform .18s ease,border-color .16s ease
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li.is-open>a{
    background:#fcf8f2;border-color:#eadac8;color:#241d18
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li.current-menu-ancestor>a,
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li.current-menu-item>a{
    background:var(--kanno-mobile-active);border-color:var(--kanno-mobile-active-border);color:#6f4619
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li.is-open>a::after{
    transform:rotate(135deg) translate(-1px,1px)
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li>a:active{transform:scale(.995)}

  /* Level 3 — deeper indent, no submenu background clash, active gets accent bar. */
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3{
    display:none;position:static;inset:auto;float:none;clear:both;align-self:stretch;
    width:calc(100% - 20px);min-width:0;max-width:calc(100% - 20px);height:auto;min-height:0;max-height:none;
    margin:8px 0 16px 24px;padding:8px 0 0 20px;box-sizing:border-box;overflow:visible;
    border:0;background:transparent
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2>li.is-open>.kanno-mobile-submenu-level-3{display:block}
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li{
    display:block;position:relative;width:100%;min-width:0;height:auto;min-height:0;
    margin:0 0 8px;padding:0;overflow:visible
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li:first-child{margin-top:14px}
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li:last-child{margin-bottom:0}
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li::before{
    content:"";position:absolute;left:-11px;top:21px;width:8px;height:8px;border-radius:50%;background:#d8bf96
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li>a{
    display:flex;align-items:center;gap:11px;width:calc(100% - 44px);min-height:48px;margin:0 0 0 44px;padding:10px 12px;
    border:1px solid #f1ebe3;border-radius:15px;background:#fffaf5;
    color:#3e332c;font-size:14px;font-weight:600;line-height:1.35;box-shadow:none;
    transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .12s ease
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li.current-menu-item>a,
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li.current-menu-ancestor>a{
    background:var(--kanno-mobile-active);border-color:var(--kanno-mobile-active-border);color:#6f4619;box-shadow:none
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li>a:active{
    background:#fbf8f4;transform:scale(.995)
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li>a .kanno-menu-icon{
    display:inline-flex;align-items:center;justify-content:center;visibility:visible;opacity:1;flex:0 0 22px;flex-shrink:0;
    width:22px;height:22px;min-width:22px;min-height:22px;font-size:22px;color:#b18443
  }
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li>a .kanno-menu-icon svg,
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3>li>a .kanno-menu-icon>.fa-solid{
    display:block;visibility:visible;opacity:1;flex-shrink:0;width:22px;height:22px;min-width:22px;min-height:22px;font-size:22px;fill:currentColor
  }

  /* Drawer CTA provided by menu item contact; hide legacy extra CTA to avoid duplication. */
  html body .site-header .kanno-mobile-drawer>.nav-cta{
    position:static;inset:auto;display:flex;align-items:center;justify-content:center;gap:12px;
    width:100%;min-height:62px;margin:18px 0 2px;padding:15px 18px;border:0;border-radius:18px;
    background:#2b1d14;color:#f2cf89;font-size:16px;font-weight:700;line-height:1.2;
    text-align:center;box-shadow:0 12px 24px rgba(43,29,20,.16)
  }
  html body .site-header .kanno-mobile-drawer>.nav-cta::after{
    content:"";display:block;flex:0 0 10px;width:10px;height:10px;
    border-right:2px solid #f2cf89;border-bottom:2px solid #f2cf89;transform:rotate(-45deg)
  }

  html.kanno-menu-open body .kanno-mobile-bottom-bar{
    opacity:0;visibility:hidden;pointer-events:none;
    transform:translate3d(0,calc(100% + 16px + var(--kanno-mobile-safe)),0)
  }
  html.kanno-menu-open,html.kanno-menu-open body{overflow:hidden}

  @media (prefers-reduced-motion:reduce){
    html body .site-header .kanno-mobile-drawer,
    html body .site-header .kanno-mobile-menu-backdrop,
    html body .site-header .kanno-mobile-drawer .kanno-mobile-menu a::after{transition:none}
  }
}

@media (max-width:370px){
  html body .site-header .kanno-mobile-drawer{--kanno-drawer-pad:10px;width:min(94vw,360px);padding-left:10px;padding-right:10px}
  html body .site-header .kanno-mobile-drawer .kanno-mobile-menu>li>a{min-height:70px;padding-top:14px;padding-bottom:14px}
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-2{margin-left:24px;padding-left:32px;width:calc(100% - 24px);max-width:calc(100% - 24px)}
  html body .site-header .kanno-mobile-drawer .kanno-mobile-submenu-level-3{margin-left:20px;padding-left:18px;width:calc(100% - 20px);max-width:calc(100% - 20px)}
}

@media (min-width:769px){
  html body .site-header .kanno-mobile-drawer{display:none}
  html body .site-header .kanno-mobile-menu-backdrop,
  html body .site-header .kanno-mobile-menu-head{display:none}
}
