/* OASIS GLASS v1.6.4 — clean navigation + cross-device repair layer */
:root{
  --og-nav-navy:#073f7c;
  --og-nav-blue:#087fc0;
  --og-nav-cyan:#00aebe;
  --og-nav-green:#08783d;
  --og-nav-copy:#284f6c;
  --og-nav-line:rgba(61,151,191,.22);
  --og-nav-glass:rgba(249,254,255,.90);
}
html,body{overflow-x:hidden!important}
body.og-menu-open{overflow:hidden!important;touch-action:none!important}

/* HEADER */
.site-header.og-header{
  position:fixed!important;z-index:9000!important;top:0!important;left:0!important;right:0!important;
  height:112px!important;padding:14px 0 0!important;background:transparent!important;border:0!important;overflow:visible!important;
}
.og-nav-shell{
  width:min(calc(100% - 42px),1680px)!important;max-width:1680px!important;min-height:88px!important;
  display:grid!important;grid-template-columns:170px minmax(0,1fr) auto!important;align-items:center!important;gap:24px!important;
  padding:0 18px 0 12px!important;border-radius:30px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(224,247,251,.74))!important;
  border:1px solid rgba(101,192,223,.28)!important;box-shadow:0 24px 70px rgba(12,75,113,.14)!important;
  backdrop-filter:blur(30px) saturate(150%)!important;-webkit-backdrop-filter:blur(30px) saturate(150%)!important;
  overflow:visible!important;position:relative!important;
}
html[data-theme="dark"] .og-nav-shell{background:linear-gradient(145deg,rgba(9,38,57,.94),rgba(5,29,45,.88))!important;border-color:rgba(99,205,225,.16)!important}

.og-brand{height:88px;display:grid;place-items:center;position:relative;overflow:hidden;border-radius:28px;text-decoration:none!important}
.og-brand::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.66),rgba(184,230,241,.16));border-inline-end:1px solid rgba(77,168,207,.14)}
.og-brand-glow{position:absolute;width:98px;height:98px;border-radius:30px;inset:auto -24px -34px auto;transform:rotate(45deg);background:linear-gradient(135deg,rgba(157,218,235,.18),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.58)}
.og-brand img{position:relative;z-index:2;width:132px!important;height:78px!important;object-fit:contain!important;filter:drop-shadow(0 10px 24px rgba(0,73,112,.13))!important}

.og-desktop-nav{display:flex;align-items:center;justify-content:center;gap:34px;min-width:0;overflow:visible!important;position:relative;z-index:3}
.og-nav-link{appearance:none;border:0;background:none;text-decoration:none;color:var(--og-nav-navy)!important;font-family:inherit;font-size:.94rem;font-weight:800;line-height:1;white-space:nowrap;min-height:88px;padding:0 2px;display:inline-flex;align-items:center;gap:6px;position:relative;cursor:pointer}
.og-nav-link::after{content:"";position:absolute;left:0;right:0;bottom:19px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--og-nav-blue),var(--og-nav-cyan));transform:scaleX(0);transition:transform .25s ease}
.og-nav-link:hover::after,.og-nav-link.active::after,.og-products-menu.is-open>.og-nav-link::after{transform:scaleX(1)}
.og-nav-link:hover,.og-nav-link.active,.og-products-menu.is-open>.og-nav-link{color:#075d9a!important}
.og-products-trigger svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .22s ease}
.og-products-menu.is-open .og-products-trigger svg{transform:rotate(180deg)}

