.g-sec-off{display:none!important}.g-hero{position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);background:#ececec;height:74vh;min-height:380px;max-height:780px}.g-hero .swiper,.g-hero .swiper-slide,.g-hero .swiper-wrapper{width:100%;height:100%}.g-slide-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.g-slide-overlay{position:absolute;inset:0;background:linear-gradient(115deg,rgba(0,0,0,.62) 0,rgba(0,0,0,.2) 55%,transparent 100%)}.g-slide-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 10%;color:#fff}.g-slide-content h2{font-family:var(--g-font-heading);font-size:clamp(2.2rem, 5.5vw, 4.8rem);font-weight:800;line-height:1.07;letter-spacing:-.03em;margin:0 0 16px;max-width:700px;text-shadow:0 2px 16px rgba(0,0,0,.2)}.g-slide-content p{font-size:clamp(.95rem, 1.8vw, 1.2rem);opacity:.88;max-width:460px;margin:0 0 34px;line-height:1.65}.g-hero .swiper-button-next,.g-hero .swiper-button-prev{background:rgba(255,255,255,.15);backdrop-filter:blur(4px);border-radius:50%;width:44px;height:44px;color:#fff!important;transition:background .2s}.g-hero .swiper-button-next:hover,.g-hero .swiper-button-prev:hover{background:rgba(255,255,255,.3)}.g-hero .swiper-button-next::after,.g-hero .swiper-button-prev::after{font-size:15px;font-weight:800;color:#fff!important}.g-hero .swiper-pagination-bullet{background:#fff;opacity:.45;transition:all .3s}.g-hero .swiper-pagination-bullet-active{opacity:1;width:22px;border-radius:4px}@media (max-width:767px){.g-hero{height:58vh;min-height:300px}.g-slide-content{padding:0 6%}.g-slide-content p{display:none}}@media (max-width:480px){.g-hero{height:52vh}}.g-cats-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.g-cats-track::-webkit-scrollbar{display:none}.g-cat-tile{flex:0 0 66vw;scroll-snap-align:start;border-radius:10px;overflow:hidden;position:relative;background:var(--g-soft);aspect-ratio:3/4}.g-cat-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .5s}.g-cat-tile:hover img{transform:scale(1.05)}.g-cat-tile-label{position:absolute;bottom:0;left:0;right:0;padding:40px 16px 16px;background:linear-gradient(to top,rgba(0,0,0,.72) 0,transparent 100%);font-weight:700;font-size:16px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.3)}@media (min-width:576px){.g-cat-tile{flex:0 0 40vw}}@media (min-width:992px){.g-cats-track{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));overflow:visible}.g-cat-tile{flex:none;aspect-ratio:2/3}.g-cat-tile-label{font-size:18px}}.g-about{background:var(--g-brand);color:var(--g-on-brand);padding:var(--g-section-pad) 0;position:relative;overflow:hidden}.g-about::after{content:'';position:absolute;top:-40%;right:-10%;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.05);pointer-events:none}.g-about .g-label{color:var(--g-on-brand);opacity:.6}.g-about-heading{font-family:var(--g-font-heading);font-size:clamp(2rem, 4vw, 3.4rem);font-weight:800;line-height:1.1;color:var(--g-on-brand);margin:0 0 20px;max-width:520px}.g-about-body{font-size:16px;line-height:1.75;color:var(--g-on-brand);opacity:.82;max-width:460px;margin-bottom:36px}.g-about-img{border-radius:12px;width:100%;height:420px;object-fit:cover;box-shadow:0 24px 72px rgba(0,0,0,.3)}@media (max-width:991px){.g-about{padding:52px 0}.g-about-img{height:280px;margin-top:36px}}@media (max-width:575px){.g-about{padding:36px 0}.g-about-heading{font-size:2rem}.g-about-img{height:220px}}.g-promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media (min-width:768px){.g-promo-grid{grid-template-columns:repeat(4,1fr)}}.g-promo-card{display:flex;align-items:flex-start;gap:12px;padding:20px 16px;border:var(--g-card-border);border-radius:var(--g-card-radius);transition:border-color .2s,box-shadow .2s}.g-promo-card:hover{border-color:var(--g-brand);box-shadow:0 4px 24px rgba(0,0,0,.06)}.g-promo-icon{flex-shrink:0;width:42px;height:42px;border-radius:8px;background:var(--g-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.g-promo-icon img{width:26px;height:26px;object-fit:contain}.g-promo-icon svg{width:24px;height:24px;fill:var(--g-brand)}.g-promo-title{font-size:13px;font-weight:700;color:var(--g-text);margin:0 0 3px;line-height:1.3}.g-promo-msg{font-size:11px;color:var(--g-muted);margin:0;line-height:1.5}@media (max-width:575px){.g-promo-card{padding:14px 12px}.g-promo-icon{width:36px;height:36px}}.g-products{background:var(--g-soft)}