:root{--navy:#0a2b4d;--navy-2:#102f4d;--ink:#132a43;--orange:#e96b35;--orange-dark:#c95a2c;--cream:#f7f5f1;--sand:#efe9e1;--muted:#627083;--line:#e6e3de;--white:#fff;--max:1240px;--shadow:0 20px 70px rgba(8,34,57,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.section-shell{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.section{padding:92px 0}.section--cream{background:var(--cream)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.03em;color:var(--ink)}h1{font-size:clamp(52px,6vw,88px);line-height:.98}h2{font-size:clamp(38px,4vw,58px);line-height:1.03}h3{font-size:24px;line-height:1.15}.eyebrow{display:inline-flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;color:var(--orange);margin-bottom:18px}.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}.eyebrow--light{color:#fff}.icon{width:24px;height:24px;flex:0 0 auto}.text-link{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:700}.text-link .icon{width:18px;height:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:4px;font-size:14px;font-weight:700;transition:.2s ease;border:1px solid transparent}.btn .icon{width:18px;height:18px}.btn--primary{background:var(--orange);color:#fff}.btn--primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.btn--outline-light{border-color:rgba(255,255,255,.65);color:#fff;background:rgba(7,31,53,.12)}.btn--outline-light:hover{background:#fff;color:var(--navy)}.btn--outline{border-color:var(--navy);color:var(--navy)}.btn--outline:hover{background:var(--navy);color:#fff}
.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid rgba(15,42,67,.08);transition:box-shadow .2s ease}.site-header.is-scrolled{box-shadow:0 8px 24px rgba(12,35,55,.08)}.header-shell{height:82px;display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:30px}.brand{display:flex;align-items:center;min-width:0}.brand-image{height:56px;width:auto;max-width:220px;object-fit:contain}.custom-logo-link{display:flex;align-items:center}.custom-logo{height:56px!important;width:auto!important;max-width:220px}.primary-nav{justify-self:center}.menu{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.primary-nav a{font-size:13px;font-weight:650;color:#233a50;position:relative;padding:30px 0 27px}.primary-nav a:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:.2s}.primary-nav .current-menu-item>a:after,.primary-nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:18px}.header-contact{background:var(--orange);color:#fff;padding:11px 18px;border-radius:4px;font-size:13px;font-weight:700}.language-switcher{font-size:12px;font-weight:700}.language-switcher ul{display:flex;gap:8px;list-style:none;margin:0;padding:0}.language-switcher a,.language-switcher span{font-size:12px}.language-switcher--static{display:flex;gap:5px;align-items:center}.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;position:relative}.menu-toggle span{position:absolute;width:24px;height:2px;background:var(--navy);left:10px;top:17px;transition:.25s}.menu-toggle span:last-child{top:25px}.mobile-menu{display:none}
.hero{position:relative;color:#fff;background-image:var(--hero);background-size:cover;background-position:center;overflow:hidden}.hero--home{min-height:650px}.hero--inner{min-height:520px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,31,55,.88) 0%,rgba(5,31,55,.64) 44%,rgba(5,31,55,.20) 72%,rgba(5,31,55,.10) 100%)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(4,27,49,.48) 100%);pointer-events:none}.hero-inner{position:relative;z-index:2;min-height:inherit;display:flex;align-items:center;padding-top:56px;padding-bottom:56px}.hero-copy{width:min(650px,63vw)}.hero-copy h1,.hero-copy h3{color:#fff}.hero-copy h1{margin:6px 0 20px}.hero-copy p{font-size:18px;line-height:1.55;max-width:650px;color:rgba(255,255,255,.92);margin-bottom:28px}.hero-subtitle{font-size:28px;margin:-5px 0 12px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-note{position:absolute;right:0;top:70px;text-align:right;text-transform:uppercase;letter-spacing:.15em}.hero-note span,.hero-note strong{display:block;font-size:10px}.hero-note strong{font-weight:800;margin-top:5px}.hero-trust{position:absolute;z-index:3;left:50%;transform:translateX(-50%);bottom:26px;display:flex;gap:34px}.hero-trust>div{display:flex;align-items:center;gap:12px;padding-right:32px;border-right:1px solid rgba(255,255,255,.28)}.hero-trust>div:last-child{border-right:0}.hero-trust .icon{width:29px;height:29px}.hero-trust span{display:flex;flex-direction:column;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.hero-trust b{font-size:11px;color:#fff}.hero-trust span{color:rgba(255,255,255,.75)}
.intro-editorial{display:grid;grid-template-columns:1.1fr .9fr .52fr;gap:46px;align-items:center}.intro-copy h2{margin-bottom:20px}.intro-copy p{font-size:17px;color:var(--muted);max-width:580px}.editorial-tag{display:flex;align-items:center;gap:12px;margin-top:28px;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:700;color:#7b8794}.editorial-tag i{width:28px;height:2px;background:var(--orange)}.intro-image{margin:0;position:relative}.intro-image img{aspect-ratio:1.45/1;object-fit:cover;width:100%}.intro-image figcaption{position:absolute;left:24px;bottom:20px;color:#fff;font-family:Georgia,serif;font-style:italic;font-size:28px;text-shadow:0 2px 16px rgba(0,0,0,.45)}.intro-quote{margin:0;padding:20px 0 20px 20px;border-left:1px solid #dad5ce}.intro-quote>span{font-family:Georgia,serif;font-size:72px;color:var(--orange);line-height:.65}.intro-quote p{font-family:Georgia,serif;font-style:italic;font-size:28px;line-height:1.25;margin:12px 0 22px}.intro-quote small{text-transform:uppercase;letter-spacing:.16em;color:var(--orange);font-weight:700}
.section-title-row{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:34px}.section-title-row h2{margin-bottom:0}.section-title-row>p{max-width:560px;margin:0;color:var(--muted)}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{position:relative;min-height:250px;padding:30px;background:#faf9f7;border:1px solid #f0ede8;display:grid;grid-template-columns:54px 1fr;gap:20px;align-content:start;transition:.25s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-card>.icon{width:46px;height:46px;color:var(--orange)}.feature-card h3{font-size:24px;margin:3px 0 12px}.feature-card p{color:var(--muted);font-size:14px;margin:0}.feature-card .card-arrow{position:absolute;right:22px;bottom:22px;width:20px;height:20px;color:var(--orange)}
.products-home{padding-top:30px}.product-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.product-card{position:relative;display:flex;align-items:flex-end;min-height:340px;background-image:var(--bg);background-size:cover;background-position:center;overflow:hidden;color:#fff}.product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,28,45,.02),rgba(4,24,40,.88));transition:.25s}.product-card:hover:before{background:linear-gradient(180deg,rgba(8,28,45,.10),rgba(4,24,40,.95))}.product-card>div:last-child{position:relative;z-index:2;padding:24px 18px}.product-card h3{color:#fff;font-size:26px;margin-bottom:9px}.product-card p{font-size:13px;line-height:1.45;color:rgba(255,255,255,.88);min-height:56px}.product-card span{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#f7b488}.product-card span .icon{width:18px;height:18px}.product-cards--page .product-card{min-height:390px}
.process-presence{display:grid;grid-template-columns:1fr 1fr;gap:58px}.process-block,.presence-block{min-width:0}.process-block h2,.presence-block h2{font-size:42px}.process-row,.market-process{display:flex;align-items:center;gap:17px;margin-top:40px}.process-row>div,.market-process>div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;min-width:88px}.process-row>div>.icon,.market-process>div>.icon{width:42px;height:42px;color:var(--navy)}.process-row b,.market-process b{font-family:Georgia,serif;font-size:16px;font-weight:500}.process-arrow{width:20px;height:20px;color:var(--orange)}.process-logo img{width:92px;height:auto}.world-graphic{color:var(--navy);margin:12px 0 0}.world-graphic svg{width:100%;height:auto}.presence-block p{color:var(--muted)}
.values-section{padding-top:70px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.values-grid article{padding:34px 28px;border-right:1px solid var(--line)}.values-grid article:last-child{border-right:0}.values-grid .icon{width:34px;height:34px;color:var(--orange);margin-bottom:18px}.values-grid h3{font-size:22px;margin-bottom:8px}.values-grid p{color:var(--muted);font-size:14px;margin:0}.values-grid--cards{gap:16px;border:0}.values-grid--cards article{background:#fff;border:1px solid #eee9e3;padding:28px}
.cta-strip{position:relative;background-image:var(--cta);background-size:cover;background-position:center;min-height:250px;color:#fff}.cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,35,60,.96),rgba(5,35,60,.80) 57%,rgba(5,35,60,.25))}.cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr .55fr;gap:46px;align-items:center;min-height:250px;padding-top:36px;padding-bottom:36px}.cta-inner h2{color:#fff;font-size:42px;margin:0}.cta-copy{padding-left:34px;border-left:1px solid rgba(255,255,255,.4)}.cta-copy p{color:rgba(255,255,255,.86);font-size:14px}.cta-script{justify-self:end;font-family:Georgia,serif;font-style:italic;font-size:30px;line-height:1.2;text-align:right;color:rgba(255,255,255,.92);transform:rotate(-4deg)}
.site-footer{background:#061d31;color:#fff}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr .8fr;gap:56px;padding-top:58px;padding-bottom:42px}.brand--footer .brand-image{filter:none;height:66px;max-width:230px}.footer-brand p{color:rgba(255,255,255,.78);max-width:300px;font-size:14px;margin:20px 0 0}.footer-contact{padding-left:32px;border-left:1px solid rgba(255,255,255,.24)}.footer-contact>div{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px;font-size:13px;color:rgba(255,255,255,.87)}.footer-contact .icon{width:18px;height:18px;margin-top:2px}.footer-contact a:hover{color:#fff}.footer-social{display:flex;align-items:center;gap:28px;border-left:1px solid rgba(255,255,255,.24);padding-left:34px}.social-links{display:flex;gap:10px}.social-links a{width:36px;height:36px;border:1px solid rgba(255,255,255,.3);display:grid;place-items:center;border-radius:50%;font-weight:800}.footer-world{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.8)}.footer-world svg{width:100px}.footer-world span{font-size:11px;max-width:90px}.footer-bottom{border-top:1px solid rgba(255,255,255,.16)}.footer-bottom .section-shell{display:flex;justify-content:space-between;gap:20px;padding-top:18px;padding-bottom:18px;font-size:11px;color:rgba(255,255,255,.62)}.footer-bottom a{color:#fff}
.about-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:60px;align-items:center}.about-grid p{color:var(--muted);font-size:17px}.about-photo{margin:0;position:relative}.about-photo img{width:100%;aspect-ratio:1.55/1;object-fit:cover}.about-photo figcaption{position:absolute;left:28px;bottom:28px;font-family:Georgia,serif;font-size:34px;font-style:italic;color:#fff;text-shadow:0 3px 16px rgba(0,0,0,.4)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.steps-grid article{position:relative;padding:18px 22px}.steps-grid article:not(:last-child):after{content:"→";position:absolute;right:-17px;top:55px;color:var(--orange);font-size:24px}.steps-grid span{font-family:Georgia,serif;color:var(--orange);font-style:italic;font-size:24px}.steps-grid .icon{display:block;width:54px;height:54px;color:var(--navy);background:var(--cream);padding:13px;border-radius:50%;margin:14px 0}.steps-grid h3{font-size:23px}.steps-grid p{font-size:14px;color:var(--muted)}.mission-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:stretch}.mission-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mission-columns>div{padding-right:22px;border-right:1px solid var(--line)}.mission-columns>div:last-child{border:0}.mission-columns h3{font-size:22px}.mission-columns p{color:var(--muted)}.photo-quote{margin:0;min-height:310px;background-image:linear-gradient(rgba(5,31,55,.2),rgba(5,31,55,.45)),var(--quote);background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:42px}.photo-quote>span{font-family:Georgia,serif;font-size:72px;color:#f29a68;line-height:.7}.photo-quote p{font-family:Georgia,serif;font-style:italic;font-size:34px;line-height:1.2;max-width:390px;margin:16px 0}.photo-quote small{text-transform:uppercase;letter-spacing:.16em}
.quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:28px}.quality-grid article{text-align:center;padding:24px 28px;border-right:1px solid var(--line)}.quality-grid article:last-child{border:0}.quality-grid .icon{width:44px;height:44px;color:var(--orange);margin-bottom:12px}.quality-grid h3{font-size:21px}.quality-grid p{font-size:14px;color:var(--muted)}.sector-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.sector-grid article{background:#faf9f7;border:1px solid #f0ede8;text-align:center;padding:28px 18px;min-height:170px}.sector-grid .icon{width:42px;height:42px;color:var(--orange);margin-bottom:14px}.sector-grid h3{font-size:19px}.featured-product{padding:0 0 90px}.featured-grid{display:grid;grid-template-columns:1.45fr .55fr;min-height:420px}.featured-image{position:relative;background-image:var(--feature);background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff}.featured-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,30,51,.86),rgba(4,30,51,.15))}.featured-image>div:last-child{position:relative;z-index:2;padding:45px;max-width:690px}.featured-image h2,.featured-image h3{color:#fff}.featured-image h2{font-size:52px;margin:0 0 5px}.featured-image h3{font-size:27px}.featured-image p{color:rgba(255,255,255,.9)}.featured-points{background:var(--cream);padding:36px;display:flex;flex-direction:column;justify-content:center;gap:28px}.featured-points>div{display:flex;align-items:center;gap:14px}.featured-points .icon{width:32px;height:32px;color:var(--orange)}.featured-points span{font-size:14px}
.market-map-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:52px;align-items:center}.market-map-grid p{color:var(--muted)}.world-map-large svg{width:100%;height:auto}.map-legend{display:flex;justify-content:center;gap:26px;font-size:11px;color:var(--muted);flex-wrap:wrap}.legend{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:7px}.legend.orange{background:var(--orange)}.legend.navy{background:#173a5b}.legend.sand{background:#f2a06f}.market-process{justify-content:space-between;background:#fff;border:1px solid var(--line);padding:34px 30px}.market-process>div{max-width:150px}.market-process .process-logo img{width:100px}
.contact-layout{display:grid;grid-template-columns:1.28fr .72fr;gap:56px}.contact-form-wrap h2,.contact-direct h2{font-size:46px}.contact-form-wrap>p,.contact-direct>p{color:var(--muted)}.contact-form{margin-top:26px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-form label{display:block;margin-bottom:15px}.contact-form label>span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#657180;margin-bottom:7px;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #dfe3e6;background:#fff;padding:13px 14px;outline:none;border-radius:3px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 2px rgba(233,107,53,.08)}.hp{position:absolute!important;left:-9999px!important}.form-notice{padding:12px 14px;margin:15px 0;border-radius:3px;font-size:14px}.form-notice.success{background:#edf8f0;color:#2c6b3b}.form-notice.error{background:#fff0ed;color:#9c3d2d}.contact-direct{border-left:1px solid var(--line);padding-left:48px}.contact-item{display:flex;gap:16px;padding:17px 0;border-bottom:1px solid var(--line)}.contact-item>.icon{color:var(--orange);width:28px;height:28px}.contact-item b,.contact-item a,.contact-item p{display:block}.contact-item p{margin:0;color:var(--muted)}.contact-direct blockquote{font-family:Georgia,serif;font-style:italic;font-size:28px;line-height:1.2;margin:30px 0 0;padding-top:25px;border-top:1px solid var(--line)}.contact-direct blockquote small{display:block;margin-top:15px;text-transform:uppercase;letter-spacing:.14em;color:var(--orange);font-family:Inter,sans-serif;font-style:normal;font-size:10px}.location-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center}.location-grid p{color:var(--muted)}.location-card{position:relative}.location-card>img{width:100%;height:330px;object-fit:cover}.location-label{position:absolute;left:20px;bottom:20px;background:rgba(7,30,50,.88);color:#fff;padding:13px 16px;display:flex;align-items:center;gap:10px}.location-label .icon{color:#fff}.location-label span{display:flex;flex-direction:column;font-size:11px}.help-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.help-grid article{background:var(--cream);padding:25px;border:1px solid #f0ede8}.help-grid .icon{width:38px;height:38px;color:var(--orange);margin-bottom:14px}.help-grid h3{font-size:21px}.help-grid p{font-size:14px;color:var(--muted)}
.product-single-hero{position:relative;min-height:600px;background-image:var(--hero);background-size:cover;background-position:center;color:#fff}.product-single-inner{position:relative;z-index:2;min-height:600px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:72px}.product-single-inner h1{color:#fff;margin:18px 0 15px}.product-single-inner p{font-size:18px;max-width:600px}.back-link{font-size:13px;color:rgba(255,255,255,.8)}.product-single-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px}.entry-content{font-size:17px;color:#3f4f5e}.entry-content p{margin-bottom:1.3em}.entry-content h2,.entry-content h3{margin-top:1.4em}.entry-content--narrow{max-width:800px}.product-single-aside{background:var(--cream);padding:36px;align-self:start;position:sticky;top:110px}.product-single-aside h2{font-size:36px}.product-single-aside p{color:var(--muted)}.page-simple-hero{padding:110px 0 70px;background:var(--cream)}.page-simple-hero h1{margin-bottom:18px}.page-simple-hero p{max-width:620px;color:var(--muted)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1100px){.header-shell{grid-template-columns:230px 1fr auto}.primary-nav{display:none}.menu-toggle{display:block}.header-contact{display:none}.mobile-menu{display:block;position:fixed;left:0;right:0;top:82px;background:#fff;padding:16px 24px 26px;border-top:1px solid var(--line);transform:translateY(-130%);opacity:0;pointer-events:none;transition:.25s;box-shadow:0 18px 35px rgba(11,38,61,.12)}.menu-open .mobile-menu{transform:none;opacity:1;pointer-events:auto}.mobile-menu .menu{display:block}.mobile-menu li{border-bottom:1px solid var(--line)}.mobile-menu a{display:block;padding:14px 0;font-size:15px}.mobile-contact{margin-top:18px;color:#fff!important;padding:0 18px!important}.mobile-language{margin-top:14px}.menu-open .menu-toggle span:first-child{top:21px;transform:rotate(45deg)}.menu-open .menu-toggle span:last-child{top:21px;transform:rotate(-45deg)}.intro-editorial{grid-template-columns:1fr 1fr}.intro-quote{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding-left:0;border-left:0;border-top:1px solid var(--line)}.intro-quote p{margin:0}.feature-cards{grid-template-columns:1fr}.feature-card{min-height:auto}.product-cards{grid-template-columns:repeat(3,1fr)}.process-presence{grid-template-columns:1fr}.cta-inner{grid-template-columns:1fr 1fr}.cta-script{display:none}.values-grid{grid-template-columns:repeat(2,1fr)}.values-grid article:nth-child(2){border-right:0}.values-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.about-grid,.mission-grid,.market-map-grid,.location-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid article:nth-child(2):after{display:none}.sector-grid{grid-template-columns:repeat(3,1fr)}.featured-grid{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr}.contact-direct{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:36px}.help-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-social{border-left:0;padding-left:0}.footer-brand{grid-row:span 2}.product-single-grid{grid-template-columns:1fr}.product-single-aside{position:static}}
@media(max-width:760px){.section-shell{width:min(calc(100% - 28px),var(--max))}.section{padding:68px 0}.header-shell{height:72px;grid-template-columns:1fr auto}.brand-image,.custom-logo{height:46px!important;max-width:180px}.mobile-menu{top:72px}.hero--home,.hero--inner{min-height:600px}.hero-inner{align-items:flex-end;padding-bottom:120px;padding-top:70px}.hero-copy{width:100%}.hero-copy h1{font-size:48px}.hero-copy p{font-size:16px}.hero-subtitle{font-size:22px}.hero-note{display:none}.hero-trust{bottom:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:0}.hero-trust>div{padding:0 10px;border-right:1px solid rgba(255,255,255,.2)}.hero-trust .icon{width:22px;height:22px}.hero-trust span{font-size:8px}.hero-trust b{font-size:9px}.intro-editorial{grid-template-columns:1fr;gap:32px}.intro-quote{grid-column:auto;display:block;border-top:0;border-left:2px solid var(--line);padding-left:18px}.intro-quote p{font-size:25px;margin:10px 0 16px}.section-title-row{display:block}.section-title-row>p{margin-top:16px}.feature-card{grid-template-columns:45px 1fr;padding:24px}.feature-card>.icon{width:38px;height:38px}.product-cards,.product-cards--page{grid-template-columns:1fr}.product-card,.product-cards--page .product-card{min-height:320px}.process-row,.market-process{display:grid;grid-template-columns:1fr;gap:15px}.process-arrow{transform:rotate(90deg);margin:auto}.process-block h2,.presence-block h2{font-size:34px}.world-graphic{margin-top:25px}.values-grid{grid-template-columns:1fr}.values-grid article{border-right:0!important;border-bottom:1px solid var(--line)!important}.values-grid article:last-child{border-bottom:0!important}.cta-inner{grid-template-columns:1fr;gap:24px;min-height:320px}.cta-copy{padding-left:0;border-left:0}.cta-inner h2{font-size:34px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-brand{grid-row:auto}.footer-contact,.footer-social{border-left:0;padding-left:0}.footer-bottom .section-shell{display:block;line-height:1.7}.about-grid{gap:32px}.about-grid p{font-size:16px}.values-grid--cards{gap:12px}.steps-grid{grid-template-columns:1fr}.steps-grid article{padding:16px 0}.steps-grid article:after{display:none!important}.mission-columns{grid-template-columns:1fr}.mission-columns>div{border-right:0;border-bottom:1px solid var(--line);padding-bottom:20px}.photo-quote{min-height:320px;padding:28px}.photo-quote p{font-size:28px}.quality-grid{grid-template-columns:1fr 1fr}.quality-grid article:nth-child(2){border-right:0}.quality-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.sector-grid{grid-template-columns:1fr 1fr}.featured-product{padding-bottom:60px}.featured-image>div:last-child{padding:28px}.featured-image h2{font-size:40px}.featured-points{padding:28px}.market-map-grid{gap:30px}.map-legend{justify-content:flex-start}.market-process{padding:26px}.form-grid{grid-template-columns:1fr}.contact-form-wrap h2,.contact-direct h2{font-size:38px}.location-card>img{height:260px}.help-grid{grid-template-columns:1fr}.product-single-hero,.product-single-inner{min-height:500px}.product-single-inner{padding-bottom:50px}.product-single-inner h1{font-size:52px}.product-single-grid{gap:35px}.page-simple-hero{padding:80px 0 50px}.reveal{opacity:1;transform:none}}

/* 0.4.0 refinements */
::selection{background:rgba(233,107,53,.22);color:var(--navy)}
:focus-visible{outline:3px solid rgba(233,107,53,.42);outline-offset:4px}
.skip-link{position:fixed;left:16px;top:12px;z-index:99999;background:var(--navy);color:#fff;padding:10px 14px;border-radius:3px;transform:translateY(-160%);transition:transform .18s ease}.skip-link:focus{transform:none}
.header-shell{grid-template-columns:300px 1fr auto}
.brand-image,.custom-logo{display:block;width:min(275px,100%);height:auto!important;max-width:275px;object-fit:contain}
.brand-image--footer{width:min(245px,100%);max-width:245px;background:#fff;padding:10px 12px;border-radius:2px}
.process-brand-image{display:block;width:106px;height:auto;max-height:42px;object-fit:contain}
.header-contact{box-shadow:0 9px 24px rgba(233,107,53,.18);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.header-contact:hover{background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 12px 28px rgba(233,107,53,.24)}
.primary-nav a{transition:color .2s ease}.primary-nav a:hover,.primary-nav .current-menu-item>a{color:var(--navy)}
.hero{isolation:isolate}.hero-overlay{z-index:0}.hero:after{z-index:1}.hero-inner,.hero-trust{z-index:2}
.hero-copy h1{text-wrap:balance}.hero-copy p{text-wrap:pretty}
.hero--home{background-position:center 48%}.hero--inner{background-position:center 52%}
.btn{box-shadow:0 0 0 rgba(0,0,0,0)}.btn:hover{box-shadow:0 10px 24px rgba(8,34,57,.10)}
.feature-card{overflow:hidden}.feature-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--orange);transform:scaleY(0);transform-origin:bottom;transition:transform .25s ease}.feature-card:hover:before{transform:scaleY(1)}
.product-card{background-size:102%;transition:background-size .55s cubic-bezier(.2,.65,.3,1),transform .25s ease,box-shadow .25s ease}.product-card:hover{background-size:109%;transform:translateY(-3px);box-shadow:0 18px 42px rgba(6,31,52,.18)}
.intro-image,.about-photo,.featured-image,.location-card{overflow:hidden}.intro-image img,.about-photo img,.location-card>img{transition:transform .7s cubic-bezier(.2,.65,.3,1)}.intro-image:hover img,.about-photo:hover img,.location-card:hover>img{transform:scale(1.025)}
.values-grid article,.help-grid article,.quality-grid article,.sector-grid article{transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.values-grid article:hover,.help-grid article:hover,.sector-grid article:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(8,34,57,.07)}
.menu-backdrop{display:none;border:0;padding:0;background:rgba(5,24,40,.32);position:fixed;inset:82px 0 0;z-index:998;opacity:0;pointer-events:none;transition:opacity .22s ease}
.mobile-menu{z-index:999}
.site-footer .brand--footer{width:max-content;max-width:100%}
.footer-social a{transition:transform .2s ease,background .2s ease}.footer-social a:hover{transform:translateY(-2px)}
.contact-form input,.contact-form select,.contact-form textarea{transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.contact-form textarea{resize:vertical;min-height:150px}.contact-form button{cursor:pointer}
@media(max-width:1100px){
 .header-shell{grid-template-columns:270px 1fr auto}
 .menu-backdrop{display:block}.menu-open .menu-backdrop{opacity:1;pointer-events:auto}
 .mobile-menu{box-shadow:0 22px 48px rgba(8,34,57,.14)}
 .mobile-menu .current-menu-item>a{color:var(--orange);font-weight:750}
}
@media(max-width:760px){
 .header-shell{grid-template-columns:1fr auto}.brand-image,.custom-logo{width:min(205px,100%);max-width:205px;height:auto!important}
 .menu-backdrop{inset:72px 0 0}
 .hero-copy h1{font-size:clamp(43px,12vw,54px);line-height:1.01}
 .hero--home{background-position:61% center}.hero--inner{background-position:62% center}
 .hero-overlay{background:linear-gradient(180deg,rgba(5,31,55,.42) 0%,rgba(5,31,55,.76) 52%,rgba(5,31,55,.94) 100%)}
 .product-cards,.product-cards--page{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 14px 16px 0;margin-right:-14px;scrollbar-width:none}.product-cards::-webkit-scrollbar,.product-cards--page::-webkit-scrollbar{display:none}.product-card,.product-cards--page .product-card{flex:0 0 min(82vw,360px);min-height:390px;scroll-snap-align:start}
 .process-brand-image{width:120px;max-height:48px}
 .brand-image--footer{width:min(230px,100%);max-width:230px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}}

/* Mundaka 0.4.2 - mapa internacional real com marcadores */
.mundaka-world-map{--hq:#f26a3d;--supplier:#a9d62e;--client:#d73b52;width:100%;min-width:0}
.market-map-canvas{position:relative;width:100%;aspect-ratio:2.285/1;background:#323d76 var(--map-bg) center/100% 100% no-repeat;overflow:visible;border-radius:18px;box-shadow:0 18px 42px rgba(15,31,60,.13)}
.market-pin{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-100%);width:46px;height:58px;padding:0;border:0;background:transparent;cursor:pointer;z-index:4;overflow:visible;font:inherit}
.market-pin-shape{position:absolute;left:50%;top:0;width:42px;height:42px;transform:translateX(-50%) rotate(-45deg);border-radius:50% 50% 50% 0;background:#fff;box-shadow:0 5px 12px rgba(4,14,37,.3);display:grid;place-items:center;border:2px solid rgba(255,255,255,.8)}
.market-flag{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#fff;font-size:24px;line-height:1;transform:rotate(45deg);box-shadow:inset 0 0 0 1px rgba(8,28,49,.08);font-family:"Noto Color Emoji","Apple Color Emoji","Segoe UI Emoji",sans-serif}
.market-flag--au{background:#198754;color:#fff;font-family:Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:-.5px}
.market-flag--hq{background:#fff;color:var(--navy);font-family:Georgia,serif;font-size:20px;font-weight:700}
.market-pin-dot{position:absolute;left:50%;bottom:0;width:17px;height:17px;border-radius:50%;transform:translateX(-50%);box-shadow:0 3px 5px rgba(0,0,0,.25);background:var(--client)}
.market-pin--supplier .market-pin-dot{background:var(--supplier)}
.market-pin--client .market-pin-dot{background:var(--client)}
.market-pin--hq .market-pin-dot{background:var(--hq)}
.market-pin-tip{position:absolute;left:50%;bottom:66px;min-width:150px;padding:9px 12px;border-radius:9px;background:#fff;color:var(--navy);box-shadow:0 10px 28px rgba(4,14,37,.2);transform:translate(-50%,7px);opacity:0;visibility:hidden;pointer-events:none;text-align:left;transition:.18s ease;white-space:nowrap;z-index:8}
.market-pin-tip:after{content:"";position:absolute;left:50%;bottom:-6px;width:12px;height:12px;background:#fff;transform:translateX(-50%) rotate(45deg)}
.market-pin-tip strong,.market-pin-tip small{display:block;position:relative;z-index:1}.market-pin-tip strong{font-size:12px}.market-pin-tip small{margin-top:2px;color:var(--muted);font-size:10px;font-weight:500}
.market-pin:hover,.market-pin:focus-visible,.market-pin.is-active{z-index:12}.market-pin:hover .market-pin-tip,.market-pin:focus-visible .market-pin-tip,.market-pin.is-active .market-pin-tip{opacity:1;visibility:visible;transform:translate(-50%,0)}
.market-pin:focus-visible{outline:none}.market-pin:focus-visible .market-pin-shape{box-shadow:0 0 0 4px rgba(242,106,61,.3),0 5px 12px rgba(4,14,37,.3)}
.market-map-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;margin-top:22px;font-size:12px;color:var(--muted)}
.market-map-legend span{display:inline-flex;align-items:center;gap:8px}.legend-dot{width:11px;height:11px;border-radius:50%;display:inline-block;flex:0 0 auto}.legend-dot--hq{background:var(--hq)}.legend-dot--supplier{background:var(--supplier)}.legend-dot--client{background:var(--client)}
.market-country-groups{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}
.market-country-groups h3{font-family:Georgia,serif;font-size:19px;margin:0 0 12px;color:var(--navy)}
.market-country-chips{display:flex;flex-wrap:wrap;gap:8px}.market-country-chip{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 11px 7px 8px;color:var(--navy);font-size:11px;line-height:1;box-shadow:0 3px 12px rgba(11,38,61,.035)}
.market-chip-flag{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:18px;font-family:"Noto Color Emoji","Apple Color Emoji","Segoe UI Emoji",sans-serif}.market-chip-flag--au{background:#198754;color:#fff;font-family:Arial,sans-serif;font-size:9px;font-weight:800}
.world-graphic .mundaka-world-map{margin-top:22px}.world-graphic .market-map-canvas{border-radius:14px}.world-graphic .market-map-legend{justify-content:flex-start;font-size:10px;gap:10px 15px;margin-top:14px}.world-graphic .market-pin{transform:translate(-50%,-100%) scale(.82);transform-origin:50% 100%}.world-graphic .market-pin-tip{display:none}
.world-map-large .mundaka-world-map{max-width:780px;margin-left:auto}.world-map-large .market-map-canvas{min-height:320px}
.footer-presence{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.78)}.footer-presence>.icon{width:28px;height:28px;opacity:.72}.footer-presence span{display:flex;flex-direction:column;gap:3px;font-size:11px}.footer-presence b{color:#fff;font-size:12px}
.footer-bottom .section-shell{column-gap:28px}.footer-bottom span{display:block}

@media(max-width:1100px){.market-map-canvas{aspect-ratio:1.9/1}.world-map-large .mundaka-world-map{max-width:none}.market-country-groups{grid-template-columns:1fr}.market-map-grid{gap:38px}}
@media(max-width:760px){
 .market-map-canvas{aspect-ratio:1.35/1;border-radius:12px;box-shadow:none}
 .market-pin{width:38px;height:49px}.market-pin-shape{width:35px;height:35px}.market-flag{width:26px;height:26px;font-size:20px}.market-flag--au{font-size:10px}.market-flag--hq{font-size:17px}.market-pin-dot{width:13px;height:13px}.market-pin-tip{bottom:56px;min-width:128px;padding:8px 10px}.market-pin-tip strong{font-size:11px}.market-pin-tip small{font-size:9px}
 .market-map-legend{justify-content:flex-start;display:grid;gap:10px;margin-top:17px;font-size:11px}
 .world-graphic .market-map-canvas{aspect-ratio:1.35/1}.world-graphic .market-pin{transform:translate(-50%,-100%) scale(.78)}.world-graphic .market-map-legend{display:grid;gap:8px}
 .market-country-groups{margin-top:22px;padding-top:22px;gap:18px}.market-country-chip{font-size:10px;padding-right:9px}.market-chip-flag{width:22px;height:22px;font-size:16px}
 .footer-presence{padding-top:4px}.footer-bottom .section-shell span+span{margin-top:7px}
}
.market-flag img,.market-chip-flag img{display:block;width:100%;height:100%;object-fit:cover}
.market-flag img{transform:scale(1.22)}
.market-chip-flag img{transform:scale(1.18)}
.market-flag--hq img{object-fit:contain;transform:scale(.9)}

/* Mundaka 0.4.4 - mapa navegável com zoom, pan e pinch */
.market-map-grid>*{min-width:0}
.mundaka-world-map{isolation:isolate}
.market-map-viewport{position:relative;width:100%;height:clamp(340px,42vw,520px);overflow:hidden;border-radius:18px;background:#323d76;box-shadow:0 18px 42px rgba(15,31,60,.13);touch-action:none;user-select:none;-webkit-user-select:none;cursor:grab;outline:none}
.market-map-viewport.is-dragging{cursor:grabbing}
.market-map-viewport:focus-visible{box-shadow:0 0 0 3px rgba(242,106,61,.28),0 18px 42px rgba(15,31,60,.13)}
.market-map-stage{position:absolute;left:0;top:0;width:1200px;height:525px;background:#323d76 var(--map-bg) center/100% 100% no-repeat;transform-origin:0 0;will-change:transform}
.market-map-controls{position:absolute;z-index:30;top:14px;right:14px;display:grid;overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(5,20,43,.22)}
.market-map-controls button{width:42px;height:42px;border:0;border-bottom:1px solid rgba(11,38,61,.1);background:#fff;color:var(--navy);display:grid;place-items:center;font:700 23px/1 Arial,sans-serif;cursor:pointer;transition:background .15s,color .15s}
.market-map-controls button:last-child{border-bottom:0}.market-map-controls button:hover,.market-map-controls button:focus-visible{background:#f6f3ee;color:var(--orange);outline:0}.market-map-controls .market-map-reset{font-size:20px}
.market-map-hint{position:absolute;z-index:20;left:14px;bottom:14px;display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(5,24,45,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:10px;font-weight:700;letter-spacing:.02em;pointer-events:none}
.market-map-hint b{opacity:.55}
.market-map-canvas{display:none!important}
.market-map-stage .market-pin{touch-action:none}
.world-graphic .market-map-viewport{height:360px;border-radius:14px;box-shadow:none}
.world-map-large .market-map-viewport{height:500px}
.world-graphic .market-pin{transform:translate(-50%,-100%) scale(.82);transform-origin:50% 100%}
.world-graphic .market-pin-tip{display:block}
.world-graphic .market-map-controls button{width:38px;height:38px}
.world-graphic .market-map-hint{font-size:9px}
@media(max-width:760px){
 body{overflow-x:hidden}
 .market-map-grid{min-width:0;overflow:visible}
 .market-map-viewport,.world-map-large .market-map-viewport,.world-graphic .market-map-viewport{height:430px;min-height:430px;border-radius:14px;box-shadow:0 12px 30px rgba(15,31,60,.12)}
 .market-map-controls{top:10px;right:10px;border-radius:9px}.market-map-controls button{width:40px;height:40px;font-size:22px}
 .market-map-hint{left:10px;bottom:10px;font-size:9px;padding:7px 9px}
 .market-map-stage .market-pin{width:42px;height:53px}.market-map-stage .market-pin-shape{width:38px;height:38px}.market-map-stage .market-flag{width:29px;height:29px}.market-map-stage .market-pin-dot{width:14px;height:14px}
 .market-map-stage .market-pin-tip{bottom:59px}
 .world-graphic .market-pin{transform:translate(-50%,-100%) scale(.9)}
}

/* ==========================================================
   Mundaka Trading 0.4.5 - International UX/UI refinement
   Inspired by best-practice patterns in global trading,
   agribusiness and supply-chain corporate websites.
   ========================================================== */
:root{
  --navy:#082b4b;
  --navy-deep:#041d33;
  --navy-soft:#123b5c;
  --ink:#102b46;
  --orange:#e96b35;
  --orange-strong:#dc5f2c;
  --cream:#f7f5f0;
  --warm:#fbfaf8;
  --muted:#697789;
  --line:#e7e6e2;
  --line-dark:rgba(255,255,255,.15);
  --max:1280px;
  --radius:12px;
  --shadow-soft:0 14px 40px rgba(6,31,52,.08);
  --shadow-lift:0 22px 54px rgba(6,31,52,.14);
}
html{scroll-padding-top:108px}
body{overflow-x:clip;background:#fff;color:var(--ink);font-size:16px;line-height:1.62}
.section-shell{width:min(calc(100% - 64px),var(--max));margin-inline:auto;min-width:0}
.section{padding:clamp(72px,7vw,108px) 0}
.section--cream{background:linear-gradient(180deg,#f8f6f2 0%,#f5f3ef 100%)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.035em;text-wrap:balance}
h1{font-size:clamp(50px,5.4vw,78px);line-height:1.02}
h2{font-size:clamp(36px,3.8vw,54px);line-height:1.06}
h3{font-size:clamp(21px,1.7vw,26px);line-height:1.16}
p{max-width:72ch;text-wrap:pretty}
.eyebrow{margin-bottom:16px;letter-spacing:.17em;font-size:10px;gap:11px}
.eyebrow:before{width:24px;height:2px}
.section-title-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,440px);gap:52px;align-items:end;margin-bottom:36px}
.section-title-row>div{min-width:0}.section-title-row h2{margin-bottom:0}.section-title-row>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.text-link{font-size:13px;letter-spacing:.01em;transition:gap .2s,color .2s}.text-link:hover{gap:13px;color:var(--orange)}
.btn{min-height:50px;padding:0 21px;border-radius:6px;font-size:13px;letter-spacing:.01em}
.btn--primary{background:var(--orange)}.btn--primary:hover{background:var(--orange-strong)}

/* Header: compact utility hierarchy + calm sticky navigation */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(8,43,75,.08)}
.header-utility{height:30px;background:var(--navy-deep);color:rgba(255,255,255,.82);font-size:10px;letter-spacing:.04em}
.header-utility__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.header-utility__location,.header-utility__links,.header-utility__links a{display:flex;align-items:center;gap:8px}
.header-utility__location .icon,.header-utility__links .icon{width:13px;height:13px}
.header-utility__location i{display:inline-block;width:1px;height:11px;background:rgba(255,255,255,.28);margin:0 4px}
.header-utility__links{gap:20px}.header-utility__links a{transition:color .18s}.header-utility__links a:hover{color:#fff}
.header-main{height:78px}
.header-shell{height:78px;grid-template-columns:280px 1fr auto;gap:34px}
.brand-image,.custom-logo{width:min(255px,100%);max-width:255px;height:auto!important}
.primary-nav .menu{gap:28px}.primary-nav a{font-size:12px;font-weight:700;padding:29px 0 27px;letter-spacing:.012em;color:#254159}.primary-nav a:after{bottom:20px;height:2px}
.header-actions{gap:15px}.header-actions>.language-switcher{padding:8px 2px;color:#27435c}
.header-contact{display:inline-flex;align-items:center;gap:9px;padding:12px 17px;border-radius:6px;box-shadow:none}.header-contact .icon{width:15px;height:15px}.site-header.is-scrolled{box-shadow:0 8px 28px rgba(4,29,51,.08)}
.menu-toggle{width:46px;height:46px;border-radius:50%;transition:background .18s}.menu-toggle:hover{background:#f5f4f1}.menu-toggle span{width:25px;left:10px}

/* Hero: stronger hierarchy, controlled line length and image crop */
.hero{background-color:var(--navy);background-position:center;isolation:isolate}
.hero--home{min-height:650px}.hero--inner{min-height:540px}
.hero-inner{padding-top:clamp(60px,7vw,86px);padding-bottom:clamp(70px,8vw,96px)}
.hero-overlay{background:linear-gradient(90deg,rgba(4,29,51,.94) 0%,rgba(4,29,51,.78) 43%,rgba(4,29,51,.30) 72%,rgba(4,29,51,.08) 100%)}
.hero:after{background:linear-gradient(180deg,rgba(4,29,51,.02) 54%,rgba(4,29,51,.48) 100%)}
.hero-copy{width:min(680px,58vw)}.hero-copy h1{margin:7px 0 20px}.hero-copy p{max-width:610px;font-size:17px;line-height:1.65;color:rgba(255,255,255,.9)}
.hero-subtitle{font-size:clamp(23px,2.2vw,30px);letter-spacing:-.02em}.hero-actions{gap:12px}
.hero-note{top:72px;right:4px}.hero-trust{bottom:24px;gap:0}.hero-trust>div{min-width:190px;padding:0 30px 0 0;margin-right:30px}.hero-trust>div:last-child{margin-right:0;padding-right:0}
.hero-trust .icon{width:26px;height:26px}.hero-trust span{letter-spacing:.11em}.hero-trust b{font-size:10px}

/* Homepage editorial introduction */
.intro-editorial{grid-template-columns:minmax(0,1.05fr) minmax(340px,.9fr) minmax(210px,.45fr);gap:clamp(34px,4vw,58px)}
.intro-copy p{font-size:16px;line-height:1.75}.intro-image{border-radius:var(--radius);box-shadow:var(--shadow-soft)}.intro-image img{aspect-ratio:1.18/1;object-fit:cover}.intro-image figcaption{font-size:28px}
.intro-quote{padding-left:28px;border-left:1px solid var(--line)}.intro-quote>span{font-size:58px}.intro-quote p{font-size:clamp(25px,2.2vw,33px)}

/* Cards: quieter and more credible corporate interactions */
.feature-cards{gap:18px}.feature-card{min-height:225px;border:1px solid var(--line);border-radius:10px;padding:32px;background:#fff;box-shadow:0 1px 0 rgba(8,43,75,.02);grid-template-columns:52px 1fr auto;gap:20px}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:#ddd9d2}.feature-card>.icon{width:42px;height:42px;color:var(--orange)}.feature-card h3{font-size:22px;margin-bottom:10px}.feature-card p{font-size:14px;line-height:1.65;color:var(--muted)}
.values-grid--cards{gap:16px}.values-grid--cards article,.help-grid article,.sector-grid article{border-radius:10px}

/* Product presentation: editorial photography with predictable responsive grid */
.product-cards{gap:12px}.product-card{min-height:410px;border-radius:10px;overflow:hidden;background-position:center;background-size:cover;box-shadow:none}.product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,22,39,.04) 35%,rgba(3,22,39,.86) 100%);z-index:0}.product-card>div:last-child{z-index:2;padding:26px}.product-card h3{font-size:26px;margin-bottom:9px}.product-card p{font-size:13px;line-height:1.55;color:rgba(255,255,255,.82);margin-bottom:16px}.product-card span{font-size:12px}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift)}
.product-cards--page .product-card{min-height:440px}

/* Value chain */
.process-presence{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(48px,6vw,82px);align-items:start}.process-block,.presence-block{min-width:0}.process-block h2,.presence-block h2{font-size:clamp(34px,3vw,46px)}
.process-row,.market-process{border-radius:12px}.process-row{margin-top:34px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:12px}.process-row>div{min-width:0}.process-row .icon{width:34px;height:34px}.process-row b{font-size:12px}.process-row .process-logo{padding:12px;background:#fff;border:1px solid var(--line);border-radius:9px}.process-brand-image{width:92px;max-height:38px}.process-arrow{width:18px!important;color:var(--orange)}
.presence-block{padding-left:clamp(0px,2vw,22px)}.world-graphic{margin-top:22px}

/* Quality/sector grids */
.quality-grid{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.quality-grid article{padding:34px 24px}.quality-grid h3{font-size:19px}.quality-grid p{line-height:1.55}
.sector-grid{gap:12px}.sector-grid article{border-radius:10px;min-height:160px;padding:26px 16px;background:#faf9f6}.sector-grid h3{font-size:18px}
.featured-grid{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-soft)}

/* About / company */
.about-grid{gap:clamp(46px,6vw,78px)}.about-grid p{font-size:16px;line-height:1.75}.about-photo{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-soft)}.about-photo figcaption{font-size:30px}
.steps-grid{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps-grid article{padding:30px 28px;border-right:1px solid var(--line)}.steps-grid article:last-child{border-right:0}.steps-grid article:not(:last-child):after{display:none}.steps-grid span{font-size:20px}.steps-grid .icon{width:50px;height:50px}.steps-grid p{line-height:1.6}
.mission-grid{gap:clamp(36px,5vw,64px)}.photo-quote{border-radius:12px;overflow:hidden;min-height:350px}

/* Contact: clearer information architecture */
.contact-layout{grid-template-columns:minmax(0,1.15fr) minmax(320px,.62fr);gap:clamp(48px,6vw,78px)}.contact-form-wrap{min-width:0}.contact-form{padding:30px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 30px rgba(6,31,52,.05)}.contact-form input,.contact-form select,.contact-form textarea{min-height:50px;border-radius:6px;border-color:#dfe2e4;background:#fbfbfa}.contact-form textarea{min-height:170px}.contact-form label>span{font-size:10px}.contact-direct{padding-left:42px}.contact-item{padding:18px 0}.location-card{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-soft)}

/* Map: prevent layout pollution and make fullscreen a first-class mobile UX */
.mundaka-world-map,.market-map-grid,.market-map-grid>*{min-width:0;max-width:100%}.market-map-viewport{overflow:hidden;contain:layout paint;border-radius:14px;background:#323d76}.world-graphic .market-map-viewport{height:390px}.world-map-large .market-map-viewport{height:520px}.market-map-controls{grid-template-columns:1fr}.market-map-controls button{width:40px;height:40px;font-size:20px}.market-map-expand{font-size:17px!important}.market-map-close{display:none;position:fixed;z-index:10050;top:max(18px,env(safe-area-inset-top));right:18px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:var(--navy);font-size:30px;line-height:1;box-shadow:0 10px 30px rgba(0,0,0,.22);cursor:pointer}.mundaka-world-map.is-fullscreen .market-map-close{display:grid;place-items:center}.mundaka-world-map.is-fullscreen{position:fixed!important;z-index:10040;inset:0;background:#182c54;padding:0;margin:0;display:block}.mundaka-world-map.is-fullscreen .market-map-viewport{height:100dvh!important;min-height:100dvh!important;border-radius:0;box-shadow:none}.mundaka-world-map.is-fullscreen .market-map-legend,.mundaka-world-map.is-fullscreen .market-country-groups{display:none}.mundaka-world-map.is-fullscreen .market-map-controls{top:max(80px,calc(env(safe-area-inset-top) + 70px));right:18px}.mundaka-world-map.is-fullscreen .market-map-hint{bottom:max(18px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);white-space:nowrap}.map-fullscreen-open{overflow:hidden!important}
.market-map-legend{display:flex;flex-wrap:wrap;gap:12px 22px;justify-content:flex-start;margin-top:16px;font-size:11px;color:var(--muted)}.market-map-legend span{display:flex;align-items:center}.market-country-groups{margin-top:24px}.market-country-chip{border-radius:999px;background:#fff;border:1px solid var(--line);padding:7px 11px}

/* CTA */
.cta-strip{min-height:270px}.cta-overlay{background:linear-gradient(90deg,rgba(4,29,51,.97) 0%,rgba(4,29,51,.85) 57%,rgba(4,29,51,.38) 100%)}.cta-inner{min-height:270px;grid-template-columns:1.05fr .85fr .42fr;gap:42px}.cta-inner h2{font-size:clamp(34px,3.3vw,46px)}.cta-copy{padding-left:30px}.cta-script{font-size:27px}

/* Footer: four clear information zones, no decorative clutter */
.site-footer{background:var(--navy-deep)}.footer-grid{grid-template-columns:1.15fr .62fr .9fr 1fr;gap:clamp(32px,4vw,58px);padding-top:58px;padding-bottom:50px;align-items:start}.footer-grid h3{font-family:Inter,ui-sans-serif,sans-serif;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.55);margin:4px 0 20px}.site-footer .brand--footer{display:inline-flex;background:#fff;border-radius:8px;padding:8px 11px}.brand-image--footer{width:min(220px,100%);max-width:220px;background:transparent;padding:0;border-radius:0}.footer-brand p{margin:20px 0 14px;font-size:13px;line-height:1.7;color:rgba(255,255,255,.72)}.footer-origin{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.62);font-size:11px}.footer-origin span{width:24px;height:2px;background:var(--orange)}.footer-nav-col .menu{display:grid;gap:10px}.footer-nav-col .menu a{font-size:13px;color:rgba(255,255,255,.78);transition:color .18s}.footer-nav-col .menu a:hover{color:#fff}.footer-contact{border-left:0;padding-left:0}.footer-contact>div{margin-bottom:13px;font-size:12px;line-height:1.55}.footer-presence-col{min-width:0}.footer-presence-card{display:flex;gap:13px;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.035)}.footer-presence-card>.icon{width:25px;height:25px;color:var(--orange);flex:0 0 auto}.footer-presence-card div{display:grid;gap:5px}.footer-presence-card b{font-size:12px}.footer-presence-card span{font-size:11px;line-height:1.55;color:rgba(255,255,255,.62)}.social-links{margin-top:18px}.social-links a{width:34px;height:34px;font-size:12px}.footer-bottom .section-shell{font-size:10px;line-height:1.6;padding-top:17px;padding-bottom:17px}

/* Tablet */
@media(max-width:1100px){
  html{scroll-padding-top:76px}.section-shell{width:min(calc(100% - 44px),var(--max))}
  .header-utility{display:none}.header-main,.header-shell{height:76px}.header-shell{grid-template-columns:250px 1fr auto}.brand-image,.custom-logo{width:min(235px,100%);max-width:235px}.primary-nav{display:none}.menu-toggle{display:block}.header-contact{display:inline-flex}.header-actions>.language-switcher{display:none}
  .menu-backdrop{display:block;inset:76px 0 0;background:rgba(3,20,35,.46);backdrop-filter:blur(2px)}
  .mobile-menu{display:block;position:fixed;z-index:999;top:76px;right:0;bottom:0;left:auto;width:min(420px,92vw);padding:0;background:#fff;border:0;box-shadow:-18px 30px 50px rgba(3,20,35,.16);transform:translateX(105%);opacity:1;pointer-events:none;transition:transform .3s cubic-bezier(.2,.7,.2,1)}
  .menu-open .mobile-menu{transform:none;pointer-events:auto}.mobile-menu__inner{height:100%;display:flex;flex-direction:column;padding:34px 30px calc(26px + env(safe-area-inset-bottom));overflow:auto}.mobile-menu__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--orange);font-size:10px;font-weight:800;margin-bottom:18px}.mobile-menu .menu{display:block}.mobile-menu li{border-bottom:1px solid var(--line)}.mobile-menu a{font-size:21px;font-family:Georgia,serif;padding:15px 0}.mobile-menu .current-menu-item>a{color:var(--orange)}.mobile-menu__contact{margin-top:auto;padding-top:28px;display:grid;gap:11px}.mobile-menu__contact>a:not(.btn){display:flex;align-items:center;gap:10px;font-family:Inter,ui-sans-serif,sans-serif;font-size:12px;color:var(--muted);padding:3px 0}.mobile-menu__contact .icon{width:17px;height:17px}.mobile-contact{font-family:Inter,ui-sans-serif,sans-serif!important;font-size:13px!important;padding:0 18px!important}.mobile-language{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
  .hero--home{min-height:600px}.hero--inner{min-height:500px}.hero-copy{width:min(620px,72vw)}
  .intro-editorial{grid-template-columns:1fr 1fr;gap:38px}.intro-quote{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:24px 0 0;border-left:0;border-top:1px solid var(--line)}.intro-quote p{margin:0;font-size:27px}
  .feature-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.feature-card{grid-template-columns:1fr;align-content:start;padding:25px;min-height:255px}.feature-card .card-arrow{display:none}
  .product-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{min-height:380px}.product-card:nth-child(5){grid-column:1/-1;min-height:330px}.product-cards--page .product-card{min-height:390px}
  .process-presence{grid-template-columns:1fr;gap:64px}.presence-block{padding-left:0}.world-graphic .market-map-viewport{height:430px}
  .values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));border:0;gap:12px}.steps-grid article{border:1px solid var(--line)!important;border-radius:10px;padding:26px}.mission-grid,.market-map-grid,.location-grid{grid-template-columns:1fr;gap:40px}.market-map-grid{align-items:start}.world-map-large .market-map-viewport{height:500px}
  .quality-grid{grid-template-columns:repeat(2,1fr)}.quality-grid article:nth-child(2){border-right:0}.quality-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.sector-grid{grid-template-columns:repeat(3,1fr)}
  .contact-layout{grid-template-columns:1fr}.contact-direct{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:38px}.help-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.1fr .8fr;gap:42px 58px}.footer-contact,.footer-presence-col{padding-top:8px}
}

/* Mobile */
@media(max-width:760px){
  html{scroll-padding-top:72px}.section-shell{width:min(calc(100% - 32px),var(--max))}.section{padding:64px 0}body{font-size:15px}
  h1{font-size:clamp(42px,12vw,54px);line-height:1.02}h2{font-size:clamp(32px,9vw,40px);line-height:1.08}h3{font-size:21px}.eyebrow{font-size:9px;letter-spacing:.15em;margin-bottom:14px}
  .header-main,.header-shell{height:72px}.header-shell{grid-template-columns:minmax(0,1fr) auto;gap:10px}.brand-image,.custom-logo{width:min(215px,100%);max-width:215px}.header-actions{gap:4px}.header-contact{display:none}.menu-toggle{width:44px;height:44px}.menu-backdrop{inset:72px 0 0}.mobile-menu{top:72px;width:min(390px,94vw)}.mobile-menu__inner{padding:28px 24px calc(24px + env(safe-area-inset-bottom))}.mobile-menu a{font-size:20px}
  .section-title-row{display:block;margin-bottom:28px}.section-title-row>p{margin-top:15px;font-size:14px}.section-title-row .text-link{margin-top:17px}
  .hero--home,.hero--inner{min-height:560px}.hero-inner{align-items:flex-end;padding-top:84px;padding-bottom:112px}.hero-copy{width:100%}.hero-copy p{font-size:15px;line-height:1.6;margin-bottom:24px}.hero-subtitle{font-size:22px}.hero-overlay{background:linear-gradient(180deg,rgba(4,29,51,.30) 0%,rgba(4,29,51,.64) 40%,rgba(4,29,51,.96) 88%)}.hero--home{background-position:64% center}.hero--inner{background-position:64% center}.hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px}.hero-actions .btn{padding:0 12px;min-width:0;text-align:center}.hero-note{display:none}.hero-trust{bottom:18px;width:calc(100% - 32px);grid-template-columns:repeat(3,1fr);gap:0}.hero-trust>div{min-width:0;margin:0;padding:0 8px;gap:7px}.hero-trust .icon{width:20px;height:20px}.hero-trust span{font-size:7px;letter-spacing:.08em}.hero-trust b{font-size:8px}
  .intro-editorial{grid-template-columns:1fr;gap:30px}.intro-copy p{font-size:15px}.intro-image img{aspect-ratio:1.35/1}.intro-quote{grid-column:auto;display:block;border-top:0;border-left:2px solid var(--line);padding:0 0 0 18px}.intro-quote p{font-size:25px;margin:8px 0 12px}
  .feature-cards{grid-template-columns:1fr;gap:12px}.feature-card{grid-template-columns:44px 1fr;min-height:auto;padding:22px;gap:15px}.feature-card>.icon{width:36px;height:36px}.feature-card h3{font-size:20px}.feature-card p{font-size:13px;margin-bottom:0}
  .product-cards,.product-cards--page{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}.product-card,.product-cards--page .product-card,.product-card:nth-child(5){grid-column:auto!important;min-height:330px!important;width:100%!important;min-width:0!important;scroll-snap-align:none!important}.product-card>div:last-child{padding:23px}.product-card h3{font-size:25px}
  .process-presence{gap:56px}.process-row,.market-process{display:grid;grid-template-columns:1fr;gap:10px}.process-row>div,.market-process>div{display:flex;align-items:center;gap:14px;max-width:none!important;padding:15px 17px;border:1px solid var(--line);border-radius:9px;background:#fff}.process-row .process-logo,.market-process .process-logo{justify-content:center}.process-arrow{transform:rotate(90deg);margin:auto}.process-block h2,.presence-block h2{font-size:34px}.world-graphic{margin-top:20px}
  .values-grid{grid-template-columns:1fr;gap:0}.values-grid article{padding:22px 0!important}.values-grid--cards{gap:10px}.values-grid--cards article{padding:24px!important;border:1px solid var(--line)!important;border-radius:10px}
  .steps-grid{grid-template-columns:1fr;gap:10px}.steps-grid article{padding:22px}.steps-grid .icon{width:46px;height:46px}.mission-columns{grid-template-columns:1fr}.photo-quote{min-height:300px;padding:28px}.photo-quote p{font-size:27px}
  .quality-grid{grid-template-columns:1fr;border-radius:10px}.quality-grid article{border-right:0!important;border-bottom:1px solid var(--line)!important;padding:27px 22px}.quality-grid article:last-child{border-bottom:0!important}.sector-grid{grid-template-columns:1fr 1fr;gap:10px}.sector-grid article{min-height:140px;padding:22px 12px}.sector-grid h3{font-size:17px}.featured-grid{grid-template-columns:1fr}.featured-image{min-height:410px}.featured-image>div:last-child{padding:28px}.featured-image h2{font-size:38px}.featured-points{padding:26px;gap:20px}
  .market-map-grid{gap:28px}.market-map-grid p{font-size:15px}.world-map-large .market-map-viewport,.world-graphic .market-map-viewport,.market-map-viewport{height:370px;min-height:370px;border-radius:12px}.market-map-controls{top:10px;right:10px}.market-map-controls button{width:39px;height:39px}.market-map-hint{left:10px;right:62px;width:max-content;max-width:calc(100% - 82px);font-size:8px;padding:7px 9px}.market-map-legend{gap:9px 14px;font-size:10px}.market-country-groups{margin-top:18px}.market-country-chips{gap:7px}.market-country-chip{font-size:10px;padding:6px 9px}.mundaka-world-map.is-fullscreen .market-map-viewport{height:100dvh!important;min-height:100dvh!important}.mundaka-world-map.is-fullscreen .market-map-hint{right:auto;max-width:none}
  .contact-form{padding:20px}.form-grid{grid-template-columns:1fr}.contact-form-wrap h2,.contact-direct h2{font-size:36px}.contact-direct{padding-top:30px}.location-card>img{height:240px}.help-grid{grid-template-columns:1fr}.help-grid article{padding:22px}
  .cta-strip{min-height:auto}.cta-inner{grid-template-columns:1fr;gap:22px;min-height:330px;padding-top:48px;padding-bottom:48px}.cta-inner h2{font-size:34px}.cta-copy{padding:0;border:0}.cta-script{display:none}
  .footer-grid{grid-template-columns:1fr;gap:34px;padding-top:46px;padding-bottom:38px}.footer-brand p{max-width:330px}.footer-nav-col .menu{grid-template-columns:1fr 1fr;gap:8px 20px}.footer-nav-col .menu a{font-size:12px}.footer-contact,.footer-presence-col{padding-top:0}.footer-bottom .section-shell{display:grid;gap:8px;text-align:left;font-size:9px}.brand-image--footer{width:min(205px,100%)}
}

@media(max-width:420px){
  .section-shell{width:min(calc(100% - 26px),var(--max))}.brand-image,.custom-logo{width:min(198px,100%);max-width:198px}.hero-actions{grid-template-columns:1fr}.hero-inner{padding-bottom:126px}.hero-trust{width:calc(100% - 26px)}.sector-grid{grid-template-columns:1fr}.footer-nav-col .menu{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  .mobile-menu,.product-card,.feature-card,.intro-image img,.about-photo img,.location-card>img{transition:none!important}
}
