:root{color-scheme:light;--brand-primary:#084dd3;--brand-primary-hover:#063fad;--brand-deep:#022981;--brand-navy:#081537;--action-call-blue:#0a56e8;--action-call-blue-hover:#084dd3;--action-call-blue-active:#063fad;--brand-pale:#eaf2ff;--brand-pale-strong:#d9e8ff;--brand-blue-900:var(--brand-navy);--brand-blue-800:var(--brand-deep);--brand-blue-700:var(--brand-primary);--brand-blue-600:var(--brand-primary);--brand-blue-500:#2b68db;--brand-blue-100:var(--brand-pale-strong);--brand-blue-050:var(--brand-pale);--steel-900:#101a25;--steel-800:#18263a;--steel-700:#4e5f73;--steel-500:#657384;--steel-300:#b7c3cf;--steel-200:#cdd5df;--steel-100:#eef1f5;--steel-050:#f7f9fc;--surface-white:#fff;--surface-steel:#eef1f5;--surface-soft-blue:#eaf2ff;--surface-primary:var(--surface-white);--surface-subtle:var(--steel-050);--surface-tinted:var(--surface-soft-blue);--surface-dark:var(--brand-navy);--text-primary:var(--steel-900);--text-secondary:var(--steel-700);--border-default:var(--steel-200);--border-strong:var(--steel-300);--whatsapp:#108577;--whatsapp-hover:#0e7569;--whatsapp-green:var(--whatsapp);--whatsapp-green-hover:var(--whatsapp-hover);--ink:var(--text-primary);--ink-soft:var(--steel-800);--ink-muted:var(--text-secondary);--paper:var(--surface-subtle);--paper-strong:var(--steel-100);--surface:var(--surface-primary);--line:var(--border-default);--muted:var(--text-secondary);--focus:var(--brand-blue-600);--shadow:0 18px 48px #111a241a;--radius:8px;--container:1180px;--site-header-height:83px;--anchor-scroll-offset:calc(var(--site-header-height) + 30px);--space-section-compact:clamp(34px, 4vw, 48px);--space-section-standard:clamp(52px, 5vw, 68px);--space-section-feature:clamp(64px, 6vw, 82px);--type-hero:clamp(2.12rem, 3.35vw, 3.35rem);--type-page-title:clamp(1.88rem, 2.9vw, 2.72rem);--type-section-title:clamp(1.55rem, 2.45vw, 2.3rem);--type-card-title:clamp(1.2rem, 1.6vw, 1.42rem)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--paper);color:var(--ink);text-rendering:optimizelegibility;margin:0;font-family:Segoe UI,Roboto,Arial,sans-serif;font-size:16px;line-height:1.6;overflow-x:clip}@supports not (overflow:clip){html,body{overflow-x:hidden}}body.menu-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-blue-700)}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{z-index:1000;background:var(--brand-blue-600);color:#fff;border-radius:var(--radius);padding:.65rem .9rem;font-weight:800;position:fixed;top:12px;left:12px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.container{width:min(var(--container), calc(100% - 32px));margin-inline:auto}.section{padding:var(--space-section-standard) 0}.section--surface{background:var(--surface)}#enquiry{scroll-margin-top:var(--anchor-scroll-offset)}.section--dark{background:var(--surface-dark);color:#fff}.section--compact{padding:var(--space-section-compact) 0}.section-header{max-width:760px;margin-bottom:20px}.section-header-row{justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px;display:flex}.section-header-row .section-header{margin-bottom:0}.section-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.eyebrow{color:var(--brand-blue-700);letter-spacing:.045em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 7px;font-size:.76rem;font-weight:800;display:inline-flex}.section--dark .eyebrow,.hero .eyebrow{color:var(--brand-blue-100)}.eyebrow:before{content:"";background:currentColor;width:28px;height:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:0;line-height:1.08}h1{max-width:840px;font-size:var(--type-page-title);margin-bottom:14px}h2{font-size:var(--type-section-title);margin-bottom:10px}h3{margin-bottom:10px;font-size:clamp(1.12rem,1.5vw,1.35rem)}.lead{color:var(--ink-muted);font-size:clamp(1rem,1.45vw,1.16rem);line-height:1.64}.section--dark .lead,.hero .lead{color:#ffffffdb}.muted{color:var(--muted)}.section--dark .muted{color:#ffffffbd}.btn-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.btn{border-radius:var(--radius);min-height:46px;color:var(--ink);text-align:center;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:.78rem 1rem;font-weight:800;line-height:1.15;transition:transform .16s,background-color .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex}.btn:hover{color:var(--ink);transform:translateY(-1px)}.btn--primary{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.btn--primary:hover{background:var(--brand-primary-hover);border-color:var(--brand-primary-hover);color:#fff}.btn--secondary{border-color:var(--border-strong);color:var(--brand-deep);background:#fff}.btn--secondary:hover{border-color:var(--brand-blue-700);background:var(--steel-050);color:var(--brand-blue-800)}.btn--dark{background:var(--surface-dark);border-color:var(--surface-dark);color:#fff}.btn--dark:hover{background:var(--brand-blue-800);color:#fff}.btn--call{border-color:var(--action-call-blue);background:var(--action-call-blue);color:#fff;gap:7px}.btn--call:hover{border-color:var(--action-call-blue-hover);background:var(--action-call-blue-hover);color:#fff}.btn--call:active{border-color:var(--action-call-blue-active);background:var(--action-call-blue-active);color:#fff}.btn--call:focus-visible{outline-offset:3px;outline:3px solid #d9e8fff2}.btn--call:before{content:"";background:currentColor;flex:none;width:19px;height:19px;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.btn--whatsapp{background:var(--whatsapp-green);border-color:var(--whatsapp-green);color:#fff}.btn--whatsapp:before{content:"";background:currentColor;flex:none;width:25px;height:25px;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3C8.83 3 3 8.82 3 15.98c0 2.3.61 4.55 1.76 6.53L3.3 29l6.67-1.43A12.9 12.9 0 0 0 16 29c7.17 0 13-5.82 13-13S23.17 3 16 3Zm0 23.6c-1.9 0-3.76-.51-5.39-1.48l-.39-.23-3.96.85.84-3.78-.25-.4a10.55 10.55 0 0 1-1.55-5.58C5.3 10.12 10.1 5.32 16 5.32s10.7 4.8 10.7 10.66S21.9 26.6 16 26.6Zm5.86-7.98c-.32-.16-1.9-.94-2.2-1.05-.3-.11-.52-.16-.74.16-.22.32-.85 1.05-1.04 1.27-.19.22-.38.24-.7.08-.32-.16-1.35-.5-2.58-1.59-.95-.85-1.6-1.9-1.78-2.22-.19-.32-.02-.49.14-.65.14-.14.32-.38.48-.57.16-.19.22-.32.32-.54.11-.22.05-.41-.03-.57-.08-.16-.74-1.79-1.02-2.45-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.57.08-.87.41-.3.32-1.14 1.11-1.14 2.7s1.17 3.14 1.33 3.36c.16.22 2.3 3.52 5.58 4.94.78.34 1.38.54 1.86.69.78.25 1.49.21 2.05.13.63-.09 1.9-.78 2.17-1.54.27-.76.27-1.41.19-1.54-.08-.14-.3-.22-.62-.38Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.btn--whatsapp:hover{background:var(--whatsapp-green-hover);border-color:var(--whatsapp-green-hover);color:#fff}.btn--ghost{color:#fff;background:#ffffff1a;border-color:#ffffff52}.btn--ghost:hover{color:#fff;background:#ffffff2e}.page-hero .btn--ghost{border-color:var(--border-strong);color:var(--brand-deep);background:#fff}.page-hero .btn--ghost:hover,.page-hero .btn--ghost:focus-visible,.page-hero .btn--ghost:active{background:var(--steel-050);border-color:var(--brand-blue-700);color:var(--brand-blue-800)}.site-header-shell{display:contents}.site-header{z-index:50;backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #111a241f;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:18px;min-height:82px;display:flex}.site-logo{min-width:0;color:var(--ink);align-items:center;gap:12px;display:inline-flex}.site-logo:hover{color:var(--ink)}.site-logo__image{object-fit:contain;object-position:center;flex:none;width:auto;max-width:none;height:56px;display:block}.site-logo__copy{gap:2px;min-width:0;line-height:1.08;display:grid}.site-logo__name{color:var(--ink);letter-spacing:.035em;text-transform:uppercase;white-space:nowrap;font-size:clamp(1rem,1.16vw,1.18rem);font-weight:900}.site-logo__tagline{color:var(--muted);white-space:nowrap;font-size:clamp(.75rem,.84vw,.86rem);font-weight:760;line-height:1.16}.desktop-nav{align-items:center;gap:2px;display:flex}.desktop-nav a{color:var(--ink-soft);white-space:nowrap;border-radius:4px;padding:.62rem .58rem;font-weight:750;transition:color .16s,box-shadow .16s;position:relative}.desktop-nav a:hover{color:var(--brand-blue-700)}.desktop-nav a:after{content:"";background:var(--brand-blue-700);opacity:0;transform-origin:50%;border-radius:999px;height:2px;transition:opacity .16s,transform .16s;position:absolute;bottom:.38rem;left:.58rem;right:.58rem;transform:scaleX(.72)}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{opacity:1;transform:scaleX(1)}.desktop-nav a[aria-current=page],.mobile-menu a[aria-current=page]{color:var(--brand-blue-700);background:0 0;font-weight:850}.mobile-menu a[aria-current=page]{box-shadow:inset 3px 0 0 var(--brand-blue-700)}.site-header__actions{align-items:center;gap:10px;display:flex}.header-contact{text-align:right;gap:2px;min-width:max-content;padding-right:2px;display:grid}.header-contact a{min-height:24px;color:var(--ink-soft);justify-content:flex-end;align-items:center;font-size:.88rem;font-weight:700;line-height:1.36;display:inline-flex}.header-contact__email{color:var(--muted);font-size:.82rem;font-weight:650}.header-contact a:hover,.header-contact a:focus-visible{color:var(--brand-blue-700);text-underline-offset:3px;text-decoration:underline}.site-header__actions .btn{min-height:42px;padding:.65rem .82rem}.site-header__actions .btn--whatsapp:before{width:23px;height:23px}.site-header__actions .btn--dark{border-color:var(--action-call-blue);background:var(--action-call-blue);color:#fff}.site-header__actions .btn--dark:hover{border-color:var(--action-call-blue-hover);background:var(--action-call-blue-hover);color:#fff}.site-header__actions .btn--call{min-width:82px;padding-inline:.78rem}.menu-toggle{border:1px solid var(--line);border-radius:var(--radius);width:46px;height:46px;color:var(--ink);cursor:pointer;background:#fff;justify-content:center;align-items:center;display:none}.menu-toggle__lines{gap:5px;display:grid}.menu-toggle__lines span{background:currentColor;width:20px;height:2px;display:block}.mobile-menu{border-top:1px solid var(--line);background:#fff}.mobile-menu__inner{gap:10px;padding:18px 0 22px;display:grid}.mobile-menu a:not(.btn){border-radius:var(--radius);background:var(--paper);padding:.82rem .9rem;font-weight:800}.mobile-menu a:not(.btn)[aria-current=page]{color:var(--brand-blue-700);box-shadow:inset 3px 0 0 var(--brand-blue-700);background:0 0}.mobile-menu__contact{gap:8px;padding:6px 0 2px;display:grid}.mobile-menu__contact a:not(.btn){background:var(--brand-blue-050);color:var(--ink-soft)}.hero{isolation:isolate;background:var(--surface-dark);color:#fff;align-items:center;min-height:clamp(340px,25vw,420px);display:flex;position:relative;overflow:hidden}.hero__media{z-index:-2;width:100%;height:100%;display:block;position:absolute;inset:0}.hero__image{object-fit:contain;object-position:right center;width:auto;max-width:none;height:100%;display:block;position:absolute;top:50%;right:0;transform:translateY(-50%);mask-image:linear-gradient(90deg,#0000 0%,#000 16% 100%)}.hero:after{content:"";z-index:-1;background:linear-gradient(90deg,#081537fc 0%,#081537f7 30%,#081537d1 46%,#08153761 64%,#08153721 80%,#0815370d 100%),linear-gradient(#0815370a,#08153747);position:absolute;inset:0}.hero__content{width:min(740px,100%);padding:clamp(24px,2vw,34px) 0}.hero h1{max-width:740px;margin-bottom:14px;font-size:clamp(2rem,2.75vw,2.85rem);line-height:1.06}.hero .eyebrow{margin-bottom:14px}.hero .lead{max-width:720px;margin-bottom:0;font-size:clamp(.98rem,1.05vw,1.05rem);line-height:1.45}.hero .lead+.lead{margin-top:10px}@media (width>=1200px){.hero__image{object-position:right center}}.grid{gap:18px;display:grid}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.category-grid>*{grid-column:span 2}.category-grid--home>:nth-last-child(2):nth-child(3n+1),.category-grid--center-last>:nth-last-child(2):nth-child(3n+1){grid-column:2/span 2}.category-grid--home>:last-child:nth-child(3n+2),.category-grid--center-last>:last-child:nth-child(3n+2){grid-column:4/span 2}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--border-default);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px 2px #0815370d}.category-card,.product-card,.brand-item{flex-direction:column;min-width:0;display:flex}.category-card,.product-card{transition:border-color .16s,box-shadow .16s,transform .16s;overflow:hidden}@media (hover:hover) and (pointer:fine){.category-card:hover,.product-card:hover,.home-category-card:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:0 14px 30px #0815371a}}.category-card__media,.product-card__media{aspect-ratio:4/3;background:var(--surface-dark);position:relative;overflow:hidden}.category-card__media img,.product-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .22s}.category-card__overlay{color:#fff;pointer-events:none;background:linear-gradient(90deg,#101820c7,#10182057 58%,#10182000 100%);flex-direction:column;justify-content:center;gap:8px;width:min(62%,400px);padding:clamp(14px,2.6vw,26px);display:flex;position:absolute;inset:0}.category-card__overlay strong{font-size:clamp(1.05rem,1.9vw,2.05rem);font-weight:800;line-height:.98}.category-card__overlay span{color:#ffffffe6;font-size:clamp(.82rem,1.2vw,1rem);font-weight:450;line-height:1.45}.category-card__overlay--wire-ropes{width:min(70%,460px)}.category-card__overlay--wire-ropes strong,.category-card__overlay--slings strong,.category-card__overlay--chains strong,.category-card__overlay--hooks strong{white-space:nowrap}@media (hover:hover) and (pointer:fine){.category-card:hover img,.product-card:hover img{transform:scale(1.025)}}.category-card__body,.product-card__body{flex:1;gap:12px;padding:18px;display:grid}.category-card__body p,.product-card__body p{color:#41546a}.category-card__body h3,.product-card__body h3{font-size:var(--type-card-title)}.card-actions{flex-wrap:wrap;gap:10px;margin-top:auto;display:flex}.card-actions .btn{min-height:42px;padding:.65rem .78rem;font-size:.94rem}.card-actions .btn--whatsapp{white-space:nowrap;justify-content:center;align-items:center;gap:7px;display:inline-flex}.card-actions .btn--whatsapp:before{flex:0 0 22px;width:22px;min-width:22px;height:22px}.card-actions .btn:only-child{width:100%}.section--popular-products .card-actions{flex-wrap:nowrap;gap:8px}.section--popular-products .card-actions .btn{white-space:nowrap;flex:1 1 0;min-width:0;min-height:42px;padding:.64rem .62rem;font-size:.9rem}.section--popular-products .card-actions .btn--whatsapp{flex:.92 1 0;align-items:center}.section--popular-products .card-actions .btn--whatsapp:before{flex:0 0 22px;width:22px;min-width:22px;height:22px}.home-category-card{scroll-snap-align:start;flex-direction:column;flex:0 0 calc(25% - 9px);min-width:0;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;overflow:hidden}.home-category-card__link{min-width:0;height:100%;color:inherit;flex-direction:column;display:flex}.home-category-card__link:hover{color:inherit}.home-category-card:focus-within{border-color:var(--brand-blue-700);box-shadow:0 0 0 3px #084dd329,0 14px 30px #0815371a}.home-category-card__link:focus-visible{outline:none}.home-category-card__media{aspect-ratio:4/3;background:var(--surface-dark);position:relative;overflow:hidden}.home-category-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .22s}@media (hover:hover) and (pointer:fine){.home-category-card:hover img{transform:scale(1.025)}}.home-category-card__overlay{color:#fff;pointer-events:none;background:linear-gradient(90deg,#081537c2,#0815376b 58%,#08153700 100%);flex-direction:column;justify-content:center;gap:6px;width:76%;padding:clamp(12px,1.6vw,18px);display:flex;position:absolute;inset:0}.home-category-card__overlay h3{color:#fff;text-transform:uppercase;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(.92rem,1.35vw,1.26rem);font-weight:800;line-height:1;display:-webkit-box;overflow:hidden}.home-category-card__overlay span{color:#ffffffe6;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(.72rem,1vw,.86rem);font-weight:450;line-height:1.3;display:-webkit-box;overflow:hidden}.home-category-card__body{flex-direction:column;flex:1;gap:12px;padding:14px;display:flex}.home-category-card__body p{color:#41546a;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.48;display:-webkit-box;overflow:hidden}.home-category-card__action{color:var(--brand-blue-700);align-items:center;gap:6px;margin-top:auto;font-size:.88rem;font-weight:750;line-height:1.25;transition:color .16s;display:inline-flex}.home-category-card__action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;flex:none;width:15px;height:15px;transition:transform .17s}.home-category-card__link:focus-visible .home-category-card__action{color:var(--brand-blue-800)}.home-category-card__link:focus-visible .home-category-card__action svg{transform:translate(3px)}@media (hover:hover) and (pointer:fine){.home-category-card__link:hover .home-category-card__action{color:var(--brand-blue-800)}.home-category-card__link:hover .home-category-card__action svg{transform:translate(3px)}}.brand-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.brand-item{min-height:50px;color:var(--brand-navy);text-align:center;box-shadow:none;background:#eaf3ff;border-color:#a9bdd8;justify-content:center;align-items:center;padding:10px 12px;font-weight:700;line-height:1.2}.brand-item:hover{background:#eaf3ff;border-color:#a9bdd8;transform:none}.feature-list,.check-list,.plain-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.feature-list li,.check-list li,.plain-list li{padding-left:26px;position:relative}.feature-list li:before,.check-list li:before,.plain-list li:before{content:"";background:var(--brand-blue-600);border-radius:50%;width:11px;height:11px;position:absolute;top:.62em;left:0;box-shadow:inset 0 0 0 3px #1018201f}.section--dark .feature-list li:before,.section--dark .check-list li:before,.section--dark .plain-list li:before{box-shadow:inset 0 0 0 3px #ffffff38}.split{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:clamp(24px,5vw,64px);display:grid}.split__media{border-radius:var(--radius);border:1px solid #ffffff29;overflow:hidden}.split__media img{aspect-ratio:4/3;object-fit:cover;width:100%}.page-hero{border-bottom:1px solid var(--line);background:linear-gradient(180deg, var(--surface-soft-blue) 0%, var(--surface-steel) 100%);color:var(--ink);padding:clamp(28px,3.5vw,42px) 0}.page-hero__grid{grid-template-columns:minmax(0,1fr) minmax(300px,460px);align-items:center;gap:clamp(22px,3vw,34px);display:grid}.page-hero .lead{max-width:720px;color:var(--muted);margin-bottom:0;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.52}.page-hero .eyebrow{color:var(--brand-blue-700)}.page-hero .breadcrumbs{color:var(--muted)}.page-hero--contact{background:linear-gradient(180deg, var(--surface-soft-blue) 0%, var(--surface-steel) 100%);padding:clamp(30px,3.4vw,42px) 0 clamp(28px,3vw,38px)}.page-hero--contact .lead{max-width:760px}.page-hero__media{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}.page-hero__media img{aspect-ratio:4/3;object-fit:cover;width:100%}.page-intro{border-bottom:1px solid var(--line);background:linear-gradient(180deg, var(--surface-soft-blue) 0%, var(--surface-steel) 100%);padding:clamp(30px,3.6vw,44px) 0 clamp(28px,3vw,38px)}.page-intro--compact{padding:clamp(32px,3.8vw,46px) 0}.page-intro--products{padding:clamp(30px,3.4vw,42px) 0 clamp(26px,2.7vw,36px)}.page-intro--product{padding:clamp(22px,2.8vw,34px) 0 clamp(20px,2.3vw,28px)}.page-intro--product .page-intro__grid{grid-template-columns:minmax(0,1fr) minmax(260px,370px);gap:clamp(16px,2.4vw,28px)}.page-intro--product .breadcrumbs{margin-bottom:8px}.page-intro--product .eyebrow{margin-bottom:5px}.page-intro.page-intro--product h1{margin-bottom:9px}.page-intro--product .lead+.btn-row,.page-intro--product .product-intro__paragraph+.product-intro__paragraph,.page-intro--product .product-intro__paragraph+.btn-row{margin-top:12px}@media (width<=1060px){.page-intro--product .page-intro__grid{grid-template-columns:1fr}}@media (width<=640px){.page-intro--product{padding:20px 0 22px}}.page-intro__grid{grid-template-columns:minmax(0,1fr) minmax(260px,380px);align-items:center;gap:clamp(20px,3.2vw,34px);display:grid}.page-intro__category-grid{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(20px,3vw,44px);display:grid}.page-intro__copy{min-width:0}.page-intro__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:220px;display:flex}.page-intro h1{max-width:760px;font-size:var(--type-page-title);margin-bottom:12px;line-height:1.07}.page-intro .lead{max-width:780px;margin-bottom:0;font-size:clamp(1rem,1.22vw,1.12rem);line-height:1.55}.page-intro .btn--secondary{color:var(--brand-deep);background:#fff}.page-intro__media{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);overflow:hidden}.page-intro__media img{aspect-ratio:16/10;object-fit:cover;width:100%}.breadcrumbs{color:#ffffffc7;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;font-size:.9rem;font-weight:700;display:flex}.breadcrumbs--light{color:var(--muted)}.breadcrumbs a{text-underline-offset:4px;text-decoration:underline}.breadcrumbs__separator{color:currentColor;opacity:.65}.product-detail{grid-template-columns:minmax(0,.95fr) minmax(320px,.75fr);align-items:start;gap:clamp(24px,5vw,56px);display:grid}.product-detail__image{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.product-detail__image img{aspect-ratio:4/3;object-fit:cover;width:100%}.category-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.section--brands{padding:clamp(34px,4.8vw,58px) 0 clamp(28px,4.2vw,48px)}.section--brands .section-header{margin-bottom:18px}.section--brands .lead{margin-bottom:0}.section--brands .form-note{color:#40566c;margin-top:9px;font-size:.76rem;font-weight:400;line-height:1.45}.support-strip{background:var(--surface-dark);color:#fff;padding:clamp(34px,3vw,44px) 0}.support-strip__inner{grid-template-columns:minmax(292px,1.28fr) repeat(3,minmax(0,1fr));align-items:stretch;gap:clamp(18px,2vw,26px);display:grid}.support-strip__heading{align-self:center}.support-strip .eyebrow{color:var(--brand-blue-100)}.support-strip__heading h2{color:#fff;max-width:440px;margin-bottom:0;font-size:clamp(1.52rem,1.78vw,1.76rem);line-height:1.14}.support-strip__benefit{flex-direction:column;min-width:0;padding-left:0;display:flex}.support-strip__badge{border-radius:var(--radius);width:34px;height:30px;color:var(--brand-blue-100);background:#d9e8ff1f;border:1px solid #d9e8ff3d;place-items:center;margin-bottom:8px;font-size:.76rem;font-weight:900;display:inline-grid}.support-strip__benefit--2,.support-strip__benefit--3{border-left:0;padding-left:clamp(18px,2vw,26px);position:relative}.support-strip__benefit--2:before,.support-strip__benefit--3:before{content:"";background:#d9e8ff29;width:1px;position:absolute;top:8px;bottom:8px;left:0}.support-strip__benefit h3{color:#fff;letter-spacing:.035em;text-transform:uppercase;align-items:flex-start;min-height:2.6em;margin-bottom:11px;font-size:clamp(.92rem,.98vw,.99rem);line-height:1.32;display:flex}.support-strip__benefit p{color:#ffffffeb;margin:0;font-size:clamp(1rem,1.04vw,1.08rem);line-height:1.56}.page-intro--about{padding:clamp(24px,2.8vw,32px) 0 clamp(24px,2.6vw,30px)}.about-intro-grid{grid-template-columns:minmax(0,.62fr) minmax(280px,.38fr);align-items:center;gap:clamp(36px,5vw,60px);display:grid}.page-intro--about .page-intro__copy{max-width:800px}.page-intro--about h1{max-width:840px;font-size:clamp(1.78rem,2.35vw,2.32rem);line-height:1.09}.page-intro--about p:not(.eyebrow):not(.lead){max-width:760px;color:var(--muted);margin-top:10px;margin-bottom:0;font-size:.98rem;line-height:1.44}.page-intro--about .lead{font-size:1rem;line-height:1.45}.about-glance{border-radius:var(--radius);background:#ffffffd6;border:1px solid #cbd7e6;align-self:center;gap:10px;padding:clamp(14px,1.65vw,17px);display:grid;box-shadow:0 10px 24px #0815370f}.about-glance__eyebrow{color:var(--brand-blue-700);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:900;line-height:1.2}.about-glance__list{gap:0;margin:0;padding:0;list-style:none;display:grid}.about-glance__list li{border-top:1px solid #94a3b852;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;padding:9px 0;display:grid}.about-glance__list li:first-child{border-top:0;padding-top:0}.about-glance__list li:last-child{padding-bottom:0}.about-glance__list span{border-radius:var(--radius-sm);background:var(--brand-blue-050);width:32px;height:30px;color:var(--brand-blue-700);place-items:center;font-size:.76rem;font-weight:900;display:grid}.about-glance__list strong{color:var(--ink);font-size:.95rem;line-height:1.36}.section--about-supply{background:#fff;padding:clamp(56px,6vw,72px) 0}.about-link-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.about-link-tile{border-radius:var(--radius);min-height:54px;color:var(--ink);text-align:left;background:#fff;border:1px solid #cbd7e6;justify-content:space-between;align-items:center;padding:.7rem 2.25rem .7rem .95rem;font-weight:850;line-height:1.25;transition:border-color .16s,background-color .16s,box-shadow .16s,color .16s,transform .16s;display:flex;position:relative}.about-link-tile:before{content:"";background:var(--brand-blue-700);opacity:.72;border-radius:0 999px 999px 0;width:4px;position:absolute;top:10px;bottom:10px;left:0}.about-link-tile:after{content:"›";color:var(--brand-blue-700);font-size:1.35rem;font-weight:900;line-height:1;position:absolute;right:.9rem}@media (hover:hover) and (pointer:fine){.about-link-tile:hover{border-color:var(--brand-blue-600);background:var(--brand-blue-050);color:var(--brand-blue-700);transform:translateY(-1px);box-shadow:0 8px 18px #08153712}.about-link-tile:hover:after{transform:translate(2px)}}.about-link-tile:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.about-link-tile:after{content:"›";font-size:1.55rem;transition:transform .16s}.section--about-industries{background:var(--surface-dark);color:#fff;padding:clamp(58px,6vw,76px) 0}.section--about-industries .section-header{margin-bottom:clamp(22px,2.6vw,30px)}.section--about-industries .eyebrow{color:var(--brand-blue-100)}.section--about-industries h2{color:#fff}.section--about-industries .lead{color:#ffffffbd}.about-industry-card{scroll-snap-align:start;background:#fff1;border-color:#ffffff2e;flex-direction:column;flex:0 0 calc(20% - 12.8px);gap:9px;min-width:0;min-height:162px;padding:clamp(17px,1.7vw,21px);display:flex}.about-industry-card h3,.about-industry-card p{margin:0}.about-industry-card h3{color:#fff;min-height:2.35em;font-size:clamp(1.05rem,1.1vw,1.16rem);line-height:1.18}.about-industry-card .muted{color:#ffffffb8;font-size:.92rem;line-height:1.42}.about-industry-card__badge{border-radius:var(--radius);width:38px;height:34px;color:var(--brand-blue-100);background:#dbeafe24;place-items:center;font-size:.84rem;font-weight:900;display:grid}.contact-process{background:#f5f8fc;border-bottom:1px solid #b7c3cfb8;padding:clamp(24px,3.1vw,36px) 0}.contact-process__inner{gap:14px;display:grid}.contact-process__header{max-width:620px}.contact-process__header h2{margin-bottom:0;font-size:clamp(1.22rem,1.55vw,1.55rem)}.contact-process__steps{border-radius:var(--radius);background:#ffffffc7;border:1px solid #b7c3cfbd;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid;box-shadow:0 10px 24px #0815370b}.contact-process__step{background:linear-gradient(#ffffffeb 0%,#f7f9fceb 100%);grid-template-columns:auto minmax(0,1fr);gap:10px;padding:13px 15px;display:grid}.contact-process__step+.contact-process__step{border-left:1px solid #b7c3cf9e}.contact-process__number{border-radius:var(--radius);background:var(--brand-blue-050);width:34px;height:31px;color:var(--brand-blue-700);place-items:center;font-size:.82rem;font-weight:900;line-height:1.2;display:grid}.contact-process__step h3{margin-bottom:3px;font-size:.98rem}.contact-process__step p{color:var(--muted);margin:0;font-size:.91rem;line-height:1.38}.section--enquiry-home .split{align-items:start}.section--categories-overview{background:#fff;padding:clamp(30px,3.4vw,42px) 0 clamp(34px,4.2vw,52px)}.categories-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:clamp(18px,2vw,24px)}.category-overview-card{height:100%}.category-overview-card__link{min-width:0;height:100%;color:inherit;flex-direction:column;display:flex}.category-overview-card__link:hover{color:inherit}.category-overview-card__link:focus-visible{outline-offset:-3px;outline:3px solid #084dd347}.category-overview-card__media{aspect-ratio:16/10;display:block}.category-overview-card__body{flex-direction:column;flex:1;gap:9px;min-height:178px;padding:16px;display:flex}.category-overview-card__body h3{font-size:clamp(1.12rem,1.34vw,1.28rem)}.category-overview-card__body p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.94rem;line-height:1.48;display:-webkit-box;overflow:hidden}.category-overview-card__count{color:var(--muted);margin-top:auto;font-size:.84rem;font-weight:650;line-height:1.3}.category-overview-card__action{color:var(--brand-blue-700);align-items:center;margin-top:2px;font-size:.92rem;font-weight:750;line-height:1.3;display:inline-flex}.category-overview-card__link:hover .category-overview-card__action,.category-overview-card__link:focus-visible .category-overview-card__action{color:var(--brand-blue-800)}.products-cta-section{background:#fff;padding:clamp(24px,3vw,36px) 0 clamp(28px,3.4vw,40px)}.products-cta-section .cta-panel{background:var(--surface-soft-blue);gap:clamp(16px,3vw,28px);padding:clamp(16px,2.6vw,25px) clamp(18px,3.2vw,28px)}.products-cta-section .cta-panel h2{margin-bottom:8px;font-size:clamp(1.34rem,1.9vw,1.9rem)}.products-cta-section .cta-panel .lead{max-width:62ch;line-height:1.5}.products-cta-section .cta-panel__actions{justify-content:flex-end;align-items:center;gap:10px}.products-cta-section .cta-panel__actions .btn{min-width:136px;min-height:44px;padding:.66rem .95rem}.products-cta-section .cta-panel__actions .btn--whatsapp{min-width:132px}.section--category-info,.section--product-specs,.section--faq{background:var(--surface-steel)}.section--product-specs{padding:clamp(22px,2.6vw,32px) 0 clamp(20px,2.5vw,30px)}.info-card{padding:20px;box-shadow:0 10px 24px #0815370d}.info-card h3{margin-bottom:12px;font-size:clamp(1.08rem,1.4vw,1.25rem)}.product-detail-panels{max-width:none}.product-detail-panel{background:#fff;padding:clamp(17px,1.9vw,22px);box-shadow:0 12px 28px #0815370f}.product-detail-panel h2{margin-bottom:14px;font-size:clamp(1.35rem,1.8vw,1.55rem);line-height:1.2}.product-detail-panel__section+.product-detail-panel__section{border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.product-detail-panel h3{color:var(--ink-soft);letter-spacing:.025em;text-transform:uppercase;margin-bottom:9px;font-size:.88rem;line-height:1.2}.option-label-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.product-detail-panel .option-label-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media (width>=1081px){.product-detail-panel .option-label-grid[data-specification-count="1"]{grid-template-columns:minmax(0,220px)}.product-detail-panel .option-label-grid[data-specification-count="2"]{grid-template-columns:repeat(2,minmax(0,220px))}.product-detail-panel .option-label-grid[data-specification-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail-panel .option-label-grid[data-specification-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1080px){.product-detail-panel .option-label-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail-panel .option-label-grid[data-specification-count="1"]{grid-template-columns:minmax(0,220px)}.product-detail-panel .option-label-grid[data-specification-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.product-detail-panel .option-label-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.product-detail-panel .option-label-grid,.product-detail-panel .option-label-grid[data-specification-count]{grid-template-columns:1fr}}.option-label-grid div{border:1px solid var(--border-default);border-radius:var(--radius);background:var(--brand-blue-050);gap:3px;min-width:0;padding:9px 10px;display:grid}.option-label-grid dt{color:var(--ink);font-weight:850}.option-label-grid dd{color:var(--muted);margin:0;font-size:.86rem;line-height:1.35}.application-tags{flex-wrap:wrap;gap:7px;display:flex}.application-tags span{color:#4e5f73;cursor:default;background:#f7f9fc;border:1px solid #d9e2ec;border-radius:6px;padding:.36rem .56rem;font-size:.84rem;line-height:1.25}.enquiry-check-list{gap:13px;margin:0;padding:0;list-style:none;display:grid}.enquiry-check-list li{color:var(--ink-soft);padding-left:34px;line-height:1.5;position:relative}.enquiry-check-list li:before{content:"✓";background:var(--brand-blue-050);width:22px;height:22px;color:var(--brand-blue-700);border-radius:50%;place-items:center;font-size:.78rem;font-weight:900;display:grid;position:absolute;top:.1em;left:0}.category-enquiry__copy{max-width:680px}.content-block{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}.content-stack{gap:18px;display:grid}.cta-panel{border:1px solid var(--border-default);border-radius:var(--radius);background:var(--surface);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(18px,4vw,36px);padding:clamp(22px,4vw,34px);display:grid;box-shadow:0 12px 28px #0815370f}.cta-panel h2{font-size:clamp(1.55rem,2.4vw,2.45rem)}.cta-panel .lead{margin-bottom:0}.cta-panel__actions{justify-content:flex-end}.enquiry-form{gap:16px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.field{gap:6px;display:grid}.field--full{grid-column:1/-1}.field--selection{min-width:0}.field label{color:var(--ink-soft);font-weight:800}.field input,.field select,.field textarea{border:1px solid var(--border-strong);border-radius:var(--radius);width:100%;min-width:0;color:var(--ink);background:#fff;padding:.82rem .9rem}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand-blue-700);outline-offset:1px;outline:3px solid #084dd329}.field select{cursor:pointer}.field textarea{resize:vertical}.product-picker{min-width:0;position:relative}.product-picker__toggle{z-index:1;width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:0;line-height:1;display:inline-flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.product-picker__toggle svg{width:16px;height:16px;margin:0;padding:0;transition:transform .16s;display:block}.product-picker__toggle:hover{color:var(--brand-blue-700)}.product-picker__toggle:focus-visible{outline:2px solid var(--focus);outline-offset:-3px}.product-picker.is-open .product-picker__toggle{border-color:var(--brand-blue-700);color:var(--brand-blue-700)}.product-picker.is-open .product-picker__toggle svg{transform:rotate(180deg)}.product-picker__input{text-overflow:ellipsis;white-space:nowrap;min-width:0;padding-right:3.4rem;overflow:hidden}.product-picker.has-selection:not(.is-open):not(.is-editing) .product-picker__input{caret-color:#0000;cursor:pointer}.product-picker.has-selection:not(.is-open):not(.is-editing) .product-picker__input::selection{color:inherit;background:0 0}.product-picker__menu{z-index:45;overscroll-behavior:contain;border:1px solid var(--border-strong);border-radius:var(--radius);background:#fff;max-height:340px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto;box-shadow:0 18px 42px #0815372e}.product-picker.is-above .product-picker__menu{top:auto;bottom:calc(100% + 6px)}.product-picker__group{color:var(--brand-blue-800);letter-spacing:.04em;text-transform:uppercase;padding:10px 10px 5px;font-size:.78rem;font-weight:850;line-height:1.25}.product-picker__option{min-height:38px;color:var(--ink);cursor:pointer;border-radius:6px;align-items:center;padding:.5rem 2rem .5rem .7rem;font-size:.95rem;font-weight:650;line-height:1.25;display:flex;position:relative}.product-picker__option:hover{background:var(--steel-050);color:var(--brand-blue-800)}.product-picker__option.is-active{background:var(--steel-050);color:var(--brand-blue-800);box-shadow:inset 0 0 0 1px #084dd32e}.product-picker__option.is-selected{background:var(--brand-blue-050);color:var(--brand-blue-800);font-weight:850}.product-picker__option.is-selected:after{content:"";border-bottom:2px solid var(--brand-blue-700);border-left:2px solid var(--brand-blue-700);width:12px;height:7px;position:absolute;top:50%;right:11px;transform:translateY(-60%)rotate(-45deg)}.product-picker__option--context{background:var(--brand-blue-050)}.product-picker__empty{color:var(--muted);gap:3px;padding:10px 10px 8px;font-size:.88rem;line-height:1.35;display:grid}.product-picker__empty p{color:var(--ink-soft);margin:0;font-weight:800}.field-error{color:#b42318;margin:2px 0 0;font-size:.86rem;font-weight:700;line-height:1.35}.form-note{color:var(--muted);margin:0;font-size:.92rem}.faq-list{gap:10px;max-width:920px;display:grid}.section--category-faq .faq-list{max-width:1200px}.faq-item{border:1px solid var(--border-default);border-radius:var(--radius);background:var(--surface);box-shadow:0 8px 20px #0815370a}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:15px 18px;font-weight:700;line-height:1.3;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";background:var(--brand-blue-050);width:26px;height:26px;color:var(--brand-blue-700);border-radius:999px;flex:none;align-self:center;place-items:center;font-weight:900;line-height:1;display:grid}.faq-item[open] summary:after{content:"−"}.faq-item summary:after{content:none;display:none}.faq-item__toggle{background:var(--brand-blue-050);width:26px;height:26px;color:var(--brand-blue-700);border-radius:50%;flex:0 0 26px;justify-content:center;align-self:center;align-items:center;padding:0;line-height:1;display:inline-flex;position:relative}.faq-item__toggle:before,.faq-item__toggle:after{content:"";background:currentColor;border-radius:999px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-item__toggle:before{width:12px;height:2px}.faq-item__toggle:after{width:2px;height:12px}.faq-item[open] .faq-item__toggle:after{display:none}.faq-item p{color:var(--muted);margin:0;padding:0 18px 16px}.disclaimer{border-left:4px solid var(--brand-blue-600);background:var(--brand-blue-050);padding:18px}.section--legal-content{padding-top:clamp(44px,4.3vw,58px)}.disclaimer--compact{flex-wrap:wrap;gap:0 6px;margin-top:18px;padding:14px 16px;display:flex}.contact-grid{grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr);align-items:stretch;gap:clamp(22px,2.8vw,32px);display:grid}.section--contact-location .content-block{height:100%}.contact-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.contact-list span{color:#5b6f83;text-transform:uppercase;margin-bottom:4px;font-size:.86rem;font-weight:760;line-height:1.2;display:block}.contact-list a{color:#24384d;text-underline-offset:3px;font-weight:560;text-decoration:none}.contact-list a:hover,.contact-list a:focus-visible{color:var(--brand-blue-700);text-decoration:underline}.contact-actions{gap:9px}.contact-actions .btn{height:48px;min-height:48px;padding-block:.62rem}.contact-actions .btn--call:before{width:20px;height:20px}.contact-actions .btn--whatsapp:before,.enquiry-form__actions .btn--whatsapp:before{width:25px;height:25px}.btn--directions{background:var(--brand-blue-050);color:var(--brand-blue-700);border-color:#084dd36b}.btn--directions:hover{border-color:var(--brand-blue-700);color:var(--brand-blue-800);background:#fff}.map-frame{isolation:isolate;aspect-ratio:16/9;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg, var(--surface-soft-blue), var(--surface-steel));width:100%;min-width:0;max-width:100%;min-height:360px;position:relative;overflow:hidden}.map-frame iframe{z-index:1;opacity:0;border:0;width:100%;min-width:0;height:100%;min-height:360px;transition:opacity .22s;display:block;position:relative}.map-frame[data-map-loaded=true] iframe{opacity:1}.map-frame__placeholder,.map-frame__fallback{z-index:2;border-radius:inherit;background:linear-gradient(135deg, #e5f0fcd1, #f1f6fae0), var(--surface-soft-blue);color:#39506a;text-align:center;place-items:center;font-size:.95rem;font-weight:750;display:grid;position:absolute;inset:0}.map-frame__placeholder{align-content:center;gap:10px}.map-frame__placeholder[hidden],.map-frame__fallback[hidden]{display:none}.map-frame__spinner{border:3px solid #084dd32e;border-top-color:var(--brand-blue-700);border-radius:999px;width:26px;height:26px;animation:.9s linear infinite map-spin}.map-frame__fallback{gap:14px;padding:24px}.map-frame__fallback p{margin:0}.map-frame__fallback .btn{width:auto}@keyframes map-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.map-frame__spinner{animation:none}}.site-footer{background:var(--surface-dark);color:#fff;padding:clamp(26px,2.7vw,30px) 0 clamp(18px,2.2vw,24px)}.site-footer__top{justify-content:space-between;align-items:start;gap:20px 32px;width:100%;display:flex}.site-footer a{color:#fffffff5;font-size:1.03rem;font-weight:560}.site-footer a:hover,.site-footer a:focus-visible{color:var(--brand-blue-100);text-underline-offset:4px;text-decoration:underline}.site-footer h2{color:#d9e8ffbd;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:.72rem;font-weight:700;line-height:1.2}.site-footer li{color:#ffffffdb;font-size:1.03rem;line-height:1.35}.site-footer ul{flex-wrap:wrap;gap:8px 18px;margin:0;padding:0;list-style:none;display:flex}.site-footer__links--legal{text-align:right;margin-left:auto}.site-footer__links--legal ul{justify-content:flex-end}.site-footer__bottom{color:#ffffffad;border-top:1px solid #ffffff29;flex-wrap:wrap;justify-content:space-between;gap:12px 22px;width:100%;margin-top:18px;padding-top:12px;font-size:.9rem;font-weight:400;display:flex}.mobile-action-bar{z-index:60;backdrop-filter:blur(12px);background:#fffffff5;border-top:1px solid #10182029;grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-action-bar .btn{min-height:48px;padding:.7rem .8rem}.mobile-action-bar .btn--whatsapp:before{width:28px;height:28px}.mobile-action-bar .btn--call:before{width:22px;height:22px}@media (width<=1280px){.header-contact__email{display:none}}@media (width<=1180px){.header-contact{display:none}}@media (width<=1100px){.support-strip__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.support-strip__heading{grid-column:1/-1}.support-strip__benefit--3{border-top:1px solid #ffffff29;padding-top:20px;padding-left:0}.support-strip__benefit--3:before{content:none}}@media (width<=1200px){.home-category-card{flex-basis:28%}}@media (width<=900px){.home-category-card{flex-basis:31%}.support-strip__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.support-strip__heading{grid-column:1/-1}.support-strip__benefit--3{border-top:1px solid #ffffff29;border-left:0;padding-top:20px;padding-left:0}.support-strip__benefit--3:before{content:none}}@media (width<=600px){.home-category-card{flex-basis:38.5%}}@media (width<=389px){.home-category-card{flex-basis:41%}}@media (width<=349px){.home-category-card{flex-basis:44%}}@media (width<=1060px){.site-header__inner{min-height:76px}.site-logo__image{height:58px}.desktop-nav,.site-header__actions{display:none}.menu-toggle{display:inline-flex}.grid--3,.grid--4,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid>*,.category-grid--home>:nth-last-child(2):nth-child(3n+1),.category-grid--home>:last-child:nth-child(3n+2),.category-grid--center-last>:nth-last-child(2):nth-child(3n+1),.category-grid--center-last>:last-child:nth-child(3n+2){grid-column:auto}.category-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero__grid,.page-intro__grid,.page-intro__category-grid,.product-detail,.cta-panel,.contact-grid{grid-template-columns:1fr}.cta-panel__actions{justify-content:flex-start}.page-intro__actions{justify-content:flex-start;min-width:0}.about-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){body{padding-bottom:74px}.mobile-action-bar{display:grid}.site-header__inner{min-height:74px}.about-industry-card{flex:0 0 calc(50% - 8px)}.hero{min-height:auto}.hero:after{background:linear-gradient(90deg,#081537f7 0%,#081537d6 58%,#081537b8 100%),linear-gradient(#08153714,#0815376b)}.hero__content{padding:32px 0 38px}.grid--3,.grid--4,.category-grid,.category-info-grid,.split,.form-grid,.product-detail-panels{grid-template-columns:1fr}.brand-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-process__steps{grid-template-columns:1fr}.contact-process__step+.contact-process__step{border-top:1px solid var(--line);border-left:0}.split__media{order:-1}.btn{width:100%}.card-actions .btn{width:auto}.section-header-row{flex-direction:column;align-items:start}.section-actions{justify-content:flex-start}.site-footer{padding:28px 0 88px}.site-footer__top{flex-direction:column;gap:18px}.site-footer__links--legal{text-align:left}.site-footer__links--legal ul{justify-content:flex-start}.site-footer__bottom{flex-direction:column;gap:8px}}@media (width<=460px){.container{width:min(var(--container), calc(100% - 24px))}.site-logo__image{height:52px}.site-logo__name{font-size:.96rem}.site-logo__tagline{font-size:.7rem}.hero{min-height:auto}.hero h1{font-size:clamp(1.86rem,8vw,2.16rem)}.hero .lead{margin-bottom:10px;font-size:.98rem;line-height:1.48}.category-card__body,.product-card__body,.content-block{padding:16px}.category-card__overlay{gap:7px;width:66%;padding:12px}.category-card__overlay strong{font-size:1rem}.category-card__overlay span{font-size:.72rem;line-height:1.28}.category-card__overlay--wire-ropes{width:72%}.category-card__overlay--chain-blocks-hoists strong,.category-card__overlay--lifting-accessories strong{font-size:.9rem}.home-category-card__body{padding:12px}.home-category-card__body p{font-size:.78rem;line-height:1.42}.home-category-card__overlay{width:86%;padding:10px}.home-category-card__overlay h3{font-size:.82rem}.home-category-card__overlay span{font-size:.68rem}.about-link-grid{grid-template-columns:1fr}.about-link-tile{min-height:50px}.option-label-grid{grid-template-columns:1fr}}@media (width<=349px){.site-logo{gap:10px}.site-logo__image{height:46px}.site-logo__tagline,.home-category-card__overlay span{display:none}}.section--enquiry{background:var(--surface-soft-blue);padding:clamp(36px,4.8vw,64px) 0}.section--enquiry-home{padding:clamp(28px,3.65vw,45px) 0}.enquiry-layout{grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);align-items:center;gap:clamp(20px,2.8vw,34px)}.section--enquiry-home .enquiry-layout{align-items:start}.section--enquiry-home .enquiry-layout>:first-child{padding-top:clamp(0px,.35vw,5px)}.section--enquiry .lead,.section--enquiry-home .lead{margin-bottom:0}.enquiry-card{background:#fff;padding:clamp(18px,2vw,22px);box-shadow:0 12px 28px #0815370f}.enquiry-form,.form-grid{gap:12px}.field{gap:6px}.field label{font-size:.94rem;line-height:1.25}.field input,.field select,.field textarea{min-height:46px;padding:.64rem .78rem}.field textarea{height:108px;min-height:96px}.section--product-enquiry{padding:clamp(30px,3.6vw,46px) 0}.section--product-enquiry .enquiry-layout{align-items:start}.section--product-enquiry .category-enquiry__copy{gap:8px;display:grid}.section--product-enquiry .category-enquiry__copy .eyebrow,.section--product-enquiry .category-enquiry__copy h2,.section--product-enquiry .category-enquiry__copy .lead{margin-bottom:0}.section--product-enquiry .disclaimer--compact{color:#4e5f73;background:#f4f8ff;border-left-width:3px;margin-top:2px;padding:10px 12px;font-size:.9rem;line-height:1.42}.section--product-enquiry .disclaimer--compact strong{color:var(--ink-soft);font-weight:800}.section--product-enquiry .field--selection{grid-column:auto}@media (width<=640px){.section--product-enquiry .field--selection{grid-column:1/-1}}.section--enquiry-home .field textarea{height:96px;min-height:88px}.enquiry-form__actions{flex-wrap:nowrap;gap:10px}.enquiry-form__actions .btn{white-space:nowrap;flex:1 1 0;min-height:44px;padding:.66rem .78rem}.category-enquiry{align-items:start}.category-enquiry__copy .lead{margin-bottom:0}.disclaimer--compact{margin-top:14px;padding:12px 14px}.section--contact-location{border-top:1px solid var(--line);background:#fff;padding:clamp(30px,3.7vw,48px) 0}.section--contact-location .section-header{max-width:680px;margin-bottom:18px}.section--contact-location .eyebrow{margin-bottom:6px}.section--contact-location h2{margin-bottom:8px}.section--contact-location .lead{margin-bottom:0}.contact-actions{margin-top:16px}.map-frame,.map-frame iframe{min-height:320px}.page-intro--products,.page-intro--category{border-bottom:1px solid var(--line)}.page-intro--products{background:linear-gradient(180deg, var(--surface-soft-blue) 0%, var(--surface-steel) 100%);padding-bottom:clamp(22px,3vw,38px)}.page-intro--products .lead{margin-bottom:0}.page-intro--category{padding-bottom:clamp(18px,3vw,30px)}.section--product-directory{background:#fff;padding:clamp(30px,3vw,38px) 0 clamp(32px,4.6vw,54px)}.products-filter-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f7f9fc;padding:clamp(12px,1.55vw,17px) 0}.section--product-directory .category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,1.8vw,22px)}.section--product-directory .category-grid>*,.section--product-directory .category-grid--center-last>:nth-last-child(2):nth-child(3n+1),.section--product-directory .category-grid--center-last>:last-child:nth-child(3n+2){grid-column:auto}.section--product-directory .category-card__media{aspect-ratio:4/3}.section--product-directory .category-card__overlay{gap:6px;width:68%;padding:16px}.section--product-directory .category-card__overlay strong{font-size:clamp(1.18rem,1.4vw,1.55rem);line-height:1.02}.section--product-directory .category-card__overlay span{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(.82rem,.9vw,.94rem);line-height:1.34;display:-webkit-box;overflow:hidden}.section--product-directory .category-card__body{gap:10px;padding:16px}.section--product-directory .category-card__body h3{font-size:clamp(1.18rem,1.3vw,1.28rem)}.section--product-directory .category-card__body p{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.section--product-directory .card-actions{flex-wrap:nowrap;gap:8px}.section--product-directory .card-actions .btn{white-space:nowrap;flex:1 1 0;min-height:42px;padding:.58rem;font-size:.84rem}.product-catalogue{gap:clamp(22px,2.4vw,30px);display:grid}.catalogue-controls{align-items:stretch;gap:10px;display:grid}.product-filter-group{flex-wrap:wrap;align-items:center;gap:7px 9px;width:100%;min-width:0;display:flex}.filter-pill{max-width:100%;min-height:40px;color:var(--ink-soft);cursor:pointer;text-align:center;white-space:nowrap;background:#fff;border:1px solid #cbd7e6;border-radius:999px;flex:0 auto;justify-content:center;align-items:center;padding:.5rem .9rem;font-size:.9rem;font-weight:750;line-height:1.15;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.filter-pill:hover{border-color:var(--brand-blue-700);background:var(--brand-blue-050);color:var(--brand-blue-700)}.filter-pill:focus{outline:0}.filter-pill:focus-visible{outline-offset:3px;outline:3px solid #084dd33d}.filter-pill.is-active{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff;font-weight:850;box-shadow:0 0 0 2px #084dd31f}.filter-pill.is-active:hover{background:var(--brand-primary-hover);color:#fff}.catalogue-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.sort-control{justify-self:end;align-items:center;gap:10px;min-width:max-content;display:flex}.sort-control label{color:var(--ink-soft);font-size:.9rem;font-weight:850}.sort-control select{border:1px solid var(--border-default);border-radius:var(--radius);min-width:150px;min-height:40px;color:var(--ink);cursor:pointer;background:#fff;padding:.5rem .72rem;font-weight:750}.result-summary{color:var(--muted);margin:0;font-size:.94rem;font-weight:700}.product-catalogue-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(20px,1.8vw,24px)}.product-card__body .product-card__category{color:var(--brand-blue-700);letter-spacing:.025em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800;line-height:1.2}.product-card--catalogue .product-card__media{aspect-ratio:16/10}.product-card--catalogue{height:100%;color:inherit;text-decoration:none}.product-card--catalogue .product-card__body{flex-direction:column;gap:9px;min-width:0;padding:14px;display:flex}.product-card--catalogue .product-card__title{min-width:0;color:var(--ink);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(1.14rem,1.28vw,1.3rem);font-weight:900;line-height:1.18;display:-webkit-box;overflow:hidden}.product-card--catalogue .product-card__description{color:#41546a;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-width:0;font-size:.95rem;line-height:1.48;display:-webkit-box;overflow:hidden}.product-card--catalogue .product-card__details-link{width:fit-content;color:var(--brand-primary);align-items:center;gap:6px;margin-top:auto;font-size:.94rem;font-weight:850;line-height:1.2;display:inline-flex}.product-card--catalogue .product-card__details-arrow{transition:transform .18s}@media (hover:hover) and (pointer:fine){.product-card--catalogue:hover{color:inherit;border-color:#084dd36b}.product-card--catalogue:hover .product-card__media img{transform:scale(1.018)}.product-card--catalogue:hover .product-card__details-link{color:var(--brand-blue-800)}.product-card--catalogue:hover .product-card__details-arrow{transform:translate(2px)}}.product-card--catalogue:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.related-product-grid{justify-content:start}.section--related-products{padding-bottom:clamp(28px,3vw,38px)}.section--related-products .section-header{margin-bottom:16px}.section--related-products+.section--faq{padding-top:clamp(18px,2.2vw,26px)}.empty-state{border:1px solid var(--line);border-radius:var(--radius);background:#fff;gap:14px;max-width:680px;padding:20px;display:grid}.empty-state[hidden]{display:none}.empty-state h3{margin:0;font-size:clamp(1.25rem,1.5vw,1.5rem)}.empty-state p{color:var(--muted);margin:0}.section--category-products{padding-top:clamp(20px,3vw,28px)}.category-product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),340px));justify-content:center;gap:clamp(16px,1.8vw,20px)}.section--category-products .product-card__media{aspect-ratio:16/10}.section--category-products .product-card__body{gap:10px;padding:16px}.section--category-products .product-card__body h3{font-size:clamp(1.18rem,1.35vw,1.34rem)}.section--category-products .product-card__body p{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.section--category-products .card-actions{flex-wrap:nowrap;gap:8px}.section--category-products .card-actions .btn{white-space:nowrap;flex:1 1 0;min-height:42px;padding:.58rem .62rem;font-size:.88rem}.section--category-products .card-actions .btn--secondary{font-size:.94rem}@media (width<=1279px){.section--product-directory .category-grid,.product-catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1179px){.about-industry-card{flex:0 0 calc(33.3333% - 10.6667px)}.category-product-grid{grid-template-columns:repeat(2,minmax(min(100%,280px),340px))}}@media (width<=1023px){.categories-overview-grid,.section--product-directory .category-grid,.product-catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalogue-controls{grid-template-columns:1fr}.sort-control{justify-self:end}.about-intro-grid{grid-template-columns:1fr;align-items:start;gap:22px}.about-glance{max-width:640px}}@media (width<=820px){.about-industry-card{flex:0 0 calc(50% - 8px)}.enquiry-layout{grid-template-columns:1fr;align-items:start;gap:22px}.section--enquiry,.section--enquiry-home,.section--contact-location{padding:clamp(34px,8vw,46px) 0}.enquiry-card{padding:18px}.field input,.field select,.field textarea{min-height:46px}.field textarea{height:112px;min-height:104px}.enquiry-form__actions{flex-wrap:wrap}.enquiry-form__actions .btn{flex-basis:180px;width:100%}.section--popular-products .card-actions .btn{min-height:44px}.section--popular-products .card-actions .btn--whatsapp:before{flex:0 0 22px;width:22px;min-width:22px;height:22px}.contact-grid{gap:18px}.map-frame,.map-frame iframe{min-height:300px}.map-frame{aspect-ratio:auto}}@media (width<=699px){.support-strip{padding:clamp(28px,7vw,34px) 0}.support-strip__inner{grid-template-columns:1fr}.support-strip__heading{grid-column:auto}.support-strip__heading h2{max-width:620px}.support-strip__benefit{grid-template-rows:auto;padding-top:18px;padding-left:0}.support-strip__benefit h3{min-height:0}.support-strip__benefit:before{content:none}.support-strip__heading+.support-strip__benefit,.support-strip__benefit+.support-strip__benefit{border-top:1px solid #ffffff29;border-left:0}.section--about-industries{padding:clamp(42px,9vw,54px) 0}.about-industry-card{min-height:0;box-shadow:none;background:0 0;border:0;border-top:1px solid #ffffff29;border-radius:0;grid-template-columns:38px minmax(0,1fr);gap:3px 12px;padding:13px 0;display:grid}.about-industry-card:first-child{border-top:0;padding-top:0}.about-industry-card__badge{grid-row:1/span 2;align-self:start;width:34px;height:32px}.about-industry-card h3{min-height:0;font-size:1rem;line-height:1.18}.about-industry-card .muted{font-size:.91rem;line-height:1.38}.section--product-directory .category-grid,.product-catalogue-grid,.category-product-grid{grid-template-columns:1fr}.product-filter-group{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding:2px 4px 6px;overflow:auto hidden}.product-filter-group::-webkit-scrollbar{display:none}.filter-pill{flex:none}.catalogue-toolbar{gap:10px 12px}.section--product-directory .card-actions,.section--category-products .card-actions{flex-wrap:wrap}.section--product-directory .card-actions .btn,.section--category-products .card-actions .btn{flex-basis:100%;width:100%}.sort-control{justify-self:start}}@media (width<=460px){.section--product-directory .category-card__overlay{width:72%}.filter-pill{min-height:38px;padding-inline:.82rem;font-size:.88rem}.sort-control{justify-content:space-between;width:100%}.sort-control select{min-width:min(100%,148px)}}.hero__eyebrow{gap:0}.hero__eyebrow-location:before{content:"·";margin:0 8px}.floating-contact{right:max(16px, env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));z-index:70;pointer-events:none;flex-direction:column;align-items:flex-end;gap:9px;display:none;position:fixed}.floating-contact>*{pointer-events:auto}.floating-contact__actions[hidden]{display:none}.floating-contact__action,.floating-contact__toggle{border-radius:999px;width:134px;min-height:44px;font-size:.95rem;font-weight:850;box-shadow:0 14px 34px #0815373d}.floating-contact__action{padding:.6rem .86rem}.floating-contact__action:before{width:22px;height:22px}.floating-contact__action--whatsapp:before{width:24px;height:24px}.floating-contact__toggle{background:var(--brand-navy);color:#fff;cursor:pointer;border:1px solid #d9e8ff38;justify-content:center;align-items:center;gap:8px;line-height:1;transition:background-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.floating-contact__toggle-icon{background:currentColor;flex:0 0 18px;width:18px;height:18px;position:relative;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.floating-contact__close-icon{flex-shrink:0;width:30px;height:30px;margin:0;padding:0;display:none}.floating-contact.is-open .floating-contact__toggle-icon{background:0 0;justify-content:center;align-items:center;margin:0;padding:0;line-height:1;display:inline-flex;mask:none}.floating-contact.is-open .floating-contact__toggle-icon:before,.floating-contact.is-open .floating-contact__toggle-icon:after{content:none}.floating-contact.is-open .floating-contact__close-icon{display:block}.floating-contact.is-open .floating-contact__action{animation:.15s ease-out both floating-contact-enter}.floating-contact.is-open .floating-contact__action--call{animation-delay:28ms}@keyframes floating-contact-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=820px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}body.menu-open .floating-contact{display:none}.mobile-action-bar{display:none!important}.floating-contact{display:flex}.site-header__inner{gap:10px;min-height:64px}.site-logo{gap:8px}.site-logo__image{height:48px}.site-logo__copy{gap:1px}.site-logo__name{letter-spacing:.025em;font-size:clamp(.9rem,3.25vw,1rem)}.site-logo__tagline{font-size:clamp(.66rem,2.35vw,.75rem);line-height:1.12}.menu-toggle{border-color:#101a2529;border-radius:7px;width:44px;height:44px}.menu-toggle__lines{gap:4px}.menu-toggle__lines span{width:18px}.mobile-menu{z-index:58;position:absolute;left:0;right:0;box-shadow:0 18px 42px #08153724}.mobile-menu__inner{gap:8px;padding:14px 0 16px}.mobile-menu a:not(.btn){min-height:44px;padding:.72rem .82rem}.hero{align-items:center;min-height:clamp(440px,118vw,520px)}.hero__image{object-position:right center;height:100%;right:0}.hero:after{background:linear-gradient(90deg,#081537fa 0%,#081537eb 50%,#081537a3 100%),linear-gradient(#0815371a,#0815375c)}.hero__content{max-width:620px;padding:clamp(38px,8vw,52px) 0 clamp(32px,7vw,46px)}.hero__eyebrow{margin-bottom:10px;font-size:clamp(.78rem,2.8vw,.9rem)}.hero__eyebrow-location{display:none}.hero h1{max-width:620px;margin-bottom:12px;font-size:clamp(2.15rem,9.4vw,2.72rem);line-height:1.06}.hero .lead{max-width:560px;font-size:clamp(1.08rem,4.2vw,1.18rem);line-height:1.48}.hero .lead+.lead{margin-top:8px}.hero+.section,.section--popular-products,.section--brands,.section--contact-location{padding-top:clamp(34px,8.6vw,48px);padding-bottom:clamp(34px,8.6vw,48px)}.section--enquiry-home{padding-top:clamp(34px,8.5vw,44px);padding-bottom:clamp(36px,9vw,48px)}.section-header,.section--brands .section-header,.section--contact-location .section-header{margin-bottom:14px}.section-header-row{gap:12px;margin-bottom:20px}.section-header h2,.section--enquiry-home h2,.section--contact-location h2{margin-bottom:8px;font-size:clamp(2rem,8vw,2.34rem);line-height:1.08}.section-header .lead,.section--enquiry-home .lead,.section--contact-location .lead{max-width:34rem;font-size:clamp(1.02rem,4.1vw,1.12rem);line-height:1.48}.eyebrow{gap:7px;margin-bottom:10px;font-size:clamp(.78rem,2.8vw,.88rem)}.eyebrow:before{width:24px;height:3px}.section-actions{margin-top:0}.section-actions .btn{width:auto;min-height:44px;padding:.62rem .9rem;font-size:.95rem}.home-category-card__media{aspect-ratio:auto;height:clamp(218px,56vw,244px)}.home-category-card__body{gap:9px;padding:12px 14px 13px}.home-category-card__body p{-webkit-line-clamp:2;font-size:clamp(.96rem,3.8vw,1.04rem);line-height:1.42}.home-category-card__action{min-height:24px;font-size:.96rem}.home-category-card__overlay{width:80%;padding:12px}.home-category-card__overlay h3{font-size:clamp(1.05rem,4.8vw,1.38rem)}.home-category-card__overlay span{font-size:clamp(.82rem,3.4vw,.96rem)}.section--popular-products .product-card__media{aspect-ratio:4/3;height:auto}.section--popular-products .product-card__body{flex-direction:column;gap:9px;min-height:0;padding:14px;display:flex}.section--popular-products .product-card__body h3{margin-bottom:0;font-size:clamp(1.32rem,5.8vw,1.58rem);line-height:1.08}.section--popular-products .product-card__body p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:2px;font-size:clamp(.98rem,3.8vw,1.06rem);line-height:1.45;display:-webkit-box;overflow:hidden}.section--popular-products .card-actions{gap:8px;width:100%;margin-top:auto;display:flex}.section--popular-products .card-actions .btn{min-height:44px;padding:.6rem .52rem;font-size:clamp(.9rem,3.5vw,.98rem)}.section--popular-products .card-actions .btn--whatsapp{gap:6px}.support-strip{padding:clamp(30px,7vw,38px) 0}.support-strip__inner{grid-template-columns:1fr;gap:0}.support-strip__heading{grid-column:auto;margin-bottom:6px}.support-strip__heading h2{max-width:24rem;font-size:clamp(1.55rem,6.5vw,1.88rem);line-height:1.1}.support-strip__benefit{grid-template-columns:38px minmax(0,1fr);gap:1px 10px;padding:10px 0;display:grid}.support-strip__heading+.support-strip__benefit,.support-strip__benefit+.support-strip__benefit{border-top:1px solid #ffffff29}.support-strip__benefit--2,.support-strip__benefit--3{border-left:0;padding-left:0}.support-strip__benefit:before{content:none}.support-strip__badge{grid-row:1/span 2;width:32px;height:30px;margin:1px 0 0}.support-strip__benefit h3{min-height:0;margin-bottom:2px;font-size:clamp(.86rem,3.3vw,.98rem);line-height:1.2}.support-strip__benefit p{font-size:clamp(.92rem,3.5vw,1rem);line-height:1.36}.brand-strip{gap:7px}.brand-item{min-height:42px;padding:8px 10px;font-size:.94rem}.section--brands .form-note{margin-top:8px;font-size:.72rem;line-height:1.36}.enquiry-layout{gap:16px}.enquiry-card{padding:15px}.enquiry-form,.form-grid{gap:10px}.field{gap:5px}.field label{font-size:clamp(.98rem,3.7vw,1.06rem)}.field input,.field select,.field textarea{min-height:48px;padding:.62rem .74rem}.field textarea,.section--enquiry-home .field textarea{height:118px;min-height:110px}.enquiry-form__actions{grid-template-columns:1fr;gap:10px;display:grid}.enquiry-form__actions .btn{flex-basis:auto;width:100%;min-height:46px}.section--contact-location .content-block{padding:16px}.contact-grid{gap:16px}.contact-list{gap:10px}.contact-list span{margin-bottom:2px;font-size:.78rem}.contact-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.contact-actions .btn{width:100%;height:44px;min-height:44px;padding:.58rem .54rem;font-size:.92rem}.contact-actions .btn--directions{grid-column:1/-1}.map-frame,.map-frame iframe{min-height:clamp(280px,78vw,330px)}.site-footer{padding:24px 0 calc(34px + env(safe-area-inset-bottom))}.site-footer__top{gap:16px}.site-footer h2{margin-bottom:8px}.site-footer ul{gap:7px 14px}.site-footer a,.site-footer li{font-size:.98rem}.site-footer__bottom{margin-top:14px;padding-top:10px;font-size:.84rem}}@media (width<=460px){.site-header__inner{min-height:60px}.site-logo__image{height:44px}.site-logo__name{font-size:clamp(.86rem,3.8vw,.94rem)}.site-logo__tagline{font-size:clamp(.62rem,2.75vw,.69rem)}.hero{min-height:clamp(440px,122vw,510px)}.hero h1{font-size:clamp(2.04rem,9.7vw,2.48rem)}.floating-contact{right:14px}.floating-contact__action,.floating-contact__toggle{width:126px}}@media (width<=349px){.site-logo{gap:7px}.site-logo__image{height:40px}.site-logo__tagline{font-size:.58rem;display:block}.menu-toggle{width:42px;height:42px}.hero h1{font-size:2rem}.home-category-card__overlay span{display:-webkit-box}}@media (prefers-reduced-motion:reduce){.floating-contact__toggle,.floating-contact.is-open .floating-contact__action{transition:none;animation:none}}.copy-mobile,.hero__lead-mobile{display:none}@media (width<=820px){body{padding-bottom:calc(66px + env(safe-area-inset-bottom))}.container{width:min(var(--container), calc(100% - 40px))}.site-header .container{width:min(var(--container), calc(100% - 24px))}.site-header__inner{gap:8px;min-height:58px}.site-logo{gap:7px}.site-logo__image{height:44px}.site-logo__name{font-size:clamp(.86rem,3.2vw,.94rem)}.site-logo__tagline{font-size:clamp(.62rem,2.35vw,.7rem);line-height:1.1}.menu-toggle{border-color:#101a251f;width:44px;height:44px}.menu-toggle__lines{gap:4px}.menu-toggle__lines span{width:17px}.floating-contact{right:max(16px, env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));gap:8px}.floating-contact.is-keyboard-suppressed,.floating-contact.is-section-suppressed{display:none}.floating-contact__toggle{background:var(--brand-navy);border-color:#d9e8ff2e;border-radius:999px;width:56px;min-width:56px;height:56px;min-height:56px;padding:0;box-shadow:0 14px 32px #08153747}.floating-contact__toggle-icon{flex-basis:22px;width:22px;height:22px}.floating-contact__action{width:124px;min-height:44px;padding:.58rem .82rem;font-size:.92rem}.floating-contact__action:before{width:22px;height:22px}.floating-contact__action--whatsapp:before{width:24px;height:24px}.hero{min-height:clamp(410px,104vw,488px)}.hero__content{max-width:34rem;padding:clamp(30px,7vw,38px) 0}.hero__image{opacity:.96}.hero:after{background:linear-gradient(90deg,#081537fa 0%,#081537eb 46%,#08153794 76%,#08153757 100%),linear-gradient(#0815370f,#08153757)}.hero__eyebrow{white-space:nowrap;max-width:100%;margin-bottom:10px;font-size:clamp(.81rem,3.25vw,.88rem);line-height:1.18}.hero h1{max-width:34rem;margin-bottom:10px;font-size:clamp(2.12rem,10.5vw,2.6rem);line-height:1.055}.hero .lead{max-width:32rem;font-size:clamp(1.06rem,4.35vw,1.16rem);line-height:1.48}.hero__lead-desktop,.copy-desktop{display:none}.hero__lead-mobile,.copy-mobile{display:inline}.hero__lead-mobile{display:block}.hero+.section,.section--popular-products,.section--brands{padding-top:clamp(40px,9vw,50px);padding-bottom:clamp(40px,9vw,50px)}.section--enquiry-home,.section--contact-location{padding-top:clamp(34px,8vw,44px);padding-bottom:clamp(34px,8vw,44px)}.section-header,.section--brands .section-header,.section--contact-location .section-header{margin-bottom:12px}.section-header-row{gap:10px;margin-bottom:18px}.section-header h2,.section--enquiry-home h2,.section--contact-location h2{margin-bottom:8px;font-size:clamp(1.9rem,8vw,2.12rem);line-height:1.08}.section-header .lead,.section--enquiry-home .lead,.section--contact-location .lead{font-size:clamp(1.03rem,4vw,1.1rem);line-height:1.43}.eyebrow{gap:7px;margin-bottom:8px;font-size:clamp(.8rem,2.9vw,.86rem);line-height:1.2}.section-actions .btn{min-height:42px;padding:.56rem .82rem;font-size:.92rem}.home-category-card__media{height:clamp(210px,54vw,232px)}.home-category-card__body{gap:8px;padding:11px 13px 12px}.home-category-card__body p{-webkit-line-clamp:2;font-size:clamp(.95rem,3.6vw,1.02rem);line-height:1.36}.home-category-card__action{min-height:22px;font-size:.94rem}.home-category-card__overlay{width:78%;padding:11px}.home-category-card__overlay h3{font-size:clamp(1.02rem,4.55vw,1.28rem)}.home-category-card__overlay span{font-size:clamp(.8rem,3.25vw,.92rem)}.section--popular-products .product-card__media{aspect-ratio:4/3;height:auto}.section--popular-products .product-card__body{gap:8px;padding:12px 13px 13px}.section--popular-products .product-card__body h3{font-size:clamp(1.22rem,5.35vw,1.44rem);line-height:1.08}.section--popular-products .product-card__body p{-webkit-line-clamp:2;margin-bottom:0;font-size:clamp(.96rem,3.65vw,1.03rem);line-height:1.38}.section--popular-products .card-actions{gap:8px}.section--popular-products .card-actions .btn{min-height:44px;padding:.56rem .52rem;font-size:clamp(.88rem,3.35vw,.95rem)}.section--popular-products .card-actions .btn--whatsapp{gap:6px}.section--popular-products .card-actions .btn--whatsapp:before{flex-basis:23px;width:23px;min-width:23px;height:23px}.support-strip{padding:clamp(26px,6.4vw,34px) 0}.support-strip__heading{margin-bottom:2px}.support-strip__heading h2{max-width:22rem;font-size:clamp(1.48rem,6.1vw,1.78rem);line-height:1.08}.support-strip__benefit{grid-template-columns:34px minmax(0,1fr);gap:0 9px;padding:9px 0}.support-strip__badge{width:29px;height:27px;font-size:.7rem}.support-strip__benefit h3{margin-bottom:1px;font-size:clamp(.82rem,3.1vw,.94rem);line-height:1.18}.support-strip__benefit p{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:clamp(.9rem,3.35vw,.98rem);line-height:1.34;display:-webkit-box;overflow:hidden}.brand-strip{gap:6px}.brand-item{min-height:42px;padding:7px 9px;font-size:.9rem}.section--brands .form-note{margin-top:7px;font-size:.72rem;line-height:1.3}.enquiry-layout{gap:14px}.section--enquiry-home .enquiry-layout>:first-child{padding-top:0}.enquiry-card{padding:14px}.enquiry-form,.form-grid{gap:9px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid>.field:first-child,.form-grid>.field:nth-child(2),.field--selection,.field--full{grid-column:1/-1}.field{gap:4px}.field label{font-size:clamp(.98rem,3.65vw,1.04rem);line-height:1.2}.form-grid>.field:nth-child(4) label,.form-grid>.field:nth-child(5) label{min-height:2.4em}.field input,.field select,.field textarea{min-height:50px;padding:.62rem .74rem}.field textarea,.section--enquiry-home .field textarea{height:112px;min-height:110px}.enquiry-form__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.enquiry-form__actions .btn{width:100%;min-height:44px;padding:.58rem .62rem;font-size:.96rem}.section--contact-location .content-block{padding:14px}.contact-grid{gap:14px}.contact-list{gap:8px}.contact-list span{margin-bottom:1px;font-size:.74rem}.contact-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.contact-actions .btn{height:44px;min-height:44px;padding:.56rem .5rem;font-size:.9rem}.map-frame,.map-frame iframe{min-height:clamp(220px,58vw,260px)}.map-frame__fallback{gap:10px;padding:16px}.map-frame__fallback .btn{min-height:42px;padding:.56rem .8rem}.site-footer{padding:22px 0 calc(26px + env(safe-area-inset-bottom))}.site-footer__top{gap:14px}.site-footer h2{margin-bottom:7px;font-size:.7rem}.site-footer ul{gap:6px 13px}.site-footer a,.site-footer li{font-size:.94rem}.site-footer__bottom{margin-top:12px;padding-top:9px;font-size:.8rem}}@media (width<=359px){.container{width:min(var(--container), calc(100% - 32px))}.site-header .container{width:min(var(--container), calc(100% - 22px))}.site-logo__image{height:38px}.site-logo__name{font-size:.82rem}.site-logo__tagline{font-size:.58rem}.hero{min-height:400px}.hero h1{font-size:2.06rem}.hero .lead{font-size:1.02rem}.form-grid,.enquiry-form__actions{grid-template-columns:1fr}}@media (width<=767px){body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.container{width:min(var(--container), calc(100% - 40px))}.copy-desktop,.hero__lead-desktop{display:none}.copy-mobile,.hero__lead-mobile{display:inline}.hero__lead-mobile{display:block}.site-header{border-bottom:1px solid #101a251a}.site-header__inner{gap:8px;min-height:54px}.site-logo{gap:7px}.site-logo__image{height:40px}.site-logo__copy{gap:0}.site-logo__name{font-size:clamp(.82rem,3.25vw,.92rem);line-height:1}.site-logo__tagline{font-size:clamp(.58rem,2.45vw,.67rem);line-height:1.08}.menu-toggle{border-color:#101a251f;border-radius:7px;width:50px;height:50px}.menu-toggle__lines{gap:4px}.menu-toggle__lines span{width:17px}.hero{align-items:center;min-height:clamp(372px,96vw,438px)}.hero__content{max-width:35rem;padding:clamp(26px,6.5vw,34px) 0}.hero__eyebrow{margin-bottom:8px;font-size:clamp(.78rem,3.1vw,.86rem);line-height:1.16}.hero h1{max-width:35rem;margin-bottom:8px;font-size:clamp(2.15rem,10vw,2.55rem);line-height:1.055}.hero .lead{max-width:32rem;font-size:clamp(1.01rem,4vw,1.1rem);line-height:1.43}.hero .lead+.lead{margin-top:6px}.hero+.section,.section--popular-products,.section--brands{padding-top:clamp(36px,9vw,42px);padding-bottom:clamp(36px,9vw,42px)}.section--enquiry-home,.section--contact-location{padding-top:clamp(32px,8vw,38px);padding-bottom:clamp(32px,8vw,38px)}.section-header,.section--brands .section-header,.section--contact-location .section-header{margin-bottom:10px}.section-header-row{gap:8px;margin-bottom:15px}.section-header h2,.section--enquiry-home h2,.section--contact-location h2{margin-bottom:6px;font-size:clamp(1.82rem,7.3vw,2rem);line-height:1.1}.section-header .lead,.section--enquiry-home .lead,.section--contact-location .lead{max-width:32rem;font-size:clamp(1rem,3.9vw,1.08rem);line-height:1.45}.eyebrow{letter-spacing:.06em;gap:7px;margin-bottom:7px;font-size:clamp(.78rem,2.9vw,.86rem);line-height:1.18}.eyebrow:before{width:24px;height:3px}.section-actions{justify-content:flex-start}.section-actions .btn{width:auto;min-height:44px;padding:.58rem .82rem;font-size:.92rem}.home-category-card__media{height:clamp(192px,50vw,214px)}.home-category-card__overlay{width:78%;padding:10px}.home-category-card__overlay h3{font-size:clamp(1rem,4.45vw,1.22rem);line-height:1.02}.home-category-card__overlay span{font-size:clamp(.78rem,3.1vw,.9rem);line-height:1.28}.home-category-card__body{gap:7px;padding:10px 12px 11px}.home-category-card__body p{font-size:clamp(.93rem,3.45vw,1rem);line-height:1.34}.home-category-card__action{min-height:22px;font-size:.92rem}.section--popular-products .product-card__media{aspect-ratio:4/3;height:auto}.section--popular-products .product-card__body{gap:7px;padding:11px 12px 12px}.section--popular-products .product-card__body h3{font-size:clamp(1.2rem,5vw,1.38rem);line-height:1.08}.section--popular-products .product-card__body p{-webkit-line-clamp:2;margin-bottom:0;font-size:clamp(.94rem,3.5vw,1rem);line-height:1.36}.section--popular-products .card-actions{gap:7px}.section--popular-products .card-actions .btn{min-height:44px;padding:.54rem .48rem;font-size:clamp(.86rem,3.25vw,.94rem)}.section--popular-products .card-actions .btn--whatsapp{gap:6px}.section--popular-products .card-actions .btn--whatsapp:before{flex-basis:23px;width:23px;min-width:23px;height:23px}.support-strip{padding:clamp(22px,5.8vw,30px) 0}.support-strip__heading{margin-bottom:2px}.support-strip__heading h2{max-width:21rem;font-size:clamp(1.62rem,6.8vw,1.82rem);line-height:1.1}.support-strip__benefit{grid-template-columns:34px minmax(0,1fr);gap:0 9px;padding:8px 0}.support-strip__badge{width:29px;height:27px;font-size:.7rem}.support-strip__benefit h3{margin-bottom:1px;font-size:clamp(.8rem,3vw,.92rem);line-height:1.18}.support-strip__benefit p{font-size:clamp(.9rem,3.35vw,.98rem);line-height:1.34}.brand-strip{gap:6px}.brand-item{min-height:38px;box-shadow:none;border-color:#cbdcf3;padding:6px 9px;font-size:.88rem;font-weight:650}.section--brands .form-note{margin-top:6px;font-size:.72rem;line-height:1.3}.enquiry-layout{gap:12px}.section--enquiry-home .enquiry-layout>:first-child{padding-top:0}.enquiry-card{padding:12px}.enquiry-form,.form-grid{gap:12px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid>.field:first-child,.form-grid>.field:nth-child(2),.field--selection,.field--full{grid-column:1/-1}.field{gap:4px}.field label{font-size:clamp(.94rem,3.55vw,1rem);line-height:1.2}.form-grid>.field:nth-child(4) label,.form-grid>.field:nth-child(5) label{min-height:2.2em}.field input,.field select,.field textarea,.product-picker__input{min-height:46px;padding:.58rem .7rem}.product-picker__input{padding-right:2.55rem}.field textarea,.section--enquiry-home .field textarea{height:106px;min-height:102px}.enquiry-form__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.enquiry-form__actions .btn{width:100%;min-height:44px;padding:.56rem .58rem;font-size:.92rem}.enquiry-form__actions .btn--whatsapp:before{width:25px;height:25px}.section--contact-location .content-block{padding:13px}.contact-grid{gap:12px}.contact-list{gap:7px}.section--contact-location .content-block h3{margin-bottom:10px;font-size:clamp(1.38rem,5.6vw,1.5rem);line-height:1.12}.contact-list span{color:#60758c;letter-spacing:.06em;margin-bottom:1px;font-size:clamp(.78rem,3vw,.86rem);font-weight:700}.contact-list a{font-size:clamp(1.06rem,4.2vw,1.16rem);font-weight:560;line-height:1.28}.contact-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:11px}.contact-actions .btn{height:44px;min-height:44px;padding:.52rem .5rem;font-size:.88rem}.contact-actions .btn--directions{grid-column:1/-1}.contact-actions .btn--whatsapp:before{width:24px;height:24px}.contact-actions .btn--call:before{width:20px;height:20px}.map-frame,.map-frame iframe{min-height:clamp(230px,64vw,280px)}.floating-contact{right:max(16px, env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));gap:10px}body.menu-open .floating-contact,.floating-contact.is-keyboard-suppressed,.floating-contact.is-section-suppressed,.floating-contact.is-picker-suppressed,.floating-contact.is-menu-suppressed{display:none}.floating-contact__actions{gap:10px}.floating-contact__action,.floating-contact__toggle{border-radius:999px;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;min-height:56px;padding:0;font-size:0;line-height:1;display:inline-flex;box-shadow:0 14px 34px #08153740}.floating-contact__action:before,.floating-contact__toggle-icon{flex:0 0 24px;width:24px;height:24px;margin:0}.floating-contact__action--whatsapp:before{flex-basis:26px;width:26px;height:26px}.floating-contact__action--call{border-color:var(--action-call-blue);background:var(--action-call-blue)}.floating-contact__toggle{background:var(--brand-navy);border-color:#d9e8ff2e}.site-footer{padding:30px 0 calc(30px + env(safe-area-inset-bottom));text-align:left}.site-footer__top{justify-content:stretch;gap:22px;display:grid}.site-footer__links,.site-footer__links--legal{text-align:left;margin-left:0}.site-footer h2{color:#d9e8ffb8;letter-spacing:.12em;margin-bottom:8px;font-size:.7rem;font-weight:760}.site-footer ul,.site-footer__links--legal ul{justify-content:flex-start;gap:8px 16px}.site-footer a,.site-footer li{color:#fffffff5;align-items:center;min-height:28px;font-size:.95rem;font-weight:560}.site-footer__bottom{color:#ffffffb3;justify-content:flex-start;margin-top:24px;padding-top:18px;font-size:.82rem}}@media (width>=768px) and (width<=834px) and (orientation:portrait){.support-strip{padding:52px 0 50px}.support-strip__inner{grid-template-columns:1fr;gap:0;padding-inline:12px}.support-strip__heading{grid-column:auto;margin:0 0 22px}.support-strip__heading h2{max-width:620px}.support-strip__benefit{grid-template-rows:auto auto;grid-template-columns:42px minmax(0,1fr);align-content:start;gap:5px 14px;padding:17px 0;display:grid}.support-strip__benefit--2,.support-strip__benefit--3{padding-left:0}.support-strip__heading+.support-strip__benefit{border-top:0;padding-top:0}.support-strip__benefit+.support-strip__benefit{border-top:1px solid #ffffff29}.support-strip__benefit:before{content:none}.support-strip__badge{grid-row:1/span 2;width:38px;height:34px;margin:1px 0 0}.support-strip__benefit h3{min-height:0;margin-bottom:0;font-size:.98rem;line-height:1.24}.support-strip__benefit p{-webkit-line-clamp:unset;line-clamp:unset;font-size:.94rem;line-height:1.48;display:block;overflow:visible}}.site-carousel{position:relative}.site-carousel__track{touch-action:pan-y;outline-offset:5px;min-width:0;position:relative}.site-carousel__list{margin:0;padding:0;list-style:none}.site-carousel__slide{min-width:0;height:auto;display:flex}.site-carousel__slide>.home-category-card,.site-carousel__slide>.product-card{width:100%;height:100%}.site-carousel__slide>.home-category-card{flex:auto}.site-carousel:not(.is-initialized) .site-carousel__list{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:16px;display:grid}.site-carousel:not(.is-initialized) .site-carousel__slide{width:auto!important}.site-carousel__controls{align-items:center;gap:8px;display:none}.site-carousel.is-initialized .site-carousel__controls{display:flex}.site-carousel__arrow.splide__arrow{aspect-ratio:1;border:1px solid var(--line);width:46px;min-width:46px;height:46px;min-height:46px;color:var(--ink);opacity:1;background:#fffffff5;border-radius:50%;place-items:center;margin:0;padding:0;display:grid;position:static;transform:none;box-shadow:0 8px 20px #0815371a}.site-carousel__arrow.splide__arrow svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6px;width:22px;height:22px}.site-carousel__arrow.splide__arrow:hover:not(:disabled){border-color:var(--brand-blue-600);color:var(--brand-blue-700);background:#fff}.site-carousel__arrow.splide__arrow:disabled{border-color:var(--line);background:var(--steel-050);color:var(--steel-500);cursor:not-allowed;opacity:.52}.site-carousel__arrow.splide__arrow:focus-visible{outline-offset:3px;outline:3px solid #084dd347}.site-carousel__pagination.splide__pagination{justify-content:center;align-items:center;gap:0;width:100%;min-height:28px;margin:14px 0 0;padding:0;display:none;position:static;overflow:visible}.site-carousel.is-initialized .site-carousel__pagination.splide__pagination{display:flex}.site-carousel__pagination .splide__pagination__page{appearance:none;width:24px;min-width:24px;height:28px;min-height:28px;box-shadow:none;opacity:1;background:0 0;border:0;border-radius:0;place-items:center;margin:0 -2.5px;padding:0;display:grid;position:relative;transform:none}.site-carousel__pagination .splide__pagination__page:before{content:"";background:#08153747;border-radius:999px;width:7px;height:7px}.site-carousel__pagination .splide__pagination__page.is-active:before{background:var(--brand-blue-700);width:18px}.site-carousel__pagination .splide__pagination__page:focus-visible{outline-offset:2px;outline:3px solid #084dd347}.about-industry-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.about-industry-list>li{min-width:0}.about-industry-list .about-industry-card{height:100%}@media (width>=768px) and (width<=1199px){.site-carousel__arrow.splide__arrow{width:48px;min-width:48px;height:48px;min-height:48px}.about-industry-list{grid-template-columns:1fr;gap:0}.about-industry-list>li{padding:15px 0}.about-industry-list>li+li{border-top:1px solid #ffffff29}.about-industry-list>li:first-child{padding-top:0}.about-industry-list .about-industry-card{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-rows:auto auto;grid-template-columns:42px minmax(0,1fr);gap:4px 12px;padding:0;display:grid}.about-industry-list .about-industry-card__badge{grid-row:1/span 2;width:36px;height:32px;margin-top:1px}.about-industry-list .about-industry-card h3{min-height:0}}@media (width<=767px){.site-carousel.is-initialized .site-carousel__controls{display:flex}.site-carousel__arrow.splide__arrow{width:44px;min-width:44px;height:44px;min-height:44px}.about-industry-list{grid-template-columns:1fr;gap:0}.about-industry-list>li{padding:11px 0}.about-industry-list>li+li{border-top:1px solid #ffffff29}.about-industry-list>li:first-child{padding-top:0}.about-industry-list .about-industry-card{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-rows:auto auto;grid-template-columns:40px minmax(0,1fr);gap:4px 12px;padding:0;display:grid}.about-industry-list .about-industry-card__badge{grid-row:1/span 2;width:34px;height:30px}.about-industry-list .about-industry-card h3{min-height:0}}@media (width>=768px) and (width<=809px) and (orientation:portrait){.site-header .site-header__inner{grid-template-areas:"brand navigation phone";column-gap:10px;grid-template-columns:max-content minmax(0,1fr) max-content!important}.site-logo{grid-area:brand;justify-self:start;min-width:max-content}.desktop-nav{grid-area:navigation;justify-self:center;width:max-content;max-width:100%;margin-left:0!important}.tablet-header-phone{grid-area:phone;justify-self:end;min-width:max-content}}@media (width>=768px) and (width<=1023px){.site-header__inner{column-gap:12px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;display:grid!important}.page-intro--category .page-intro__actions .btn--whatsapp,.page-intro--product .btn-row .btn--whatsapp{white-space:nowrap;min-width:max-content;align-self:flex-start!important;width:fit-content!important}.section--category-enquiry .enquiry-form__actions,.section--product-enquiry .enquiry-form__actions{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.site-header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);column-gap:12px;display:grid}.site-logo{justify-self:start}.desktop-nav{justify-self:center;margin-left:0!important}.tablet-header-phone{justify-self:end}.page-intro--category .page-intro__actions .btn--whatsapp,.page-intro--product .btn-row .btn--whatsapp{white-space:nowrap;align-self:flex-start;min-width:max-content;width:fit-content!important}.section--category-enquiry .enquiry-form__actions,.section--product-enquiry .enquiry-form__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.section--category-enquiry .enquiry-form__actions .btn,.section--product-enquiry .enquiry-form__actions .btn{white-space:nowrap;width:100%;min-width:0}}@media (width<=349px){.container{width:min(var(--container), calc(100% - 32px))}.hero{min-height:386px}.hero h1{font-size:2.08rem}.form-grid,.enquiry-form__actions{grid-template-columns:1fr}.menu-toggle{width:48px;height:48px}}html,body{background:var(--surface-dark)}main{background:var(--paper)}@media (width<=767px){body{padding-bottom:0}.site-header__inner{gap:7px;min-height:54px}.site-logo{gap:6px}.menu-toggle{width:46px;height:46px}.hero{min-height:clamp(358px,91vw,418px)}.hero__content{padding:clamp(24px,6vw,32px) 0 clamp(16px,5vw,24px)}.hero h1{font-size:clamp(2.06rem,9.55vw,2.43rem);line-height:1.055}.hero .lead{line-height:1.38}.section-header-row{gap:7px;margin-bottom:8px}.section-actions .btn{min-height:42px;padding:.52rem .76rem;font-size:.86rem}.home-category-card__body{padding:9px 12px 10px}.section--popular-products .product-card__media{aspect-ratio:4/3;height:auto}.section--popular-products .product-card__body{padding:10px 12px 11px}.section--popular-products .product-card__body p{line-height:1.33}.support-strip{padding:clamp(24px,6.2vw,32px) 0}.support-strip__heading{margin-bottom:4px}.support-strip__heading h2{max-width:22rem;font-size:clamp(1.68rem,7vw,1.94rem);line-height:1.1}.support-strip__benefit{grid-template-columns:44px minmax(0,1fr);gap:4px 15px;padding:18px 0}.support-strip__heading+.support-strip__benefit{border-top:0}.support-strip__benefit+.support-strip__benefit{border-top:1px solid #ffffff29}.support-strip__badge{grid-row:1/span 2;width:44px;height:44px;margin:0;font-size:.78rem}.support-strip__benefit h3{letter-spacing:0;text-transform:none;margin-bottom:4px;font-size:clamp(1.06rem,4.25vw,1.12rem);line-height:1.2}.support-strip__benefit p{font-size:clamp(.97rem,3.9vw,1rem);line-height:1.4}.brand-strip .brand-item:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:calc(50% - 3px)}.brand-item{min-height:34px;padding:5px 9px}.enquiry-card{padding:19px}.enquiry-form,.form-grid{gap:14px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid>.field:first-child,.form-grid>.field:nth-child(2){grid-column:auto}.field--selection,.form-grid>.field:nth-child(4),.field--full{grid-column:1/-1}.form-grid>.field:nth-child(4) label,.form-grid>.field:nth-child(5) label{min-height:0}.field{gap:6px}.field input,.field select,.field textarea,.product-picker__input{min-height:52px;padding:.66rem .76rem;font-size:1rem}.product-picker__input{min-height:54px;padding-right:2.55rem}.field textarea,.section--enquiry-home .field textarea{height:110px;min-height:106px}.enquiry-form__actions .btn{min-height:50px;padding:.64rem .6rem;font-size:.94rem}.section--contact-location .content-block{padding:20px}.contact-grid{gap:12px}.contact-list{gap:15px}.section--contact-location .content-block h3{display:none}.contact-list span{color:#60758c;letter-spacing:.06em;margin-bottom:3px;font-size:clamp(.76rem,2.9vw,.82rem);font-weight:700}.contact-list a{font-size:clamp(1rem,3.8vw,1.06rem);font-weight:500;line-height:1.4}.contact-actions{gap:8px;margin-top:16px}.contact-actions .btn{height:50px;min-height:50px;padding:.62rem .54rem;font-size:.92rem}.map-frame,.map-frame iframe{height:clamp(280px,68vw,320px);min-height:0}.map-frame{aspect-ratio:auto}body.menu-open .floating-contact{display:flex}.floating-contact.is-section-suppressed{display:none}.site-footer{padding:24px 0 calc(22px + env(safe-area-inset-bottom))}.site-footer__top{gap:18px}.site-footer h2{margin-bottom:7px}.site-footer ul,.site-footer__links--legal ul{gap:7px 15px}.site-footer a,.site-footer li{min-height:26px;font-size:clamp(1rem,4vw,1.06rem)}.site-footer__bottom{margin-top:18px;padding-top:14px;font-size:.82rem}}@media (width<=430px){.form-grid>.field:first-child,.form-grid>.field:nth-child(2){grid-column:1/-1}}@media (width<=359px){.enquiry-form__actions{grid-template-columns:1fr}.hero{min-height:376px}.hero h1{font-size:2rem}}.section-header-row--compact-cta{align-items:start;margin-bottom:16px}.section-header-row--compact-cta .section-header{width:100%;max-width:none}.section-title-row{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.section-title-row h2{margin-bottom:0}.section-title-row+.lead{max-width:760px;margin-top:8px}.section-cta{border-radius:var(--radius);min-height:42px;color:var(--brand-blue-700);white-space:nowrap;background:#fff;border:1px solid #084dd33d;flex:none;justify-content:center;align-items:center;gap:7px;padding:.52rem .78rem;font-size:.94rem;font-weight:760;line-height:1;text-decoration:none;display:inline-flex}.section-cta:hover,.section-cta:focus-visible{background:var(--brand-blue-050);color:var(--brand-blue-800);border-color:#084dd36b}.section-cta svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:17px;height:17px}.contact-grid{display:block}.contact-panel{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr);align-items:start;gap:16px clamp(22px,3vw,34px);display:grid}.section--contact-page-location .contact-panel{grid-template-columns:minmax(0,.44fr) minmax(0,.56fr)}.section--contact-location .contact-panel__title{color:var(--ink);grid-column:1;margin-bottom:0;font-size:clamp(1.26rem,1.52vw,1.48rem);font-weight:850;line-height:1.12;display:block}.contact-list--address,.contact-list--channels,.contact-actions{grid-column:1}.contact-list--address,.contact-list--channels{gap:15px}.contact-panel .contact-list a{font-size:clamp(1rem,1.05vw,1.08rem);line-height:1.38}.contact-panel__map{grid-area:1/2/span 4;align-self:stretch;min-width:0;display:flex}.contact-panel .map-frame{aspect-ratio:auto;border-color:#b7c3cfd1;height:100%;min-height:320px}.contact-panel .map-frame iframe{height:100%;min-height:0}@media (width<=820px){.section-title-row{flex-wrap:wrap;align-items:baseline;gap:4px 10px}.section-title-row h2{flex:auto;min-width:min(100%,13rem)}.section-title-row+.lead{margin-top:5px}.section-cta{background:0 0;border-color:#0000;min-height:44px;margin-left:auto;padding:.46rem .2rem .46rem .55rem;font-size:.86rem;font-weight:760}.section-cta:hover,.section-cta:focus-visible{color:var(--brand-blue-800);text-underline-offset:4px;background:0 0;border-color:#0000;text-decoration:underline}.section-cta svg{width:16px;height:16px}.contact-panel{flex-direction:column;gap:15px;padding:20px;display:flex}.section--contact-location .contact-panel__title{margin-bottom:-1px;font-size:clamp(1.22rem,5.2vw,1.38rem);display:block}.contact-list--address,.contact-list--channels{gap:14px}.contact-panel__map{width:100%}.contact-panel .map-frame,.contact-panel .map-frame iframe{height:clamp(220px,58vw,250px);min-height:0}.contact-actions{margin-top:0}}@media (width<=520px){.section-title-row{gap:2px;display:grid}.section-cta{justify-self:start;margin-left:0;padding-left:0}}main .btn--whatsapp{gap:8px}main .btn--whatsapp:before{flex:0 0 22px;width:22px;height:22px}main .contact-actions .btn--whatsapp:before{flex-basis:24px;width:24px;height:24px}main .enquiry-form__actions .btn--whatsapp:before{flex-basis:22px;width:22px;height:22px}.site-header .btn--whatsapp:before{flex-basis:23px;width:23px;height:23px}.contact-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.contact-actions .btn--directions{grid-column:1/-1}@media (width<=767px){html,body{min-height:100%}body{background:var(--surface-dark);padding-bottom:0}main{background:var(--paper)}.container{width:min(var(--container), calc(100% - 40px))}.site-header .container{width:min(var(--container), calc(100% - 24px))}.site-header__inner{gap:8px;min-height:58px}.site-logo{flex:auto;gap:9px;max-width:calc(100% - 54px);overflow:hidden}.site-logo__image{height:44px}.site-logo__copy{gap:4px;overflow:hidden}.site-logo__name{text-overflow:clip;white-space:nowrap;font-size:clamp(.9rem,3.35vw,.98rem);line-height:1;overflow:hidden}.site-logo__tagline{text-overflow:clip;white-space:nowrap;font-size:clamp(.64rem,2.55vw,.72rem);line-height:1;overflow:hidden}.menu-toggle{width:44px;min-width:44px;height:44px;box-shadow:none;border-color:#101a251f}.hero{min-height:clamp(320px,82vw,374px)}.hero__content{max-width:35rem;padding:clamp(22px,5.8vw,30px) 0 clamp(20px,5.4vw,28px)}.hero__eyebrow{margin-bottom:7px;font-size:clamp(.8rem,3.1vw,.9rem);line-height:1.12}.hero h1{max-width:min(100%,21rem);margin-bottom:8px;font-size:clamp(1.78rem,7.4vw,2.05rem);line-height:1.045}.hero .lead{max-width:min(100%,21rem);font-size:clamp(1.02rem,4.05vw,1.12rem);line-height:1.4}.hero .lead+.lead{margin-top:6px}.section,.hero+.section,.section--popular-products,.section--brands{padding-top:clamp(44px,10.5vw,58px);padding-bottom:clamp(44px,10.5vw,58px)}.section--enquiry-home,.section--contact-location{padding-top:clamp(42px,10vw,56px);padding-bottom:clamp(42px,10vw,56px)}.section-header,.section--brands .section-header,.section--contact-location .section-header{margin-bottom:14px}.section-header-row,.section-header-row--compact-cta{gap:8px;margin-bottom:18px}.eyebrow{letter-spacing:.055em;gap:7px;margin-bottom:8px;font-size:clamp(.82rem,3vw,.92rem);line-height:1.16}.eyebrow:before{width:24px;height:3px}.section-header h2,.section-title-row h2,.section--enquiry-home h2,.section--contact-location h2{white-space:nowrap;margin-bottom:0;font-size:clamp(1.82rem,7.25vw,2.05rem);line-height:1.07}.section--contact-location h2{font-size:clamp(1.72rem,6.75vw,2rem)}.section--enquiry-home h2{font-size:clamp(1.78rem,7vw,2.02rem)}.section-header .lead,.section--enquiry-home .lead,.section--contact-location .lead{margin-top:10px;font-size:clamp(1.06rem,4vw,1.14rem);line-height:1.45}.section-title-row{flex-wrap:wrap;align-items:baseline;gap:4px 12px;display:flex}.section-title-row h2{flex:auto;min-width:0}.section-title-row+.lead{margin-top:8px}.section-cta{min-height:30px;color:var(--brand-blue-700);background:0 0;border:0;gap:6px;margin-left:auto;padding:0;font-size:clamp(.92rem,3.4vw,.98rem);font-weight:780}.section-cta:hover,.section-cta:focus-visible{color:var(--brand-blue-800);background:0 0}.section-cta svg{flex:0 0 18px;width:18px;height:18px}.home-category-card__media{aspect-ratio:auto;height:clamp(176px,44vw,202px)}.section--popular-products .product-card__media{aspect-ratio:4/3;height:auto}.home-category-card__body,.section--popular-products .product-card__body{gap:7px;padding:10px 12px 11px}.home-category-card__body p,.section--popular-products .product-card__body p{font-size:clamp(.98rem,3.75vw,1.06rem);line-height:1.38}.section--popular-products .product-card__body h3{font-size:clamp(1.34rem,5.5vw,1.54rem);line-height:1.06}.home-category-card__overlay h3{font-size:clamp(1.05rem,4.5vw,1.28rem);line-height:1.02}.home-category-card__overlay span{font-size:clamp(.8rem,3.1vw,.92rem);line-height:1.28}.section--popular-products .card-actions{gap:8px}.section--popular-products .card-actions .btn{min-height:44px;padding:.54rem .48rem}.section--popular-products .card-actions .btn--whatsapp:before{flex-basis:22px;width:22px;min-width:22px;height:22px}.support-strip{padding:clamp(46px,11vw,56px) 0}.support-strip__inner{gap:0}.support-strip__heading{margin-bottom:14px}.support-strip__heading h2{white-space:nowrap;max-width:none;font-size:clamp(1.92rem,7.8vw,2.12rem);line-height:1.08}.support-strip__benefit{grid-template-columns:36px minmax(0,1fr);gap:2px 12px;padding:15px 0;display:grid}.support-strip__heading+.support-strip__benefit{padding-top:2px}.support-strip__badge{grid-row:1/span 2;align-self:start;width:32px;height:30px;margin:0;font-size:.72rem}.support-strip__benefit h3{min-height:0;margin-bottom:3px;font-size:clamp(1rem,3.9vw,1.08rem);line-height:1.18}.support-strip__benefit p{max-width:28rem;font-size:clamp(.98rem,3.75vw,1.03rem);line-height:1.38}.brand-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.brand-item{min-height:36px;padding:6px 9px;font-size:.88rem}.brand-strip .brand-item:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:calc(50% - 4px)}.section--brands .form-note{margin-top:7px;font-size:.72rem;line-height:1.32}.enquiry-layout{gap:14px}.enquiry-card{padding:16px}.enquiry-form,.form-grid{gap:12px}.field{gap:4px}.field label{font-size:.92rem;line-height:1.18}.field input,.field select,.field textarea,.product-picker__input{min-height:46px;padding:.58rem .72rem;font-size:1rem}.product-picker__input{padding-right:2.55rem}.field textarea,.section--enquiry-home .field textarea{height:98px;min-height:96px}.enquiry-form__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.enquiry-form__actions .btn{min-height:46px;padding:.58rem .56rem;font-size:.92rem}.enquiry-form__actions .btn--whatsapp:before{flex-basis:22px;width:22px;height:22px}.contact-panel{flex-direction:column;gap:12px;padding:16px;display:flex}.section--contact-location .contact-panel__title{display:none}.contact-panel__map{order:1;width:100%}.contact-list--address{order:2}.contact-list--channels{order:3}.contact-actions{order:4}.contact-list,.contact-list--address,.contact-list--channels{gap:10px;width:100%}.contact-list span{letter-spacing:.06em;margin-bottom:2px;font-size:clamp(.78rem,2.9vw,.86rem)}.contact-list a{overflow-wrap:anywhere;font-size:clamp(1.02rem,3.9vw,1.1rem);font-weight:520;line-height:1.36}.contact-panel .map-frame,.contact-panel .map-frame iframe{height:clamp(206px,56vw,242px);min-height:0}.contact-panel .map-frame{aspect-ratio:16/9}.contact-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;margin-top:2px;display:grid}.contact-actions .btn{width:100%;height:46px;min-height:46px;padding:.56rem .5rem;font-size:.92rem}.contact-actions .btn--directions{grid-column:1/-1}.contact-actions .btn--call:before{width:20px;height:20px}.contact-actions .btn--whatsapp:before{flex-basis:24px;width:24px;height:24px}.floating-contact{right:max(18px, env(safe-area-inset-right));bottom:calc(18px + env(safe-area-inset-bottom));gap:10px;display:flex}body.menu-open .floating-contact,.floating-contact.is-keyboard-suppressed,.floating-contact.is-section-suppressed,.floating-contact.is-picker-suppressed,.floating-contact.is-menu-suppressed{display:none}.floating-contact__actions{gap:10px}.floating-contact__action,.floating-contact__toggle{border-radius:999px;width:56px;min-width:56px;height:56px;min-height:56px;padding:0;font-size:0}.floating-contact__action:before,.floating-contact__toggle-icon{flex:0 0 24px;width:24px;height:24px}.floating-contact__action--whatsapp:before{flex-basis:28px;width:28px;height:28px}.site-footer{padding:24px 0 calc(24px + env(safe-area-inset-bottom));background:var(--surface-dark);text-align:left;margin:0}.site-footer__top{gap:18px;display:grid}.site-footer__links,.site-footer__links--legal{text-align:left;margin-left:0}.site-footer h2{color:#d9e8ffb3;letter-spacing:.12em;margin-bottom:7px;font-size:.68rem;font-weight:760}.site-footer ul,.site-footer__links--legal ul{justify-content:flex-start;gap:7px 15px}.site-footer a,.site-footer li{color:#fffffff5;min-height:26px;font-size:.96rem}.site-footer__bottom{color:#ffffffad;margin-top:18px;padding-top:14px;font-size:.8rem}}@media (width<=520px){.section-title-row{gap:4px;display:grid}.section-cta{justify-self:start;margin-left:0}}@media (width<=380px){.container{width:min(var(--container), calc(100% - 32px))}.site-logo{gap:7px}.site-logo__image{height:42px}.site-logo__name{font-size:clamp(.84rem,3.65vw,.9rem)}.site-logo__tagline{font-size:clamp(.58rem,2.55vw,.65rem)}.hero h1{font-size:clamp(1.82rem,8.2vw,2rem)}.section-header h2,.section-title-row h2,.section--enquiry-home h2{font-size:clamp(1.82rem,8vw,1.98rem)}.section--contact-location h2{font-size:clamp(1.58rem,6.9vw,1.82rem)}}@media (width<=359px){.enquiry-form__actions{grid-template-columns:1fr}}.mobile-menu-backdrop[hidden],.mobile-menu[hidden]{display:none}@media (width<=767px){:root{--mobile-drawer-top:58px}.site-header-shell{min-height:var(--site-header-height)}body.menu-open .site-header-shell{min-height:var(--mobile-header-height,var(--site-header-height));display:block}body.menu-open .site-header{z-index:80;width:100%;position:fixed;top:0;left:0;right:0}html,body{width:100%;overflow-x:clip}body{background:var(--surface-dark);padding-bottom:0}main{background:var(--paper)}.site-header__inner{min-height:54px;padding-block:4px}.site-logo__image{height:42px}.site-logo__copy{gap:3px}.menu-toggle{z-index:75;width:44px;min-width:44px;height:44px;box-shadow:none;background:#fff;border-color:#2c3f5433;border-radius:10px;position:relative}.menu-toggle:hover,.menu-toggle:focus-visible{background:var(--brand-blue-050);border-color:#084dd35c}.menu-toggle__lines{width:20px;height:16px;display:block;position:relative}.menu-toggle__lines span{background:currentColor;border-radius:999px;width:20px;height:2px;transition:transform .16s,opacity .12s,top .16s;position:absolute;left:0}.menu-toggle__lines span:first-child{top:0}.menu-toggle__lines span:nth-child(2){top:7px}.menu-toggle__lines span:nth-child(3){top:14px}body.menu-open .menu-toggle__lines span:first-child{top:7px;transform:rotate(45deg)}body.menu-open .menu-toggle__lines span:nth-child(2){opacity:0}body.menu-open .menu-toggle__lines span:nth-child(3){top:7px;transform:rotate(-45deg)}.mobile-menu-root{z-index:70;pointer-events:none;position:fixed;inset:0}.mobile-menu-backdrop{inset:var(--mobile-drawer-top) 0 0;z-index:0;pointer-events:auto;background:#08153747;display:block;position:absolute}.mobile-menu{top:var(--mobile-drawer-top);z-index:1;width:min(88vw,380px);max-width:calc(100vw - 16px);height:calc(100dvh - var(--mobile-drawer-top));overscroll-behavior:contain;pointer-events:auto;touch-action:pan-y;background:#fff;border-top:0;position:absolute;bottom:0;left:auto;right:0;overflow-y:auto;box-shadow:-18px 0 44px #08153738}.mobile-menu__panel{min-height:100%;padding:14px 14px calc(16px + env(safe-area-inset-bottom));flex-direction:column;gap:12px;display:flex}.mobile-menu__inner{padding:0;display:contents}.mobile-menu__nav{gap:8px;display:grid}.mobile-menu__nav a,.mobile-menu a:not(.btn).mobile-menu__utility{background:0 0}.mobile-menu__nav a{min-height:54px;color:var(--ink-soft);border-radius:12px;align-items:center;padding:0 14px 0 18px;font-size:1.06rem;font-weight:820;line-height:1.15;display:flex;position:relative}.mobile-menu__nav a[aria-current=page]{background:var(--brand-blue-050);color:var(--brand-blue-700);box-shadow:none}.mobile-menu__nav a[aria-current=page]:before{content:"";background:var(--brand-blue-700);border-radius:0 999px 999px 0;width:4px;position:absolute;top:9px;bottom:9px;left:0}.mobile-menu__divider{background:#b7c3cfa6;height:1px;margin:2px 0}.mobile-menu__contact{gap:7px;padding:0;display:grid}.mobile-menu__utility{color:#4d6278;align-items:center;gap:9px;min-height:38px;padding:0 4px;font-size:.95rem;font-weight:720;display:flex}.mobile-menu__utility:before{content:"";background:var(--brand-blue-700);flex:0 0 18px;width:18px;height:18px}.mobile-menu__utility--phone:before{mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.mobile-menu__utility--email:before{mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5h16c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1Zm8 7.4L5.65 7H18.35L12 12.4Zm0 2.6 7-5.95V17H5V9.05L12 15Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.mobile-menu__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto;display:grid}.mobile-menu__actions .btn{width:100%;min-width:0;min-height:46px;padding:.62rem .5rem;font-size:clamp(.86rem,3.4vw,.96rem)}.mobile-menu__actions .btn--call:before{flex-basis:20px;width:20px;height:20px}.mobile-menu__actions .btn--whatsapp:before{flex-basis:24px;width:24px;height:24px}.section-header-row--compact-cta .section-header{gap:0;display:grid}.section-title-row{display:block}.section-title-row+.lead{margin-top:9px}.section-cta{width:fit-content;min-height:32px;color:var(--brand-blue-700);background:0 0;border:0;margin-top:9px;padding:0;font-size:clamp(1.04rem,4.1vw,1.1rem);font-weight:820}.section-cta:hover,.section-cta:focus-visible{color:var(--brand-blue-800);background:0 0}.section-cta svg{width:19px;height:19px}.home-category-card__media,.section--popular-products .product-card__media{aspect-ratio:4/3;height:auto}.home-category-card__body,.section--popular-products .product-card__body{gap:7px;padding:14px 14px 15px}.home-category-card__body p{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.section--popular-products .product-card__body h3{font-size:clamp(1.2rem,4.9vw,1.4rem)}.section--popular-products .product-card__body p{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.section--popular-products .card-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.section--popular-products .card-actions .btn{white-space:nowrap;min-width:0;min-height:44px;padding-inline:.46rem}.support-strip{padding:clamp(38px,9vw,48px) 0}.support-strip__heading{margin-bottom:8px}.support-strip__benefit{grid-template-columns:34px minmax(0,1fr);gap:2px 12px;padding:13px 0}.support-strip__heading+.support-strip__benefit{padding-top:0}.support-strip__badge{align-self:center;width:30px;height:30px;font-size:.7rem}.support-strip__benefit h3{text-transform:none}.support-strip__benefit p{color:#ffffffc7}.brand-strip{gap:7px}.brand-item{min-height:32px;padding:4px 8px;font-size:.82rem}.brand-strip .brand-item:last-child:nth-child(odd){width:calc(50% - 3.5px)}.section--brands{padding-bottom:clamp(34px,8vw,46px)}.section--brands .form-note{margin-top:6px;margin-bottom:0}.form-grid{grid-template-columns:1fr;gap:10px}.form-grid>.field,.field--selection,.field--full{grid-column:1/-1}.enquiry-card{padding:15px}.enquiry-form{gap:11px}.field input,.field select,.field textarea,.product-picker__input{min-height:44px;padding:.54rem .68rem}.field textarea,.section--enquiry-home .field textarea{height:92px;min-height:92px}.enquiry-form__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.enquiry-form__actions .btn{white-space:nowrap;min-width:0;min-height:45px;padding-inline:.5rem}.contact-panel{gap:10px;padding:15px}.contact-list,.contact-list--address,.contact-list--channels{gap:8px}.contact-list span{font-size:clamp(.74rem,2.75vw,.8rem)}.contact-list a{font-size:clamp(.96rem,3.65vw,1.04rem);line-height:1.32}.contact-panel .map-frame,.contact-panel .map-frame iframe{height:clamp(198px,54vw,232px)}.contact-actions{gap:8px;margin-top:0}.contact-actions .btn{white-space:nowrap;min-width:0;height:45px;min-height:45px;padding-inline:.5rem}.floating-contact{right:max(18px, env(safe-area-inset-right));bottom:calc(18px + env(safe-area-inset-bottom));z-index:68;gap:11px;max-width:calc(100vw - 36px);display:flex}body.menu-open .floating-contact,.floating-contact.is-keyboard-suppressed,.floating-contact.is-section-suppressed,.floating-contact.is-picker-suppressed,.floating-contact.is-menu-suppressed{display:none}.floating-contact__actions{justify-items:end;gap:11px;display:grid}.floating-contact__item{align-items:center;gap:9px;display:flex}.floating-contact__label{min-height:30px;color:var(--ink-soft);white-space:nowrap;background:#fffffff5;border-radius:999px;align-items:center;padding:0 10px;font-size:.84rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 8px 24px #08153729}.floating-contact__action,.floating-contact__toggle{border-radius:999px;width:60px;min-width:60px;height:60px;min-height:60px;padding:0;font-size:0}.floating-contact__toggle{background:var(--action-call-blue);border:1px solid #ffffff6b;font-size:1rem;line-height:1;box-shadow:0 14px 32px #08153747}.floating-contact__toggle:hover,.floating-contact__toggle:focus-visible{background:var(--action-call-blue-hover)}.floating-contact__toggle-icon{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13v-1a8 8 0 0 1 16 0v1'/%3E%3Cpath d='M18 19a3 3 0 0 1-3 3h-2'/%3E%3Crect x='2.8' y='12' width='4.4' height='6.5' rx='2'/%3E%3Crect x='16.8' y='12' width='4.4' height='6.5' rx='2'/%3E%3C/svg%3E") 50%/contain no-repeat;flex:0 0 27px;width:27px;height:27px;mask:none}.floating-contact.is-open .floating-contact__toggle-icon{background-image:none}.floating-contact__action{box-shadow:0 12px 26px #0815373d}.floating-contact__action:before{flex-basis:24px;width:24px;height:24px}.floating-contact__action--whatsapp:before{flex-basis:28px;width:28px;height:28px}.site-footer{padding:22px 0 calc(20px + env(safe-area-inset-bottom));background:var(--surface-dark);margin:0}.site-footer__top{gap:17px}.site-footer h2{color:#d9e8ffad;letter-spacing:.14em;margin-bottom:7px;font-size:.66rem;font-weight:760}.site-footer ul,.site-footer__links--legal ul{gap:6px 14px}.site-footer a,.site-footer li{color:#fff;min-height:28px;font-size:.95rem;font-weight:720}.site-footer__bottom{color:#ffffff9e;border-top-color:#ffffff2e;margin-top:14px;padding-top:13px}}@media (width<=339px){.enquiry-form__actions{grid-template-columns:1fr}.mobile-menu__actions .btn{gap:6px;font-size:.84rem}}@media (width>=768px) and (width<=820px){.home-category-card__media{aspect-ratio:4/3;height:auto}}@media (width<=767px){.mobile-menu .mobile-menu__nav a:not(.btn){min-height:54px;box-shadow:none;background:0 0;padding:0 14px 0 18px}.mobile-menu .mobile-menu__nav a:not(.btn)[aria-current=page]{background:var(--brand-blue-050);color:var(--brand-blue-700);box-shadow:none}}@media (prefers-reduced-motion:reduce){.menu-toggle__lines span,.floating-contact__toggle,.floating-contact.is-open .floating-contact__action{transition:none;animation:none}}@media (width<=767px){:root{--mobile-drawer-top:62px}.site-header__inner{min-height:62px;padding-block:6px}.site-logo{gap:8px}.site-logo__image{height:48px}.site-logo__name{font-size:clamp(.9rem,3.4vw,1rem)}}@media (width<=380px){:root{--mobile-drawer-top:61px}.site-header__inner{min-height:61px}.site-logo{gap:7px}.site-logo__image{height:47px}}@media (width<=349px){:root{--mobile-drawer-top:60px}.site-header__inner{min-height:60px}.site-logo__image{height:46px}}@media (width<=1060px){:root{--site-header-height:76px;--anchor-scroll-offset:calc(var(--site-header-height) + 28px)}}@media (width<=767px){:root{--site-header-height:62px;--anchor-scroll-offset:calc(var(--site-header-height) + 24px)}}@media (width<=380px){:root{--site-header-height:61px}}@media (width<=349px){:root{--site-header-height:60px}}.contact-panel .contact-actions .btn{height:52px;min-height:52px;padding-block:.72rem}@media (width>=821px){.section--brands{padding-bottom:clamp(25px,3.75vw,42px)}.section--enquiry-home{padding-top:clamp(26px,3.3vw,40px)}.section--enquiry-home .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section--enquiry-home .form-grid>.field:first-child,.section--enquiry-home .form-grid>.field:nth-child(2),.section--enquiry-home .field--selection,.section--enquiry-home .form-grid>.field:nth-child(4){grid-column:auto}.section--enquiry-home .field--full{grid-column:1/-1}.section--popular-products .card-actions .btn--whatsapp:before,.section--enquiry-home .enquiry-form__actions .btn--whatsapp:before{flex:0 0 1.25em;width:1.25em;min-width:1.25em;height:1.25em}}@media (width<=767px){.contact-panel .contact-actions .btn{height:48px;min-height:48px;padding-block:.6rem}}@media (width>=768px) and (width<=820px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.enquiry-form__actions{flex-wrap:nowrap;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.enquiry-form__actions .btn{flex-basis:auto;width:100%}}@media (width>=768px){.enquiry-card{justify-self:end;width:min(80%,760px);min-width:min(100%,540px)}}@media (width<=767px){.enquiry-card{justify-self:stretch;width:100%;max-width:none}.support-strip{padding:clamp(34px,8vw,41px) 0}.support-strip__heading{margin-bottom:6px}.support-strip__benefit{padding-block:11px}.support-strip__heading+.support-strip__benefit{padding-top:0}.floating-contact{right:max(16px, env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));visibility:visible;opacity:1;gap:9px;max-width:calc(100vw - 32px);transition:opacity .16s,transform .16s,visibility linear;transform:translateY(0)}.floating-contact__actions{gap:9px}.floating-contact__action,.floating-contact__toggle{width:56px;min-width:56px;height:56px;min-height:56px;padding:0;line-height:1}.floating-contact__toggle-icon,.floating-contact__action:before{flex:0 0 23px;width:23px;height:23px}.floating-contact__action--whatsapp:before{flex-basis:25px;width:25px;height:25px}.floating-contact__close-icon{width:26px;height:26px}.floating-contact__item{gap:8px}.floating-contact__label{min-height:28px;padding-inline:9px;font-size:.8rem}body:not(.menu-open) .floating-contact.is-section-suppressed:not(.is-keyboard-suppressed):not(.is-picker-suppressed):not(.is-menu-suppressed){visibility:hidden;opacity:0;pointer-events:none;transition:opacity .16s,transform .16s,visibility 0s linear .16s;display:flex;transform:translateY(8px)}}@media (width>=768px){.enquiry-card{width:min(90%,830px)}}.product-picker__input{padding-right:3.4rem}@media (width<=820px){.products-filter-strip{padding-block:10px}.catalogue-controls{gap:8px}.product-filter-scroll{min-width:0;position:relative;overflow:hidden}.product-filter-scroll:after{content:"";z-index:1;opacity:0;pointer-events:none;background:linear-gradient(90deg,#f7f9fc00,#f7f9fc 88%);width:34px;transition:opacity .16s;position:absolute;top:0;bottom:4px;right:0}.product-filter-scroll.has-overflow:not(.is-at-end):after{opacity:1}.product-filter-group{gap:6px;padding:2px 4px 4px}.filter-pill{min-height:36px;padding:.42rem .72rem;font-size:.84rem}.catalogue-toolbar{gap:8px 10px}.sort-control{gap:7px}.sort-control label{font-size:.84rem}.sort-control select{min-width:124px;min-height:36px;padding:.42rem .62rem;font-size:.86rem}.result-summary{font-size:.88rem}.section--product-directory{padding-top:22px;padding-bottom:38px}.product-catalogue{gap:16px}.product-catalogue-grid{gap:14px}.product-card--catalogue .product-card__media{aspect-ratio:auto;height:clamp(220px,54vw,246px)}.product-card--catalogue .product-card__body{gap:7px;padding:12px}.product-card--catalogue .product-card__category{font-size:.68rem}.product-card--catalogue .product-card__title{font-size:clamp(1.06rem,3vw,1.12rem);line-height:1.16}.product-card--catalogue .product-card__description{-webkit-line-clamp:2;font-size:.87rem;line-height:1.4}.product-card--catalogue .product-card__details-link{gap:5px;font-size:.88rem}}@media (width>=360px) and (width<=820px){.catalogue-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.sort-control{justify-self:end;width:auto}}@media (width<=359px){.catalogue-toolbar{grid-template-columns:1fr;display:grid}.sort-control{justify-content:space-between;width:100%}}@media (width<=820px){.about-page-content,.about-page-content .container,.page-intro--about .page-intro__copy,.section--about-supply .section-header,.section--about-industries .section-header{min-width:0}.page-intro--about .page-intro__copy,.section--about-supply .section-header,.section--about-industries .section-header,.section--about-supply h2,.section--about-industries h2{max-width:100%}.section--about-supply h2,.section--about-industries h2{white-space:normal;overflow-wrap:break-word}.page-intro--about{padding:clamp(21px,5.4vw,26px) 0}.about-intro-grid{gap:18px}.page-intro--about .eyebrow{margin-bottom:6px}.page-intro--about h1{overflow-wrap:break-word;max-width:100%;margin-bottom:9px;font-size:clamp(1.62rem,6.7vw,1.72rem);line-height:1.06}.page-intro--about p:not(.eyebrow):not(.lead){margin-top:8px}.about-glance{gap:8px;padding:13px}.about-glance__list li{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:8px 0}.about-glance__list span{width:31px;height:29px}.section--about-supply{padding:clamp(38px,9.5vw,48px) 0}.section--about-supply .section-header{margin-bottom:12px}.about-link-grid{gap:10px}.about-link-tile{min-height:44px;padding:.56rem 2.1rem .56rem .8rem;font-size:.93rem;line-height:1.2}.about-link-tile>span{overflow-wrap:break-word;min-width:0}.about-link-tile:before{top:8px;bottom:8px}.about-link-tile:after{right:.78rem}.section--about-industries{padding:clamp(40px,8vw,48px) 0}.section--about-industries .section-header{margin-bottom:18px}.about-industry-card{grid-template-columns:34px minmax(0,1fr);gap:2px 10px;padding:11px 0}.about-industry-card__badge{width:32px;height:30px}}@media (width<=767px){.section--about-industries+.products-cta-section{padding-top:clamp(38px,9vw,48px)}}@media (width>=768px) and (width<=820px){.section--about-industries+.products-cta-section{padding-top:30px}}@media (width<=820px){.contact-process__step{gap:9px;padding:12px 13px}.contact-process__number{width:32px;height:30px}.mobile-menu{-webkit-overflow-scrolling:touch}.mobile-menu__panel{box-sizing:border-box}.mobile-menu__actions{flex-shrink:0}.mobile-menu__utility--email:before{display:none}.mobile-menu__utility-icon{width:18px;height:18px;color:var(--brand-blue-700);flex:0 0 18px;display:block}body:has(.product-page-content) .floating-contact{pointer-events:none;display:none!important}.product-page-content,.product-page-content .container,.product-page-content .section-header,.product-page-content .section-header h2{min-width:0}.product-page-content .section-header,.product-page-content .section-header h2{max-width:100%}.product-page-content .section-header h2{white-space:normal;overflow-wrap:break-word}}@media (width<=767px){.categories-overview-grid{grid-template-columns:1fr}.category-overview-card__body{padding:15px}.product-page-content .page-intro--product{padding:18px 0 20px}.product-page-content .page-intro--product .page-intro__grid{gap:14px}.product-page-content .page-intro--product .breadcrumbs{gap:4px 6px;margin-bottom:6px;font-size:.78rem;line-height:1.35}.product-page-content .page-intro--product .breadcrumbs a,.product-page-content .page-intro--product .breadcrumbs span{overflow-wrap:break-word;min-width:0}.product-page-content .page-intro--product .eyebrow{margin-bottom:4px}.product-page-content .page-intro--product h1{margin-bottom:7px}.product-page-content .page-intro--product .lead+.btn-row{margin-top:9px}.product-page-content .page-intro--product .page-intro__media img{aspect-ratio:16/9}.product-page-content .section--product-specs{padding:18px 0 20px}.product-page-content .product-detail-panel{padding:14px}.product-page-content .product-detail-panel h2{margin-bottom:11px;font-size:clamp(1.26rem,5.3vw,1.42rem)}.product-page-content .product-detail-panel h3{margin-bottom:7px}.product-page-content .product-detail-panel__section+.product-detail-panel__section{margin-top:10px;padding-top:10px}.product-page-content .option-label-grid{gap:6px}.product-page-content .option-label-grid div{gap:2px;padding:7px 8px}.product-page-content .option-label-grid dd{font-size:.82rem;line-height:1.3}.product-page-content .application-tags{gap:6px}.product-page-content .application-tags span{padding:.32rem .5rem}.product-page-content .section--product-enquiry,.product-page-content .section--related-products{padding:26px 0 28px}.product-page-content .related-product-grid{grid-template-columns:minmax(0,1fr);gap:12px}.product-page-content .section--related-products .section-header{margin-bottom:12px}.product-page-content .related-product-grid .product-card--catalogue .product-card__media{aspect-ratio:auto;height:clamp(220px,58vw,246px)}.product-page-content .related-product-grid .product-card--catalogue .product-card__body{gap:7px;padding:12px}.product-page-content .related-product-grid .product-card--catalogue .product-card__title{font-size:clamp(1.06rem,3vw,1.12rem);line-height:1.16}.product-page-content .related-product-grid .product-card--catalogue .product-card__description{-webkit-line-clamp:2;font-size:.87rem;line-height:1.4}.product-page-content .section--faq{padding:26px 0 30px}.product-page-content .section--faq .section-header{margin-bottom:12px}.product-page-content .faq-list{gap:8px}.product-page-content .faq-item summary{overflow-wrap:break-word;gap:10px;padding:13px 14px;font-size:.94rem;line-height:1.28}.product-page-content .faq-item p{padding:0 14px 14px}}@media (width>=390px) and (width<=767px){.product-page-content .product-detail-panel .option-label-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page-content .product-detail-panel .option-label-grid>div:last-child:nth-child(odd){grid-column:1/-1}}@media (width<=389px){.product-page-content .product-detail-panel .option-label-grid{grid-template-columns:minmax(0,1fr)}}#enquiry-form{scroll-margin-top:calc(var(--site-header-height) + 20px)}@media (width<=767px){#enquiry-form,#enquiry{scroll-margin-top:calc(var(--site-header-height) + 12px)}}.enquiry-section__copy{min-width:0}.section--contact-enquiry{padding:clamp(28px,3.65vw,45px) 0}@media (width>=768px){.section--enquiry .enquiry-layout{grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);align-items:start;gap:clamp(20px,2.8vw,34px)}.section--enquiry .enquiry-card{justify-self:end;width:min(100%,760px);min-width:0;max-width:760px}.section--enquiry .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section--enquiry .form-grid>.field:first-child,.section--enquiry .form-grid>.field:nth-child(2),.section--enquiry .field--selection,.section--enquiry .form-grid>.field:nth-child(4){grid-column:auto}.section--enquiry .field--full{grid-column:1/-1}}@media (width<=767px){.section--enquiry .enquiry-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:14px}.section--enquiry .enquiry-card,.section--enquiry .field,.section--enquiry .product-picker{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.section--enquiry .form-grid{grid-template-columns:minmax(0,1fr)}.section--enquiry .form-grid>.field,.section--enquiry .field--selection,.section--enquiry .field--full{grid-column:1/-1}.section--enquiry .field input,.section--enquiry .field textarea,.section--enquiry .product-picker__input,.section--enquiry .product-picker__menu{min-width:0;max-width:100%}.section--enquiry .enquiry-form__actions{flex-wrap:nowrap;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;display:grid}.section--enquiry .enquiry-form__actions .btn{white-space:nowrap;width:100%;min-width:0;min-height:45px;padding-inline:.5rem}}@media (width<=359px){.section--enquiry .enquiry-form__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.section--enquiry .enquiry-form__actions .btn{font-size:.82rem}}@media (width>=768px) and (width<=1199px){:root{--site-header-height:72px;--anchor-scroll-offset:calc(var(--site-header-height) + 24px)}.site-header .container{width:min(var(--container), calc(100% - 40px))}.site-header__inner{gap:16px;min-height:72px}.site-logo{flex:0 auto;gap:9px}.site-logo__image{height:50px}.site-logo__name{font-size:.98rem}.site-logo__tagline{font-size:.72rem}.desktop-nav{gap:0;min-width:0;margin-left:auto;display:flex}.desktop-nav a{min-height:44px;padding:.68rem .54rem;font-size:.94rem}.site-header__actions,.menu-toggle{display:none}.hero{min-height:360px}.hero__content{width:min(58%,34rem);max-width:34rem;padding:34px 0}.hero:after{background:linear-gradient(90deg,#081537fc 0%,#081537f5 34%,#081537c7 52%,#0815375c 70%,#0815371a 100%),linear-gradient(#0815370a,#08153747)}.hero h1{max-width:34rem;font-size:clamp(2.16rem,4.35vw,2.58rem)}.hero .lead{max-width:32rem;font-size:1rem;line-height:1.45}.hero__lead-desktop,.copy-desktop{display:inline}.hero__lead-desktop{display:block}.hero__lead-mobile,.copy-mobile{display:none}.home-category-card{min-width:0}.home-category-card__media{aspect-ratio:4/3;height:auto}.section--popular-products .product-card__body{min-width:0;padding:14px}.section--popular-products .product-card__body h3,.section--popular-products .product-card__body p{overflow-wrap:break-word;min-width:0}.section--popular-products .card-actions{min-width:0}.section--popular-products .card-actions .btn{min-width:0;padding-inline:.5rem;font-size:.86rem}.section--popular-products .card-actions .btn--whatsapp{gap:5px}.section--popular-products .card-actions .btn--whatsapp:before{flex-basis:20px;width:20px;min-width:20px;height:20px}.floating-contact{right:max(18px, env(safe-area-inset-right));bottom:calc(18px + env(safe-area-inset-bottom))}}@media (width>=768px) and (width<=809px){.home-category-card{flex:0 0 calc(50% - 8px)}}@media (width>=810px) and (width<=1199px){.home-category-card{flex:0 0 calc(33.3333% - 10.6667px)}}.floating-contact{right:max(18px, env(safe-area-inset-right));bottom:calc(18px + env(safe-area-inset-bottom));z-index:100;display:flex}.floating-contact__actions{justify-items:end;gap:11px;display:grid}.floating-contact__item{align-items:center;gap:9px;display:flex}.floating-contact__label{min-height:30px;color:var(--ink-soft);white-space:nowrap;background:#fffffff5;border-radius:999px;align-items:center;padding:0 10px;font-size:.84rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 8px 24px #08153729}.floating-contact__action,.floating-contact__toggle{border-radius:999px;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;min-height:60px;padding:0;font-size:0;line-height:1;display:inline-flex}.floating-contact__action{box-shadow:0 12px 26px #0815373d}.floating-contact__action--call{border-color:var(--action-call-blue);background:var(--action-call-blue);color:#fff}.floating-contact__action--whatsapp{border-color:var(--whatsapp-green);background:var(--whatsapp-green);color:#fff}.floating-contact__action:before{flex:0 0 24px;width:24px;height:24px;margin:0}.floating-contact__action--whatsapp:before{flex-basis:28px;width:28px;height:28px}.floating-contact__toggle{background:var(--action-call-blue);color:#fff;border:1px solid #ffffff6b;box-shadow:0 14px 32px #08153747}.floating-contact__toggle:hover,.floating-contact__toggle:focus-visible{background:var(--action-call-blue-hover)}.floating-contact__toggle-icon{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13v-1a8 8 0 0 1 16 0v1'/%3E%3Cpath d='M18 19a3 3 0 0 1-3 3h-2'/%3E%3Crect x='2.8' y='12' width='4.4' height='6.5' rx='2'/%3E%3Crect x='16.8' y='12' width='4.4' height='6.5' rx='2'/%3E%3C/svg%3E") 50%/contain no-repeat;flex:0 0 27px;width:27px;height:27px;mask:none}.floating-contact.is-open .floating-contact__toggle-icon{background-image:none}.floating-contact__close-icon{width:27px;height:27px}@media (width<=767px){.floating-contact__actions{gap:9px}.floating-contact__item{gap:8px}.floating-contact__action,.floating-contact__toggle{width:56px;min-width:56px;height:56px;min-height:56px}.floating-contact__toggle-icon,.floating-contact__action:before{flex-basis:23px;width:23px;height:23px}.floating-contact__action--whatsapp:before{flex-basis:25px;width:25px;height:25px}.floating-contact__close-icon{width:26px;height:26px}.floating-contact__label{min-height:28px;padding-inline:9px;font-size:.8rem}}.tablet-header-phone{display:none}@media (width>=768px) and (width<=1199px){.tablet-header-phone{min-width:44px;min-height:44px;color:var(--brand-navy);white-space:nowrap;flex:none;justify-content:center;align-items:center;gap:7px;font-size:.9rem;font-weight:780;line-height:1;display:inline-flex}.tablet-header-phone svg{width:18px;height:18px;color:var(--brand-blue-700);flex:0 0 18px}}@media (width>=768px) and (width<=809px){.tablet-header-phone span{display:none}}.floating-contact{z-index:300}body:has(.product-page-content) .floating-contact{right:max(18px, env(safe-area-inset-right));bottom:calc(18px + env(safe-area-inset-bottom));z-index:300;position:fixed;pointer-events:auto!important;display:flex!important}@media (width>=768px) and (width<=1023px){:root{--site-header-height:72px;--anchor-scroll-offset:calc(var(--site-header-height) + 24px)}.site-header{z-index:200;backdrop-filter:none;background:#fff}.site-header__inner{gap:10px;min-height:72px}.site-logo{gap:8px}.site-logo__image{height:46px}.site-logo__name{font-size:.9rem}.site-logo__tagline{font-size:.66rem}.desktop-nav{margin-left:auto}.desktop-nav a{min-height:40px;padding:.52rem .36rem;font-size:.82rem}.tablet-header-phone{gap:4px;min-width:0;min-height:40px;font-size:.76rem;display:inline-flex}.tablet-header-phone span{display:inline}.tablet-header-phone svg{flex-basis:16px;width:16px;height:16px}.industries__header-actions{flex:none;align-items:center;gap:8px;margin:0;display:flex;position:static}.section-cta{border-radius:var(--radius);min-height:42px;color:var(--brand-blue-700);background:#fff;border:1px solid #084dd33d;margin:0;padding:.52rem .78rem;font-size:.94rem;font-weight:760;text-decoration:none}.section-cta:hover,.section-cta:focus-visible{background:var(--brand-blue-050);color:var(--brand-blue-800);border-color:#084dd36b;text-decoration:none}.about-industry-card{min-height:170px}.page-intro--product .btn-row,.product-page-content .page-intro--product .btn-row{align-items:center;display:flex}.page-intro--product .btn-row .btn,.product-page-content .page-intro--product .btn-row .btn{width:auto;min-width:max-content;min-height:44px;padding-inline:.9rem}.cta-panel__actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;display:flex}.cta-panel__actions .btn{width:auto;min-width:max-content}body:has(.product-page-content) .floating-contact{right:max(18px, env(safe-area-inset-right));bottom:calc(18px + env(safe-area-inset-bottom));z-index:300;position:fixed;pointer-events:auto!important;display:flex!important}.floating-contact__action,.floating-contact__toggle{width:56px;min-width:56px;height:56px;min-height:56px}}@media (width<=767px){.industries__header-actions{margin-top:8px;display:block}}@media (width>=768px) and (width<=834px) and (orientation:portrait){.section--enquiry{padding:44px 0}.section--enquiry .enquiry-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:24px}.section--enquiry .enquiry-section__copy{flex-direction:column;min-width:0;max-width:none;display:flex}.section--enquiry .enquiry-section__copy>.eyebrow{margin-bottom:8px}.section--enquiry .enquiry-section__copy>h2{margin-bottom:14px;font-size:clamp(2.125rem,4.7vw,2.375rem);line-height:1.1}.section--enquiry .enquiry-section__copy>.lead{margin-bottom:0}.section--enquiry .disclaimer--compact{box-sizing:border-box;width:100%;margin-top:16px;padding:12px 14px}.section--enquiry .enquiry-card{box-sizing:border-box;justify-self:stretch;width:100%;min-width:0;max-width:none;padding:22px}.section--enquiry .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px}.section--enquiry .form-grid>.field,.section--enquiry .field--selection,.section--enquiry .product-picker{min-width:0}.section--enquiry .form-grid>.field:first-child,.section--enquiry .form-grid>.field:nth-child(2),.section--enquiry .field--selection,.section--enquiry .form-grid>.field:nth-child(4){grid-column:auto}.section--enquiry .field--full{grid-column:1/-1}.section--enquiry .form-grid>.field:nth-child(4) label,.section--enquiry .form-grid>.field:nth-child(5) label{min-height:0}.section--enquiry .field input,.section--enquiry .field textarea,.section--enquiry .product-picker__input{min-width:0}.section--enquiry .product-picker__input{display:block}.section--enquiry .enquiry-form__actions{flex-wrap:nowrap;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.section--enquiry .enquiry-form__actions .btn{width:100%;min-width:0;min-height:46px}.floating-contact{right:max(16px, env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom))}.floating-contact__action,.floating-contact__toggle{width:52px;min-width:52px;height:52px;min-height:52px}.site-footer{padding:30px 0 calc(26px + env(safe-area-inset-bottom))}.site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;align-items:start;gap:28px;display:grid}.site-footer__links,.site-footer__links--legal{text-align:left;min-width:0;margin-left:0}.site-footer__links--legal ul{justify-content:flex-start}.site-footer__bottom{justify-content:flex-start;margin-top:22px;padding-top:16px}}.site-carousel--categories .section-header-row--compact-cta,.site-carousel--popular .section-header-row--compact-cta{margin-bottom:22px}.site-carousel--categories .categories__header-actions,.site-carousel--popular .popular-products__header-actions{min-width:0}@media (hover:hover) and (pointer:fine){.site-carousel__pagination .splide__pagination__page:hover:not(.is-active):before{background:#08153775}}@media (width>=768px){main>#products.section--surface{padding-bottom:clamp(46px,5vw,60px)!important}.section--popular-products{padding-top:clamp(46px,5vw,60px)!important}.site-carousel--categories .section-header-row--compact-cta,.site-carousel--popular .section-header-row--compact-cta{grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:16px;display:grid!important}.site-carousel--categories .section-header,.site-carousel--popular .section-header{width:auto;min-width:0;max-width:none;margin-bottom:0;padding-right:0;position:static}.site-carousel--categories .categories__header-actions,.site-carousel--popular .popular-products__header-actions{grid-column:2;place-self:start end;align-items:center;gap:10px;margin:31px 0 0;display:flex;position:static!important}.site-carousel--categories .section-cta,.site-carousel--popular .section-cta{margin:0}.site-carousel--categories .site-carousel__controls,.site-carousel--popular .site-carousel__controls{margin-left:0}}@media (width<=767px){main>#products.section--surface{padding-bottom:24px!important}.section--popular-products{padding-top:8px!important;padding-bottom:28px!important}.site-carousel--categories .section-header-row--compact-cta,.site-carousel--popular .section-header-row--compact-cta{margin-bottom:22px;display:block}.site-carousel--categories .section-header,.site-carousel--popular .section-header{width:100%;margin:0}.site-carousel--categories .section-header .lead,.site-carousel--popular .section-header .lead{margin-bottom:0}.site-carousel--categories .categories__header-actions,.site-carousel--popular .popular-products__header-actions{align-items:center;width:100%;min-width:0;margin:18px 0 0!important;display:flex!important}.site-carousel--categories .section-cta,.site-carousel--popular .section-cta{min-width:0;margin:0!important}.site-carousel--categories .site-carousel__controls,.site-carousel--popular .site-carousel__controls{flex:none;gap:8px;margin-left:auto}}@media (width<=349px){.site-carousel--categories .section-cta,.site-carousel--popular .section-cta{gap:3px}}
