:root{--v7-ink:#191815;--v7-muted:#6d6a63;--v7-line:#e8e4dc;--v7-paper:#fff;--v7-orange:#f15a24;--v7-orange-dark:#d94716;--v7-green:#214f45;--v7-shadow:0 12px 36px rgba(30,26,20,.10)}
*{box-sizing:border-box}.v7-menu-open{overflow:hidden}.v7-skip-link{position:fixed;left:12px;top:-60px;z-index:100000;background:#111;color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none}.v7-skip-link:focus{top:12px}
.v7-site-header{position:sticky;top:0;z-index:9990;background:rgba(255,255,255,.96);border-bottom:1px solid transparent;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);transition:box-shadow .2s ease,border-color .2s ease}.v7-site-header.is-scrolled{border-color:var(--v7-line);box-shadow:0 8px 25px rgba(25,24,21,.07)}
.v7-header-inner{width:min(1440px,calc(100% - 40px));height:78px;margin:auto;display:flex;align-items:center;gap:28px}.v7-brand{display:flex;align-items:center;gap:11px;color:var(--v7-ink);text-decoration:none;flex:0 0 auto}.v7-brand-mark{width:43px;height:43px;border-radius:13px;background:var(--v7-green);display:grid;place-items:center}.v7-brand-mark svg{width:30px;height:24px;fill:none;stroke:#fff;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.v7-brand-copy{display:grid;line-height:1}.v7-brand-copy strong{font-size:22px;letter-spacing:-.7px}.v7-brand-copy strong span{color:var(--v7-orange)}.v7-brand-copy small{font-size:10px;letter-spacing:.45px;margin-top:5px;color:var(--v7-muted);font-weight:700;text-transform:uppercase}
.v7-desktop-nav{display:flex;align-items:center;justify-content:center;gap:4px;margin-left:auto}.v7-desktop-nav a{position:relative;padding:12px 13px;border-radius:10px;color:#312f2b;text-decoration:none;font-size:14px;font-weight:750;white-space:nowrap;transition:background .18s,color .18s}.v7-desktop-nav a:hover,.v7-desktop-nav a.is-active{background:#f5f2ec;color:#111}.v7-desktop-nav a.is-active:after{content:"";position:absolute;left:13px;right:13px;bottom:5px;height:2px;background:var(--v7-orange);border-radius:99px}
.v7-header-actions{display:flex;align-items:center;gap:8px}.v7-search-link,.v7-account-link{height:42px;display:flex;align-items:center;gap:7px;padding:0 12px;border-radius:11px;color:var(--v7-ink);text-decoration:none;font-weight:750;font-size:14px}.v7-search-link:hover,.v7-account-link:hover{background:#f5f2ec}.v7-search-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}.v7-list-button{height:44px;display:inline-flex;align-items:center;padding:0 17px;border-radius:12px;background:var(--v7-orange);color:#fff!important;text-decoration:none;font-size:14px;font-weight:850;box-shadow:0 8px 18px rgba(241,90,36,.22);transition:transform .18s,background .18s}.v7-list-button:hover{background:var(--v7-orange-dark);transform:translateY(-1px)}
.v7-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--v7-line);border-radius:12px;background:#fff;padding:10px;cursor:pointer}.v7-menu-toggle span{display:block;width:100%;height:2px;background:#1d1c19;border-radius:2px;margin:4px 0}
.v7-menu-backdrop{position:fixed;inset:0;z-index:9997;background:rgba(15,14,12,.48);opacity:0;transition:opacity .22s}.v7-menu-backdrop.is-open{opacity:1}.v7-mobile-menu{position:fixed;z-index:9998;top:0;right:0;width:min(390px,92vw);height:100dvh;background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.18);transform:translateX(105%);transition:transform .25s ease;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.v7-mobile-menu.is-open{transform:none}.v7-mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--v7-line)}.v7-brand-mobile .v7-brand-copy strong{font-size:20px}.v7-menu-close{width:42px;height:42px;border:1px solid var(--v7-line);border-radius:50%;background:#fff;font-size:30px;line-height:1;cursor:pointer;color:#222}.v7-mobile-links{padding:12px 18px}.v7-mobile-links a{display:flex;align-items:center;justify-content:space-between;padding:15px 4px;border-bottom:1px solid #efede8;text-decoration:none;color:#24231f;font-weight:780;font-size:16px}.v7-mobile-links b{font-size:25px;font-weight:400;color:#9b968c}.v7-mobile-actions{display:grid;gap:10px;padding:18px;margin-top:auto;border-top:1px solid var(--v7-line)}.v7-mobile-actions a{display:flex;justify-content:center;align-items:center;min-height:48px;border-radius:12px;text-decoration:none;font-weight:850}.v7-mobile-primary{background:var(--v7-orange);color:#fff}.v7-mobile-secondary{border:1px solid #d8d3c9;color:var(--v7-ink);background:#fff}.v7-mobile-admin{color:var(--v7-green);background:#edf5f2}
@media(max-width:1180px){.v7-header-inner{width:min(100% - 28px,1400px);gap:16px}.v7-desktop-nav a{padding-inline:9px}.v7-search-link span{display:none}.v7-brand-copy small{display:none}}
@media(max-width:980px){.v7-desktop-nav,.v7-account-link,.v7-list-button{display:none}.v7-header-inner{height:68px}.v7-header-actions{margin-left:auto}.v7-search-link{width:44px;padding:0;justify-content:center;border:1px solid var(--v7-line)}.v7-menu-toggle{display:block}.v7-brand-mark{width:39px;height:39px}.v7-brand-copy strong{font-size:20px}}
@media(max-width:520px){.v7-header-inner{width:calc(100% - 22px)}.v7-brand-copy strong{font-size:19px}.v7-brand-mark{width:37px;height:37px;border-radius:11px}.v7-header-actions{gap:6px}.v7-search-link,.v7-menu-toggle{width:41px;height:41px}.v7-mobile-menu{width:94vw}}
@media(prefers-reduced-motion:reduce){.v7-site-header,.v7-list-button,.v7-mobile-menu,.v7-menu-backdrop{transition:none!important}}
