.site-header{position:sticky;top:0;z-index:70;color:#050505;background:var(--page-bg);border-bottom:1px solid var(--header-separator)}.announcement-bar,.mega-menu{display:none}.header-main{min-height:var(--header-main-h);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(14px,2.2vw,28px);padding:0 var(--page-pad)}.brand{grid-column:2;width:198px;justify-self:center}.brand a,.brand img{display:block}.brand img{width:100%;height:auto}.primary-navigation{grid-column:1;grid-row:1;min-width:0;display:flex;align-items:center;justify-self:start;gap:clamp(14px,1.2vw,20px)}.menu-trigger{min-height:44px;display:inline-flex;align-items:center;color:#050505;font-size:14px;font-weight:var(--weight-semibold);line-height:1;white-space:nowrap}.primary-navigation .menu-trigger[data-menu=about]{display:none}.header-actions{grid-column:3;grid-row:1;min-width:0;display:flex;align-items:center;justify-self:end;gap:14px}.header-call-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:999px;color:var(--white);background:var(--brand-accent);font-size:14px;font-weight:var(--weight-semibold);box-shadow:0 12px 24px rgba(135,60,30,.18)}.header-call-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.language-selector{position:relative}.icon-button,.language-current,.mobile-menu-button{border:0;color:#050505;background:0 0;font:inherit;cursor:pointer}.language-current{height:38px;min-width:58px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 8px}.language-line-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.language-chevron{width:9px;height:9px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.language-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:80;min-width:150px;display:grid;gap:4px;padding:8px;border:1px solid var(--line-soft);border-radius:8px;background:var(--page-bg);box-shadow:0 18px 34px rgba(33,33,35,.14);opacity:0;transform:translateY(-6px);pointer-events:none}.language-current[aria-expanded=true]+.language-menu,.language-selector:focus-within .language-menu{opacity:1;transform:translateY(0);pointer-events:auto}.language-option{min-height:34px;display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;font-size:13px}.language-option.is-active,.language-option:focus-visible,.language-option:hover{background:rgba(135,60,30,.08);outline:0}.icon-button{width:38px;height:38px;display:grid;place-items:center}.header-line-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.mobile-menu-button{width:44px;height:44px;display:none;place-items:center;border-radius:8px;background:rgba(135,60,30,.14)}.mobile-menu-button span:not(.sr-only){width:22px;height:2px;display:block;grid-area:1/1;border-radius:999px;background:currentColor}.mobile-menu-button span:first-child{transform:translateY(-7px)}.mobile-menu-button span:nth-child(3){transform:translateY(7px)}.home-category-groups{width:min(calc(100% - (var(--page-gutter) * 2)),var(--wide-content-max));display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;margin:clamp(26px,3vw,40px) auto 0;padding:0 0 clamp(28px,4vw,52px)}.home-category-family,.home-category-family-head{display:contents}.home-category-family-head,.home-category-heading{display:none}.home-category-card-grid{display:contents}.home-category-card{min-width:0;display:grid;gap:12px;align-content:start;padding:8px 8px 12px;border:1px solid rgba(33,33,35,.09);border-radius:8px;background:var(--white);overflow:hidden}.home-category-card-media{aspect-ratio:1.14/1;display:block;overflow:hidden;border-radius:6px;background:rgba(33,33,35,.035)}.home-category-card-media img{width:100%;height:100%;display:block;object-fit:cover}.home-category-card>span:last-child{min-height:38px;display:flex;align-items:flex-start;color:#050505;font-size:14px;line-height:1.24;font-weight:var(--weight-semibold)}.chat-launcher{position:fixed;right:clamp(18px,2.2vw,34px);bottom:clamp(18px,2.2vw,34px);z-index:75;width:62px;height:62px;display:grid;place-items:center;border:0;border-radius:999px;color:var(--white);background:var(--brand-accent);box-shadow:0 0 0 8px rgba(135,60,30,.08),0 18px 34px rgba(33,33,35,.18);cursor:pointer}.chat-launcher-icon{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.chat-panel[hidden],.search-panel[hidden]{display:none}@media (max-width:1180px){.primary-navigation{gap:18px}.menu-trigger{font-size:13px}.brand{width:170px}}@media (max-width:1100px){.header-main{grid-template-columns:auto 1fr auto}.brand{grid-column:1;justify-self:start;width:136px}.mobile-menu-button{grid-column:2;grid-row:1;display:grid;justify-self:center}.primary-navigation{position:absolute;top:100%;right:var(--page-pad);left:var(--page-pad);display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px;background:rgba(255,255,255,.98);border:1px solid var(--line-soft);border-radius:8px;box-shadow:0 18px 38px rgba(33,33,35,.16)}.site-header[data-mobile-open=true] .primary-navigation{display:grid}.menu-trigger{justify-content:flex-start;min-height:46px;padding:8px;color:var(--brand-accent);white-space:normal}.header-actions{grid-column:3}}@media (max-width:760px){.header-main{min-height:61px;gap:6px;padding:8px var(--page-gutter)}.brand{width:112px}.mobile-menu-button{width:38px;height:38px}.primary-navigation{right:var(--page-gutter);left:var(--page-gutter);grid-template-columns:repeat(2,minmax(0,1fr))}.header-actions{gap:4px}.header-call-button{width:40px;min-height:40px;padding:0}.header-call-button span{display:none}.language-current{min-width:46px;height:32px;gap:3px;padding:0 3px}.language-current span{font-size:10px}.language-line-icon{width:18px;height:18px}.language-chevron{width:8px;height:8px}.icon-button{width:30px;height:30px}.header-line-icon{width:21px;height:21px}.home-category-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-right:var(--page-gutter);padding-left:var(--page-gutter)}.home-category-card{padding:7px 7px 10px}.home-category-card>span:last-child{min-height:32px;font-size:13px}.chat-launcher{width:56px;height:56px;right:18px;bottom:18px}}@media (max-width:430px){.header-actions .icon-button[aria-label="კალათა"]{display:none}}@media (max-width:380px){.header-actions>button.icon-button:not([data-open-search]){display:none}}