
/* =========================================================
   HSO HEADER — CLEAN 4 TEMPLATE CSS SYSTEM
   SEQUENCE:
   COMMON
   TEMPLATE 1 + RESPONSIVE
   TEMPLATE 2 + RESPONSIVE
   TEMPLATE 3 + RESPONSIVE
   TEMPLATE 4 + RESPONSIVE
   ACCESSIBILITY + PRINT
========================================================= */

/* =========================================================
   01. ROOT + COMMON
========================================================= */

:root{--bg-gradient-start:#eef6f2;--bg-gradient-middle:#f7faf8;--bg-gradient-end:#e8f3ee;--bg-border:#dce7e1;--bg-shadow:0 14px 45px rgba(31,122,91,.08);--max-width:1200px;--header-height:76px;--topbar-height:38px;--navigation-height:48px}

.hso-header,.hso-header *,.hso-header *::before,.hso-header *::after{box-sizing:border-box}

.hso-header{width:100%;margin:0;position:relative;z-index:10000;color:var(--text-dark);font-family:Arial,Helvetica,sans-serif}

.hso-header a{color:inherit;text-decoration:none}

.hso-header button,.hso-header input,.hso-header textarea,.hso-header select{font:inherit}

.hso-header ul,.hso-header ol{margin:0;padding:0}

.hso-header img{max-width:100%}

.hso-header button{cursor:pointer}

.hso-container{width:100%;max-width:var(--max-width);margin:0 auto;padding-left:24px;padding-right:24px;position:relative;z-index:10000}

.hso-topbar{width:100%;min-height:var(--topbar-height);display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:var(--white);font-size:13px;font-weight:500;letter-spacing:.2px;line-height:1.4;text-align:center}

.hso-topbar-inner{width:100%;max-width:var(--max-width);min-height:var(--topbar-height);padding:9px 24px;display:flex;align-items:center;justify-content:center}

.hso-main{width:100%;position:relative;z-index:10000;background:var(--background);border-bottom:1px solid var(--border-color)}

.hso-main>.hso-container{min-height:var(--header-height);display:flex;align-items:center;overflow:visible}

.hso-main-grid{width:100%;min-height:var(--header-height);display:grid;align-items:center;position:relative;gap:24px;overflow:visible}

.hso-logo{max-width:100%;display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;color:var(--text-dark);white-space:nowrap;transition:opacity var(--transition-fast),transform var(--transition-fast)}

.hso-logo:hover{opacity:.88}

.hso-logo-image{width:auto;max-width:220px;height:58px;max-height:58px;display:block;object-fit:contain}

.hso-logo-mark{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--primary-color);color:var(--white);font-size:16px;line-height:1}

.hso-logo-text{color:var(--text-dark);font-size:20px;line-height:1;font-weight:700;letter-spacing:-.4px}

.hso-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;white-space:nowrap}

.hso-action{width:40px;height:40px;position:relative;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);color:var(--text-dark);transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}

.hso-action:hover{background:var(--extra-light);color:var(--primary-color);transform:translateY(-1px)}

.hso-action>i{font-size:17px;line-height:1}

.hso-count{position:absolute;top:1px;right:0;min-width:16px;height:16px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:var(--primary-color);color:var(--white);border:2px solid var(--background);font-size:9px;font-weight:700;line-height:1}

.hso-menu{width:100%;position:relative;z-index:1000}

.hso-menu-list{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;gap:6px}

.hso-menu-item{position:relative;list-style:none}

.hso-menu-item>a{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 14px;color:var(--text-dark);text-decoration:none;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;transition:color var(--transition-fast),background-color var(--transition-fast)}

.hso-menu-item>a:hover{color:var(--primary-color)}

.hso-menu-arrow{font-size:10px;transition:transform var(--transition-fast),color var(--transition-fast)}

.hso-menu-has-dropdown:hover>a .hso-menu-arrow{transform:rotate(180deg)}

.hso-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;margin:0;padding:8px;background:var(--background);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);z-index:99999;transition:opacity var(--transition-fast),visibility var(--transition-fast),transform var(--transition-fast)}

.hso-menu-has-dropdown:hover>.hso-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}

.hso-dropdown-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px}

.hso-dropdown-item{margin:0;padding:0;list-style:none}

.hso-dropdown-item>a{width:100%;display:flex;align-items:center;padding:11px 13px;color:var(--text-dark);text-decoration:none;font-size:14px;font-weight:500;line-height:1.3;border-radius:var(--radius);transition:color var(--transition-fast),background-color var(--transition-fast),padding-left var(--transition-fast)}

.hso-dropdown-item>a:hover{color:var(--primary-color);background:var(--extra-light);padding-left:17px}

.hso-menu-has-dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:10px;background:transparent}

.hso-search{width:100%;height:44px;position:relative;display:flex;align-items:center;background:var(--background);border:1px solid var(--border-color);border-radius:var(--radius);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}

.hso-search:hover{border-color:var(--primary-color)}

.hso-header .hso-search:focus-within{border-color:var(--border-color)!important;box-shadow:none!important}

.hso-header .hso-search input:focus{outline:none!important;box-shadow:none!important}

.hso-header .hso-search button:focus{outline:none!important;box-shadow:none!important}

.hso-search-icon{width:44px;height:100%;flex:0 0 44px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:14px;pointer-events:none}

.hso-search input{width:100%;height:100%;min-width:0;padding:0 8px 0 0;border:0;outline:0;background:transparent;color:var(--text-dark);font-size:14px}

.hso-search input::placeholder{color:var(--text-muted)}

.hso-search button{width:36px;height:36px;flex:0 0 36px;margin-right:4px;display:flex;align-items:center;justify-content:center;border:0;border-radius:var(--radius);background:var(--primary-color);color:var(--white);transition:background var(--transition-fast),transform var(--transition-fast)}

.hso-search button:hover{background:var(--primary-hover);transform:translateX(1px)}

.hso-header .hso-main,.hso-header .hso-main>.hso-container,.hso-header .hso-main-grid,.hso-header .hso-slot-menu,.hso-header .hso-menu,.hso-header .hso-menu-item,.hso-header .hso-menu-has-dropdown,.hso-header .hso-navigation-row,.hso-header .hso-navigation-row>.hso-container{overflow:visible}

.hso-header .hso-dropdown{z-index:99999}

body.hso-template1-menu-open,body.hso-template2-menu-open{overflow:hidden}


/* =========================================================
   02. TEMPLATE 1 — LOGO + SEARCH + ACTIONS
========================================================= */

.hso-grid-search{grid-template-columns:minmax(160px,1fr) minmax(280px,520px) minmax(160px,1fr)}

.hso-grid-search .hso-slot-logo{min-width:0;justify-self:start}

.hso-grid-search .hso-slot-search{width:100%;min-width:0;justify-self:center}

.hso-grid-search .hso-slot-actions{justify-self:end}

.hso-header-template-left-search-icons .hso-template1-menu-button{
    display:none;
}

.hso-template1-mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.38);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:999998;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}

.hso-template1-mobile-overlay.is-open{display:block;opacity:1;visibility:visible}

.hso-template1-mobile-menu{position:fixed;top:0;left:0;width:min(340px,88vw);height:100vh;max-height:100vh;overflow-y:auto;background:var(--background);border-right:1px solid var(--border-color);box-shadow:12px 0 40px rgba(0,0,0,.14);z-index:999999;transform:translateX(-105%);visibility:hidden;transition:transform .28s cubic-bezier(.22,.61,.36,1),visibility .28s ease;-webkit-overflow-scrolling:touch}

.hso-template1-mobile-menu.is-open{transform:translateX(0);visibility:visible}

