@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#082650;--teal:#007b91;--ink:#172b41;--muted:#62707c;--line:#dce4e7;--pale:#f4f7f8;--white:#fff;--header-height:100px;--section-space:clamp(3.5rem,7vw,6rem)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 24px)}body{margin:0;background:var(--white);color:var(--ink);font-family:'Cairo',Tahoma,Arial,sans-serif;font-size:1rem;line-height:1.9;text-align:start}h1,h2,h3,p,figure{margin:0}h1,h2,h3{color:var(--navy);font-weight:600;letter-spacing:0}h1,h2,h3,p{overflow-wrap:break-word}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}svg{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}bdi[lang=en]{font-family:Manrope,Arial,sans-serif}a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}figure,article,section,div{min-width:0}section[id],article[id]{scroll-margin-top:calc(var(--header-height) + 24px)}
.container{width:min(1320px,calc(100% - 112px));margin-inline:auto}.icon{width:22px;height:22px;flex-shrink:0}.icon-direction{transform:scaleX(-1)}.icon-defs{position:absolute;width:0;height:0;overflow:hidden}.section{padding-block:var(--section-space)}.eyebrow{font-size:.8125rem;font-weight:600;line-height:1.8;color:var(--teal)}h2{font-size:clamp(1.875rem,2.8vw,2.5625rem);line-height:1.65;margin-top:16px}h2 bdi{font-size:.93em}.text-link{display:inline-flex;align-items:center;gap:20px;color:var(--teal);font-weight:600;font-size:.9375rem;min-height:44px}.text-link:hover{text-decoration:underline;text-underline-offset:6px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:54px;padding:12px 20px;border:1px solid transparent;font-size:.9375rem;font-weight:500;line-height:1.8;transition:background .18s,border-color .18s}.button-primary{color:white;background:var(--teal)}.button-primary:hover{background:#006579}.button-outline{border-color:#9bb4c6;color:white}.button-outline:hover{background:#214464}
/* Navigation */
.header{position:sticky;top:0;z-index:30;background:white;border-bottom:1px solid var(--line)}.nav-wrap{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{width:175px;flex-shrink:0}.brand img{width:100%;height:auto}.header nav{display:flex;align-items:center;gap:26px;font-size:.875rem;font-weight:500}.header nav>a{display:inline-flex;align-items:center;gap:5px;min-height:46px;padding-block:10px;white-space:nowrap}.header nav>a:hover,.header nav>a[aria-current=location]{color:var(--teal)}.header nav .nav-contact{background:var(--teal);color:white;gap:10px;padding:12px 19px}.header nav .nav-contact:hover{background:#006579;color:white}.menu-toggle{display:none}.header-tools{display:flex;align-items:center;gap:10px;flex-shrink:0}.language-switch{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:76px;min-height:46px;padding:9px 12px;border:1px solid var(--teal);background:white;color:var(--navy);font-family:Manrope,Arial,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer}.language-switch:hover{background:var(--pale)}.language-switch .icon{width:21px;height:21px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* Full-frame hero with the AMS sign left unobstructed. */
.hero.hero-with-photo{display:grid;grid-template-columns:minmax(0,1fr);align-items:end;gap:0;position:relative;margin-block:36px var(--section-space);background:var(--navy)}.hero-exterior{grid-area:1 / 1;align-self:start;width:100%;height:auto;object-fit:contain}.hero-with-photo .hero-copy{grid-area:1 / 1;position:relative;justify-self:end;width:min(560px,46%);margin:32px;padding:29px 32px;background:rgba(8,38,80,.96);color:white;z-index:1}.hero .eyebrow{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#9cdee3;font-size:.8125rem}.hero .eyebrow bdi{font-size:.75rem;letter-spacing:.8px}.hero .eyebrow>span{color:#9bb4c6}.hero h1{font-size:clamp(2.125rem,2.8vw,2.625rem);line-height:1.55;color:white;margin-top:17px}.hero h1>span{color:#9cdee3}.hero-description{font-size:1rem;line-height:1.95;color:#eef4f7;margin-top:20px}.hero-description bdi{font-size:.92em}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:25px}.hero .button{font-size:.875rem;gap:10px;padding:12px 15px}
/* About and supply catalogue */
.about{display:grid;grid-template-columns:1fr 1.05fr;gap:90px;border-block:1px solid var(--line)}.about-copy .lead{font-size:1.25rem;line-height:2;color:var(--navy)}.about-copy p+p{margin-top:19px;color:var(--muted);font-size:1rem}.about .text-link{margin-top:20px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:44px}.section-heading>p{font-size:1rem;color:var(--muted);padding-bottom:5px}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 36px}.category{border-bottom:1px solid var(--line);padding-bottom:26px}.category-image{background:var(--pale)}.category-image img{width:100%;height:auto;aspect-ratio:1.5;object-fit:contain;object-position:center}.category-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:22px}.category-label{color:var(--teal);font-size:.875rem;margin-bottom:5px}.category h3{font-size:1.75rem;line-height:1.5;text-align:start}.category-number{font-size:.8125rem;color:#667984;align-self:flex-start;padding-top:5px}.category-description{font-size:1rem;line-height:1.9;color:var(--muted);margin-top:12px;max-width:530px}.category-note{display:flex;justify-content:space-between;align-items:center;gap:28px;padding-top:30px}.category-note p{font-size:1rem}.category-note small{display:block;font-size:.8125rem;color:var(--muted);margin-top:5px}
/* Warehouse photographs retain their entire original composition. */
.warehouse{background:var(--navy);color:#c9d9e1}.warehouse-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;margin-bottom:42px}.warehouse .eyebrow{color:#9cdee3}.warehouse h2{color:white;max-width:640px}.warehouse-copy p{font-size:1.0625rem;line-height:2}.location{display:flex;align-items:center;gap:12px;margin-top:22px;font-size:.875rem;color:#c9d9e1}.location .icon{color:#9cdee3}.warehouse-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.warehouse-gallery img{width:100%;height:auto;object-fit:contain}.warehouse-gallery figcaption{padding-top:13px;font-size:.875rem;color:#c9d9e1}
/* Practical business advantages in a plain, ruled list. */
.why{display:grid;grid-template-columns:.8fr 1.4fr;gap:85px}.why-intro>p:last-child{color:var(--muted);font-size:1rem;max-width:350px;margin-top:23px}.business-advantages{border-top:1px solid var(--line)}.advantage{display:grid;grid-template-columns:30px minmax(0,1fr);gap:22px;padding-block:26px;border-bottom:1px solid var(--line)}.reason-number{font-size:.8125rem;font-weight:500;color:var(--teal);padding-top:6px}.advantage h3{font-size:1.1875rem;line-height:1.9;font-weight:600}.advantage p{color:var(--muted);font-size:1rem;margin-top:7px}.supply-links{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 28px;margin:10px 0 0;padding:0}.supply-links a{display:inline-flex;align-items:center;min-height:44px;color:var(--teal);text-decoration:underline;text-decoration-color:#b4cbd2;text-underline-offset:6px;font-size:.9375rem}.supply-links a:hover{text-decoration-color:var(--teal)}
/* Contact: one primary channel, with honest pending states. */
.contact{background:var(--pale);border-top:1px solid var(--line)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact h2{font-size:clamp(2rem,3vw,2.625rem);margin-bottom:19px}.contact-intro>p:not(.eyebrow){font-size:1.0625rem;max-width:440px;color:var(--muted)}.whatsapp-contact{border-inline-start:3px solid var(--teal);padding-inline-start:23px;margin-top:30px;scroll-margin-top:calc(var(--header-height) + 30px)}.whatsapp-label{display:flex;align-items:center;gap:10px;color:var(--teal);font-size:.9375rem;font-weight:600}.whatsapp-label .icon{width:25px;height:25px}.whatsapp-contact .contact-value{font-size:1.125rem;color:var(--navy);margin-top:7px}.whatsapp-primary{background:var(--teal);color:white;margin-top:18px;min-width:235px}.whatsapp-primary:disabled{opacity:1;cursor:not-allowed}.contact-status{color:var(--muted);font-size:.8125rem;line-height:1.9;margin-top:12px}.contact-row{display:flex;align-items:center;gap:18px;padding-block:20px;border-bottom:1px solid #d4dfe4}.contact-row:first-child{padding-top:0}.contact-icon{width:30px;display:flex;align-items:center;justify-content:center;color:var(--teal);flex-shrink:0}.contact-row h3{font-size:.875rem;font-weight:500;line-height:1.8}.contact-row p{font-size:1.0625rem;color:var(--muted);overflow-wrap:anywhere;margin-top:3px}.contact-social{padding-top:26px}.contact-social>h3{font-size:.9375rem;font-weight:500;line-height:1.8}.socials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.social-placeholder{display:flex;align-items:flex-start;gap:9px;font-size:.875rem;line-height:1.8}.social-placeholder .icon{width:19px;height:19px;color:var(--teal);margin-top:4px}.social-placeholder small{display:block;font-size:.8125rem;color:var(--muted);margin-top:5px}.contact-social .contact-status{margin-top:20px}
/* Footer and persistent contact shortcut. */
.footer{padding-block:38px 98px}.footer-top{display:flex;align-items:center;gap:30px;padding-bottom:28px}.footer .brand{width:145px}.footer-location{font-size:.875rem;color:var(--muted)}.footer nav{display:flex;align-items:center;flex-wrap:wrap;gap:10px 26px;margin-inline-start:auto;font-size:.875rem}.footer nav a{display:inline-flex;align-items:center;gap:4px;min-height:44px}.footer nav a:hover{color:var(--teal)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:22px;border-top:1px solid var(--line)}.footer-bottom>p{font-size:.8125rem;color:var(--muted)}.back-top{display:flex;align-items:center;gap:12px;min-height:44px;font-size:.875rem;flex-shrink:0}.back-top .icon{width:18px;height:18px}.floating-whatsapp{position:fixed;inset-inline-end:24px;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:40;display:flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:11px 19px;border-radius:30px;background:var(--teal);color:white;box-shadow:0 4px 16px #08265026;font-size:.9375rem;font-weight:500}.floating-whatsapp:hover{background:#006579}.floating-whatsapp .icon{width:27px;height:27px}.skip-link{position:fixed;inset-inline-start:20px;top:-120px;z-index:100;padding:12px 20px;background:var(--navy);color:white}.skip-link:focus{top:10px}:focus-visible{outline:3px solid var(--teal);outline-offset:5px}.hero :focus-visible,.warehouse :focus-visible{outline-color:#9cdee3}#whatsapp:target{outline:2px solid var(--teal);outline-offset:9px}
@media(min-width:1500px){.hero-with-photo .hero-copy{width:590px;padding:33px 36px;margin:42px}}
@media(max-width:1199px){.container{width:calc(100% - 64px)}.header nav{gap:18px}.header .brand{width:158px}.header nav .nav-contact{padding-inline:14px}.hero.hero-with-photo{align-items:start;margin-block-start:28px}.hero-with-photo .hero-copy{grid-area:auto;width:100%;margin:0;padding:34px;justify-self:stretch}.hero h1{font-size:2.5rem;max-width:860px}.hero-description{max-width:790px;font-size:1.0625rem}.hero .button{font-size:.9375rem;padding:12px 20px}.about,.warehouse-heading{gap:48px}.why{gap:48px;grid-template-columns:.8fr 1.35fr}.contact-grid{gap:55px}}
@media(max-width:960px){:root{--header-height:80px}.container{width:calc(100% - 48px)}.nav-wrap{gap:20px}.header .brand{width:150px}.menu-toggle{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;width:46px;height:46px;padding:10px;border:1px solid var(--line);background:white}.menu-toggle span{height:2px;width:22px;background:var(--navy);transition:transform .18s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.header nav{display:none;position:absolute;top:100%;inset-inline:0;background:white;border-bottom:1px solid var(--line);padding:15px 24px 22px;max-height:calc(100svh - var(--header-height));overflow-y:auto;overscroll-behavior:contain;gap:0}.header nav.open{display:flex;flex-direction:column;align-items:stretch}.header nav>a{font-size:1rem;min-height:48px;padding:11px 0;white-space:normal}.header nav .nav-contact{justify-content:center;font-size:1rem;padding:12px 18px;margin-top:10px}.section-heading{gap:25px}.about{gap:34px}.about-copy .lead{font-size:1.125rem}.category-grid{gap:36px 26px}.category h3{font-size:1.5rem}.warehouse-heading{gap:32px}.warehouse-gallery{gap:17px}.warehouse-copy p{font-size:1rem}.why{grid-template-columns:1fr;gap:28px}.why-intro>p:last-child{max-width:620px;margin-top:15px}.contact-grid{grid-template-columns:1fr 1fr;gap:35px}.socials{grid-template-columns:1fr;gap:17px}.social-placeholder{align-items:center;gap:12px}.social-placeholder>span{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.social-placeholder small{margin:0}.footer-top{flex-wrap:wrap;gap:20px 26px}.footer nav{width:100%;margin:0;gap:10px 25px}.footer-bottom{align-items:flex-start}}
@media(max-width:640px){.container{width:calc(100% - 40px)}.hero.hero-with-photo{margin-block-start:20px}.hero-with-photo .hero-copy{padding:26px 22px}.hero h1{font-size:clamp(1.875rem,7.8vw,2.375rem);line-height:1.65;margin-top:18px}.hero .eyebrow{font-size:.8125rem;gap:8px}.hero .eyebrow bdi{font-size:.75rem;letter-spacing:0}.hero-description{font-size:1rem;line-height:2;margin-top:18px}.hero-actions{align-items:stretch;flex-direction:column;gap:12px;margin-top:24px}.hero .button{width:100%;font-size:1rem;min-height:54px}h2{font-size:1.875rem}.about{grid-template-columns:1fr;gap:25px}.about-copy .lead{font-size:1.1875rem}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:17px;font-size:1rem}.section-heading>p br{display:none}.category-grid{grid-template-columns:1fr;gap:32px}.category h3{font-size:1.625rem}.category-heading{margin-top:18px}.category-image .supplied-provisions{aspect-ratio:auto;width:100%;height:auto;max-height:560px;object-fit:contain}.category-note{flex-direction:column;align-items:flex-start;gap:16px;padding-top:25px}.warehouse-heading{grid-template-columns:1fr;gap:22px;margin-bottom:29px}.warehouse h2{font-size:1.9375rem}.warehouse-gallery{grid-template-columns:1fr;gap:28px}.warehouse-gallery img{max-height:none}.why{gap:24px}.advantage{grid-template-columns:24px minmax(0,1fr);gap:15px;padding-block:23px}.advantage h3{font-size:1.125rem}.supply-links{gap:4px 18px}.supply-links a{font-size:.875rem}.contact-grid{grid-template-columns:1fr;gap:38px}.contact h2{font-size:2rem}.contact-intro>p:not(.eyebrow){font-size:1rem}.whatsapp-contact{margin-top:25px;padding-inline-start:18px}.whatsapp-primary{width:100%;min-width:0;font-size:1rem}.socials{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.social-placeholder{display:block}.social-placeholder>span{display:block;margin-top:7px}.social-placeholder small{margin-top:5px;font-size:.8125rem}.social-placeholder .icon{margin:0}.footer-top{gap:22px}.footer .brand{width:139px}.footer-location{margin-inline-start:auto}.footer nav{gap:7px 22px}.footer-bottom{flex-direction:column;gap:10px;padding-top:18px}.footer{padding-bottom:110px}.floating-whatsapp{inset-inline-end:16px;min-height:52px;padding:10px 16px;gap:8px;font-size:.875rem}.floating-whatsapp .icon{width:26px;height:26px}}
@media(max-width:370px){.container{width:calc(100% - 32px)}.hero-with-photo .hero-copy{padding:23px 18px}.hero .eyebrow{column-gap:6px}.hero .eyebrow bdi{font-size:.6875rem}.supply-links{grid-template-columns:1fr}.socials{grid-template-columns:1fr;gap:18px}.social-placeholder{display:flex;align-items:center;gap:12px}.social-placeholder>span{display:flex;align-items:center;gap:16px;margin:0}.social-placeholder small{margin:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media(prefers-reduced-transparency:reduce){.hero-with-photo .hero-copy{background:var(--navy)}}

/* English uses the same layout system, with logical alignment and spacing. */
html[lang=en] body{font-family:Manrope,Arial,sans-serif;line-height:1.75}
html[dir=ltr] .icon-direction{transform:none}
html[lang=en] h2{line-height:1.35}
html[lang=en] .hero h1{line-height:1.25}
html[lang=en] .hero-description,html[lang=en] .about-copy .lead,html[lang=en] .warehouse-copy p{line-height:1.8}
html[lang=en] .advantage h3{line-height:1.5}
@media(min-width:1200px){html[dir=ltr] .hero-with-photo .hero-copy{justify-self:left}}
@media(max-width:640px){.nav-wrap{gap:12px}.header .brand{width:clamp(128px,30vw,150px)}.header-tools{gap:8px}.language-switch{min-width:70px;padding-inline:10px;gap:8px}.social-placeholder small{overflow-wrap:anywhere}html[lang=en] .hero h1{font-size:clamp(1.75rem,7vw,2.25rem)}}

/* Four aligned supply banners; responsive columns keep every frame intact. */
#supplies .supply-catalogue{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:start}
#supplies .category{display:block;border:0;padding:0}
#supplies .category-image{width:100%;background:var(--navy)}
#supplies .category-image img{width:100%;height:auto;aspect-ratio:auto;max-height:none;object-fit:contain}
#supplies .supply-copy{display:block;margin:0;padding-block:20px 24px;border:0;border-bottom:1px solid var(--line)}
#supplies .category-label{font-size:.9375rem;margin-bottom:8px}
#supplies .category h3{font-size:clamp(1.25rem,1.7vw,1.5rem);line-height:1.5;overflow-wrap:break-word}
#supplies .category-description{font-size:1rem;line-height:1.85;margin-top:12px}
#supplies .category-note{margin-top:32px;padding-top:26px;border-top:1px solid var(--line)}
/* Larger numbered section labels in both languages. */
.section .eyebrow{font-size:clamp(1.0625rem,1.4vw,1.1875rem);font-weight:700;line-height:1.8}
/* Header and full-width warehouse hero inspired by the supplied reference. */
.header{position:sticky;margin-bottom:calc(-1 * var(--header-height));background:rgba(4,25,53,.94);border-bottom:0;color:white}
.header .nav-wrap{width:calc(100% - 112px);max-width:1560px}
.header .brand img{filter:invert(1) grayscale(1) brightness(2);mix-blend-mode:screen}
.header nav{font-size:1.0625rem;gap:clamp(20px,3vw,46px)}
.header nav>a:hover,.header nav>a[aria-current=location]{color:#8bdbe3}
.header .language-switch{background:transparent;border-color:#1680a0;color:white;min-width:84px;min-height:48px;font-size:1rem}
.header .language-switch:hover{background:#123e62}
.header .menu-toggle{border-color:#41607b;background:transparent}
.header .menu-toggle span{background:white}
.header :focus-visible{outline-color:#9cdee3}
.hero.hero-reference{width:100%;max-width:none;min-height:650px;aspect-ratio:1672 / 941;margin:0 0 var(--section-space);align-items:center;isolation:isolate}
.hero-reference .hero-exterior{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-reference::before{content:"";position:absolute;inset:0;z-index:1;background:rgba(3,24,50,.6)}
.hero.hero-reference .hero-copy{grid-area:1 / 1;justify-self:left;width:min(760px,48%);margin:var(--header-height) 0 0 clamp(32px,4vw,72px);padding:36px 0;background:transparent;z-index:2}
.hero-reference .hero-copy>.eyebrow{display:none}
.hero.hero-reference h1{font-size:clamp(2.5rem,4.05vw,4.25rem);font-weight:800;line-height:1.5;margin:0;color:white}
.hero.hero-reference h1>span{color:white}
.hero.hero-reference .hero-description{font-size:clamp(1.125rem,1.8vw,1.75rem);line-height:1.9;margin-top:26px;color:#edf4fb}
.hero.hero-reference .hero-actions{margin-top:32px;gap:18px}
.hero.hero-reference .button{min-height:58px;font-size:clamp(1rem,1.3vw,1.1875rem);font-weight:600;padding:13px 23px;border-radius:6px}
.hero-reference .button-primary{background:var(--teal);border-color:var(--teal)}
.hero-reference .button-outline{border-color:#18b8d4;background:rgba(3,24,50,.5)}
.hero-reference .button-outline:hover{background:#164262}
@media(min-width:961px){.header .brand{width:clamp(160px,12vw,205px)}}
@media(max-width:1199px){.header .nav-wrap{width:calc(100% - 64px)}.header nav{gap:22px;font-size:.9375rem}.hero.hero-reference{min-height:620px}.hero.hero-reference .hero-copy{width:53%;margin-left:32px}.hero.hero-reference h1{font-size:2.625rem}.hero.hero-reference .hero-description{font-size:1.25rem}.hero.hero-reference .button{padding-inline:18px;font-size:1rem}}
@media(max-width:960px){
 .header{margin-bottom:0;background:var(--navy)}
 .header .nav-wrap{width:calc(100% - 48px)}
 .header nav{background:var(--navy);color:white;border-bottom-color:#41607b}
 .hero.hero-reference{aspect-ratio:auto;min-height:0}
 .hero-reference .hero-exterior{position:relative;grid-area:auto;height:auto;object-fit:contain}
 .hero-reference::before{display:none}
 .hero.hero-reference .hero-copy{grid-area:auto;width:auto;justify-self:stretch;margin:0;padding:36px 32px;background:var(--navy)}
 .hero.hero-reference h1{font-size:2.375rem;line-height:1.5;max-width:760px}
 .hero.hero-reference .hero-description{font-size:1.1875rem;max-width:720px}
 #supplies .supply-catalogue{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}
 #supplies .category h3{font-size:1.5rem}
}
@media(max-width:640px){
 .header .nav-wrap{width:calc(100% - 40px)}
 .header .language-switch{min-width:70px;min-height:46px;font-size:.875rem}
 .hero.hero-reference .hero-copy{padding:28px 20px 36px}
 .hero.hero-reference h1{font-size:clamp(1.875rem,7vw,2.375rem);line-height:1.55}
 .hero.hero-reference .hero-description{font-size:1.0625rem;margin-top:18px}
 .hero.hero-reference .hero-actions{margin-top:24px;gap:12px}
 .hero.hero-reference .button{font-size:1rem;min-height:54px}
 #supplies .supply-catalogue{grid-template-columns:minmax(0,1fr);gap:28px}
 .section .eyebrow{font-size:1.0625rem}
}
@media(max-width:370px){.header .nav-wrap{width:calc(100% - 32px)}}