/* desktop products popover — anchored UNDER the products item */
.og-products-menu{position:relative!important;height:88px;display:flex;align-items:center;overflow:visible!important}
.og-products-popover{
  position:absolute!important;z-index:9400!important;top:calc(100% + 10px)!important;left:50%!important;
  width:min(640px,calc(100vw - 48px))!important;max-width:640px!important;
  padding:16px!important;border-radius:28px!important;
  background:rgba(249,254,255,.985)!important;border:1px solid rgba(65,153,193,.22)!important;
  box-shadow:0 30px 90px rgba(7,66,102,.20)!important;backdrop-filter:blur(28px) saturate(145%)!important;
  transform:translate(-50%,12px)!important;transform-origin:50% 0;opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .2s ease,transform .22s ease,visibility .2s ease!important;
}
.og-products-popover::before{content:"";position:absolute;left:0;right:0;top:-16px;height:18px;background:transparent}
.og-products-menu.is-open>.og-products-popover,.og-products-menu:hover>.og-products-popover,.og-products-menu:focus-within>.og-products-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)!important}
.og-popover-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.og-product-nav-card{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:13px;min-height:82px;padding:9px;border-radius:18px;text-decoration:none!important;background:rgba(255,255,255,.74);border:1px solid rgba(64,150,189,.10);transition:.22s ease;overflow:hidden}
.og-product-nav-card:hover{transform:translateY(-2px);background:#fff;border-color:rgba(5,133,190,.18);box-shadow:0 12px 30px rgba(0,77,117,.10)}
.og-product-nav-card img{width:78px;height:62px;border-radius:14px;object-fit:cover!important;display:block}
.og-product-nav-card span{min-width:0}.og-product-nav-card strong{display:block;color:#073f7c!important;font-size:.86rem;line-height:1.45;white-space:normal}.og-product-nav-card small{display:block;margin-top:4px;color:#5b788d!important;font-size:.68rem;line-height:1.4;white-space:normal}
.og-all-products{background:linear-gradient(135deg,rgba(231,248,252,.95),rgba(244,252,255,.95))}
.og-all-icon{width:78px;height:62px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(0,124,191,.15),rgba(0,188,191,.18));color:#087fc0!important;font-size:1.5rem}
html[data-theme="dark"] .og-products-popover{background:rgba(8,36,54,.985)!important;border-color:rgba(103,207,226,.15)!important}
html[data-theme="dark"] .og-product-nav-card{background:rgba(17,50,69,.82);border-color:rgba(105,205,223,.12)}
html[data-theme="dark"] .og-product-nav-card strong{color:#e5f8ff!important}html[data-theme="dark"] .og-product-nav-card small{color:#a8c7d7!important}

.og-nav-actions{display:flex;align-items:center;gap:9px;justify-content:flex-end;white-space:nowrap}
.og-quote-btn{height:58px;padding:0 24px;border-radius:20px;display:inline-flex;align-items:center;gap:13px;text-decoration:none!important;background:linear-gradient(135deg,#0c55ad,#0787c3 58%,#09b9bc);color:#fff!important;font-weight:850;font-size:.86rem;box-shadow:0 14px 32px rgba(0,110,175,.22);transition:.25s ease}
.og-quote-btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,110,175,.28)}
.og-lang-btn{height:54px;min-width:126px;padding:0 14px;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none!important;background:rgba(255,255,255,.72);border:1px solid rgba(67,156,196,.18);color:#073f7c!important;font-weight:800;box-shadow:0 8px 22px rgba(0,77,116,.07)}
.og-flag{width:38px;height:26px;border-radius:5px;overflow:hidden;display:block;flex:0 0 38px;box-shadow:0 0 0 1px rgba(0,64,97,.10)}
.og-flag img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.og-lang-text{font-size:.78rem}
.og-icon-btn{width:54px;height:54px;flex:0 0 54px;border:1px solid rgba(67,156,196,.18);border-radius:50%;background:rgba(255,255,255,.72);color:#073f7c;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 22px rgba(0,77,116,.07)}
.og-menu-btn{display:none}
.og-hamburger{width:20px;display:grid;gap:4px}.og-hamburger i{height:2px;border-radius:99px;background:currentColor;display:block;transition:.22s ease}

/* MOBILE DRAWER — top-level element, no transformed parent */
.og-mobile-backdrop,.og-mobile-drawer{display:none}

/* Product/page stabilization */
.products-page-fix,.product-grid,.product-hero,.spec-table-wrap,.form-shell,.contact-grid{min-width:0!important}
.product-grid{align-items:stretch!important}
.product-card{min-width:0!important;overflow:hidden!important}
.product-image{overflow:hidden!important}.product-image img{width:100%!important;height:100%!important;object-fit:cover!important}
.product-copy h3,.product-copy p{overflow-wrap:anywhere!important}
.spec-table-wrap{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
.spec-table{min-width:720px}

@media (max-width:1320px) and (min-width:1081px){
  .og-nav-shell{grid-template-columns:140px minmax(0,1fr) auto!important;gap:16px!important}
  .og-brand img{width:108px!important;height:70px!important}
  .og-desktop-nav{gap:22px}.og-nav-link{font-size:.82rem}
  .og-quote-btn{padding:0 18px;font-size:.78rem}.og-lang-btn{min-width:112px}.og-products-popover{width:min(590px,calc(100vw - 36px))!important}
}

@media (max-width:1080px){
  :root{--header-h:82px!important}
  .site-header.og-header{height:82px!important;padding:6px 0 0!important}
  .og-nav-shell{width:calc(100% - 16px)!important;min-height:70px!important;height:70px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:7px!important;padding:4px 7px!important;border-radius:22px!important}
  .og-brand{width:84px;min-width:84px;height:64px;flex:0 0 84px;border-radius:18px}.og-brand img{width:70px!important;height:50px!important}
  .og-desktop-nav{display:none!important}
  .og-nav-actions{gap:6px;margin-inline-start:auto}.og-quote-btn{display:none!important}
  .og-lang-btn{min-width:52px;width:52px;height:46px;padding:0;border-radius:15px}.og-lang-text{display:none}.og-flag{width:36px;height:25px}
  .og-icon-btn{width:46px;height:46px;flex:0 0 46px}
  .og-menu-btn{display:grid!important}

  .og-mobile-backdrop{display:block;position:fixed;z-index:9800;inset:0;background:rgba(5,30,49,.42);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;transition:.24s ease}
  .og-mobile-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}
  .og-mobile-drawer{display:flex;position:fixed;z-index:9900;top:0;bottom:0;right:0;left:auto;width:min(88vw,390px);height:100dvh;flex-direction:column;gap:0;padding:14px 12px 18px;background:linear-gradient(160deg,#fbfeff,#e9f8fb 70%,#def3f7);border-left:1px solid rgba(58,147,188,.22);box-shadow:-26px 0 80px rgba(5,55,86,.20);transform:translateX(105%);transition:transform .28s cubic-bezier(.22,.8,.22,1);overflow:hidden;direction:rtl}
  html[dir="ltr"] .og-mobile-drawer{left:0;right:auto;transform:translateX(-105%);border-left:0;border-right:1px solid rgba(58,147,188,.22);box-shadow:26px 0 80px rgba(5,55,86,.20);direction:ltr}
  .og-mobile-drawer.is-open{transform:translateX(0)!important}
  .og-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 2px 13px;border-bottom:1px solid rgba(58,147,188,.14);flex:0 0 auto}
  .og-mobile-brand{display:flex;align-items:center;gap:10px;text-decoration:none!important;min-width:0}.og-mobile-brand img{width:58px!important;height:48px!important;object-fit:contain!important}.og-mobile-brand span{min-width:0}.og-mobile-brand strong{display:block;color:#073f7c!important;font-size:.92rem;line-height:1.2}.og-mobile-brand small{display:block;color:#58768a!important;font-size:.64rem;margin-top:4px}
  .og-mobile-close{width:42px;height:42px;flex:0 0 42px;border-radius:50%;border:1px solid rgba(52,142,183,.18);background:#fff;color:#073f7c;display:grid;place-items:center;cursor:pointer}.og-mobile-close svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
  .og-mobile-links{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:14px 2px 20px;overscroll-behavior:contain;scrollbar-width:thin}
  .og-mobile-link{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-height:50px;padding:11px 13px;margin:2px 0;border:1px solid transparent;border-radius:14px;background:transparent;color:#073f7c!important;text-decoration:none!important;font-family:inherit;font-size:.92rem;font-weight:850;line-height:1.4;text-align:start;cursor:pointer}
  button.og-mobile-link{appearance:none}
  .og-mobile-link:hover,.og-mobile-link.active,.og-mobile-products.is-open>.og-mobile-link{background:linear-gradient(135deg,rgba(0,124,191,.10),rgba(0,188,191,.10));border-color:rgba(0,124,191,.16)}
  .og-mobile-products-trigger svg{width:17px;height:17px;margin-inline-start:auto;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .22s ease}.og-mobile-products.is-open .og-mobile-products-trigger svg{transform:rotate(180deg)}
  .og-mobile-products-list{display:none;padding:7px;border-radius:17px;background:rgba(228,246,250,.86);border:1px solid rgba(56,145,184,.12);margin:4px 0 8px;gap:6px}.og-mobile-products.is-open .og-mobile-products-list{display:grid}
  .og-mobile-products-list a{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;padding:7px;border-radius:13px;background:rgba(255,255,255,.82);border:1px solid rgba(55,144,184,.09);text-decoration:none!important;min-width:0}
  .og-mobile-products-list img{width:58px!important;height:48px!important;object-fit:cover!important;border-radius:10px}.og-mobile-products-list span{min-width:0}.og-mobile-products-list strong{display:block;color:#073f7c!important;font-size:.8rem;line-height:1.4;white-space:normal}.og-mobile-products-list small{display:block;color:#5b788d!important;font-size:.62rem;line-height:1.35;margin-top:2px}.og-mobile-products-list .og-all-icon{width:58px;height:48px}
  .og-mobile-footer{flex:0 0 auto;border-top:1px solid rgba(58,147,188,.14);padding-top:12px;display:grid;gap:8px}.og-mobile-language,.og-mobile-quote{min-height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none!important;font-weight:850}.og-mobile-language{background:#fff;border:1px solid rgba(55,144,184,.14);color:#073f7c!important}.og-mobile-quote{background:linear-gradient(135deg,#0c55ad,#0787c3 58%,#09b9bc);color:#fff!important}.og-mobile-language .og-flag{width:40px;height:27px}

  /* all major page grids collapse cleanly */
  .hero-grid,.page-hero-grid,.about-grid,.about-grid-v16,.product-hero,.ceo,.ceo-luxury,.form-shell,.contact-grid,.cta-panel{grid-template-columns:1fr!important;display:grid!important;width:100%!important;max-width:100%!important;gap:24px!important}
  .hero-copy,.hero-visual,.page-hero-copy,.page-hero-media,.about-copy,.about-image,.product-hero-media,.product-hero-copy,.ceo-copy,.ceo-visual,.rfq-form,.rfq-aside,.contact-list{width:100%!important;min-width:0!important;max-width:100%!important}
  .product-grid,.cards-3,.sector-grid,.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .form-grid{grid-template-columns:1fr 1fr!important}.field.full{grid-column:1/-1!important}
}

@media (max-width:680px){
  .og-mobile-drawer{width:min(92vw,360px)}
  .og-brand{width:68px;min-width:68px;flex-basis:68px}.og-brand img{width:56px!important;height:44px!important}
  .og-icon-btn{width:42px;height:42px;flex-basis:42px}.og-lang-btn{width:46px;min-width:46px;height:42px}.og-flag{width:32px;height:22px}
  .product-grid,.cards-3,.sector-grid,.values-grid,.process{grid-template-columns:1fr!important}
  .form-grid{grid-template-columns:1fr!important}.field.full{grid-column:auto!important}
  .product-card,.feature-card,.contact-card,.glass-panel{width:100%!important;min-width:0!important;max-width:100%!important}
  .product-image{aspect-ratio:4/3!important;height:auto!important}.product-image img{position:relative!important;inset:auto!important;aspect-ratio:4/3!important}
  .spec-table{min-width:650px}
  .page-hero-copy h1,.product-hero-copy h1,.section-title,.about-copy h2{font-size:clamp(1.9rem,9.5vw,2.55rem)!important;line-height:1.45!important;overflow-wrap:normal!important;word-break:normal!important}
  .hero-v11 h1{font-size:clamp(2rem,10vw,2.8rem)!important;line-height:1.46!important}
}

@media (max-width:390px){
  .og-nav-shell{width:calc(100% - 10px)!important}.og-brand{width:60px;min-width:60px;flex-basis:60px}.og-brand img{width:50px!important;height:40px!important}.og-icon-btn{width:39px;height:39px;flex-basis:39px}.og-lang-btn{width:42px;min-width:42px;height:39px}.og-flag{width:29px;height:20px}
  .og-mobile-drawer{width:94vw;padding-inline:10px}.og-mobile-link{font-size:.88rem}
}

html[data-theme="dark"] .og-mobile-drawer{background:linear-gradient(160deg,#0a2739,#061c2b 70%,#061923)}
html[data-theme="dark"] .og-mobile-brand strong,html[data-theme="dark"] .og-mobile-link,html[data-theme="dark"] .og-mobile-products-list strong,html[data-theme="dark"] .og-mobile-language{color:#e4f8ff!important}
html[data-theme="dark"] .og-mobile-brand small,html[data-theme="dark"] .og-mobile-products-list small{color:#a7c5d6!important}
html[data-theme="dark"] .og-mobile-products-list{background:rgba(11,42,58,.82);border-color:rgba(105,202,223,.12)}
html[data-theme="dark"] .og-mobile-products-list a,html[data-theme="dark"] .og-mobile-language{background:rgba(18,54,72,.86);border-color:rgba(105,202,223,.12)}

/* Products index final stabilization */
.products-index-page{width:100%;max-width:100%;overflow:hidden}
.products-index-page .product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;width:100%!important}
.products-index-page .product-card{height:100%;display:flex;flex-direction:column}
.products-index-page .product-image{height:auto!important;aspect-ratio:4/3!important;background:linear-gradient(145deg,rgba(236,249,252,.92),rgba(255,255,255,.82))!important}
.products-index-page .product-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:10px!important}
.products-index-page .product-copy{flex:1;display:flex;flex-direction:column}.products-index-page .product-copy p{min-height:0!important}.products-index-page .product-link{margin-top:auto}
@media(max-width:1120px){.products-index-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.products-index-page .product-grid{grid-template-columns:1fr!important}.products-index-page .product-image{aspect-ratio:16/10!important}}