.hso-template1-mobile-menu-header{min-height:70px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-color);background:var(--background);position:sticky;top:0;z-index:5}

.hso-template1-mobile-menu-title{display:flex;align-items:center;gap:10px;color:var(--text-dark);font-size:16px;font-weight:700}

.hso-template1-mobile-menu-title i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--primary-color);color:var(--white);font-size:14px}

.hso-template1-mobile-close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:var(--radius);background:var(--background);color:var(--text-dark);font-size:16px;transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}

.hso-template1-mobile-close:hover{background:var(--extra-light);color:var(--primary-color);transform:rotate(90deg)}

.hso-template1-mobile-menu-body{width:100%;padding:8px 0 24px}

.hso-template1-mobile-menu .hso-menu{width:100%}

.hso-template1-mobile-menu .hso-menu-list{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:0;list-style:none}

.hso-template1-mobile-menu .hso-menu-item{width:100%;margin:0;padding:0;border-bottom:1px solid var(--border-color)}

.hso-template1-mobile-menu .hso-menu-item>a{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;color:var(--text-dark);font-size:14px;font-weight:600;text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast),padding-left var(--transition-fast)}

.hso-template1-mobile-menu .hso-menu-item>a:hover{background:var(--extra-light);color:var(--primary-color);padding-left:22px}

.hso-template1-mobile-menu .hso-menu-arrow{font-size:10px;transition:transform var(--transition-fast),color var(--transition-fast)}

.hso-template1-mobile-menu .hso-menu-has-dropdown.is-expanded>a .hso-menu-arrow{transform:rotate(180deg);color:var(--primary-color)}

.hso-template1-mobile-menu .hso-dropdown{position:static;width:100%;min-width:0;margin:0;padding:0 0 0 14px;border:0;border-radius:0;background:var(--extra-light);box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none;max-height:0;overflow:hidden;transition:max-height .28s ease,padding .28s ease}

.hso-template1-mobile-menu .hso-menu-has-dropdown.is-expanded>.hso-dropdown{max-height:600px;padding:4px 0 8px 14px}

.hso-template1-mobile-menu .hso-dropdown-list{width:100%;display:flex;flex-direction:column;gap:2px;list-style:none}

.hso-template1-mobile-menu .hso-dropdown-item{width:100%}

.hso-template1-mobile-menu .hso-dropdown-item>a{width:100%;min-height:44px;display:flex;align-items:center;padding:11px 14px;color:var(--text-muted);font-size:13px;font-weight:500;border-radius:var(--radius);transition:background var(--transition-fast),color var(--transition-fast),padding-left var(--transition-fast)}

.hso-template1-mobile-menu .hso-dropdown-item>a:hover{background:var(--background);color:var(--primary-color);padding-left:18px}

.hso-header-template-left-search-icons .hso-template1-menu-button{
    width:38px;
    height:38px;
    flex:0 0 38px;
    display:none;
    align-items:center;
    justify-content:center;
    padding:0;
    border:1px solid var(--border-color);
    border-radius:var(--radius);
    background:var(--background);
    color:var(--text-dark);
    font-size:16px;
    transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)
}

.hso-header-template-left-search-icons .hso-template1-menu-button:hover,
.hso-header-template-left-search-icons .hso-template1-menu-button.is-open{
    background:var(--primary-color);
    border-color:var(--primary-color);
    color:var(--white)
}


/* =========================================================
   03. TEMPLATE 1 — RESPONSIVE
========================================================= */

@media(max-width:768px){
    .hso-header-template-left-search-icons .hso-navigation-row{
    display:none!important;
}
.hso-header-template-left-search-icons .hso-grid-search{
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px;
    padding-top:8px;
    padding-bottom:8px;
}
.hso-header-template-left-search-icons .hso-slot-search{
    display:none!important;
}
.hso-header-template-left-search-icons .hso-template1-menu-button{
    display:flex!important;
}
.hso-header-template-left-search-icons .hso-slot-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:4px;
}
.hso-header-template-left-search-icons .hso-actions{
    gap:2px;
}
    
}

@media(max-width:480px){.hso-header-template-left-search-icons .hso-grid-search{grid-template-columns:minmax(0,1fr) auto;gap:5px;padding-top:7px;padding-bottom:7px}.hso-header-template-left-search-icons .hso-template1-menu-button{
        width:32px;
        height:32px;
        flex-basis:32px;
        font-size:14px;
    }.hso-header-template-left-search-icons .hso-slot-actions{gap:2px}.hso-template1-mobile-menu{width:min(315px,88vw)}.hso-template1-mobile-menu-header{min-height:62px;padding:12px 14px}.hso-template1-mobile-menu-title{font-size:15px}.hso-template1-mobile-menu-title i{width:32px;height:32px;font-size:13px}.hso-template1-mobile-close{width:34px;height:34px;font-size:14px}}

@media(max-width:360px){.hso-template-left-search-icons .hso-grid-search{grid-template-columns:minmax(0,1fr) auto;gap:3px}.hso-header-template-left-search-icons .hso-template1-menu-button{
        width:29px;
        height:29px;
        flex-basis:29px;
        font-size:12px;
    }}


/* =========================================================
   04. TEMPLATE 2 — LOGO + MENU + ACTIONS
========================================================= */

.hso-grid-menu{grid-template-columns:auto minmax(0,1fr) auto;gap:24px}

.hso-grid-menu .hso-slot-logo{min-width:0;justify-self:start}

.hso-grid-menu .hso-slot-menu{width:100%;min-width:0;justify-self:center;overflow:visible;align-self:stretch;display:flex;align-items:center;justify-content:center}

.hso-grid-menu .hso-slot-menu .hso-menu{width:100%;margin:0;display:flex;align-items:center;justify-content:center}

.hso-grid-menu .hso-slot-menu .hso-menu-list{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center}

.hso-grid-menu .hso-slot-actions{justify-self:end}

.hso-header-template-left-menu-icons .hso-template2-menu-button{display:none}

.hso-template2-mobile-overlay{position:fixed;inset:0;background:rgba(15,23,42,.42);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:999998;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}

.hso-template2-mobile-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}

.hso-template2-mobile-menu{position:fixed;top:0;right:0;width:min(360px,88vw);height:100vh;max-height:100vh;overflow-y:auto;background:var(--background);border-left:1px solid var(--border-color);box-shadow:-14px 0 45px rgba(0,0,0,.16);z-index:999999;transform:translateX(105%);visibility:hidden;pointer-events:none;transition:transform .32s cubic-bezier(.22,.61,.36,1),visibility .32s ease;-webkit-overflow-scrolling:touch}

.hso-template2-mobile-menu.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}

.hso-template2-mobile-menu-header{min-height:82px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--background);position:sticky;top:0;z-index:10}

.hso-template2-mobile-menu-brand{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}

.hso-template2-menu-label{color:var(--text-dark);font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.2px}

.hso-template2-menu-subtitle{margin-top:4px;color:var(--text-muted);font-size:11px;font-weight:500;line-height:1.3}

.hso-template2-mobile-menu-divider{width:calc(100% - 36px);height:1px;margin:0 auto;background:var(--border-color)}

.hso-template2-mobile-close{width:40px;height:40px;flex:0 0 40px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--border-color);border-radius:50%;background:var(--background);color:var(--text-dark);font-size:16px;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}

.hso-template2-mobile-close:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--white);transform:rotate(90deg)}

.hso-template2-mobile-menu-body{width:100%;padding:14px 14px 30px}

.hso-template2-mobile-menu .hso-menu{width:100%}

.hso-template2-mobile-menu .hso-menu-list{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:7px;list-style:none}

.hso-template2-mobile-menu .hso-menu-item{width:100%;margin:0;padding:0;list-style:none}

.hso-template2-mobile-menu .hso-menu-item>a{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 15px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--text-dark);font-size:14px;font-weight:600;line-height:1.3;text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),padding-left var(--transition-fast),transform var(--transition-fast)}

.hso-template2-mobile-menu .hso-menu-item>a:hover{background:var(--extra-light);color:var(--primary-color);border-color:var(--border-color);padding-left:19px}

.hso-template2-mobile-menu .hso-menu-arrow{flex:0 0 auto;font-size:10px;color:var(--text-muted);transition:transform var(--transition-fast),color var(--transition-fast)}

.hso-template2-mobile-menu .hso-menu-has-dropdown.is-expanded>a{background:var(--extra-light);color:var(--primary-color);border-color:var(--border-color)}

.hso-template2-mobile-menu .hso-menu-has-dropdown.is-expanded>a .hso-menu-arrow{transform:rotate(180deg);color:var(--primary-color)}

.hso-template2-mobile-menu .hso-dropdown{position:static;width:100%;min-width:0;margin:5px 0 0;padding:0 0 0 12px;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none;max-height:0;overflow:hidden;transition:max-height .28s ease,padding .28s ease,opacity .22s ease}

.hso-template2-mobile-menu .hso-menu-has-dropdown.is-expanded>.hso-dropdown{max-height:700px;padding:3px 0 5px 12px;opacity:1}

.hso-template2-mobile-menu .hso-dropdown-list{width:100%;display:flex;flex-direction:column;gap:3px;list-style:none}

.hso-template2-mobile-menu .hso-dropdown-item{width:100%;margin:0;padding:0;list-style:none}

.hso-template2-mobile-menu .hso-dropdown-item>a{width:100%;min-height:43px;display:flex;align-items:center;padding:10px 13px;border-radius:9px;color:var(--text-muted);background:transparent;font-size:13px;font-weight:500;line-height:1.3;text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast),padding-left var(--transition-fast)}

.hso-template2-mobile-menu .hso-dropdown-item>a:hover{background:var(--extra-light);color:var(--primary-color);padding-left:17px}

.hso-header-template-left-menu-icons .hso-template2-menu-button{width:40px;height:40px;flex:0 0 40px;display:none;align-items:center;justify-content:center;padding:0;border:1px solid var(--border-color);border-radius:50%;background:var(--background);color:var(--text-dark);transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}


.hso-template2-menu-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%}

.hso-template2-menu-icon i{font-size:15px;line-height:1;transition:transform var(--transition-fast)}

.hso-header-template-left-menu-icons .hso-template2-menu-button:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--white);transform:translateY(-1px);box-shadow:0 6px 18px rgba(31,122,91,.18)}

.hso-header-template-left-menu-icons .hso-template2-menu-button.is-open{background:var(--primary-color);border-color:var(--primary-color);color:var(--white);transform:rotate(90deg)}

.hso-header-template-left-menu-icons .hso-template2-menu-button.is-open .hso-template2-menu-icon i{transform:rotate(-90deg)}


/* =========================================================
   05. TEMPLATE 2 — RESPONSIVE
========================================================= */

@media(max-width:768px){

    .hso-main.hso-header-template-left-menu-icons .hso-slot-menu{
        display:none !important;
    }

    .hso-main.hso-header-template-left-menu-icons .hso-grid-menu{
        grid-template-columns:minmax(0,1fr) auto;
        gap:8px;
        padding-top:8px;
        padding-bottom:8px;
    }

    .hso-main.hso-header-template-left-menu-icons .hso-slot-actions{
        display:flex !important;
        align-items:center;
        justify-content:flex-end;
        gap:5px;
    }

    .hso-main.hso-header-template-left-menu-icons .hso-actions{
        gap:2px;
    }

    .hso-main.hso-header-template-left-menu-icons .hso-template2-menu-button{
        display:flex !important;
        width:40px;
        height:40px;
        flex:0 0 40px;
        align-items:center;
        justify-content:center;
        visibility:visible !important;
        opacity:1 !important;
    }
}

@media(max-width:480px){

    .hso-main.hso-header-template-left-menu-icons .hso-grid-menu{
        grid-template-columns:minmax(0,1fr) auto;
        gap:5px;
        padding-top:7px;
        padding-bottom:7px;
    }

    .hso-main.hso-header-template-left-menu-icons .hso-slot-actions{
        gap:3px;
    }

    .hso-main.hso-header-template-left-menu-icons .hso-template2-menu-button{
        display:flex !important;
        width:34px;
        height:34px;
        flex-basis:34px;
    }

.hso-template2-menu-button .hso-template2-menu-icon i{font-size:13px}.hso-template2-mobile-menu{width:min(325px,89vw)}.hso-template2-mobile-menu-header{min-height:70px;padding:13px 15px}.hso-template2-menu-label{font-size:16px}.hso-template2-menu-subtitle{font-size:10px}.hso-template2-mobile-close{width:36px;height:36px;flex-basis:36px;font-size:14px}.hso-template2-mobile-menu-body{padding:12px 11px 26px}.hso-template2-mobile-menu .hso-menu-list{gap:5px}.hso-template2-mobile-menu .hso-menu-item>a{min-height:49px;padding:12px 13px;font-size:13px;border-radius:10px}.hso-template2-mobile-menu .hso-dropdown{padding-left:9px}.hso-template2-mobile-menu .hso-menu-has-dropdown.is-expanded>.hso-dropdown{padding:3px 0 5px 9px}.hso-template2-mobile-menu .hso-dropdown-item>a{min-height:40px;padding:9px 12px;font-size:12px}}

@media(max-width:360px){.hso-header-template-left-menu-icons .hso-grid-menu{gap:3px}.hso-header-template-left-menu-icons .hso-template2-menu-button{width:31px;height:31px;flex-basis:31px}.hso-template2-menu-icon{width:22px;height:22px}.hso-template2-menu-button .hso-template2-menu-icon i{font-size:11px}.hso-template2-mobile-menu{width:min(305px,91vw)}.hso-template2-mobile-menu-header{min-height:64px;padding:11px 13px}.hso-template2-menu-label{font-size:15px}.hso-template2-menu-subtitle{font-size:9px}.hso-template2-mobile-close{width:33px;height:33px;flex-basis:33px;font-size:13px}.hso-template2-mobile-menu-body{padding:10px 9px 22px}.hso-template2-mobile-menu .hso-menu-item>a{min-height:46px;padding:11px 12px;font-size:12px}}


/* =========================================================
   06. TEMPLATE 3 — CENTER LOGO + HAMBURGER/MENU + ACTIONS
========================================================= */

.hso-grid-center-logo{grid-template-columns:1fr 1fr 1fr;position:relative;align-items:center;min-height:var(--header-height)}
.hso-grid-center-logo .hso-slot-left{min-width:0;justify-self:start;display:flex;align-items:center;align-self:stretch}
.hso-grid-center-logo .hso-slot-center-logo{min-width:0;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;height:100%}
.hso-grid-center-logo .hso-slot-actions{justify-self:end;display:flex;align-items:center;align-self:stretch}
.hso-template3-desktop-menu{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start}
.hso-header-template-center-logo-menu .hso-template3-desktop-menu .hso-menu{width:auto;height:100%;display:flex;align-items:center}
.hso-header-template-center-logo-menu .hso-template3-desktop-menu .hso-menu-list{height:100%;display:flex;align-items:center;justify-content:flex-start}

.hso-template3-hamburger{display:none;width:40px;height:40px;align-items:center;justify-content:center;padding:0;margin:0;border:1px solid var(--border-color);border-radius:var(--radius);background:var(--background);color:var(--text-dark);font-size:17px}

.hso-template3-hamburger:hover{background:var(--extra-light);color:var(--primary-color)}

.hso-template3-mobile-menu{display:none;position:absolute;top:100%;left:0;width:min(330px,88vw);height:calc(100vh - var(--header-height));max-height:none;overflow-y:auto;padding:12px 0 16px;background:var(--background);border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-lg);z-index:999999;transform:translateX(-100%);transition:transform var(--transition-fast)}

.hso-template3-mobile-menu.is-open{display:block;transform:translateX(0)}

.hso-template3-mobile-menu .hso-menu{width:100%}

.hso-template3-mobile-menu .hso-menu-list{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}

.hso-template3-mobile-menu .hso-menu-item{width:100%;border-bottom:1px solid var(--border-color)}

.hso-template3-mobile-menu .hso-menu-item>a{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:13px 18px;font-size:14px;font-weight:600;text-align:left}

.hso-template3-mobile-menu .hso-menu-item>a:hover{background:var(--extra-light);color:var(--primary-color)}

.hso-template3-mobile-menu .hso-dropdown{position:static;width:100%;min-width:0;margin:0;padding:0 0 0 18px;border:0;border-radius:0;box-shadow:none;background:var(--extra-light);opacity:0;visibility:hidden;pointer-events:none;max-height:0;overflow:hidden;transform:translateY(-6px);transition:max-height var(--transition),opacity var(--transition-fast),transform var(--transition-fast),visibility var(--transition-fast),padding var(--transition)}

.hso-template3-mobile-menu .hso-menu-has-dropdown.is-expanded>.hso-dropdown{opacity:1;visibility:visible;pointer-events:auto;max-height:500px;padding:0 0 6px 18px;transform:translateY(0)}

.hso-template3-mobile-menu .hso-dropdown-list{width:100%;display:flex;flex-direction:column;gap:0}

.hso-template3-mobile-menu .hso-dropdown-item{width:100%}

.hso-template3-mobile-menu .hso-dropdown-item>a{width:100%;min-height:42px;padding:10px 14px;border-radius:var(--radius);font-size:13px;font-weight:500;color:var(--text-muted)}

.hso-template3-mobile-menu .hso-dropdown-item>a:hover{background:var(--background);color:var(--primary-color);padding-left:17px}

.hso-template3-mobile-menu .hso-menu-arrow{transition:transform var(--transition-fast)}

.hso-template3-mobile-menu .hso-menu-has-dropdown.is-expanded>a .hso-menu-arrow{transform:rotate(180deg)}


/* =========================================================
   07. TEMPLATE 3 — COMPLETE RESPONSIVE
========================================================= */

@media(max-width:768px){
.hso-header-template-center-logo-menu{position:relative;overflow:visible}
.hso-header-template-center-logo-menu .hso-main{position:relative;z-index:10000;overflow:visible}
.hso-header-template-center-logo-menu .hso-main-grid{overflow:visible}
.hso-header-template-center-logo-menu .hso-grid-center-logo{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:62px;gap:6px;overflow:visible}
.hso-header-template-center-logo-menu .hso-grid-center-logo .hso-slot-left{display:flex;align-items:center;justify-self:start;min-width:0}
.hso-header-template-center-logo-menu .hso-grid-center-logo .hso-slot-center-logo{display:flex;align-items:center;justify-content:center;justify-self:center;min-width:0;position:relative;z-index:2}
.hso-header-template-center-logo-menu .hso-grid-center-logo .hso-slot-actions{display:flex;align-items:center;justify-self:end;min-width:0}
.hso-header-template-center-logo-menu .hso-template3-desktop-menu{display:none!important}
.hso-header-template-center-logo-menu .hso-template3-hamburger{display:flex;width:38px;height:38px;align-items:center;justify-content:center;padding:0;margin:0;border:1px solid var(--border-color);border-radius:12px;background:var(--background);color:var(--text-dark);font-size:16px;line-height:1;box-shadow:0 3px 12px rgba(31,122,91,.07);transition:background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}
.hso-header-template-center-logo-menu .hso-template3-hamburger:hover{background:var(--extra-light);color:var(--primary-color);border-color:var(--primary-color);box-shadow:0 5px 18px rgba(31,122,91,.12);transform:translateY(-1px)}
.hso-header-template-center-logo-menu .hso-template3-hamburger:active{transform:scale(.94)}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu{display:block!important;position:absolute;top:calc(100% + 8px);left:0;right:auto;width:min(340px,88vw);height:height:60vh;;max-height:calc(100vh - var(--header-height) - 16px);margin:0;padding:8px 0 10px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;background:var(--background);border:1px solid var(--border-color);border-radius:0 18px 18px 18px;box-shadow:0 18px 50px rgba(15,23,42,.16),0 4px 14px rgba(31,122,91,.08);z-index:999999;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(-110%,0,0);transition:transform .32s cubic-bezier(.22,.61,.36,1),opacity .22s ease,visibility .32s ease}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu.is-open{display:block!important;opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0)}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu::before{content:"";position:absolute;top:-6px;left:18px;width:12px;height:12px;background:var(--background);border-left:1px solid var(--border-color);border-top:1px solid var(--border-color);transform:rotate(45deg);z-index:1}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu{width:100%;position:relative;z-index:2}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-list{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:2px;margin:0;padding:0;list-style:none}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-item{width:100%;margin:0;padding:0;border:0;list-style:none}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-item>a{width:calc(100% - 16px);min-height:46px;margin:0 8px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;color:var(--text-dark);background:transparent;border-radius:11px;font-size:13px;font-weight:600;line-height:1.25;text-align:left;transition:background .2s ease,color .2s ease,transform .2s ease,padding-left .2s ease}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-item>a:hover{background:var(--extra-light);color:var(--primary-color);transform:translateX(2px)}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-item>a:active{transform:scale(.98)}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-arrow{flex:0 0 auto;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(31,122,91,.07);color:var(--text-muted);font-size:9px;transition:transform .25s ease,background .2s ease,color .2s ease}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-has-dropdown.is-expanded>a{background:var(--extra-light);color:var(--primary-color)}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-has-dropdown.is-expanded>a .hso-menu-arrow{background:var(--primary-color);color:var(--white);transform:rotate(180deg)}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-dropdown{position:static;width:calc(100% - 32px);min-width:0;margin:0 16px;padding:0;overflow:hidden;background:rgba(31,122,91,.035);border:0;border-radius:10px;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-5px);max-height:0;transition:max-height .28s ease,opacity .22s ease,visibility .22s ease,transform .28s ease,padding .28s ease}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-has-dropdown.is-expanded>.hso-dropdown{opacity:1;visibility:visible;pointer-events:auto;max-height:600px;padding:5px;transform:translateY(0)}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-dropdown-list{width:100%;display:flex;flex-direction:column;gap:2px;margin:0;padding:0;list-style:none}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-dropdown-item{width:100%;margin:0;padding:0;list-style:none}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-dropdown-item>a{width:100%;min-height:39px;display:flex;align-items:center;padding:9px 11px;color:var(--text-muted);background:transparent;border-radius:8px;font-size:12px;font-weight:500;line-height:1.3;transition:background .2s ease,color .2s ease,padding-left .2s ease}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-dropdown-item>a:hover{background:var(--background);color:var(--primary-color);padding-left:15px}
}

@media(max-width:480px){
.hso-header-template-center-logo-menu .hso-grid-center-logo{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:58px;gap:5px}
.hso-header-template-center-logo-menu .hso-template3-hamburger{width:34px;height:34px;border-radius:10px;font-size:14px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu{top:calc(100% + 7px);width:min(315px,88vw);max-height:calc(100vh - 64px);border-radius:0 16px 16px 16px;padding:7px 0 9px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu::before{left:16px;width:11px;height:11px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-item>a{width:calc(100% - 12px);min-height:44px;margin:0 6px;padding:10px 12px;font-size:12.5px;border-radius:10px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-arrow{width:22px;height:22px;border-radius:7px;font-size:8px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-dropdown{width:calc(100% - 24px);margin:0 12px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-has-dropdown.is-expanded>.hso-dropdown{padding:4px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-dropdown-item>a{min-height:37px;padding:8px 10px;font-size:11.5px}
}

@media(max-width:360px){
.hso-header-template-center-logo-menu .hso-grid-center-logo{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:54px;gap:3px}
.hso-header-template-center-logo-menu .hso-template3-hamburger{width:31px;height:31px;border-radius:9px;font-size:13px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu{width:min(292px,89vw);top:calc(100% + 6px);max-height:calc(100vh - 60px);border-radius:0 14px 14px 14px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-item>a{min-height:42px;padding:9px 10px;font-size:12px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-menu-arrow{width:20px;height:20px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-dropdown{width:calc(100% - 20px);margin:0 10px}
.hso-header-template-center-logo-menu .hso-template3-mobile-menu .hso-dropdown-item>a{min-height:35px;padding:7px 9px;font-size:11px}
}

@media(prefers-reduced-motion:reduce){
.hso-header-template-center-logo-menu .hso-template3-mobile-menu,.hso-header-template-center-logo-menu .hso-template3-mobile-menu *,.hso-header-template-center-logo-menu .hso-template3-hamburger{transition:none!important}
}

@media print{
.hso-header-template-center-logo-menu .hso-template3-mobile-menu{display:none!important}
}


/* =========================================================
   08. TEMPLATE 4 — LOGO + ACTIONS + NAVIGATION BELOW
========================================================= */

.hso-grid-logo-row{grid-template-columns:1fr 1fr 1fr}

.hso-grid-logo-row .hso-slot-logo{min-width:0;justify-self:start}

.hso-grid-logo-row .hso-slot-empty{min-width:0}

.hso-grid-logo-row .hso-slot-actions{justify-self:end}

.hso-navigation-row{position:relative;z-index:1000;width:100%;min-height:var(--navigation-height);display:block;background:var(--background);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);visibility:visible;opacity:1;overflow:visible}

.hso-navigation-row .hso-container{position:relative;z-index:1000;width:100%;max-width:var(--max-width);min-height:var(--navigation-height);margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:visible}

.hso-navigation-row .hso-menu{width:100%;display:flex;align-items:center;justify-content:center;overflow:visible}

.hso-navigation-row .hso-menu-list{width:auto;max-width:100%;display:flex;align-items:center;justify-content:center;gap:6px;list-style:none;overflow:visible}

.hso-navigation-row .hso-menu-item{flex:0 0 auto;overflow:visible}

.hso-navigation-row .hso-menu-item>a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;position:relative;color:var(--text-dark);font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap}

.hso-main.hso-template-logo-menu-below{width:100%}

.hso-main.hso-template-logo-menu-below>.hso-container,.hso-main.hso-header-template-left-search-icons>.hso-container{width:100%;display:block;overflow:visible}

.hso-template-logo-menu-below .hso-navigation-row{display:block}

.hso-template-logo-menu-below .hso-navigation-row .hso-menu-list{gap:6px}


/* =========================================================
   09. TEMPLATE 4 — RESPONSIVE
========================================================= */

@media(max-width:992px){.hso-grid-logo-row{grid-template-columns:1fr 1fr 1fr}.hso-navigation-row{min-height:44px}.hso-navigation-row .hso-container{min-height:44px;padding-left:16px;padding-right:16px;justify-content:flex-start}.hso-navigation-row .hso-menu{justify-content:flex-start}.hso-navigation-row .hso-menu-list{justify-content:flex-start;width:max-content;max-width:none;gap:2px}.hso-navigation-row .hso-menu-item>a{min-height:42px;padding:9px 10px;font-size:13px}}

@media(max-width:768px){.hso-grid-logo-row{grid-template-columns:1fr auto;min-height:58px;gap:6px}.hso-grid-logo-row .hso-slot-empty{display:none}.hso-navigation-row{min-height:42px;overflow-x:auto;overflow-y:visible;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hso-navigation-row::-webkit-scrollbar{display:none}.hso-navigation-row .hso-container{min-height:42px;padding-left:10px;padding-right:10px;justify-content:flex-start}.hso-navigation-row .hso-menu{width:max-content;min-width:100%;justify-content:flex-start}.hso-navigation-row .hso-menu-list{width:max-content;max-width:none;justify-content:flex-start;gap:0}.hso-navigation-row .hso-menu-item>a{min-height:40px;padding:9px 10px;font-size:12px}.hso-navigation-row{position:relative;overflow:visible!important;z-index:10000}.hso-navigation-row .hso-container,.hso-navigation-row .hso-menu,.hso-navigation-row .hso-menu-list,.hso-navigation-row .hso-menu-item{position:relative;overflow:visible!important}.hso-navigation-row .hso-dropdown{position:absolute;top:calc(100% + 8px);left:50%;right:auto;width:min(220px,calc(100vw - 24px));min-width:0;max-width:calc(100vw - 24px);margin:0;padding:8px;box-sizing:border-box;transform:translateX(-50%) translateY(8px);overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;z-index:999999;transition:opacity var(--transition-fast),visibility var(--transition-fast),transform var(--transition-fast)}.hso-navigation-row .hso-menu-has-dropdown:hover>.hso-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.hso-navigation-row .hso-dropdown-list{width:100%;max-width:100%;display:flex;flex-direction:column;gap:2px}.hso-navigation-row .hso-dropdown-item{width:100%;max-width:100%}.hso-navigation-row .hso-dropdown-item>a{width:100%;max-width:100%;min-height:42px;padding:10px 12px;box-sizing:border-box;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}

@media(max-width:480px){.hso-grid-logo-row{min-height:54px;gap:4px}.hso-navigation-row{min-height:40px}.hso-navigation-row .hso-container{min-height:40px;width:100%;max-width:100%;padding-left:6px;padding-right:6px}.hso-navigation-row .hso-menu{width:100%;min-width:0;display:flex;align-items:center;justify-content:center}.hso-navigation-row .hso-menu-list{width:max-content;max-width:none;justify-content:flex-start;gap:0}.hso-navigation-row .hso-menu-item{flex:0 0 auto}.hso-navigation-row .hso-menu-item>a{min-height:38px;padding:9px;font-size:11px;gap:5px}.hso-navigation-row .hso-dropdown{width:min(205px,calc(100vw - 20px));max-width:calc(100vw - 20px);left:50%;right:auto;transform:translateX(-50%) translateY(8px)}.hso-navigation-row .hso-menu-has-dropdown:hover>.hso-dropdown{transform:translateX(-50%) translateY(0)}}


/* =========================================================
   10. COMMON RESPONSIVE — HEADER / LOGO / ACTIONS
========================================================= */

@media(max-width:992px){:root{--header-height:68px;--navigation-height:44px}.hso-container{max-width:100%;padding-left:20px;padding-right:20px}.hso-topbar{min-height:36px;font-size:12px}.hso-topbar-inner{min-height:36px;padding:8px 20px}.hso-main>.hso-container{min-height:68px}.hso-main-grid{min-height:68px;gap:16px}.hso-grid-search{grid-template-columns:minmax(140px,1fr) minmax(220px,420px) auto;gap:16px}.hso-grid-menu{grid-template-columns:auto minmax(0,1fr) auto;gap:14px}.hso-logo-image{max-width:180px;max-height:52px}.hso-logo-text{font-size:18px}.hso-logo-mark{width:36px;height:36px;flex-basis:36px}.hso-search{height:42px}.hso-search-icon{width:40px;flex-basis:40px}.hso-actions{gap:4px}.hso-action{width:38px;height:38px}.hso-action>i{font-size:16px}.hso-menu-list{gap:2px}.hso-menu-item>a{min-height:42px;padding:9px 10px;font-size:13px;gap:6px}}

@media(max-width:768px){.hso-container{padding-left:16px;padding-right:16px}.hso-main>.hso-container{min-height:auto}.hso-main-grid{min-height:auto}.hso-logo-image{max-width:150px;max-height:46px}.hso-logo-text{font-size:17px}.hso-logo-mark{width:34px;height:34px;flex-basis:34px}.hso-search{height:40px}.hso-search-icon{width:38px;flex-basis:38px;font-size:13px}.hso-search input{font-size:13px}.hso-search button{width:32px;height:32px;flex-basis:32px}.hso-actions{gap:2px}.hso-action{width:36px;height:36px;border-radius:var(--radius)}.hso-action>i{font-size:15px}.hso-count{top:0;right:-1px;min-width:15px;height:15px;padding:0 3px;font-size:8px}}

@media(max-width:480px){.hso-container{padding-left:12px;padding-right:12px}.hso-topbar{min-height:32px;font-size:10px}.hso-topbar-inner{min-height:32px;padding:6px 10px}.hso-logo{min-width:0;gap:6px}.hso-logo-image{max-width:115px;max-height:40px}.hso-logo-text{max-width:115px;overflow:hidden;text-overflow:ellipsis;font-size:15px;letter-spacing:-.2px}.hso-logo-mark{width:30px;height:30px;flex-basis:30px;border-radius:var(--radius);font-size:12px}.hso-search{height:38px;border-radius:var(--radius)}.hso-search-icon{width:32px;flex-basis:32px;font-size:12px}.hso-search input{min-width:0;padding-right:2px;font-size:12px}.hso-search input::placeholder{font-size:11px}.hso-search button{width:30px;height:30px;flex-basis:30px;margin-right:3px;border-radius:var(--radius)}.hso-search button i{font-size:11px}.hso-actions{gap:1px}.hso-action{width:32px;height:32px;border-radius:var(--radius)}.hso-action>i{font-size:14px}.hso-count{top:-1px;right:-2px;min-width:14px;height:14px;padding:0 3px;border-width:1.5px;font-size:7px}}

@media(max-width:360px){.hso-container{padding-left:9px;padding-right:9px}.hso-logo-image{max-width:90px;max-height:34px}.hso-logo-text{max-width:90px;font-size:13px}.hso-logo-mark{width:27px;height:27px;flex-basis:27px}.hso-search{height:36px}.hso-search-icon{width:29px;flex-basis:29px}.hso-search button{width:27px;height:27px;flex-basis:27px}.hso-action{width:29px;height:29px}.hso-action>i{font-size:12px}.hso-count{min-width:12px;height:12px;font-size:6px}}


/* =========================================================
   11. ACCESSIBILITY + MOTION + PRINT
========================================================= */

.hso-header a:focus-visible,.hso-header button:focus-visible,.hso-header input:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}

@media(prefers-reduced-motion:reduce){.hso-header *,.hso-header *::before,.hso-header *::after{transition:none!important;animation:none!important;scroll-behavior:auto!important}.hso-template1-mobile-menu,.hso-template1-mobile-overlay,.hso-template1-mobile-menu *,.hso-template1-menu-button,.hso-template2-mobile-menu,.hso-template2-mobile-overlay,.hso-template2-mobile-menu *,.hso-template2-menu-button{transition:none!important}}

@media print{.hso-header{position:static!important;box-shadow:none!important}.hso-dropdown,.hso-template3-mobile-menu,.hso-template1-mobile-menu,.hso-template1-mobile-overlay,.hso-template2-mobile-menu,.hso-template2-mobile-overlay,.hso-template1-menu-button,.hso-template2-menu-button{display:none!important}}

/* =========================================================
   BUILDER MOBILE PREVIEW
   UNIVERSAL MOBILE NAVIGATION SYSTEM
   TEMPLATE 1 + TEMPLATE 2 + TEMPLATE 3 + TEMPLATE 4

   IMPORTANT:
   All mobile navigation stays INSIDE the 390px preview.
========================================================= */


/* =========================================================
   01. MOBILE PREVIEW FRAME
========================================================= */

.preview-frame.preview-mobile{
    width:390px !important;
    max-width:390px !important;
    box-sizing:border-box !important;
    position:relative !important;
    overflow:hidden !important;
}

.preview-mobile{
    width:390px !important;
    max-width:390px !important;
    margin:0 auto !important;
    position:relative !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
}


/* =========================================================
   02. MOBILE COMMON
========================================================= */

.preview-mobile .hso-container{
    width:100% !important;
    max-width:100% !important;
    padding-left:9px !important;
    padding-right:9px !important;
}

.preview-mobile .hso-main{
    width:100% !important;
    position:relative !important;
}

.preview-mobile .hso-main > .hso-container{
    min-height:auto !important;
}

.preview-mobile .hso-main-grid{
    min-height:auto !important;
}

.preview-mobile .hso-logo{
    min-width:0 !important;
    gap:6px !important;
}

.preview-mobile .hso-logo-image{
    max-width:90px !important;
    max-height:34px !important;
}

.preview-mobile .hso-logo-text{
    max-width:90px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    font-size:13px !important;
}

.preview-mobile .hso-logo-mark{
    width:27px !important;
    height:27px !important;
    flex-basis:27px !important;
}

.preview-mobile .hso-actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:1px !important;
    white-space:nowrap !important;
}

.preview-mobile .hso-action{
    width:29px !important;
    height:29px !important;
    flex:0 0 29px !important;
}

.preview-mobile .hso-action > i{
    font-size:12px !important;
}

.preview-mobile .hso-count{
    min-width:12px !important;
    height:12px !important;
    font-size:6px !important;
}


/* =========================================================
   03. TOP BAR
========================================================= */

.preview-mobile .hso-topbar{
    min-height:32px !important;
    font-size:10px !important;
}

.preview-mobile .hso-topbar-inner{
    min-height:32px !important;
    padding:6px 10px !important;
}


/* =========================================================
   04. TEMPLATE 1
   LOGO + ACTIONS + MENU BUTTON
========================================================= */

.preview-mobile
.hso-header-template-left-search-icons
.hso-navigation-row{
    display:none !important;
}

.preview-mobile
.hso-header-template-left-search-icons
.hso-grid-search{
    width:100% !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:4px !important;
    padding-top:7px !important;
    padding-bottom:7px !important;
}

.preview-mobile
.hso-header-template-left-search-icons
.hso-slot-search{
    display:none !important;
}

.preview-mobile
.hso-header-template-left-search-icons
.hso-slot-actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:2px !important;
}

.preview-mobile
.hso-header-template-left-search-icons
.hso-actions{
    gap:1px !important;
}

.preview-mobile
.hso-header-template-left-search-icons
.hso-template1-menu-button{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    width:29px !important;
    height:29px !important;
    flex:0 0 29px !important;
    align-items:center !important;
    justify-content:center !important;
}


/* =========================================================
   05. TEMPLATE 1 MOBILE OVERLAY
========================================================= */

.preview-mobile
.hso-template1-mobile-overlay{

    display:block !important;

    position:absolute !important;

    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;

    width:100% !important;
    height:100% !important;

    margin:0 !important;

    z-index:999998 !important;

    background:rgba(0,0,0,.38) !important;

    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;

    transform:none !important;
}

.preview-mobile
.hso-template1-mobile-overlay.is-open{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
}


/* =========================================================
   06. TEMPLATE 1 MOBILE DRAWER
   LEFT SIDE
========================================================= */

.preview-mobile
.hso-template1-mobile-menu{

    display:block !important;

    position:absolute !important;

    top:0 !important;
    left:0 !important;
    right:auto !important;
    bottom:0 !important;

    width:min(315px,88%) !important;
    max-width:88% !important;

    height:100% !important;
    max-height:100% !important;

    margin:0 !important;

    z-index:999999 !important;

    background:var(--background) !important;

    transform:translateX(-105%) !important;

    visibility:hidden !important;
    pointer-events:none !important;

    overflow-x:hidden !important;
    overflow-y:auto !important;

    transition:
        transform .28s cubic-bezier(.22,.61,.36,1),
        visibility .28s ease !important;

    -webkit-overflow-scrolling:touch;
}

.preview-mobile
.hso-template1-mobile-menu.is-open{
    transform:translateX(0) !important;
    visibility:visible !important;
    pointer-events:auto !important;
}


/* =========================================================
   TEMPLATE 1 MENU CONTENT
========================================================= */

.preview-mobile
.hso-template1-mobile-menu-header{
    position:sticky !important;
    top:0 !important;
    z-index:10 !important;
}

.preview-mobile
.hso-template1-mobile-menu-body{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
}

.preview-mobile
.hso-template1-mobile-menu .hso-menu{
    width:100% !important;
}

.preview-mobile
.hso-template1-mobile-menu .hso-menu-list{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
}

.preview-mobile
.hso-template1-mobile-menu .hso-menu-item{
    width:100% !important;
}

.preview-mobile
.hso-template1-mobile-menu .hso-dropdown{
    position:static !important;
    width:100% !important;
    max-width:100% !important;
}


/* =========================================================
   07. TEMPLATE 2
   LOGO + ACTIONS + MENU BUTTON
========================================================= */

.preview-mobile
.hso-main.hso-header-template-left-menu-icons
.hso-slot-menu{
    display:none !important;
}

.preview-mobile
.hso-main.hso-header-template-left-menu-icons
.hso-grid-menu{
    width:100% !important;

    grid-template-columns:minmax(0,1fr) auto !important;

    gap:4px !important;

    padding-top:7px !important;
    padding-bottom:7px !important;
}

.preview-mobile
.hso-main.hso-header-template-left-menu-icons
.hso-slot-logo{
    min-width:0 !important;
    justify-self:start !important;
}

.preview-mobile
.hso-main.hso-header-template-left-menu-icons
.hso-slot-actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:2px !important;
    min-width:0 !important;
}

.preview-mobile
.hso-main.hso-header-template-left-menu-icons
.hso-actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:1px !important;
}

.preview-mobile
.hso-main.hso-header-template-left-menu-icons
.hso-template2-menu-button{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    width:31px !important;
    height:31px !important;

    flex:0 0 31px !important;

    align-items:center !important;
    justify-content:center !important;
}

.preview-mobile
.hso-main.hso-header-template-left-menu-icons
.hso-template2-menu-icon{
    width:22px !important;
    height:22px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.preview-mobile
.hso-main.hso-header-template-left-menu-icons
.hso-template2-menu-icon i{
    font-size:11px !important;
}


/* =========================================================
   08. TEMPLATE 2 MOBILE OVERLAY
========================================================= */

.preview-mobile
.hso-template2-mobile-overlay{

    display:block !important;

    position:absolute !important;

    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;

    width:100% !important;
    height:100% !important;

    margin:0 !important;

    z-index:999998 !important;

    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;

    transform:none !important;
}

.preview-mobile
.hso-template2-mobile-overlay.is-open{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
}


/* =========================================================
   09. TEMPLATE 2 MOBILE DRAWER
   RIGHT SIDE
========================================================= */

.preview-mobile
.hso-template2-mobile-menu{

    display:block !important;

    position:absolute !important;

    top:0 !important;
    right:0 !important;
    left:auto !important;
    bottom:0 !important;

    width:min(305px,88%) !important;
    max-width:88% !important;

    height:100% !important;
    max-height:100% !important;

    margin:0 !important;

    z-index:999999 !important;

    background:var(--background) !important;

    transform:translateX(105%) !important;

    visibility:hidden !important;
    pointer-events:none !important;

    overflow-x:hidden !important;
    overflow-y:auto !important;

    transition:
        transform .32s cubic-bezier(.22,.61,.36,1),
        visibility .32s ease !important;

    -webkit-overflow-scrolling:touch;
}

.preview-mobile
.hso-template2-mobile-menu.is-open{
    transform:translateX(0) !important;
    visibility:visible !important;
    pointer-events:auto !important;
}


/* =========================================================
   TEMPLATE 2 MENU CONTENT
========================================================= */

.preview-mobile
.hso-template2-mobile-menu-header{
    position:sticky !important;
    top:0 !important;
    z-index:10 !important;
}

.preview-mobile
.hso-template2-mobile-menu-body{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
}

.preview-mobile
.hso-template2-mobile-menu .hso-menu{
    width:100% !important;
}

.preview-mobile
.hso-template2-mobile-menu .hso-menu-list{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
}

.preview-mobile
.hso-template2-mobile-menu .hso-menu-item{
    width:100% !important;
}

.preview-mobile
.hso-template2-mobile-menu .hso-dropdown{
    position:static !important;
    width:100% !important;
    max-width:100% !important;
}


/* =========================================================
   10. TEMPLATE 3
   CENTER LOGO + HAMBURGER
========================================================= */

.preview-mobile
.hso-header-template-center-logo-menu{
    position:relative !important;
    overflow:visible !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-main{
    position:relative !important;
    overflow:visible !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-grid-center-logo{
    width:100% !important;

    grid-template-columns:
        minmax(0,1fr)
        auto
        minmax(0,1fr) !important;

    min-height:54px !important;

    gap:3px !important;

    overflow:visible !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-slot-left{
    display:flex !important;
    align-items:center !important;
    justify-self:start !important;
    min-width:0 !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-slot-center-logo{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    justify-self:center !important;
    min-width:0 !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-slot-actions{
    display:flex !important;
    align-items:center !important;
    justify-self:end !important;
    min-width:0 !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-template3-desktop-menu{
    display:none !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-template3-hamburger{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;

    width:31px !important;
    height:31px !important;

    align-items:center !important;
    justify-content:center !important;
}


/* =========================================================
   11. TEMPLATE 3 MOBILE NAVIGATION
   LEFT SIDE
========================================================= */

.preview-mobile
.hso-header-template-center-logo-menu
.hso-template3-mobile-menu{

    display:block !important;

    position:absolute !important;

    top:calc(100% + 6px) !important;

    left:0 !important;
    right:auto !important;

    width:min(292px,88%) !important;
    max-width:88% !important;

    height:auto !important;
    max-height:calc(100% - 60px) !important;

    margin:0 !important;

    padding:7px 0 9px !important;

    box-sizing:border-box !important;

    background:var(--background) !important;

    border:1px solid var(--border-color) !important;

    border-radius:0 14px 14px 14px !important;

    box-shadow:
        0 18px 50px rgba(15,23,42,.16),
        0 4px 14px rgba(31,122,91,.08) !important;

    z-index:999999 !important;

    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;

    transform:translateX(-110%) !important;

    transition:
        transform .32s cubic-bezier(.22,.61,.36,1),
        opacity .22s ease,
        visibility .32s ease !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-template3-mobile-menu.is-open{
    display:block !important;

    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;

    transform:translateX(0) !important;
}


/* =========================================================
   TEMPLATE 3 MENU CONTENT
========================================================= */

.preview-mobile
.hso-header-template-center-logo-menu
.hso-template3-mobile-menu
.hso-menu{
    width:100% !important;
    position:relative !important;
    z-index:2 !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-template3-mobile-menu
.hso-menu-list{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-template3-mobile-menu
.hso-menu-item{
    width:100% !important;
}

.preview-mobile
.hso-header-template-center-logo-menu
.hso-template3-mobile-menu
.hso-dropdown{
    position:static !important;
    width:100% !important;
    max-width:100% !important;
}


/* =========================================================
   12. TEMPLATE 4
   LOGO + ACTIONS + NAVIGATION BELOW
========================================================= */

.preview-mobile
.hso-template-logo-menu-below
.hso-grid-logo-row{
    width:100% !important;

    grid-template-columns:
        minmax(0,1fr)
        auto !important;

    min-height:50px !important;

    gap:4px !important;
}

.preview-mobile
.hso-template-logo-menu-below
.hso-slot-empty{
    display:none !important;
}

.preview-mobile
.hso-template-logo-menu-below
.hso-slot-actions{
    display:flex !important;
    align-items:center !important;
    justify-self:end !important;
}


/* =========================================================
   TEMPLATE 4 NAVIGATION
   MOBILE HORIZONTAL NAVIGATION
========================================================= */

.preview-mobile
.hso-template-logo-menu-below
.hso-navigation-row{

    width:100% !important;

    min-height:40px !important;

    position:relative !important;

    z-index:10000 !important;

    overflow-x:auto !important;
    overflow-y:visible !important;

    scrollbar-width:none !important;

    -webkit-overflow-scrolling:touch;
}

.preview-mobile
.hso-template-logo-menu-below
.hso-navigation-row::-webkit-scrollbar{
    display:none !important;
}

.preview-mobile
.hso-template-logo-menu-below
.hso-navigation-row
.hso-container{

    width:100% !important;
    max-width:100% !important;

    min-height:40px !important;

    padding-left:6px !important;
    padding-right:6px !important;

    display:flex !important;
    align-items:center !important;

    justify-content:flex-start !important;

    overflow:visible !important;
}

.preview-mobile
.hso-template-logo-menu-below
.hso-navigation-row
.hso-menu{

    width:max-content !important;
    min-width:100% !important;

    display:flex !important;
    align-items:center !important;

    justify-content:flex-start !important;

    overflow:visible !important;
}

.preview-mobile
.hso-template-logo-menu-below
.hso-navigation-row
.hso-menu-list{

    width:max-content !important;
    max-width:none !important;

    display:flex !important;
    align-items:center !important;

    justify-content:flex-start !important;

    gap:0 !important;

    overflow:visible !important;
}

.preview-mobile
.hso-template-logo-menu-below
.hso-navigation-row
.hso-menu-item{
    flex:0 0 auto !important;
    overflow:visible !important;
}

.preview-mobile
.hso-template-logo-menu-below
.hso-navigation-row
.hso-menu-item > a{
    min-height:38px !important;
    padding:9px !important;
    font-size:11px !important;
}


/* =========================================================
   TEMPLATE 4 DROPDOWN
   KEEP INSIDE PREVIEW
========================================================= */

.preview-mobile
.hso-template-logo-menu-below
.hso-navigation-row
.hso-dropdown{

    position:absolute !important;

    top:calc(100% + 6px) !important;

    left:0 !important;
    right:auto !important;

    width:min(205px,calc(100% - 12px)) !important;

    min-width:0 !important;
    max-width:calc(100% - 12px) !important;

    margin:0 !important;

    padding:8px !important;

    box-sizing:border-box !important;

    transform:translateY(8px) !important;

    overflow:hidden !important;

    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;

    z-index:999999 !important;
}

.preview-mobile
.hso-template-logo-menu-below
.hso-navigation-row
.hso-menu-has-dropdown:hover
> .hso-dropdown{

    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;

    transform:translateY(0) !important;
}


/* =========================================================
   13. MOBILE DRAWER CONTENT COMMON
========================================================= */

.preview-mobile
.hso-template1-mobile-menu,
.preview-mobile
.hso-template2-mobile-menu,
.preview-mobile
.hso-template3-mobile-menu{

    box-sizing:border-box !important;

    isolation:isolate !important;
}

.preview-mobile
.hso-template1-mobile-menu .hso-dropdown,
.preview-mobile
.hso-template2-mobile-menu .hso-dropdown,
.preview-mobile
.hso-template3-mobile-menu .hso-dropdown{

    box-sizing:border-box !important;

    overflow:hidden !important;
}


/* =========================================================
   14. STOP GLOBAL FIXED NAVIGATION FROM ESCAPING PREVIEW
========================================================= */

.preview-mobile
.hso-template1-mobile-menu,
.preview-mobile
.hso-template2-mobile-menu,
.preview-mobile
.hso-template1-mobile-overlay,
.preview-mobile
.hso-template2-mobile-overlay{

    position:absolute !important;

    contain:layout paint !important;
}


/* =========================================================
   15. PREVENT BODY/VIEWPORT POSITIONING EFFECTS
========================================================= */

.preview-mobile
.hso-template1-mobile-menu,
.preview-mobile
.hso-template2-mobile-menu{

    inset-block-start:0 !important;
}

.preview-mobile
.hso-template1-mobile-menu{
    inset-inline-start:0 !important;
    inset-inline-end:auto !important;
}

.preview-mobile
.hso-template2-mobile-menu{
    inset-inline-end:0 !important;
    inset-inline-start:auto !important;
}


/* =========================================================
   16. IMPORTANT — TEMPLATE 3 MUST STAY RELATIVE TO HEADER
========================================================= */

.preview-mobile
.hso-header-template-center-logo-menu
.hso-template3-mobile-menu{

    position:absolute !important;

    left:0 !important;
    right:auto !important;
}


/* =========================================================
   17. MOBILE PREVIEW CLIPPING
========================================================= */

.preview-mobile,
.preview-frame.preview-mobile{

    position:relative !important;

    overflow:hidden !important;

    clip-path:none !important;

    isolation:isolate !important;
}


/* =========================================================
   18. REDUCE DRAWER WIDTH ON VERY SMALL PREVIEW
========================================================= */

@media(max-width:360px){

    .preview-mobile{
        width:360px !important;
        max-width:360px !important;
    }

    .preview-mobile
    .hso-template1-mobile-menu{
        width:min(292px,88%) !important;
    }

    .preview-mobile
    .hso-template2-mobile-menu{
        width:min(292px,88%) !important;
    }

    .preview-mobile
    .hso-template3-mobile-menu{
        width:min(275px,88%) !important;
    }
}


/* =========================================================
   19. REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion:reduce){

    .preview-mobile
    .hso-template1-mobile-menu,
    .preview-mobile
    .hso-template1-mobile-overlay,
    .preview-mobile
    .hso-template2-mobile-menu,
    .preview-mobile
    .hso-template2-mobile-overlay,
    .preview-mobile
    .hso-template3-mobile-menu{

        transition:none !important;
    }
}

